@charset "UTF-8";

*, *::after, *::before{
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.cd-main-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:2147483647;
}
.cd-main-header:after{
content:"";
display:table;
clear:both;
}
.cd-fixed-bg{
position:relative;
min-height:100vh;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
z-index:1;
width:100%;
}
@supports (background-attachment:fixed){
.cd-fixed-bg{
background-attachment:fixed;
width:100%;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
}
}
.cd-scrolling-bg{
position:relative;
min-height:100%;
padding:0;
line-height:1.6;
z-index:2;
}
.cd-scrolling-bg.cd-scrolling-bg--color-1{
background-color:#FFF;
color:#001644;
}
.cd-scrolling-bg.cd-scrolling-bg--color-2{
background-color:#7FCADF;
color:#FFF;
}
.cd-scrolling-bg__content{
width:100%;
margin:0 auto;
}


