@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@200;210;220;230;240;250;260;270;280;290;300;310;320;330;340;350;360;370;380;390;400;410;420;430;440;450;460;470;480;490;500;510;520;530;540;550;560;570;580;590;600;610;620;630;640;650;660;670;680;690;700;710;720;730;740;750;760;770;780;790;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

html{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
}

img{
    display: block;
    margin-top: 16px;
}

iframe{
    margin-top: 24px;
    margin-bottom: 64px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 0 32px 64px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 32px 64px rgba(0,0,0,0.25);
    box-shadow: 0 32px 64px rgba(0,0,0,0.25);
}

h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 550;
    font-size: 72px;
    line-height: 80px;
    margin-top: 48px;
    margin-bottom: 18px;
}

h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

p.description{
    font-size: 20px;
    line-height: 32px;
    font-weight: 200;
    margin: 18px 0 20px 0;
}

p.signature{
    position: absolute;
    z-index: 10;
    width: 208px;
    right: 0;
    font-size: 11px;
    line-height: 18px;
}

.ex{
    position: absolute;
    display: block;
    z-index: 10;
    right: 0;
    top: 840px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 200ms cubic-bezier(0, 0, 1, 1);
    -moz-transition: 200ms cubic-bezier(0, 0, 1, 1);
    transition: 200ms cubic-bezier(0, 0, 1, 1);
    
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(256, 256, 256, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(256, 256, 256, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(256, 256, 256, 0);
    
}

.ex:hover{
    -webkit-box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1), -8px -8px 14px rgba(256, 256, 256, 1);
    -moz-box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1), -8px -8px 14px rgba(256, 256, 256, 1);
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1), -8px -8px 14px rgba(256, 256, 256, 1);
    
}

.ex:active{
    -webkit-box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.1), 6px 6px 10px rgba(256, 256, 256, 1);
    -moz-box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.1), 6px 6px 10px rgba(256, 256, 256, 1);
    box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.1), 6px 6px 10px rgba(256, 256, 256, 1);
}
.ex img{
    margin:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul{
    border-left: 4px solid #5EC4FE;
    padding-left: 24px;
    margin-top: 36px;
    margin-bottom: 20px;
    display: inline-block;
}

ul h3{
    margin-bottom: 16px;
}

ul.normal{
    border: none;
    padding-left: none;
    margin: 18px 0 20px 0;
}

ul.normal li{
    list-style: disc;
    font-weight: 400;
}

li{
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 8px;
    list-style: decimal;
    list-style-position: inside;
    font-weight: 700;
}

.conteiner{
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
}

#head{
    background: #fff;
    padding-top: 0;
}

#head h1, h2, h3, p, ul{
    width: 608px;
}

.content{
    width: 928px;
    margin: auto;
    position: relative;
}

.cover{
    width: 928px;
    display: block;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.coverSection{
    width: 928px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}



.language{
    position: absolute;
    top:24px;
    right: 0;
    font-size: 13px;
    line-height: 24px;
}

.language a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 46px;
    float: left;
    text-align: center;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.language a:hover{
    font-weight: 700;
    background: #fff;
    color: #000;
}

.language a:active{
    font-weight: 700;
    background: #fff;
    color: #FF2A5D;
}

a.activeL{
    font-weight: 700;
    background: #fff;
    color: #000;
    -webkit-opacity: 0.15;
    -moz-opacity: 0.15;
    opacity: 0.15;
}


.caseBtn{
    display: inline-block;
    float: left;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-position: center;
    background-size: 108%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;
}

.caseBtn:hover{
    background-position: bottom;
    -webkit-box-shadow: 0 24px 36px rgba(65, 80, 99, 0.5);
    -moz-box-shadow: 0 24px 36px gba(65, 80, 99, 0.5);
    box-shadow: 0 24px 36px rgba(65, 80, 99, 0.5);
}

.caseBtn h3{
    margin-top: 16px;
    margin-right: 24px;
    margin-bottom: 0;
    width: auto;
    margin-left: 24px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;
    text-transform: uppercase;
}

.caseBtn p{
    margin-top: 0px;
    margin-right: 24px;
    width: auto;
    margin-left: 24px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration: none;
}

.caseBtn:hover h3{
    margin-left: 40px;
}

.caseBtn:hover p{
    margin-left: 40px;
}



table{
    width: 928px;
    
}

td{
   border: 1px solid #000; 
}

table p{
    width: auto;
}

table img{
    position: relative;
}

table span{
    font-weight: 700;
}


#nav{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#nav ul{
    border: none;
    margin: 16px 0;
    padding: 0;
    color: #000;
}

#nav ul li{
    float: left;
    display: inline-block;
    margin: 0 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

#nav ul li a{
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#nav ul li a img{
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#nav ul li a:hover{
    color: #FF2A5D;;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#nav ul li a:hover img{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}



a.preview{
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a.preview:hover{
    color: #FF2A5D;
}

a.preview h3{
    width: auto;
}


.PreviousPage{
    position: fixed;
    left: 0; 
    top: 50%; 
    background: #1E0719; 
    color: #000; 
    display: block; 
    z-index: 100000;
    cursor: pointer;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
}

.PreviousPage img{
    width: 12px;
    height: 14px;
    margin: 24px;
    margin-left: 16px;
    margin-right: 24px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.PreviousPage:hover img{
    margin-left: 8px;
    margin-right: 32px;

}

.NextPage{
    position: fixed;
    right: 0; 
    top: 50%; 
    background: #1E0719; 
    color: #000; 
    display: block; 
    z-index: 100000;
    cursor: pointer;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}

.NextPage img{
    width: 12px;
    height: 14px;
    margin: 24px;
    margin-left: 24px;
    margin-right: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.NextPage:hover img{
    margin-left: 32px;
    margin-right: 8px;

}