@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200;12..96,300;12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&display=swap');
@import 'common.css';

body{
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 24px;
    color: #13162F;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
}

h1,h2{
    font-size: 64px;
    line-height: 68px;
}
h3{
    font-size: 48px;
    line-height: 58px;
}
h4{
    font-size: 40px;
    line-height: 48px;
}
h5{
    font-size: 32px;
    line-height: 38px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 25px;
    line-height: 30px;
}

.btn{
    padding: 20px 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 34px;
    border: none;
    line-height: 40px;
    font-weight: 800;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: #E7D515;
    color: #13162F;
    box-shadow: 4px 4px 0 #180C38;
}

.text-white{ color: #ffffff!important; }
.accent{ color: #618FCA!important; }
.text-blue{ color: #4F29B7!important; }
.text-red{ color: #EC0A0A!important; }
.text-yellow{ color: #E7D515!important; }
.text-grey{ color: #888888!important; }

.w-700{
    max-width: 700px;
}
.w-800{
    max-width: 800px;
}
.w-866{
    max-width: 866px;
}
.w-920{
    max-width: 920px;
}
.w-1010{
    max-width: 1010px;
}

.font-18{ font-size: 18px; line-height: 22px; }
.font-20{ font-size: 20px; line-height: 24px; }
.font-22{ font-size: 22px; line-height: 26px; }
.font-28{ font-size: 28px; line-height: 33px; }
.font-26{ font-size: 26px; line-height: 31px; }
.font-32{ font-size: 32px; line-height: 38px; }
.font-34{ font-size: 34px; line-height: 40px; }
.font-44{ font-size: 44px; line-height: 50px; }
.font-60{ font-size: 60px; line-height: 72px; }
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
#header{
    padding: 15px 0;
    text-align: center;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.highlighted{
    padding: 6px 13px;
    display: inline-block;
    font-size: 22px;
    line-height: 19px;
    color: #13162F;
    font-weight: 800;
    background: #E7D515;
    box-shadow: 4px 4px 0 #180C38;
}
.wrapper-video{
    border: 2px solid #1d1c1b;
    border-bottom-width: 20px;
    border-radius: 10px;
    position: relative;
}
.wrapper-video .ratio{
    border: 10px solid #000000;
}
.wrapper-video:after{
    content: "";
    width: 864px;
    height: 27px;
    background: url(../images/bg-video.png) no-repeat center center;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.m-video{
    margin-bottom: -60px;
}

.box-button{
    border: 1px solid #13162F;
    background: url(../images/bg-box-button.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 6px 6px 0 #13162F;
    color: #fff;
    padding: 60px 30px 30px;
    text-align: center;
}

.icon-box{
    background: #fff;
    border: 1px solid #13162F;
    padding: 25px;
    box-shadow: 4px 4px 0 #180C38;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.icon-box.style2{
    background: #F1EEF9;
    padding: 10px;
}
.icon-box img{
    min-width: 80px;
    margin-right: 20px;
}
.icon-box.style2 img{
    min-width: 64px;
    margin-right: 16px;
}

.testimonial-item{
    background: #F1EEF9;
    padding: 30px;
    border: 1px solid #4F29B7;
    box-shadow: 4px 4px 0 #4F29B7;
    margin-bottom: 30px;
    position: relative;
}
.testimonial-item:after{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-quote.png) no-repeat center center;
    position: absolute;
    bottom: 44px;
    right: 32px;
}
.testimonial-item .testimonial-info{
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
}
.testimonial-item .testimonial-info img{
    max-width: 64px;
    min-width: 64px;
    margin-right: 20px;
    border-radius: 100%;
}

.style-underline{
    border-bottom: 14px solid transparent;
    border-image: url(../images/border.png) 14;
    display: inline-block;
    line-height: 1;
}
.style-underline.style2{
    border-image: url(../images/border-2.png) 14;
}

.box-1{
    background: #fff;
    border: 1px solid #13162F;
    padding: 25px;
    box-shadow: 4px 4px 0 #180C38;
    margin-bottom: 30px;
    position: relative;
}
.box-1.style2{
    background: #F1EEF9;
    border: 1px solid #13162F;
    box-shadow: 4px 4px 0 #180C38;
}
.box-1.style3{
    background: #ffffff;
    border: 1px solid #4F29B7;
    box-shadow: 4px 4px 0 #4F29B7;
}

.box-2{
    background: #ffffff;
    border: 1px solid #13162F;
    padding: 20px;
    box-shadow: 4px 4px 0 #180C38;
    margin-bottom: 40px;
}
.box-2.style2{
    border-color: #EC0A0A;
    box-shadow: 4px 4px 0 #EC0A0A;
}
.box-2.style3{
    border-color: #4F29B7;
    box-shadow: 4px 4px 0 #4F29B7;
}

.box-like{
    display: flex;
    align-items: center;
    border: 1px solid #EC0A0A;
    box-shadow: 4px 4px 0 #EC0A0A;
    padding: 20px;
    margin-bottom: 15px;
    background: #ffffff;
}
.box-like img{
    min-width: 48px;
    margin-right: 24px;
}

.list-icon{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-icon li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}
.list-icon img{
    min-width: 32px;
    margin-right: 8px;
}

.box-step{
    background: #ffffff;
    padding: 30px;
    border: 1px solid #13162F;
    box-shadow: 4px 4px 0 #13162F;
    margin-bottom: 35px;
    position: relative;
}
.box-step:after{
    content: "";
    width: 67px;
    height: 61px;
    background: url(../images/Union.png) no-repeat center center;
    position: absolute;
    left: 38px;
    top: 100%;
    z-index: 2;
}
.box-step.last:after{
    display: none;
}
.box-step .title-step{
    display: flex;
    font-weight: 700;
    align-items: center;
}
.box-step .title-step .number{
    font-size: 92px;
    line-height: 80px;
    color: #4F29B7;
    margin-right: 25px;
}

.box-blur{
    background: rgba(255, 255, 255, 0.24);
    padding: 20px;
    margin-bottom: 25px;
}

.module-product{
    background: #ffffff;
    padding: 25px;
    border: 1px solid #4F29B7;
    box-shadow: 4px 4px 0 #4F29B7;
    margin: 0 0 15px;
}
.module-product-row{
    display: flex;
    align-items: center;
}
.module-product-row .img-product{
    margin-right: 30px;
    min-width: 245px;
}
.module-product-content .price{
    display: inline-block;
    background: #E7D515;
    padding: 6px 13px;
    box-shadow: 4px 4px 0 #180C38;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}
.module-product-content h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cup{
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 0;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: center;
}

.product-item{
    background: #F1EEF9;
    padding: 10px 40px 40px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 240px;
}
.product-item.style-2{
    border: 1px solid #4F29B7;
    box-shadow: 6px 6px 0 #4F29B7;
}
.product-item .img-product{
    margin-top: -250px;
}

.list-1{
    padding: 0;
    text-align: left;
    margin: 0;
    list-style: none;
}
.list-1 li{
    padding-left: 20px;
    position: relative;
    margin-top: 8px;
}
.list-1 li:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #618FCA;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.list-1.style2 li:before{
    background: #4F29B7;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
#footer{
    background: #13162F;
    color: #fff;
}
.dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dots li{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}
.dots li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #E7D515;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-top{
    padding: 50px 0;
}
.footer-bottom{
    background: #1D2039;
    padding: 20px 0;
}
.copyright{
    font-size: 18px;
    text-align: right;
}
.menu-footer{
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}
.menu-footer li{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0 10px;
}
.menu-footer li:first-child{ margin-left: 0; }
.menu-footer li:last-child{ margin-right: 0; }
.menu-footer li a{
    color: #ffffff;
    text-decoration: none;
}
/*============================ END FOOTER ===============================*/