/* 1: Hyperlink Section */
.hyperlink-section {
    padding: 18px 0px 19px;
    background: var(--light-gray-1);
}

.hyperlink-section h3 {
    color: var(--black);
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.hyperlink-section .btn::after { 
    content:
    '';
    opacity: 0;
    padding: 0;
}
.hyperlink-section .btn:hover::after {
    content: '\f061';
    opacity: 1;
    padding-left: 8px;
 }

@media (min-width: 1200px) {
    .hyperlink-section h3 {
        font-size: 28px;
    }
}

/* 2: Icon section */
.icon-section {
    position: relative;
}

.icon-section h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: var(--black);
    padding-bottom: 22px;
}

.icon-section__bg img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.icon-grid__img {
    background: var(--blue);
    border-radius: 100px;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0 , 0.16);
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0px auto 18px;
    text-align: center;
}

.icon-grid__img img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
}

.icon-grid__wrap h3 {
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 1px;
}

.icon-grid__item {
    padding: 20px 0;
}

.icon-grid__wrap,
.icon-grid__wrap p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.icon-grid__wrap {
    max-width: 330px;
    margin: auto auto 30px;
}



@media (min-width: 768px) {
    .icon-grid__item [class*="col"]:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .icon-grid__item {
        padding: 38px 0px 43px;
    }
}

@media (min-width: 1025px) {
    .icon-grid__item [class*="col"]:nth-child(odd) {
        clear: unset;
    }

    .icon-grid__item [class*="col"]:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .icon-section h2 {
        font-size: 32px;
    }

    .icon-section {
        padding-bottom: 168px;
    }
}

@media (min-width: 1278px) {
    .icon-section .container {
        max-width: 1278px;
    }
}

/* 3: Small CTA section */
.small-cta { 
    position: relative;
}

.small-cta__text {
    background: var(--light-gray-1);
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 33px 31px 40px 0px;
}

.small-cta__text h2 {
    color: var(--black);
    font-size: 35px;
    letter-spacing: -2px;
    padding-bottom: 23px;
    text-align: center;
}

.small-cta {
    position: relative;
    width: 100%;
}

.small-cta::before {
    background: var(--light-gray-1);
    box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

@media (min-width: 992px) {
    .small-cta {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        left: -30px;
        position: absolute;
        width: 100%;
        margin-top: -60px;
    }

    .small-cta::before {
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }
}

@media (min-width: 1025px) {

    .small-cta {
        margin-top: -70px;
    }

    .small-cta::before {
        left: -43.4%;
    }
}

/* 4: Half Video + Content */

.half-text-video-section {
    background: var(--blue);
    color: var(--white);
    padding-bottom: 100px;
}

.half-text-video-section h2 {color: var(--white);line-height: 1.25;}

.half-text { padding-bottom: 40px; }

.half-video .video-img {
    background: url('../../assets/img/video-img.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -84px;
    height: 257px;
    width: 132px;
    z-index: 1;
}

.half-text-video-section .half-video {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.half-video-box {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .half-text-video-section .container {
        padding-top: 50px;
    }
}
@media (min-width: 1025px) {
    
    .half-text-video-section {
        padding: 190px 0px;
    }

    .half-text-video-section h2 {font-size: 42px;margin-top: -8px;}

    .half-text-video-section .container { padding-top: 0px; }

    .half-text {padding-bottom: 0px;padding-right: 90px;}
    .half-video .video-img {
        right: -102px;
    }
}



/* 5: CTA Form section */

.cta-form {
    padding-bottom: var(--section-paddings);
}

.cta-form__bg img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-form__box {
    position: relative;
    margin-top: -50px;
    z-index: 9;
    padding: 35px;
    box-shadow: 5px 4px 7px 1px rgba(0, 0, 0,0.095);
}

.cta-form__box {
    position: relative;
    margin-top: -50px;
    z-index: 9;
    padding: 35px;
}

.cta-top__content {
    text-align: center;
    max-width: 870px;
    margin: auto auto 18px auto;
}

.cta-top__content p {
    color: #767676;
    line-height: 1.68em;
}

.cta-form__wrapper label {
    color: var(--blue);
    font-family: 'Cormorant';
    font-size: 20px;
}

.cta-form__wrapper .btn {
    margin-top: 20px;
}

.cta-form__wrapper sup {
    color: var(--fuchsia-red);
    font-size: 27px;
    margin-left: 7px;
    top: 0;
}

@media (min-width: 768px) {
    .cta-form__box {
        padding: 60px 69px;
    }
    .cta-form__wrapper label {
        font-size: 24px;
    }
}

@media (min-width: 1025px) {
    .cta-form__wrapper .form-col {
        max-width: 320px;
        margin: auto auto 20px auto;
    }
}

@media (min-width: 1200px) {
    .cta-form__box {
        margin-top: -100px;
        padding: 85px 99px 70px;
    }

    .cta-top__content h2 {font-size: 42px;}

    .cta-top__content p {
        font-size: 18px;
    }
    

    .cta-form__wrapper label {
        font-size: 26px;
    }
}

@media (min-width: 1303px) {
    .cta-form .container {
        max-width: 1303px;
    }
}