.case-studies-template-case_study_feb_2023.single span {
    font-family: 'Inter';
}

.hero_section {
    background: #112031;
    padding: 125px 0 0;
    position: relative;
}

.hero_section__wrapper {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 1440px;
}

.hero_section__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 calc(50% - 606px);
    max-width: 100%;
}

.hero_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero_section__left_column {
    width: 50%;
    padding: 0 15px;
}

.hero_section__content {
    margin-bottom: 50px;
}

.hero_section__right_column {
    width: 50%;
    padding: 0 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hero_section__media {
    margin-top: 6px;
    position: relative;
}

.hero_section__media .mobile {
    display: none;
}

.hero_section__right_column img {
    margin-left: auto;
}

.hero_section__logo {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 6%;
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 64%;
    margin: auto;
    height: 100%;
    max-height: 79%;
}

.hero_section__logo img {
    margin: auto;
    max-width: 50%;
}

.hero_section__logo .mobile_logo {
    display: none;
}

.hero_section__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    color: #FFFFFF;
}

.hero_section__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px -16px 0;
}

.hero_section__button {
    margin-bottom: 24px;
    padding: 0 16px;
}

.hero_section__button .theme_btn {
    font-size: 18px;
    color: #112031;
    min-width: 185px;
    padding: 17px;
}

.hero_section__button:nth-child(odd) .theme_btn {
    background: #FDFF37;
}

.hero_section__button:nth-child(odd) .theme_btn:hover {
    background-color: #fff;
}

.hero_section__button:nth-child(even) .theme_btn {
    background-color: #fff;
}

.hero_section__button:nth-child(even) .theme_btn:hover {
    background-color: #FDFF37;
}

@media (max-width: 1300px) {
    .hero_section__title {
        font-size: 52px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    /*.hero_section__left_column {*/
    /*    width: 100%;*/
    /*}*/
    /*.hero_section__right_column {*/
    /*    width: 100%;*/
    /*}*/
    .hero_section__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    .hero_section {
        padding-top: 195px;
    }

    .hero_section__left_column {
        width: 100%;
    }

    .hero_section__media .desktop {
        display: none;
    }

    .hero_section__media .mobile {
        display: block;
    }

    .hero_section__right_column .hero_section__media {
        position: absolute;
        top: -195px;
        left: 0;
    }

    .hero_section__left_column {
        position: relative;
        z-index: 2;
    }

    .hero_section__content {
        padding: 0 20px;
    }

    .hero_section__logo {
        max-width: 45%;
        margin-left: 0;
        max-height: 75%;
    }

    .hero_section__logo .desktop_logo {
        display: none;
    }

    .hero_section__logo .mobile_logo {
        display: block;
        max-width: 100%;
        margin-left: 12px;
    }
}

@media (max-width: 560px) {
    .hero_section__content {
        margin-bottom: 17px;
    }

    .hero_section__buttons {
        margin-top: 43px;
    }

    .hero_section__button {
        width: 100%;
    }

    .hero_section__button .theme_btn {
        width: 100%;
        padding: 13px;
    }
}


/* information */
.information {
    padding: 55px 0 0;
}

.information .container {
    max-width: 100%;
    width: 1205px;
}

.information__wrapper {
    background: #EBFBFF;
    padding: 35px 30px 34px 102px;
}

.information__left {
    width: 50%;
    padding: 0 15px;
}

.information__left {
    position: relative;
}

.information__left:before {
    content: '';
    position: absolute;
    display: block;
    right: 66px;
    bottom: -34px;
    background-image: url("../img/info_before.svg");
    width: 53px;
    height: 192px;
}

.information__right {
    width: 50%;
    padding: 0 15px;
}

.information_content__left {
    width: 47%;
    padding: 0 15px;
}

.information_content__right {
    width: calc(53% - 2px);
    margin-left: 2px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote__content {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    color: #112031;
    position: relative;
    margin-right: 120px;
}

.quote__content:before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    background-image: url("../img/info_quote.svg");
    width: 30px;
    height: 24px;
}

.quote__author {
    margin-top: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #25282B;
}

.information_content {
    margin: 7px 0 0 -2px;
}

.information_content_item {
    margin-bottom: 35px;
    max-width: 190px;
}

.information_content_item:last-child {
    margin-bottom: 0;
}

.information_content_item__title {
    font-family: 'Aeonik';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #112031;
    margin-bottom: 2px;
}

.information_content_item__text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #112031;
    opacity: 0.7;
}

.information_content__products_title {
    font-family: 'Aeonik';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #112031;
    margin-bottom: 10px;
}

.information_content__product {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-decoration: underline;
    color: #112031;
    transition: .3s all ease-in-out;
    text-underline-offset: 3px;
    margin-bottom: 16px;
}

.information_content__product svg {
    max-width: 23px;
}

.information_content__product:hover {
    color: #112031;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
}

.information_content__product span {
    margin-left: 10px;
    opacity: 0.7;
}

.information_content__pdf_btn .theme_btn {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #112031;
    border: 1.5px solid #112031;
    border-radius: 1288px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
    width: 175px;
    text-decoration: none !important;
    padding: 12px;
    margin-bottom: 5px;
}

.information_content__pdf_btn .theme_btn svg {
    margin-right: 11px;
}

.information_content__pdf_btn .theme_btn span {
    font-family: 'Aeonik';
}

.information_content__pdf_btn .theme_btn path {
    stroke: #112031;
    transition: .3s all ease-in-out;
}

.information_content__pdf_btn .theme_btn:hover {
    color: #fff;
    background-color: #112031;
}

.information_content__pdf_btn .theme_btn:hover path {
    stroke: #fff;
}

@media (max-width: 991px) {
    .information__left {
        width: 100%;
        margin-bottom: 66px;
    }

    .information__left:before {
        width: 260px;
        height: 53px;
        right: -15px;
        bottom: -37px;
        background-image: url("../img/info_before_mob.svg");
    }

    .information__right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .information__wrapper {
        margin: 0 20px;
        padding: 68px 25px;
    }

    .quote__content {
        margin-right: 0;
    }

    .information__left:before {
        right: -10px;
    }

    .quote__content:before {
        left: 0;
        top: -39px;
    }

    .quote__author {
        margin-top: 25px;
    }

    .information_content__left {
        width: 100%;
        margin-bottom: 39px;
    }

    .information_content__right {
        width: 100%;
    }

    .information_content__pdf_btn {
        margin-top: 18px;
    }
}

@media (max-width: 560px) {
    .information_content__pdf_btn .theme_btn {
        width: 100%;
    }
}

/* END information */

/* Content */

.case-studies-template-case_study_feb_2023 .single_content .container {
    max-width: 805px;
    width: 100%;
}

.case-studies-template-case_study_feb_2023 .single_content {
    margin-top: 55px;
    margin-bottom: 65px;
}

.case-studies-template-case_study_feb_2023 .html_content h2 {
    margin-top: 51px;
    margin-bottom: 8px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #112031;
    text-align: left;
}

.case-studies-template-case_study_feb_2023 .html_content h3 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #112031;
    text-align: left;
}

.case-studies-template-case_study_feb_2023 .html_content .wistia_responsive_padding {
    margin: 55px 0;
}

.case-studies-template-case_study_feb_2023 .html_content .wp-block-image {
    margin: 51px 0 55px;
}

.case-studies-template-case_study_feb_2023 .jssocials-shares {
    display: flex;
    margin: 19px -11px 0;
    align-items: center;
}

.case-studies-template-case_study_feb_2023 .jssocials-share {
    padding: 0 11px;
    transition: .3s all ease-in-out;
}

.case-studies-template-case_study_feb_2023 .jssocials-share:hover {
    opacity: 0.7;
}

.case-studies-template-case_study_feb_2023 .single_content .html_content iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
    margin: 51px 0 55px;
}

.case-studies-template-case_study_feb_2023 .single_content a {
    color: #112031 !important;
    /*border-bottom: solid 1px;*/
    padding-bottom: 1px;
    text-decoration: underline !important;
    cursor: pointer;
    transition: .3s all ease-in-out;
    text-underline-offset: 4px;
}

.case-studies-template-case_study_feb_2023 .single_content a:hover {
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
}

.case-studies-template-case_study_feb_2023 .single_content .wp-block-quote {
    border-left: 5px solid #112031;
    padding: 13px 15px 7px 58px;
    color: #112031;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    margin-top: 47px;
    margin-bottom: 50px;
    display: block;
    text-align: left;
}

.case-studies-template-case_study_feb_2023 .single_content .wp-block-quote p {
    font-family: 'Aeonik';
    font-size: 24px;
    line-height: 1.36;
    margin-bottom: 6px;
    max-width: 610px;
    color: #112031;
}

.case-studies-template-case_study_feb_2023 .single_content .wp-block-quote cite {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 1.36;
    font-style: normal;
}

/*.case-studies-template-case_study_feb_2023 .html_content iframe,*/
/*.case-studies-template-case_study_feb_2023 .html_content .wistia_responsive_padding,*/
/*.case-studies-template-case_study_feb_2023 .html_content .wistia_embed {*/
/*    max-width: 100%;*/
/*    display: block;*/
/*}*/

@media (max-width: 768px) {
    .case-studies-template-case_study_feb_2023 .single_content .wp-block-quote {
        padding-left: 30px;
    }
    
    .case-studies-template-case_study_feb_2023 .html_content p {
        letter-spacing: -0.02em;
    }

    .single_content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .case-studies-template-case_study_feb_2023 .html_content h2 {
        margin-top: 55px;
    }

    .case-studies-template-case_study_feb_2023 .jssocials-shares {
        margin: 33px -10px 0;
    }

    .case-studies-template-case_study_feb_2023 .jssocials-share {
        padding: 0 10px;
        margin: 0 !important;
    }

    .case-studies-template-case_study_feb_2023 .single_content {
        margin-bottom: 86px;
    }

    .case-studies-template-case_study_feb_2023 .theme_related__title {
        text-align: center;
    }
}

/* END Content */

.postid-56773.case-studies-template-templates-lp .hero_section__logo img {
    max-width: 60%
}


@media (max-width: 1200px) {
    .postid-56773.case-studies-template-templates-lp .hero_section__title br {
        display: none
    }
}


@media (max-width: 768px) {
    .postid-56773.case-studies-template-templates-lp .hero_section__logo img {
        max-width: 100%
    }
}