.full-width .image-wrapper{
    max-width: unset;
}
.custom-page-content .section-module p.supporting-text {
    padding: 0 15px 10px;
}

.custom-page-content .module-button .module-link {
    min-width: 85px;
}

section.stronger .image-wrapper .viomotion {
    position: absolute !important;
    bottom: 20% !important;
    right: 31% !important;
    margin: 0 auto 0 !important;
    width: 124px !important;
}

.stronger .text-wrapper {
    position: absolute;
    top: 24%;
    right: 5%;
    width: 90%;
}

.stronger .text-wrapper2 {
    display: none;
}

.stronger h2.module-title {
    font-size: 40px !important;
    line-height: 50px !important;
    padding-bottom: 5px !important;
}

.stronger .image-wrapper .text-wrapper .module-link {
    min-width: 150px;
}

.mobile-stronger,
.tablet-stronger {
    display: none
}

.stronger .main-buttons .col-sm-12 {
    flex-basis: 0%;
}

.stronger .image-wrapper .supporting-text.wwa {
    position: absolute;
    bottom: 1%;
    right: 2%;
    color: #414042;
    text-transform: uppercase;
    text-align: right;
}

/* 900 tablet */
@media only screen and (max-width: 900px) {
    .stronger .image-wrapper .viomotion {
        position: absolute;
        bottom: 20%;
        right: unset;
        left: 5%;
        margin: 0 auto 0;
        width: 124px !important;
    }

    .stronger .text-wrapper {
        position: relative;
        padding-top: 32px;
        width: 100%;
        left: unset;
        right: unset;
    }

    .stronger .text-wrapper2 {
        display: block;
        position: absolute;
        top: 3%;
        right: 3%;
        width: 94%;
        text-align: right;
    }

    .stronger .text-wrapper2 .module-title {
        font-size: 40px !important;
        text-align: right;
    }

    .stronger .text-wrapper h2 {
        display: none;
    }

    .stronger h2.module-title {
        font-size: 25px !important;
        line-height: 1.5em;
    }

    .stronger {
        padding-bottom: 30px;
    }
}

/* 768 tablet */
@media only screen and (max-width: 768px) {
    .stronger .text-wrapper2 .module-title {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .custom-page-content {
        margin-top: 36px;
    }
}

/* 450 mobile */
@media only screen and (max-width: 450px) {
    .stronger .text-wrapper .supporting-text br {
        display: none;
    }
}






.clearfix {
    float: none;
    display: block;
}

    .section-module.video .responsive-video {
      padding-top: 56.25%;
      position: relative;
    }
    .section-module.video .abs-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.balance .text-wrapper {
    position: absolute;
    width: 40%;
    top: 20%;
    right: 5%;
    bottom: 0;
}

.balance .text-wrapper {
    width: 50%;
}

@media only screen and (max-width: 900px) {
    .balance .text-wrapper {
        position: relative;
        width: 90%;
        top: unset;
        right: unset;
        bottom: unset;
        margin: 0 auto;
    }
}

.section-module.full-width.sole-circle-banner {
    background-color: #efeeec;
    line-height: 0;
    text-align: center;
}

.section-module.full-width.sole-circle-banner .image-wrapper {
    max-width: 1024px !important;
    margin: 0 auto;
    position: relative;
}

.section-module.full-width.sole-circle-banner .image-wrapper .text-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sole-circle-banner .text-wrapper .module-link {
    background-color: #f4f3ef;
}

.sole-circle-banner .text-wrapper .subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Tenor sans';
}

@media only screen and (max-width: 768px) {
    .section-module.full-width.sole-circle-banner .image-wrapper {
        max-width: 480px !important;
    }

    .custom-page-content .section-module {
        margin: 0 auto 50px;
    }

    .custom-page-content .section-module.mobile-full-width {
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        overflow: hidden;
        margin-left: -15px;
    }
}

.social-instagram-2023 .image-wrapper {
    line-height: 0;
}

.social-instagram-2023 {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.social-instagram-2023 img.ig-logo {
    max-width: 50px;
    margin: 0 auto;
}

.social-instagram-2023 .module-button .module-link {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.custom-page-content .social-instagram-2023 .module-button a.module-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #fff;
    color: #fff !important;
    transition: all .2s ease;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.social-instagram-2023 .text-wrapper {
    left: 0%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.social-instagram-2023 img.social-bg {
    max-width: 1200px;
}

.social-instagram-2023 img.social-mobile {
    display: none;
}

section.social-instagram-2023 {
    background-color: #89a1bb;
    /*   width: 100%;  
max-width: 100%;
*/
}

@media only screen and (max-width: 768px) {
    .social-instagram-2023 img.social-mobile {
        display: block;
    }

    .social-instagram-2023 img.social-desktop {
        display: none;
    }

    .social-instagram-2023 .text-wrapper {
        display: none;
    }

    .custom-page-content .section-module.mobile-full-width {
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        overflow: hidden;
        margin-left: -15px;
    }
}

/* tech-section-2023 */
section.tech-section-2023 {
    background-color: #f5f3ef;
    padding: 0 !important;
    margin: 0 auto 0;
    border: 0;
}

.custom-page-content .tech-section-2023 div.seo {
    padding: 0 1.5% 0;
}

.tech-section-2023 .seo span.show-content,
.tech-section-2023 .seo span.show-content:hover,
.tech-section-2023 .seo #hide-content,
#hide-content:hover {
    font-weight: 600;
    font-family: soleil, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px;
    cursor: pointer;
}

.custom-page-content section.tech-section-2023 img {
    max-width: 100% !important;
}

.custom-page-content .section-module.tech-section-2023,
.custom-page-content .section-module.tech-section-2023 .image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

section.tech-section-2023 .image-wrapper {
    /* background-color: #382f24; */
    line-height: 0;
}

.custom-page-content .seo h2.module-title {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .custom-page-content .section-module.tech-section-2023 {
        margin-left: -15px;
        width: calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !IMPORTANT;
        overflow: hidden;
    }
}

.custom-page-content li.flex-category img {
    width: 94%;
    max-width: 94%;
    line-height: 0
}

.custom-page-content .flex-category-section {
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
    .custom-page-content li.flex-category {
        padding-right: unset !important;
        padding-left: unset !important;
        margin-bottom: 10px;
    }
}

.custom-page-content li.flex-category a.flex-category-link {
    font-family: soleil, Arial, sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: .04rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    line-height: 1.4em;
    background-color: #f3f1ed;
    width: 96%;
    height: 100%;
    margin-top: 12px;
    padding: 18px 0 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #414042
}

.custom-page-content li.flex-category a.flex-category-link .category-label {
    text-decoration: underline;
    text-transform: uppercase
}

.custom-page-content li.flex-category a.flex-category-link:hover .category-label {
    color: #000;
    transition: all .2s ease;
    font-size: 19px
}