body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    color: #222;
    width:100%;
    height: 100%;
     position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html{
    overflow-x: hidden;
}


.hero {
    background: url(opt/bg_bubbles.jpg);
    background-size: 100%;
    opacity: 1;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.container {
    width: 1578px;
    margin: 0 auto;
}

nav {
    position: relative;
    z-index: 2;
    padding-top: 68px;
}

nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
}

.hero-main {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.27);
    /* semi-transparent white */
    backdrop-filter: blur(10px);
    /* main blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    border-radius: 12px;

    /* optional frosty border */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* optional shadow */

    width: calc(100% - 140px);
    height: auto;
    padding: 70px;
    border-radius: 52px;
    position: relative;
    z-index: 3;
}

.hero-main-row1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hmr-logo {
    width: 102px;
    height: 102px;
}

.hmr-logo img {
    width: 100%;
}

.hmr-date {
    color: white;
    font-size: 60px;
    font-weight: 800;
}

.hmr-date2 {
    font-size: 33.5px;
    font-weight: 500;
}

.hmrd {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.hmr-place {
    color: white;
    font-size: 28px;
    margin-top: 9px;
}

.hero-main-row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}

.hmr2-title {
    font-size: 70px;
    font-weight: 800;
    text-shadow: 0px 20px 5px #0000003b;
    text-align: center;
    line-height: 70px;
    margin-top: 30px;
}

.hmr2-subtitle {
    font-size: 30px;
    font-weight: 400;
}


.hero-main-row3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.hmr3-left {
    flex: 0 0 39%;
    font-size: 27px;
    color: white;
}

.hmr-right {}

.hero-main-row3 {
    margin: 80px 180px;
}

.hmr3-i {
    font-size: 84px;
    font-weight: 100;
}

.hmr3-k {
    font-weight: 400;
    font-size: 20px;
    width: 218px;
}

.hmr3-flex {
    align-items: center;
    justify-content: space-between;
    display: flex;
    column-gap: 40px;
}

.hmr-button {
    width: 440px;
}

.hmr-button a {
    height: 88px;
    display: block;
    background-color: #FBBC0F;
    text-align: center;
    font-size: 21px;
    color: #182872;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 26px;
    line-height: 88px;
    font-weight: 500;
}

.hmr-button2 {
    width: 440px;
}

.hmr-button2 a {
    height: 88px;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 21px;
    color: #182872;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 26px;
    line-height: 88px;
    font-weight: 500;
}

.hero-main-row4 {
    margin: 80px 180px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-under {
    font-size: 26px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 30px;

}

.hero-border-inner {
    background-color: #FBBC0F;
    color: #FBBC0F;
    height: 80px;
    line-height: 80px;
    font-size: 63px;
    overflow: hidden;
    font-weight: 800;
    text-shadow: -2px -2px 0 #182872,
        2px -2px 0 #182872,
        -2px 2px 0 #182872,
        2px 2px 0 #182872,
        0 -2px 0 #182872,
        0 2px 0 #182872,
        -2px 0 0 #182872,
        2px 0 0 #182872;
}

.hero-border-inner span {
    position: absolute;
    width: 200%;
    display: block;
    animation: marquee 120s linear infinite;
}

.hero-border-inner span:after{
	  content: attr(data-text);
  padding-left: 2rem;
}

.hero-border {
    position: absolute;
    z-index: 11;
    width: 108%;
    overflow: hidden;
    transform: rotate(358deg);
    margin: 60px 0;
    left: -30px;
}

.section2::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -47%;
    width: 100%;
    height: 280px;
    background-color: white;
    transform: skewX(273deg);
}

.section2 {
    position: relative;
    background-color: white;
    z-index: 10;
    margin-top: 150px;
}

.sl-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section2-left {
    margin-top: 200px;
    width: 45%;
}

.section2-right {
    position: relative;
    z-index: 12;
}

.sl-title {
    font-size: 74px;
    font-weight: 800;
    color: #182872;
    position: relative;
    z-index: 2;
}

.sl-subtitle{
	font-size: 50px;
	font-weight: 500;
	color:#182872;
	position: relative;
	z-index: 5;
}

.sl-list {
    margin-top: 50px;
}

.sl-list-title{
	font-size: 26px;
    color: black;
    font-weight: bold;
    margin-top: 50px;
}

.sl-list ul {
    padding: 0;
}

.sl-list li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    color: #182872
}

.sl-list li:before {
    content: "";
    width: 17px;
    height: 28px;
    background: url(icons/bullet.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.pc-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

.pc-list {
    font-size: 22px;
}

.pc-list p {
    margin: 10px 0;
    line-height: 22px;
}

.section2-left:before {
    content: "";
    background: url(img/element.png);
    background-size: 100%;
    width: 360px;
    position: absolute;
    left: 33%;
    height: 229px;
    background-repeat: no-repeat;
    z-index: 1;
    top: 148px;
}

.sl-inner {
    padding-bottom: 300px;
}

.sl-border {
    background-color: #FBBC0F;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-size: 63px;
    overflow: hidden;
    font-weight: 800;
    width: 200%;
    position: absolute;
    left: -64px;
}

.sl-border span {
    position: absolute;
    width: 200%;
    display: block;
    animation: marquee 120s linear infinite;
}

.sl-borders {
    transform: rotate(3deg);
    position: absolute;
    z-index: 10;
    bottom: 172px;
    width: 100%;
}

.sl-borders2 {
    background-color: #C3E4EA;
    color: #C3E4EA;
    height: 80px;
    line-height: 80px;
    font-size: 63px;
    overflow: hidden;
    font-weight: 800;
    width: 200%;
    position: absolute;
    left: -64px;
    z-index: 12;
    bottom: 164px;
    transform: rotate(357deg);
}

.sl-borders2 .sl-border {
    background-color: #C3E4EA;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-size: 63px;
    overflow: hidden;
    font-weight: 800;
    width: 200%;
    position: absolute;
    left: -64px;
}


.sl-borders2 span {
    text-shadow: -2px -2px 0 #182872,
        2px -2px 0 #182872,
        -2px 2px 0 #182872,
        2px 2px 0 #182872,
        0 -2px 0 #182872,
        0 2px 0 #182872,
        -2px 0 0 #182872,
        2px 0 0 #182872;
    color: #C3E4EA;
    animation: marquee 500s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.s3-title {
    font-size: 100px;
    color: #182872;
    font-weight: 800;
}

.s3-title-new{
    font-size: 102px;
    position: relative;
    z-index: 10;
}

.s3-subtitle {
    font-size: 53px;
    font-weight: 500;
    color: #182872;
    width: 70%;
    line-height: 53px;
}

.s3-header {
    position: relative;
}

.s3-header:after {
    content: "";
    width: 300px;
    height: 182px;
    background: url(img/element.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transform: rotate(90deg);
}


.section33 .s3-header:after{
    transform: rotate(180deg)
}

.s3-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 50px;
}

.s3-left-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 70px;
}

.s3-mk-new img{
     -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.section33{
    padding-top: 150px;
}

.s3-title-short{
    width: 50%;
    line-height: 100px;
}

.s3-right-title {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 30px;
}

.s3-right p {
    font-size: 22px;
    line-height: 26px;
}

.special-block {
    background: #FBBC0F;
    color: #1f1f1f;
    font-size: 26px;
    padding: 30px 50px;
    border-radius: 30px;
    width: 72%;
    margin: 50px 0;
}

.s3-left {
    flex: 0 0 38%;
    width: 62.4%;
}

.s3-right {
    width: 30%;
}

.s3-right-new{
    width: 62%;
}

.s3-right-new p{
    margin-bottom: 15px;
    display: block;
    line-height: 30px;
}

.s3-button {
    width: 440px;
    height: auto;
    border-radius: 26px;
    color: white;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    background-color: #182872;
    display: block;
    margin: 30px 0 0 10px;
    font-size: 26px;
    padding: 20px 0;
}

.s3-b2 {
    background: #31A1C3;
}

.section3{
	    position: relative;
    z-index: 10;
    background: white;
}

.section-4 {

    background: #FFF;
    background: linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(200, 241, 255, 1) 80%);
    padding:  30px 0 200px;
  
    position: relative;
    z-index: 101;
}

.s4-title {
    color: #182872;
    font-size: 80px;
    text-align: center;
    font-weight: 800;
    padding: 50px 0;
}

.s4-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 33%;
}

.s4-arrows a {
    display: block;
    width: 54px;
    height: 96px;
}

.s4-arrows a img {
    width: 100%;
}

.s4-arrows a.btn-left {
    transform: rotate(180deg);
}

.speaker a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.speaker figure {
    width: 100%;
    height: 368px;
    border-radius: 30px;
    background: white;
    overflow: hidden;
   align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}

.speaker span {
    display: block;
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    color: #182872;
    margin: 0 70px;
    line-height: 34px;
    margin-top: 15px;
    padding-bottom: 15px;

}


.s4-content {
    width: 82%;
    margin: 0 auto;
}

.s4-carousel {
    position: relative;
}

.s4-arrows .btn-left {
    height: 96px;
}

.section-5 {

    background: #FFF;
    background: linear-gradient(181deg, rgba(200, 241, 255, 1) 0%, rgba(255, 255, 255, 1) 96%);
    margin: 0;
    padding-bottom: 200px;
    z-index: 10;
    position: relative;
}

.s5-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s5-title {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
}

.s5-list ul {
    padding: 0;
}

.s5-list ul li {
    list-style: none;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 60px;
    margin-bottom: 30px;
}

.s5-list ul li:before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #07B8D7;
    border: 3px solid #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.s5-list ul li:after {
    content: "";
    width: 3px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    bottom: -48px;
    z-index: 3;
}


.s5-list ul li:last-child:after {
    display: none;
}


.s5-left,
.s5-right {
    flex: 0 0 48%;
}

.s6-row1 {
    display: flex
;
    align-items: center;
    justify-content: center;
    column-gap: 160px;
    flex-wrap: wrap;
    row-gap: 70px;
    margin-bottom: 40px;
}

.s6-items{
    margin-bottom: 120px;
}

.s6-row1 a.w200 {
    flex: 0 0 170px;
}

.s6-row1 a.w280 {
    flex: 0 0 280px;
}

.s6-row1 a.w630 {
    flex: 0 0 400px;
}

.s6-row1 a.w360 {
    flex: 0 0 360px;
}


.s6-row1 img {
    width: 100%;
}

.s4-sub-title {
    font-size: 64px;
    font-weight: 800;
    color: #182872;
    text-align: center;
    margin: 70px 0;
}

.s6-row2 a.w450 {
    flex: 0 0 450px;
}

.s6-row2 a.w540 {
    flex: 0 0 540px;
}

.s6-row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 150px;
}

.hero-border.s6-border {
    transform: rotate(3deg);
    margin: 160px 0 60px;
}

.s6-border .hero-border-inner {
    background-color: #FBBC0F;
    color: white;
    height: 80px;
    line-height: 80px;
    font-size: 63px;
    overflow: hidden;
    font-weight: 800;
    text-shadow: none;
}

.section-6 {
    padding-bottom: 300px;
    z-index: 11;
    position: relative;
    background:white;
}

.section-7 {
  padding: 100px 0 150px;
    position: relative;
    z-index: 12;
    background: white;
}


.section-8{
        position: relative;
    z-index: 10;
    background: white;
    padding-bottom: 30px;
}

.s7-content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    flex-wrap: wrap;
}

.s7-partner {
    flex: 0 0 16%;
}

.s7-partner a img {
    width: 90%;
}

.faq-item .faq-answer {
    display: none;
}

.faq-item {
    margin-bottom: 40px;
}

.faq-item .faq-question a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #182872;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    padding: 25px 30px;
    font-size: 25px;
    font-weight: 500;
}

.faq-item .faq-question a img {
    width: 32px;
}

.faq-item.open .faq-question a img {
    width: 34px;
}

.faq-item.open .faq-answer {
    display: block;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #FFF;
    background: linear-gradient(181deg, rgba(255, 255, 255, 1) 50%, rgb(240, 240, 240) 100%);
    font-size: 24px;
    color: #222;
    padding: 25px 40px;

}

.faq-item.open .faq-answer ul {
    list-style: none;
    padding: 0;
}

.faq-item.open .faq-answer ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.faq-item.open .faq-answer ul li:before {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #182872;
    left: 0;
    top: 12px;
    position: absolute;
}


footer {
    padding: 50px 0;
    background-color: #182872;
    margin-top: 0;
    position: relative;
    z-index: 40;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding:100px 0;
}

.fl-title {
    font-size: 40px;
    font-weight: 800;
    color: white;
    margin-bottom: 40px;
}

.fl-content ul {
    padding: 0;
}

.fl-content ul li {
    list-style: none;
    margin-bottom: 10px;
}

.fl-content ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.section-7 .s4-title {
    padding-bottom: 100px;
}


@media(max-width: 1600px){
    .container{
        width: 86%;
    }   

    .hero-main-row2{
        margin-top: 35px;
    }

    .hmr2-title{
        margin-top: 10px;
    }

    .hero-main-row4 {
    margin: 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 80px;
    }

    .hero-main-row3 {
    margin: 30px auto 0;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
    }
}

.mobile-nav{
    display: none;
}

@media(max-width: 1080px){
    .hero-main-row4{flex-direction: column; row-gap: 30px;}
    .hero-main-row3{flex-direction: column;}

   .hero-main-row1 {
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .hmr-logo{order:1; margin-bottom: 40px;}
        .hmrd {
        order: 2;
        display: flex
;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding-left: 30px;
    }

    .hmr2-subtitle{
        text-align: center;   
        font-size: 26px;
    }

    .hmr2-title{
        font-size: 48px;
        line-height: 54px;
    }

    .hmr3-left {
    flex: 0 0 100%;
    font-size: 17px;
    color: white;
    text-align: center;
}

.navigation{
    display: none;
}

.hmr-button{
    width: 100%;
}
.hmr-button2 {
    width: 100%;
}
.mobile-nav{
display: flex
;
        padding: 15px 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        justify-content: flex-end;
}

.mobile-nav a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:80px;
    height: 40px;
}

.mobile-nav a img{
    width: 80px;
}

.hero-main{margin-top: 0; border-radius: 32px; padding: 35px; width:calc(100% - 70px);}

.hmr-logo {
    margin-top: 10px;
    width: 80px;
    height: 80px;
}

.hmr-place {
    color: white;
    font-size: 15px;
    margin-top: 9px;
}

.hmr-date {
    color: white;
    font-size: 44px;
    font-weight: 800;
}

    .hmr2-subtitle {
        text-align: center;
        font-size: 18px;
    }


.hmr-date2 {
    font-size: 25px;
    font-weight: 500;
}

    .hmr2-title {
        font-size: 25px;
        line-height: 26px;
        text-shadow: 0px 13px 5px #0000003b;
    }

        .hero-main-row2 {
        margin-top: 15px;
    }

    .hmr-button a {
    height: 70px;
    display: block;
    background-color: #FBBC0F;
    text-align: center;
    font-size: 19px;
    color: #182872;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 26px;
    line-height: 70px;
    font-weight: 500;
}

.hmr-button2 a {
    height: 70px;
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 19px;
    color: #182872;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 26px;
    line-height: 70px;
    font-weight: 500;
}


.hmr3-flex {
align-items: center;
        justify-content: center;
        display: flex
;
        column-gap: 25px;
        text-align: center;
        margin: 30px 0;
}
.hmr3-i {
    font-size: 46px;
    font-weight: 100;
    margin-top: 0px;
}

.hmr3-k {
    font-weight: 400;
    font-size: 14px;
    width: 40%;
    text-align: left;
}

.hero-main-row4{
    margin:30px 0;
}

.hmr3-flex{
    margin: 30px 0 0;
}

.hero-under{
    font-size: 16px;
}

.sl-inner{
    flex-direction: column;
}


.section2-right img{
    width: 100%;
}


.section2-left {
    margin-top: 110px;
    width: 100%;
}


.sl-title {
    font-size: 54px;
    font-weight: 800;
    color: #182872;
    position: relative;
    z-index: 2;
    line-height: 48px;
}

.sl-subtitle {
    font-size: 34px;
    font-weight: 500;
    color: #182872;
    position: relative;
    z-index: 5;
    margin-top: 10px;
}


.section2-left:before {
    content: "";
    background: url(img/element.png);
    background-size: 100%;
    width: 259px;
    position: absolute;
    left: 29%;
    height: 229px;
    background-repeat: no-repeat;
    z-index: 1;
    top: 103px;
}


.s3-subtitle {
    font-size: 26px;
    font-weight: 500;
    color: #182872;
    width: 100%;
    line-height: 26px;
}

.s3-title {
    font-size: 54px;
    color: #182872;
    font-weight: 800;
}

.s3-header .s3-title, .s3-header .s3-subtitle {
    position: relative;
    z-index: 10;
}


.s3-header .s3-title{
    position: relative;
        z-index: 10;
        font-size: 42px;
        line-height: 42px;
}

 .s3-header .s3-subtitle {
        margin-top: 20px;
    font-size: 25px;
    line-height: 25px;
}

.s3-flex {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 0px;

}

.section33 {
    padding-top: 60px;
}

.s3-left {
    flex: 0 0 100%;
    width: 100%;
}
.s3-right {
    width: 100%;
}

.s3-left-flex{
    flex-direction: column;
}


.s3-left-flex-one{
    flex:0 0 100%;
            width: 90%;
        margin: 0 auto;
}

.s3-left-flex-one img{
    width:100%;


}
.s3-button {
    width: 94%;
    height: 74px;
    border-radius: 26px;
    color: white;
    line-height: 74px;
    text-align: center;
    text-decoration: none;
    background-color: #182872;
    display: block;
    margin: 30px 0 0 10px;
    font-size: 16px;
    font-weight: 500;
}
.s3-b2 {
    background: #31A1C3;
}


.s4-title {
    color: #182872;
    font-size: 42px;
    text-align: center;
    font-weight: 800;
    padding: 50px 0;
    line-height: 42px;
}
.s4-arrows a {
    display: block;
    width: 26px;
    height: 45px;
}

.s5-content {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.s6-row1 a{
    width:  44% !important;
    flex: 0 0 44% !important;
}

.s4-sub-title {
    font-size: 32px;
    font-weight: 800;
    color: #182872;
    text-align: center;
    margin: 70px 0;
}

.s6-row2 {
    display: flex
;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    flex-direction: column;
}


.s6-row2 a.w450 {
    flex: 0 0 90%;
}
.s6-row2 a.w540 {
    flex: 0 0 90%;
    margin-top: 30px;
}

.s6-row2 img{
    width:100%;
}

.footer-inner {
    display: flex
;
    align-items: flex-start;
    justify-content: space-around;
    padding: 100px 0;
    flex-direction: column;
}

.footer-right{
    margin-top: 40px;
}


.section-4{
    margin: 0;
    padding-bottom: 70px;
}

.s4-arrows .btn-left {
    height: 45px;
}

.section-5{
    padding-bottom: 70px;
    position: relative;
    z-index: 102;
}

.section-7 {
    padding: 0;
}

.s7-partner {
    flex: 0 0 44%;
    margin-bottom: 40px;
}

.faq-question span{
    display: block;
    width: 78%;
}

.faq-item .faq-question a{
    font-size: 16px;
}
.faq-item.open .faq-answer ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
}

.faq-answer a{
    color:#182872;
}


.fl-title {
    font-size: 30px;
    font-weight: 800;
    color: white;
    margin-bottom: 40px;
}
    .footer-inner {
        display: flex
;
        align-items: flex-start;
        justify-content: space-around;
        padding: 20px 0;
        flex-direction: column;
    }

    .fl-content ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.s6-row1 {
    display: flex
;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 40px;
}

}

.up-button{
    display: none;
}

.up-button.open{
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 299;
}

.up-button.open a{
border-radius: 200px;
    width: 140px;
    height: 140px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: white;
    font-size: 16px;
    text-decoration: none;
    background: #182872;
    flex-direction: column;
    box-shadow: 0px 12px 20px #18287278;
}

#up_button img {
    width: 50px;
    height: 50px;
    margin-top: 22px;
}


@media(max-width: 1080px){
    .s5-list ul li{font-size: 23px;}
    .s5-list ul li:after{bottom: -30px;}
    .up-button.open a{
        width: 80px;
        height: 80px;
        justify-content: center;
    }

    .up-button.open a span{
        display: none;
    }

    #up_button img {
    width: 50px;
    height: 50px;
    margin-top: 0;
}


        .navigation.open {
        display: block;
        position: absolute;
        z-index: 100;
        background: white;
        border-radius: 12px;
        width: calc(100% - 96px);
        padding: 20px;
    }

    nav ul {
    display: flex
;
    margin: 0;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 30px;
    flex-direction: column;
}

nav ul li a {
    color: #182872;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.hero:before{
    height: 161%;
}

}

.socials{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}

.socials .social{
    width: 40px;
}

.socials img{
    width:100%;
}

.socials .social:first-child{
    width: 50px;
}

.video{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.video video{
    width: 1200px;
    border-radius: 30px;
    height: 700px;
}

.section-master{
        background: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 100;
}

.video video{
    width: 90%;
    height: auto;
}


.container-inner2{
    color:white;
}

.hero-maiu2{
    margin-bottom: 100px;
}

.new-block-warning{
        font-weight: bold;
    padding: 90px 0px 50px;
    color: #e31616;
    font-size: 18px;
}

.sl-last{
    position: relative;
    margin-top: 50px;
}

.sl-last:after{
content: "";
    width: 244px;
    height: 145px;
    background: url(img/element23.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -47px;
    display: block;
    transform: rotate(0deg);
    z-index: 1;

}

.sl-last-text{
    color:#182872;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.sl-last a {
    color: #0078AE;
    border-bottom: 1px solid #0078AE;
    text-decoration: none;
    font-size: 26px;
    position: relative;
    z-index: 10;
}

@media(max-width: 1680px){
    .hero{
        background-size: cover;
    }

    .s3-left-flex img{
        width:100%;
    }

    .s3-left-flex-one{
        flex:0 0 45%;
    }

    .s3-left-flex-one--x{
        width: 400px;
    }

    .s3-left-flex-one--x img{
        width:100%;
    }

       .s3-left {
        flex: 0 0 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .s3-button {
    width: 100%;
    height: 70px;
    border-radius: 26px;
    color: white;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    background-color: #182872;
    display: block;
    margin: 30px 0 0 10px;
    font-size: 18px;
    }    

        .s3-right {
        width: 58%;
    }   

        .s3-left-flex-one--x {
        width: 100%;
        flex: 0 0 100%;
    }
}


@media(max-width: 1400px){
        .s3-left {
        flex: 0 0 32%;
        display: flex
;
        align-items: center;
        justify-content: center;
    }

    .s3-right-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 30px;
}

.s3-right-new p {
    margin-bottom: 15px;
    display: block;
    line-height: 24px;
    font-size: 18px;
}

    .s3-button {
        width: 100%;
        height: auto;
        border-radius: 26px;
        color: white;
        line-height: 70px;
        text-align: center;
        text-decoration: none;
        background-color: #182872;
        display: block;
        margin: 30px 0 0 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .s3-title-new {
    font-size: 88px;
    position: relative;
    z-index: 10;
    line-height: 72px;
}

.s3-subtitle {
    font-size: 45px;
    font-weight: 500;
    color: #182872;
    width: 70%;
    line-height: 45px;
    margin-top: 30px;
}

.section2-right {
        position: relative;
        z-index: 12;
        width: 48%;
        margin-top: 100px;
    }

.section2-right img{
    width: 100%;
}
.sl-inner {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.sl-last:after {
    content: "";
    width: 188px;
    height: 113px;
    background: url(img/element23.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -47px;
    display: block;
    transform: rotate(0deg);
    z-index: 1;
}
.sl-title {
    font-size: 74px;
    font-weight: 800;
    color: #182872;
    position: relative;
    z-index: 2;
    line-height: 62px;
}

}

@media(max-width: 1080px){


    .section2-right {
        position: relative;
        z-index: 12;
        width: 100%;
        margin-top: 0;
    }


    .s3-right {
    width: 100%;
    } 
        .s3-left-flex-one--x {
        width: 100%;
    } 
    .s3-button{width: 93%;}




        .s6-row1 a.w200 {
        flex: 0 0 100px !important;
        width: 200px !important;
    }

        .s6-row2 {
        display: flex
;
        align-items: center;
        justify-content: center;
        column-gap: 38px;
        flex-direction: row;
    }

    .s6-row2 a.w450 {
        flex: 0 0 40%;
    }


        .s6-row2 a.w540 {
        flex: 0 0 40%;
        margin-top: 0;
    }
}


p strong a{
    color: black;
    border-bottom: 3px solid black;
    text-decoration: none;
}

@media(max-width: 600px){
    .hmr-button2 a {
        height: auto;
        display: block;
        background-color: #fff;
        text-align: center;
        font-size: 19px;
        color: #182872;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 26px;
        line-height: 24px;
        font-weight: 500;
        padding: 20px 0;
    }
    .s3-button {
        width: 93%;
        height: auto;
        line-height: 25px;
        padding: 20px 0;
        font-size: 22px;
    }
}