html{
    overflow-x: hidden;
}

:root {
  interpolate-size: allow-keywords;
}

.ep4 section a{
    color: #60708F;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.carousel-section{
    position: relative;
    z-index: 1;
    background-color: #F3F8FF;
}

.carousel-section .carousel-bg{
    height: 700px;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.carousel-section .contained-bg-right{
    object-fit: contain;
    object-position: bottom right;
}

.carousel-section .carousel-content{
    height: 700px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
}

.carousel-section .carousel-content .row{
    width: 100%;
    align-items: center;
}

.carousel-section .google-slide-text{
    max-width: 545px;
}

.carousel-section .carousel-content h1,
.carousel-section .carousel-content h2{
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 42px;
    text-shadow: none;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.carousel-section .carousel-item:nth-child(2) .carousel-content h2{
    margin-bottom: 15px;
}

.carousel-section .google-slide-text h2{
    margin-bottom: 4px;
}

.carousel-section .carousel-content .subtitle {
    display: block;
    font-size: 32px;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
}

.carousel-section .google-slide-text .subtitle{
    margin-bottom: 29px;
}

.carousel-section .carousel-content .floa-logo{
    margin-bottom: 23px;
}

.carousel-section .carousel-content .floa-slide-text{
    max-width: 600px;
}

.carousel-section .carousel-content .floa-slide-text h2 span{
    background-color: #fff; 
    color: #0293ec; 
    padding: 0px 15px;
    border-radius: 30px;
    line-height: 60px;
    display: inline-block;
}

.carousel-section .carousel-content .btn {
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.25px;
    border-radius: 12px;
    padding: 8px 18px;
    background-color: #0079EB;
    border: 1px solid #0079EB;
    color: #FFF;
    text-transform: uppercase;
}

.carousel-section .carousel-content.text-white .btn {
    background-color: transparent;
    border: 2px solid #FFF;
}

.carousel-section .carousel-content .btn span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
}

.carousel-section .carousel-content .btn img {
    vertical-align: middle;
}

.carousel-section .carousel-content .banner-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.carousel-section .carousel-content .banner-bullets li {
    padding: 5px 0;
}

.carousel-section .carousel-content .banner-bullets .icon-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F6F9FE;
    text-align: center;
    border-radius: 50%;
}

.carousel-section .carousel-content .banner-note {
    display: block;
    font-size: 14px;
    margin-top: 13px;
}

.carousel-section .carousel-content .banner-note img{
    vertical-align: middle;
    margin-right: 5px;
}

.carousel-section .carousel-content .banner-note span{
    color: #0E2351;
    opacity: 0.5;
    vertical-align: middle;
}

.carousel-section .carousel-content .backoffice-image {
    max-width: 100%;
}

.carousel-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;   
}

.glassy-box {
    background: rgba(217, 217, 217, 0.25);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.carousel-section .glassy-box {
    padding: 15px 25px;
}

.carousel-section .glassy-box:not(:last-child) {
    margin-bottom: 20px;
}

.carousel-section .glassy-box span {
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    padding-bottom: 11px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-section .glassy-box img {
    width: 100%;
    object-fit: contain;
}

.warning.warning-cta {
    display: flex;
    flex-direction: row-reverse;
}

.warning.warning-cta button {
    margin-top: -90px;
    position: absolute;
    border-radius: .75rem 0 0 .75rem;
    border: none;
    background-color: #FF5252;
    padding: 0.5rem 1.5rem;
    font-size: 1.75rem;
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    color: #F5F5F5;
}

.warning.warning-cta button:hover {
    color: #FF5252;
    background: none;
    box-shadow: inset 0px 0px 0px 2px #FF5252;
}

.strategic-partnership {
    padding: 85px 0 75px;
    position: relative;
}

.strategic-partnership::before {
    position: absolute;
    top: -98px;
    content: '';
    background-image: url('/images/background-greens.svg');
    background-repeat: no-repeat;
    height: 1802px;
    width: 1172px;
}

.strategic-partnership .row {
    align-items: center;
}

.strategic-partnership .background-filter {
    position: relative;
}

.strategic-partnership .background-filter::before {
    content: '';
    position: absolute;
    width: 1275px;
    height: 627px;
    left: -677px;
    top: -185px;
    background: #FFFFFF;
    opacity: 0.95;
    filter: blur(78.15px);
}

.strategic-partnership .container {
    position: relative;
}

.strategic-partnership-text {
    position: relative;
    z-index: 1;
    max-width: 430px
}

.strategic-partnership h2 {
    font-family: 'Proxima Nova Bold';
    font-size: 46px;
    color: #0E2351;
}

.strategic-partnership-text > span {
    color: #243F3B;
    display: block;
    font-size: 22px;
}

.strategic-partnership-text .btn {
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.25px;
    border-radius: 12px;
    padding: 8px 18px;
    background-color: #3B90FF;
    color: #FFF;
    text-transform: uppercase;
    min-width: 285px;
    margin-top: 46px;
}

.strategic-partnership .awards-title {
    font-family: 'Proxima Nova Bold';
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.strategic-partnership .awards {
    display: flex;
    flex-wrap: wrap;
}

.strategic-partnership .card-wrap {
    flex: 1 1 50%;
    width: 50%;
    padding: 11px 14px;
}

.strategic-partnership .awards-card {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 8px 8px 16px 0 rgba(0,0,0,0.13);
    display: flex;
    flex-direction: column;
    padding: 16px 28px 24px;
}

.strategic-partnership .awards-card img{
    margin: 0 auto;
}

.strategic-partnership .awards-card h4{
    font-family: 'Proxima Nova Bold';
    font-size: 18px;
}

.strategic-partnership .awards-card p{
    font-size: 16px;
    margin: 0;
}

.partners{
    position: relative;
    z-index: 1;
}

.partners::before{
    position: absolute;
    top: -445px;
    right: 0;
    content: '';
    background-image: url('/images/background-greens3.svg');
    background-repeat: no-repeat;
    height: 1802px;
    width: 279px;
}

.partners .owl-carousel {
    padding: 0 60px;
    background-color: #fff;
    box-shadow: 0px 10px 13.1px 2px #00000005;
}

.partners .owl-stage {
    display: flex;
    align-items: center;
    height: 250px;
}

.banner {
    padding: 34px 0;
    position: relative;
}

.start-banner{
    padding: 86px 0 70px;
    background: linear-gradient(216.97deg, rgba(255, 255, 255, 0.3) 42.95%, #DCEDFC 119.05%);
}

.banner.darker {
    background: linear-gradient(135deg, #F8FAFC 0%, rgba(239, 246, 255, 0.3) 100%);
}

.banner.certificate::before {
    content: '';
    position: absolute;
    background-image: url('/images/background-greens4.svg');
    background-repeat: no-repeat;
    width: 1172px;
    height: 1802px;
    right: -577px;
    top: -61px;
}

.banner.certificate .container::before {
    content: '';
    position: absolute;
    background-image: url('/images/check_bg.svg');
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 432px;
    height: 432px;
}

.banner .container {
    position: relative;
}

.banner small{
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.banner h1 {
    font-family: 'Proxima Nova Bold';
    font-size: 45px;
    text-shadow: none;
    color: #0E2351;
    margin-bottom: 33px;
}

.banner h2 {
    font-family: 'Proxima Nova Bold';
    font-size: 35px;
    text-shadow: none;
    color: #0E2351;
    margin-bottom: 33px;
}

.banner h1 span,
.banner h2 span{
    color: #0D6EFD;
}

.banner p {
    font-size: 16px;
    color: #60708F;
    margin-bottom: 15px;
}

.banner p:last-child {
    margin-bottom: 25px;
}

.banner .btn {
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 13px;
    line-height: 36px;
    border-radius: 12px;
    padding: 8px 16px;
    background-color: #3B90FF;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 19px;
    margin-right: 11px;
}

.start-banner .btn{
    min-width: 276px;
}

.banner .btn.hollow-btn {
    background-color: transparent;
    border: 1px solid #3B90FF;
    color: #3B90FF;
}

.banner.what-is {
    z-index: 2;
}

.banner.what-certified {
    z-index: 1;
}

.banner.what-certified::before {
    content: '';
    position: absolute;
    background-image: url('/images/background-greens4.svg');
    background-repeat: no-repeat;
    width: 1172px;
    height: 1802px;
    right: -832px;
    bottom: 202px;
}

.highlight-box{
    margin-top: 30px;
    border: 1px solid #A8BCD5;
    background: linear-gradient(135deg, #FFFFFF 0%, #E8F0F7 100%);
    box-shadow: 0px 1px 2px -1px #0000001A;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #314158;
    border-radius: 14px;
    padding: 33px 25px 24px;
}

.what-means::before {
    content: '';
    position: absolute;
    background-image: url('/images/background-greens5.svg');
    background-repeat: no-repeat;
    width: 1172px;
    height: 1802px;
    left: 0;
    top: -403px;
}

.topic-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.topic-cards .card-wrap{
    flex: 1 1 100%;
    width: 100%;
    padding: 10px;
}

.topic-cards .card{
    border: 1px solid #E2E8F0;
    background: linear-gradient(135deg, #FFFFFF 0%, #E8F0F7 100%);
    box-shadow: 0px 1px 3px 0px #0000001A;
    color: #60708F;
    border-radius: 14px;
    height: 100%;
    align-items: center;
    padding: 25px 31px;
    line-height: 1.5;
}

.topic-cards .card img{
    mix-blend-mode: multiply;
}

.center {
    margin: 0 auto;
}

.certificate-image {
    transform: translate(-44px, -30px);
}

.info-table{
    text-align: left;
    background-color: #fff;
    box-shadow: 18px 18px 21.6px 0px #00000008;
    padding: 25px 25px 28px;
    max-width: 650px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.info-block {
    border: 1px solid #AECCF2BF;
    min-height: 137px;
    margin: 12px 0;
    padding: 25px;
    border-radius: 6px;
}

.info-block.validation {
    min-height: 107px;
}

.info-block .label {
    font-size: 13px;
    line-height: 1.4;
    color: #60708F;
    padding-bottom: 11px;
}

.info-block span {
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 15px;
    line-height: 27px;
    color: #061942;
    display: block;
}

.info-block .expiration-dates {
    display: flex;
    align-items: center;
}

.info-block .expiration-dates span {
    font-family: 'Proxima Nova Bold';
}

.info-block .expiration-dates .line {
    width: 100%;
    margin: 0 17px;
    height: 1px;
    background: linear-gradient(90deg, #1E46F2 0%, #00C8F9 50%, #1E46F2 100%);
}

.short-container {
    max-width: 1059px;
}

.cert-download .container h2 {
    margin-bottom: 16px;
}

.cert-download .container > span {
    font-size: 20px;
    display: block;
}

.cert-download .container > span:last-child {
    max-width: 700px;
    margin: 0 auto;
}

.cert-download .row {
    margin: 44px 0 20px;
}

.cert-download .card {
    padding: 16px 18px 26px;
    text-align: left;
    border-radius: 12px;
    max-width: 305px;
    margin: 0 auto 16px;
    background-color: #fff !important;
}

.cert-download .file-name {
    background: #F7FAFF;
    padding: 35px 18px 41px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.cert-download .file-name .language {
    font-family: 'Proxima Nova Bold';
    font-size: 56px;
    line-height: 64px;
    opacity: 0.2;
}

.cert-download .file-name span {
    font-family: 'FontsFree-Net-Proxima-Nova-Sbold';
    font-size: 19px;
    line-height: 27px;
    color: #061942;
    display: block;
}

.cert-download .btn {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 32px;
    text-transform: none;
}

.faqs .card {
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0px 14px 44px 0px #12316A14;
    border: 1px solid #AECCF2B8;
    margin-bottom: 19px;
    position: relative;
}

.faqs .card:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 18px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(0, 200, 249, 0.14) 0%, rgba(60, 64, 198, 0.1) 100%);
    pointer-events: none;
}

.faqs .card:after {
    content: '+';
    position: absolute;
    color: #1E46F2;
    font-size: 25px;
    top: 13px;
    right: 15px;
    font-family: 'Proxima Nova Bold';
    pointer-events: none;
}
.faqs .card.open:after {
    content: '-';
}

.faqs .card h3 {
    font-family: 'Proxima Nova Bold';
    font-size: 18px;
    color: #061942;
    padding: 20px 40px 20px 47px;
    cursor: pointer;
    margin: 0;
}

.faqs .card .faq-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.faqs .card.open .faq-content{
    height: auto;
}

.faqs .card .faq-content p{
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    padding: 0 25px 35px;
}

.security-img {
    margin-top: 30px;
}

@media only screen and (min-width: 768px){
    .start-banner .btn{
        min-width: 0;
    }

    .topic-cards .card{
        flex-direction: row;
    }

    .topic-cards .card img{
        margin-right: 51px;
    }
}

@media only screen and (min-width: 992px){
    .carousel-section .carousel-bg{
        height: 768px;
    }

    .carousel-section .carousel-content{
        height: 768px;
    }

    .carousel-section .carousel-content{
        padding: 0 36px
    }

    .carousel-section .carousel-content h1,
    .carousel-section .carousel-content h2{
        font-size: 56px;
    }

    .carousel-section .carousel-item:nth-child(2) .carousel-content h2{
        font-size: 46px;
    }

    .carousel-section .carousel-content .btn {
        font-size: 20px;
        padding: 13px 18px;
    }

    .carousel-section .glassy-box {
        padding: 26px 40px;
    }

    .carousel-section .glassy-box span {
        font-size: 24px;
    }

    .strategic-partnership-text .btn {
        font-size: 24px;
        line-height: 36px;
        padding: 11px 18px;
    }

    .banner {
        padding: 104px 0;
        position: relative;
    }

    .start-banner{
        padding: 176px 0 150px;
    }

    .banner h1 {
        font-size: 72px;
    }

    .banner h2 {
        font-size: 56px;
    }

    .banner p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .banner p:last-child {
        margin-bottom: 60px;
    }

    .position-text{
        padding-top: 46px;
    }

    .banner .btn {
        font-size: 16px;
    }

    .highlight-box{
        margin-top: 30px;
        padding: 33px 88px 24px;
    }

    .topic-cards .card-wrap{
        flex: 1 1 50%;
        width: 50%;
        padding: 33px 10px;
    }

    .info-block .label {
        font-size: 15px;
    }

    .info-block span {
        font-size: 18px;
    }

    .cert-download .row {
        margin: 44px 0 36px;
    }

    .cert-download .card {
        max-width: none;
        margin: 0;
    }

    .faqs .card:before {
        left: 21px;
        top: 26px;
        width: 44px;
        height: 44px;
    }

    .faqs .card:after {
        top: 32px;
        right: 30px;
    }

    .faqs .card h3 {
        font-size: 21px;
        padding: 35px 95px 39px 107px;
    }

    .faqs .card .faq-content p{
        font-size: 18px;
        line-height: 32px;
        padding: 0 95px 54px 107px;
    }

    .security-img {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px){

}

@media only screen and (min-width: 1400px){

}