@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");
.row.no-gutters{
    margin-right:0;
    margin-left:0
}
.row.no-gutters>[class^="col-"],.row.no-gutters>[class*=" col-"]{
    padding-right:0;
    padding-left:0
}
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col-xs-15{
    width:20%;
    float:left
}
@media (min-width: 768px){
    .col-sm-15{
        width:20%;
        float:left
    }
}
@media (min-width: 992px){
    .col-md-15{
        width:20%;
        float:left
    }
}
@media (min-width: 1200px){
    .col-lg-15{
        width:20%;
        float:left
    }
}
a,a:hover,a:active,a:focus{
    text-decoration:none
}
input,textarea,select,button{
    box-sizing:border-box
}
input:focus,textarea:focus,select:focus,button:focus{
    outline:none
}
a,input{
    transition:all 0.3s ease
}
h1,h2,h3,h4,h5,h6{
    margin:0
}
img{
    max-width:100%;
    height:auto
}
ul,ol{
    margin:0;
    padding:0;
    list-style-type:none
}
p{
    margin:0 0 0
}
body{
    font-size:16px;
    line-height:1.6;
    font-family:'Lato', 'Open Sans', sans-serif;
    color:#484848;
    background:#fff
}
@media screen and (max-width: 991px){
    body{
        font-size:16px;
        line-height:1.6
    }
}
@media screen and (max-width: 767px){
    body{
        font-size:15px;
        line-height:1.6
    }
}
@media screen and (max-width: 479px){
    body{
        font-size:15px;
        line-height:1.6
    }
}
a{
    color:#025fab
}
a:hover,a:active,a:focus{
    color:#024983
}
.site--container{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    overflow-x:hidden
}
.floating-btn__container{
    position:fixed;
    bottom:5%;
    width:100%;
    z-index:9999
}
.floating-btn__wrapper{
    position:relative;
    max-width:1440px
}
a.floating-btn{
    text-align:center;
    color:none;
    background:none;
    position:absolute;
    right:0%;
    transform:translateY(-100%);
    box-shadow:none;
    padding:0px;
    border-radius:50%;
    transition:.2s all ease-in-out
}
a.floating-btn img{
    max-width:70%
}
@media (max-width: 767px){
    a.floating-btn{
        padding:20px;
        right:-13%
    }
    a.floating-btn img{
        max-width:60%
    }
}
@media (max-width: 479px){
    a.floating-btn{
        padding:20px;
        right:-23%
    }
    a.floating-btn img{
        max-width:60%
    }
}
a.floating-btn:hover{
    cursor:pointer
}
.footer{
    color:#818A91;
    font-size:14px;
    line-height:1.3;
    padding:0 0 45.28px 0
}
@media (max-width: 991px){
    .footer{
        font-size:12px
    }
}
@media (max-width: 620px){
    .footer{
        padding:0 0 20.58px 0
    }
}
.footer__top{
    margin:0 68.38px
}
@media (max-width: 620px){
    .footer__top{
        margin:0 30.38px
    }
}
.footer__top .footer__tnc{
    color:#0667B0;
    padding:45.28px 0 22.64px;
    font-size:15px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .footer__top .footer__tnc{
        font-size:15px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .footer__top .footer__tnc{
        font-size:14px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .footer__top .footer__tnc{
        font-size:12px;
        line-height:1.3
    }
}
@media (max-width: 767px){
    .footer__top .footer__tnc{
        padding:22.64px 0
    }
}
@media (max-width: 620px){
    .footer__top .footer__tnc{
        padding:22.64px 0 11px 0
    }
}
.footer__top .footer__tnc.footer__tnc-premier a{
    color:#002F65
}
.footer__top .footer__tnc a{
    color:#0667B0;
    padding:0 10px;
    border-left:1px solid #0667B0;
    font-size:15px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .footer__top .footer__tnc a{
        font-size:15px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .footer__top .footer__tnc a{
        font-size:14px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .footer__top .footer__tnc a{
        font-size:12px;
        line-height:1.3
    }
}
.footer__top .footer__tnc a:first-child{
    padding:0 10px 0 0;
    border-left:none;
    border-right:none
}
.footer__top .footer__box{
    background:#5BC2E7;
    color:#ffffff;
    font-weight:bold;
    padding:45.28px 68.38px
}
.footer__top .footer__box.footer__box-premier{
    background:#002F65
}
.footer__top .footer__box.footer__box-premier .footer__box-heading{
    font-size:40px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .footer__top .footer__box.footer__box-premier .footer__box-heading{
        font-size:36px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .footer__top .footer__box.footer__box-premier .footer__box-heading{
        font-size:32px;
        line-height:1.3
    }
}
@media screen and (max-width: 600px){
    .footer__top .footer__box.footer__box-premier .footer__box-heading{
        font-size:20px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .footer__top .footer__box.footer__box-premier .footer__box-heading{
        font-size:16px;
        line-height:1.3
    }
}
.footer__top .footer__box.footer__box-premier .footer__box-subheading{
    font-size:30px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .footer__top .footer__box.footer__box-premier .footer__box-subheading{
        font-size:26px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .footer__top .footer__box.footer__box-premier .footer__box-subheading{
        font-size:24px;
        line-height:1.3
    }
}
@media screen and (max-width: 600px){
    .footer__top .footer__box.footer__box-premier .footer__box-subheading{
        font-size:18px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .footer__top .footer__box.footer__box-premier .footer__box-subheading{
        font-size:12px;
        line-height:1.3
    }
}
@media (max-width: 767px){
    .footer__top .footer__box{
        padding:22.64px 68.38px
    }
}
@media (max-width: 620px){
    .footer__top .footer__box{
        padding:20.58px 30.38px
    }
}
.footer__top .footer__box .footer__box-heading{
    font-size:40px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .footer__top .footer__box .footer__box-heading{
        font-size:34px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .footer__top .footer__box .footer__box-heading{
        font-size:32px;
        line-height:1.3
    }
}
@media screen and (max-width: 600px){
    .footer__top .footer__box .footer__box-heading{
        font-size:26px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .footer__top .footer__box .footer__box-heading{
        font-size:18px;
        line-height:1.3
    }
}
.footer__top .footer__box .footer__box-subheading{
    font-size:30px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .footer__top .footer__box .footer__box-subheading{
        font-size:26px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .footer__top .footer__box .footer__box-subheading{
        font-size:24px;
        line-height:1.3
    }
}
@media screen and (max-width: 600px){
    .footer__top .footer__box .footer__box-subheading{
        font-size:22px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .footer__top .footer__box .footer__box-subheading{
        font-size:13px;
        line-height:1.3
    }
}
.footer__top .footer__box .footer__box-subheading a{
    color:#ffffff
}
.footer__top .footer__box .footer__box-subheading .text--light{
    font-weight:300
}
.footer__top .footer__box .footer__box-subheading .footer--number{
    color:#ffffff;
    text-decoration:none
}
@media (max-width: 767px){
    .footer__mid.footer__mid-long{
        margin:0 0 22.64px 0
    }
}
.footer__mid .footer__mid-left,.footer__mid .footer__mid-right{
    display:table-cell;
    vertical-align:middle
}
.footer__mid .footer__mid-left{
    background:#5BC2E7;
    width:270px;
    padding:0 45.28px 0 68.38px
}
@media (max-width: 620px){
    .footer__mid .footer__mid-left{
        padding:0 20.75px 0 30.38px;
        width:170px
    }
}
@media (max-width: 479px){
    .footer__mid .footer__mid-left{
        width:122.74px;
        padding:3px 20.75px 3px 30.38px
    }
}
.footer__mid .footer__mid-left.footer__mid-left-premier{
    background:#002F65;
    padding:28.7px 22.9px 28.7px 68.38px
}
@media (max-width: 620px){
    .footer__mid .footer__mid-left.footer__mid-left-premier{
        width:140.46px;
        padding:22.9px 20.75px 22.9px 30.38px
    }
    .footer__mid .footer__mid-left.footer__mid-left-premier img{
        width:97.35px
    }
}
@media (max-width: 620px){
    .footer__mid .footer__mid-left img{
        width:106px
    }
}
@media (max-width: 479px){
    .footer__mid .footer__mid-left img{
        width:74px
    }
}
.footer__mid .footer__mid-right{
    padding:22.64px 0 0 22.82px
}
@media (max-width: 991px){
    .footer__mid .footer__mid-right{
        display:block;
        padding:22.64px 0 0 68.38px
    }
}
@media (max-width: 767px){
    .footer__mid .footer__mid-right{
        display:block;
        padding:22.64px 0 0 68.38px
    }
}
@media (max-width: 620px){
    .footer__mid .footer__mid-right{
        padding:16px 0 0 30.38px
    }
}
@media (max-width: 479px){
    .footer__mid .footer__mid-right{
        padding:10px 0 0 30.38px
    }
}
.footer__mid .footer__mid-right.mid-right-short{
    vertical-align:bottom
}
@media (max-width: 767px){
    .footer__mid .footer__mid-right.mid-right-short{
        display:table-cell;
        padding:0
    }
}
.footer__mid .footer__mid-right .islam__logo,.footer__mid .footer__mid-right .footer__mid-right-text{
    display:table-cell;
    vertical-align:middle
}
@media (max-width: 767px){
    .footer__mid .footer__mid-right .islam__logo,.footer__mid .footer__mid-right .footer__mid-right-text{
        vertical-align:middle
    }
}
.footer__mid .footer__mid-right .islam__logo{
    width:42px
}
@media (max-width: 620px){
    .footer__mid .footer__mid-right .islam__logo{
        width:36px;
        display:block;
        float:left;
        margin:0 12px 4px 0
    }
}
@media (max-width: 479px){
    .footer__mid .footer__mid-right .islam__logo{
        width:30px;
        margin:2px 12px 1px 0
    }
}
.footer__mid .footer__mid-right .islam__logo img{
    width:100%
}
.footer__mid .footer__mid-right .footer__mid-right-text{
    padding:0 68.38px 0 22.82px;
    text-align:justify
}
@media (max-width: 1199px){
    .footer__mid .footer__mid-right .footer__mid-right-text{
        font-size:12px
    }
}
@media (max-width: 620px){
    .footer__mid .footer__mid-right .footer__mid-right-text{
        padding:0 30.38px 0 0;
        display:block
    }
}
@media (max-width: 479px){
    .footer__mid .footer__mid-right .footer__mid-right-text{
        padding:0 30.38px 0 0
    }
}
.footer__mid .footer__mid-right .footer__mid-right-copyright{
    margin-top:24.64px;
    text-align:justify
}
@media (max-width: 1199px){
    .footer__mid .footer__mid-right .footer__mid-right-copyright{
        font-size:12px
    }
}
@media (max-width: 479px){
    .footer__mid .footer__mid-right .footer__mid-right-copyright{
        margin-top:20.58px;
        padding-right:30.38px
    }
}
.footer__btm{
    margin:45.28px 68.38px 0
}
@media (max-width: 991px){
    .footer__btm{
        margin:22.64px 68.38px 0
    }
}
@media (max-width: 620px){
    .footer__btm{
        margin:20.58px 30.38px 0
    }
}
.footer__btm .footer__btm-text{
    margin-top:20px;
    text-align:justify
}
.footer__btm .footer__btm-text a{
    color:#818A91
}
.footer__btm .footer__btm-text a.underline{
    text-decoration:underline
}
.footer__btm .footer__btm-text:last-child{
    margin-top:30px
}
@media (max-width: 479px){
    .hide--xs{
        display:none
    }
}
@media (max-width: 767px){
    .hide--sm{
        display:none
    }
}
@media (max-width: 991px){
    .hide--md{
        display:none
    }
}
@media (max-width: 1199px){
    .hide--lg{
        display:none
    }
}
.align__center{
    text-align:center
}
.align__left{
    text-align:left
}
.text__color--blue{
    color:#025fab
}
.text--31{
    font-size:30px;
    line-height:1.2
}
@media screen and (max-width: 991px){
    .text--31{
        font-size:25px;
        line-height:1.2
    }
}
@media screen and (max-width: 767px){
    .text--31{
        font-size:22px;
        line-height:1.2
    }
}
@media screen and (max-width: 479px){
    .text--31{
        font-size:18px;
        line-height:1.2
    }
}
.text--33{
    font-size:33px;
    line-height:1.2
}
@media screen and (max-width: 991px){
    .text--33{
        font-size:27px;
        line-height:1.2
    }
}
@media screen and (max-width: 767px){
    .text--33{
        font-size:22px;
        line-height:1.2
    }
}
@media screen and (max-width: 479px){
    .text--33{
        font-size:18px;
        line-height:1.2
    }
}
#banner img{
    width:100%
}
#intro{
    margin:97px 0
}
@media (max-width: 767px){
    #intro{
        margin:60px 0
    }
}
.intro__text{
    margin:0 auto;
    max-width:990px;
    font-size:23px;
    line-height:1.8;
    margin-bottom: 2rem;
}
@media screen and (max-width: 991px){
    .intro__text{
        font-size:22px;
        line-height:1.8
    }
}
@media screen and (max-width: 767px){
    .intro__text{
        font-size:20px;
        line-height:1.7
    }
}
@media screen and (max-width: 479px){
    .intro__text{
        font-size:18px;
        line-height:1.7;
        max-width: 69vw;
    }
}
#intro .intro__subtext{
    font-size:24px;
    line-height:1.8;
    font-weight:700;
    padding-top:5%
}
@media screen and (max-width: 991px){
    #intro .intro__subtext{
        font-size:22px;
        line-height:1.8
    }
}
@media screen and (max-width: 767px){
    #intro .intro__subtext{
        font-size:20px;
        line-height:1.7
    }
}
@media screen and (max-width: 479px){
    #intro .intro__subtext{
        font-size:18px;
        line-height:1.7
    }
}
#hero .hero__img img{
    margin:0 auto
}
@media (max-width: 767px){
    #hero .hero__img img{
        max-width:600px;
        width:100%
    }
}
#hero .hero__period{
    margin-top:10px;
    margin-bottom:75px;
    font-size:30px;
    line-height:1.2
}
@media screen and (max-width: 991px){
    #hero .hero__period{
        font-size:24px;
        line-height:1.2
    }
}
@media screen and (max-width: 767px){
    #hero .hero__period{
        font-size:19px;
        line-height:1.2
    }
}
@media screen and (max-width: 479px){
    #hero .hero__period{
        font-size:14px;
        line-height:1.2
    }
}
@media (max-width: 767px){
    #hero .hero__period{
        margin-top:5px;
        margin-bottom:35px
    }
}
#info .info__table,#info .info__terms{
    margin:0 auto;
    max-width:940px
}
#info .info__table{
    border:2px solid #0067B1;
    margin-bottom:14px;
    max-width:940px;
    padding:20px
}
@media (max-width: 767px){
    #info .info__table{
        padding:23px 15px 27px
    }
}
#info .info__terms{
    font-size:14px;
    line-height:1.6;
    margin-bottom:70px
}
@media screen and (max-width: 991px){
    #info .info__terms{
        font-size:13px;
        line-height:1.6
    }
}
@media screen and (max-width: 767px){
    #info .info__terms{
        font-size:12px;
        line-height:1.6
    }
}
@media screen and (max-width: 479px){
    #info .info__terms{
        font-size:11px;
        line-height:1.6
    }
}
@media (max-width: 767px){
    #info .info__terms{
        margin-bottom:40px
    }
}
#info .info__terms--link{
    text-align:right
}
@media (max-width: 767px){
    #info .info__terms--link{
        text-align:left;
        margin-top:5px
    }
}
#news{
    padding-top:55px
}
#news .news__content{
    background-color:#6CC24A;
    padding:45px;
    position:relative;
    margin:0 auto 80px;
    max-width:800px;
    border-radius:20px 20px 100px 20px;
    -webkit-box-shadow:10px 10px 30px -9px rgba(0,0,0,0.58);
    -moz-box-shadow:10px 10px 30px -9px rgba(0,0,0,0.58);
    box-shadow:10px 10px 30px -9px rgba(0,0,0,0.58)
}
@media (max-width: 479px){
    #news .news__content{
        padding:35px;
        margin:0 auto 50px
    }
}
#news .news__content .news__head{
    background:url("../images/ribbon.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:149px;
    height:149px;
    position:absolute;
    top:0;
    left:0;
    transform:translate(-67%, -67%)
}
@media (max-width: 991px){
    #news .news__content .news__head{
        width:139px;
        height:139px;
        transform:translate(-47%, -79%)
    }
}
@media (max-width: 767px){
    #news .news__content .news__head{
        width:89px;
        height:89px;
        transform:translate(-47%, -79%)
    }
}
@media (max-width: 479px){
    #news .news__content .news__head{
        width:89px;
        height:89px;
        transform:translate(-48%, -71%)
    }
}
#news .news__content .news__heading{
    font-size:28px;
    line-height:1.2;
    color:#fff;
    position:absolute;
    padding:38px 35px;
    font-weight:700
}
@media screen and (max-width: 991px){
    #news .news__content .news__heading{
        font-size:23px;
        line-height:1.2
    }
}
@media screen and (max-width: 767px){
    #news .news__content .news__heading{
        font-size:19px;
        line-height:1.2
    }
}
@media screen and (max-width: 479px){
    #news .news__content .news__heading{
        font-size:15px;
        line-height:1.2
    }
}
@media (max-width: 767px){
    #news .news__content .news__heading{
        padding:19px 19px
    }
}
@media (max-width: 479px){
    #news .news__content .news__heading{
        padding:20px 22px
    }
}
#news .news__content .news__body{
    font-size:30px;
    line-height:1.2;
    color:#fff
}
@media screen and (max-width: 991px){
    #news .news__content .news__body{
        font-size:25px;
        line-height:1.2
    }
}
@media screen and (max-width: 767px){
    #news .news__content .news__body{
        font-size:22px;
        line-height:1.2
    }
}
@media screen and (max-width: 479px){
    #news .news__content .news__body{
        font-size:18px;
        line-height:1.2
    }
}
#news .news__content .news__find{
    font-size:22px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    #news .news__content .news__find{
        font-size:20px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    #news .news__content .news__find{
        font-size:18px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    #news .news__content .news__find{
        font-size:17px;
        line-height:1.3
    }
}
#how{
    padding-top:25px
}
@media (max-width: 767px){
    #how{
        padding-top:40px
    }
}
#how .how__heading{
    margin:0 auto;
    max-width:508px;
    font-size:32px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    #how .how__heading{
        font-size:28px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    #how .how__heading{
        font-size:24px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    #how .how__heading{
        font-size:20px;
        line-height:1.3
    }
}
#how .how__cards{
    margin:80px auto 50px;
    max-width:940px
}
@media (max-width: 767px){
    #how .how__cards{
        margin:60px auto 20px
    }
}
.card{
    background-color:#F2FAFD;
    padding:45px;
    position:relative;
    margin:0 auto 80px;
    max-width:365px
}
@media (max-width: 479px){
    .card{
        padding:35px;
        margin:0 auto 50px
    }
}
.card .card__head{
    background:url("../images/diamond.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:94px;
    height:94px;
    position:absolute;
    top:0;
    left:0;
    transform:translate(-50%, -50%)
}
@media (max-width: 991px){
    .card .card__head{
        width:80px;
        height:80px
    }
}
@media (max-width: 767px){
    .card .card__head{
        width:70px;
        height:70px
    }
}
@media (max-width: 479px){
    .card .card__head{
        width:60px;
        height:60px
    }
}
.card .card__no{
    color:#fff;
    font-size:40px;
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%
}
@media (max-width: 991px){
    .card .card__no{
        font-size:32px
    }
}
@media (max-width: 767px){
    .card .card__no{
        font-size:28px
    }
}
.card .card__desc{
    font-size:22px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .card .card__desc{
        font-size:20px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .card .card__desc{
        font-size:18px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .card .card__desc{
        font-size:17px;
        line-height:1.3
    }
}
#locate{
    padding-bottom:100px
}
@media (max-width: 767px){
    #locate{
        padding-bottom:50px
    }
}
#locate .locate__heading{
    color:#000;
    margin-bottom:20px;
    font-size:32px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    #locate .locate__heading{
        font-size:28px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    #locate .locate__heading{
        font-size:24px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    #locate .locate__heading{
        font-size:20px;
        line-height:1.3
    }
}
.button{
    background-color:#0067B1;
    margin:0 auto;
    width:180px
}
@media (max-width: 479px){
    .button{
        width:160px
    }
}
.button a{
    color:#fff;
    display:block;
    padding:10px 15px 11px;
    text-align:center;
    font-size:20px;
    line-height:1.3
}
@media screen and (max-width: 991px){
    .button a{
        font-size:20px;
        line-height:1.3
    }
}
@media screen and (max-width: 767px){
    .button a{
        font-size:17px;
        line-height:1.3
    }
}
@media screen and (max-width: 479px){
    .button a{
        font-size:17px;
        line-height:1.3
    }
}
.button a:hover,.button a:active,.button a:focus{
    background:#004f88
}
table{
    width:100%
}
table td{
    padding:10px;
    position:relative
}
@media (max-width: 767px){
    table td{
        padding:20px
    }
}
table .border--left{
    border-left:1px solid #0067B1
}
table .border--top{
    border-top:1px solid #0067B1
}
table .border__short--top-left::before,table .border__short--bottom-right::before{
    background:#0067B1;
    content:'';
    display:block;
    height:80%;
    position:absolute;
    width:1px;
    z-index:1
}
@media (max-width: 767px){
    table .border__short--top-left::before,table .border__short--bottom-right::before{
        width:90%;
        height:1px
    }
}
table .border__short--top-left::before{
    top:0;
    left:0
}
table .border__short--bottom-right::before{
    top:20%;
    left:0
}
@media (max-width: 767px){
    table .border__short--bottom-right::before{
        top:0;
        left:10%
    }
}
table .v_align--top{
    vertical-align:top
}
table .v_align--bottom{
    vertical-align:bottom
}
ul li::before{
    content:"\25C6";
    color:#F23B3C;
    display:inline-block;
    width:1.1em
}
 
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.intro_headline {  font-size: 3em; line-height: 1.2em; font-weight: 800; margin-bottom: 2rem;  }

.second_headline {
    margin:0 auto;
    font-size:2.5em;
    line-height:1.3;
    font-weight:700;
    margin-bottom: 2.5rem;
}

.third_headline {
    margin:0 auto;
    font-size:1.7em;
    line-height:1.3;
    font-weight:700;
    margin-bottom: 2rem;
}

.third_headline_subtext {
    margin:0 auto;
    font-size:1.7em;
    line-height:1.3;
    margin-bottom: 2rem;
}


.emptyspace_2rem { height: 2rem;  }
.emptyspace_4rem { height: 4rem;  }

.fire-section { background-color: #E0F2FB; padding-top:6rem; padding-bottom: 6rem; }

img.secondary_icon { width: 120px; height: auto; margin: auto; }

.highlight-box-outer { padding: 2rem; position: relative; margin-bottom: 2.5rem; } 
.highlight-box-inner { border:2px solid #0067B1; border-radius: 1em; padding:2.5rem;  min-height: 176px; }
.highlight-box-text { font-size: 1.6em; text-align: left;    position: relative; z-index: 2; }
.highlight-box-number { position: absolute; bottom: 0; left: 50%; transform: translate(-50%,28%); font-size: 3.3em; font-weight: 600; background-color: #E0F2FB; padding: 2px 1rem; }

.highlight-box-outer-2 { padding: 2rem; position: relative; margin-bottom: 2.5rem; } 
.highlight-box-inner-2 { border:2px solid #0067B1; border-radius: 1em; padding:2.5rem;  min-height: 300px; }

.motor-section { background-color: #C9E9F8; padding-top:6rem; padding-bottom: 6rem; margin-bottom: 5rem; }
.highlight-box-number-2 { position: absolute; bottom: 0; left: 50%; transform: translate(-50%,28%); font-size: 3.3em; font-weight: 600; background-color: #C9E9F8; padding: 2px 1rem; }
.highlight-box-inner-motor { border:2px solid #0067B1; border-radius: 1em; padding:2.5rem;  min-height: 300px; }
.here-but-top-text {
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
    padding: 0 4rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    height: 115px;
}
.here-but {
    display: inline-block;
    font-size: 1.7em;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 6rem;
    border-radius: 12px;
    background-color: #005faa;
    transition: .3s ease;
}
.here-but:hover {
    color: #ffffff;
    transition: .3s ease;
}
.highlight-box-inner-3 { border:2px solid #0067B1; border-radius: 1em; padding:2.5rem;  min-height: 300px; }

@media (min-width: 768px) and (max-width: 1024px) {
.highlight-box-text { font-size: 1.5em;}
.highlight-box-inner { min-height: 205px;  }
.highlight-box-inner-2 { min-height: 370px; }
.highlight-box-inner-motor {  min-height: 555px; }
.footer__top .footer__box { padding: 40px 59px; }
.here-but-top-text { font-size: 1.3em; }
}

@media only screen and (max-width: 767px) {
.intro_headline { font-size: 2.2em; line-height: 1.2em;}
.second_headline {margin: 0 auto;  font-size: 1.8em;}
.footer__top .footer__box { padding: 18.58px 29.38px;}
.intro_icon img { width: 130px; }
.highlight-box-inner { min-height: auto;  }
.highlight-box-inner-2 { min-height: auto; }
.highlight-box-inner-motor {  min-height: auto; }
.highlight-box-text { font-size: 1.4em;}
.motor-section { margin-bottom: 3rem; }
.here-but { font-size: 1.5em; margin-bottom: 2.5rem;padding: 8px 4rem; }
.here-but-top-text {  height: auto;   margin-bottom: 2rem; }
}