@font-face {
    font-family: 'Montserrat';
    src: url(./../../resources/home/resources/fonts/montserrat/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(./../../resources/home/resources/fonts/montserrat/Montserrat-ExtraBold.ttf);
}

body {
    font-family: 'Montserrat';
    margin: 0;
}

main {
    position: relative;
}

.iso-section *,
.iso-section ::after,
.iso-section ::before {
    box-sizing: border-box;
}

.iso-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.iso-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.iso-col {
    flex: 1 0 0%
}

@media (min-width: 576px) {
    .iso-col-sm {
        flex: 1 0 0%
    }
}

@media (min-width: 768px) {
    .iso-col-md {
        flex: 1 0 0%
    }
}

@media (min-width: 992px) {
    .iso-col-lg {
        flex: 1 0 0%
    }
}

@media (min-width: 1200px) {
    .iso-col-xl {
        flex: 1 0 0%
    }
}

@media (min-width: 1400px) {
    .iso-col-xxl {
        flex: 1 0 0%
    }
}

.iso-col-auto {
    flex: 0 0 auto;
    width: auto
}

.iso-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.iso-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.iso-col-3 {
    flex: 0 0 auto;
    width: 25%
}

.iso-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.iso-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.iso-col-6 {
    flex: 0 0 auto;
    width: 50%
}

.iso-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.iso-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.iso-col-9 {
    flex: 0 0 auto;
    width: 75%
}

.iso-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.iso-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.iso-col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 576px) {
    .iso-col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .iso-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .iso-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .iso-col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .iso-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .iso-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .iso-col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .iso-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .iso-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .iso-col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .iso-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .iso-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .iso-col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .iso-col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .iso-col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .iso-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .iso-col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .iso-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .iso-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .iso-col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .iso-iso-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .iso-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .iso-col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .iso-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .iso-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .iso-col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .iso-col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .iso-col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .iso-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .iso-col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .iso-col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .iso-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .iso-col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .iso-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .iso-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .iso-col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .iso-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .iso-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .iso-col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .iso-col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .iso-col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .iso-col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .iso-col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .iso-col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .iso-col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .iso-col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .iso-col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .iso-col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .iso-col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .iso-col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .iso-col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .iso-col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .iso-col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .iso-col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .iso-col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .iso-col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .iso-col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .iso-col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .iso-col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .iso-col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .iso-col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .iso-col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .iso-col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .iso-col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .iso-col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.cms-page-view.page-layout-1column .page-main {
    padding: 0;
}

.cms-page-view .page-main .columns {
    max-width: 100%;
}

.cms-page-view.page-layout-2columns-left:not(.cms-page-view-sidebar) .page-main .columns .column.main {
    width: 100%;
    padding: 0;
}

main {
    max-width: 100%;
    overflow-x: hidden;
}

.iso-main-banner {
    min-height: 574px;
    position: relative;
}

.iso-main-banner .iso-row {
    max-width: 1536px;
    margin: 0 auto;
}

.iso-banner-inner {
    background-size: cover;
    background-position: 0% 0%;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 604px) {
    .iso-banner-inner {
        height: 0;
        min-height: unset !important;
        padding-top: 100% !important;
    }

    .iso-banner-inner-1 {
        height: 0;
        min-height: unset !important;
        padding-top: 100% !important;
    }
}

@media (min-width: 605px) {
    .iso-banner-inner {
        min-height: 574px !important;
        background-position: right;
    }
}

@media (min-width: 992px) {
    .mobileText {
        display: none;
    }
}

@media (max-width: 991px) {
    .desktopText {
        display: none;
    }
}

@media (max-width: 604px) {
    .uppertxt {
        margin-bottom: 30vw !important;
    }
}

.noWrap {
    white-space: nowrap;
}

.iso-banner-inner-1 {
    background-image: url(./../../resources/home/resources/images/baner-mobile.jpg);
}

.iso-banner-inner-2 {
    background-image: url(./../../resources/home/resources/images/2405_glo_WEB_mobile-banner-black.jpg);
    background-color: rgba(41,41,41,255);
}

@media (min-width: 992px) {
    .iso-banner-inner-1 {
        background-image: url(./../../resources/home/resources/images/banner-lt.jpg);
    }

    .iso-banner-inner-2 {
        background-image: url(./../../assets/img/home/2403_glo_WEB_desktop-banner.jpg);
    }
}

.white-text {
    color: #fff;
}

@media (min-width: 992px) {
    .overflowing-h1 {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (min-width: 1200px) {
    .overflowing-h1 {
        margin-top: 60px;
    }

    .mobile-hidden {
        display: none;
    }

    @media (min-width: 992px) {
        .mobile-hidden {
            display: block;
        }
    }
}

.iso-main-banner .iso-col-right {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    margin-top: 0px;
}

.iso-main-banner .iso-h1 {
    font-size: 25px;
    line-height: 60px;
    font-family: 'Montserrat-Bold';
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header-light {
    font-family: 'Montserrat';
}

.long-iso-h1 {
    font-size: 5.6vw !important;
}

.long-iso-h1>span {
    font-size: 2vw;
    display: block;
    line-height: 1.7;
}

@media (min-width: 605px) {
    .iso-main-banner .iso-h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .long-iso-h1 {
        font-size: 42px !important;
    }

    .long-iso-h1>span {
        font-size: 18px;
    }
}

@media (min-width: 1060px) {
    .long-iso-h1 {
        font-size: 52px !important;
    }

    .long-iso-h1 {
        font-size: 24px;
    }
}

.iso-main-banner .iso-h2 {
    font-size: 30px;
    color: #fff;
    text-shadow: #0000007F 1px 1px 1px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 75px;
    font-weight: 800;
}

.iso-patch {
    width: 150px;
    height: 150px;
    background-color: #754fb2;
    border-radius: 50%;
    position: relative;
    right: 35px;
    bottom: 80px;
    align-self: flex-end;
    position: fixed;
    z-index: 1000;
}

.iso-patch-text {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    padding: 40px 23px;
    text-align: center;
    transition: opacity 0.3s ease-out;
    line-height: 1.2;
    font-weight: 700;
}

.iso-patch-text-2 {
    opacity: 0;
    padding: 26px 30px;
}

.iso-patch:hover .iso-patch-text-2 {
    opacity: 1;
}

.iso-patch:hover .iso-patch-text-1 {
    opacity: 0;
}

.iso-banner-text {
    font-size: 18px;
    line-height: 27px;
    padding-top: 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

@media (min-width: 605px) {
    .iso-banner-text {
        font-size: 18px;
        line-height: 27px;
        max-width: 550px;
    }
}

.iso-mobile-banner-text {
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px;
}


.iso-mobile-banner-text .iso-h2 {
    color: #000;
}

.iso-mobile-banner-text .iso-banner-text {
    color: #000;
}

.iso-mobile-banner-text .iso-banner-text-subscript {
    color: #000;
}

.iso-button {
    background-color: #EF8202;
    color: #000;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    align-self: flex-end;
    text-align: center;
    margin-top: 20px;
    border: 0;
    padding: 0;
    font-weight: 900;
}

.iso-button-link:hover,
.iso-button-link:focus,
.iso-button-link:active {
    color: #000;
}

.iso-button-link {
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.iso-main-banner .iso-banner-text-subscript {
    font-size: 10px;
    color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    opacity: 50%;
    letter-spacing: 0.6px;
    padding-top: 30px;
    font-weight: 100;
}

.iso-main-discover {
    margin-top: 20px;
    position: relative;
    height: fit-content;
}

.iso-main-discover .iso-row {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
}

.iso-main-discover .iso-discover-card {
    width: 410px;
    min-height: 250px;
    padding: 20px;
    background-size: cover;
    margin: 10px;
}

.iso-main-discover .iso-h3 {
    font-size: 24px;
    color: #000;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}

.iso-main-discover .iso-discover-desc {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 48px;
}

.iso-main-discover .iso-use .iso-h3,
.iso-main-discover .iso-colors .iso-h3,
.iso-main-discover .iso-use .iso-discover-desc,
.iso-main-discover .iso-colors .iso-discover-desc {
    color: #fff;
}

.iso-main-discover .iso-button {
    width: 150px;
    margin-top: 25px;
    align-self: auto;
}

.iso-main-subscription {
    min-height: 80px;
    margin-top: 20px;
    background-color: #EF8202;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.iso-main-subscription .iso-row {
    flex-wrap: nowrap;
}

.iso-main-subscription .iso-subscription-link {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 1210px;
    font-weight: 800;
}

.iso-main-subscription .iso-subscription-arrows {
    margin-left: 25px;
}

.iso-main-subscription .iso-col-1,
.iso-main-subscription .iso-col {
    justify-content: center;
    align-items: center;
    display: flex;
}

.iso-main-subscription .iso-col-1 {
    min-width: 55px;
}

.iso-main-subscription .iso-col {
    padding-left: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.iso-main-tiles {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
}

.iso-main-tiles .iso-tile {
    max-height: unset;
    max-width: 100%;
    width: 100%;
}

.iso-main-tiles .iso-tile-mobile {
    display: none;
    visibility: hidden;
}

.iso-tiles-slider {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.iso-tiles-slider .slick-list {
    width: 100%;
}

.iso-tiles-slider .swiper-slide a {
    min-width: 100%;
    width: 100%;
    display: block;
    height: 100%;
}

.iso-section {
    margin-top: 0px;
}

.iso-section:first-of-type {
    margin-top: 0;
}

.iso-section:first-of-type {
    margin-bottom: 20px;
}

.iso-section:last-of-type {
    margin-bottom: 20px;
}

.iso-section .iso-row {
    /* margin-left: 0; */
    /* margin-right: 0; */
    justify-content: center;
    align-content: center;
    --bs-gutter-x: 0;
}

.iso-section .iso-col-md-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.iso-mobile-show {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 1362px) {
    .iso-tiles-slider {
        /* max-width: 1135px; */
    }
}

@media screen and (max-width: 1135px) {
    .iso-tiles-slider {
        /* max-width: 908px; */
    }
}

@media screen and (max-width: 991px) {
    .iso-main-banner .iso-col-left {
        padding-right: 60px;
    }

    .iso-main-banner .iso-col-right {
        margin-top: 0;
    }

    .iso-main-banner .iso-h2 {
        text-align: right;
        margin-bottom: 20px;
    }

    .iso-banner-inner-1 {
        background-image: url(./../../resources/home/resources/images/baner-mobile.jpg) !important;
        background-repeat: unset !important;
        background-size: contain !important;
    }

    /* .iso-main-banner .iso-patch {
 display: none;
 visibility: hidden;
 } */
    .iso-banner-inner {
        background-position: 37% 0%;
    }

    .iso-patch {
        /* top: 160px; */
        top: auto;
        bottom: 100px;
        font-size: 19px;
    }

    .iso-mobile-hide {
        display: none;
        visibility: hidden;
    }

    .iso-mobile-show {
        display: flex;
        visibility: visible;
    }

    .iso-main-banner .iso-col-left {
        padding-right: 0px;
    }

    .iso-main-banner .iso-h1 {
        /* font-size: 48px; */
        max-width: 250px;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .iso-main-banner {
        min-height: 400px;
    }

    .iso-banner-inner {
        min-height: 410px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 10px;
    }

    .iso-mobile-banner-text {
        padding: 0px 20px;
    }

    .iso-mobile-banner-text .iso-h2 {
        font-size: 16px;
        text-align: right;
        text-shadow: none;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .iso-mobile-banner-text .iso-banner-text {
        /* font-size: 16px; */
        padding-top: 0;
    }

    .iso-mobile-banner-text .iso-banner-text-subscript {
        color: #000;
        padding-top: 0;
    }

    .iso-mobile-banner-text .iso-button {
        margin-top: 15px;
        align-self: center;
    }

    .iso-main-banner .iso-row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 604px) {
    .iso-mobile-banner-text {
        height: 36.5vw;
        min-height: 58vw;
    }
}


@media screen and (min-width: 605px) {
    .iso-mobile-banner-text {
        height: 300px;
    }
}

@media screen and (max-width: 908px) {
    .iso-tiles-slider {
        /* max-width: 681px; */
    }
}

@media screen and (max-width: 756px) {
    .iso-main-subscription .iso-col-1 {
        margin-right: 20px;
    }

    .iso-main-subscription .iso-col {
        text-align: center;
        padding-left: 0;
    }

    .iso-main-subscription .iso-subscription-link {
        font-size: 14px;
    }

    .iso-main-subscription .iso-subscription-arrows {
        margin-left: 5px
    }
}

@media screen and (max-width: 681px) {
    .iso-tiles-slider {
        /* max-width: 454px; */
    }
}

@media screen and (max-width: 454px) {
    .iso-tiles-slider {
        max-width: 100%;
    }

    .iso-main-tiles .iso-tile {
        max-height: unset;
        max-width: 100%;
    }

    .iso-patch {
        width: 125px;
        height: 125px;
        right: 20px;
        bottom: 70px;
    }

    .iso-patch-text {
        font-size: 16px;
        padding: 35px 20px;
    }

    .iso-patch-text-2 {
        opacity: 0;
        padding: 23px 25px;
    }
}

@media screen and (max-width: 410px) {
    .iso-main-discover .iso-discover-card {
        max-width: 410px;
        min-width: 100%;
        width: 100%;
        background-position: right;
    }

    .iso-main-discover .iso-button {
        margin-top: 0px;
    }

    .iso-section .iso-col-md-2 {
        width: 100%;
    }

    .iso-main-tiles .iso-tile-desktop {
        display: none;
        visibility: hidden;
    }

    .iso-main-tiles .iso-tile-mobile {
        display: block;
        visibility: visible;
    }
}

.mobile-pagination {
    display: flex;
    position: static;
    margin-top: 50px;
}

.mobile-pagination {
    padding-right: 10px;
}

@media (min-width: 992px) {
    .swiper-pagination {
        position: absolute;
        bottom: 40px;
        left: 40px;
    }

    .mobile-pagination {
        display: none;
    }
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EF8202;
}

.mobile-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
}

.mobile-pagination .swiper-pagination-bullet-active {
    background: #EF8202;
    opacity: 1;
}

@media all and (min-width: 768px),
print {
    .cms-page-view .page-main .column.main {
        padding: 0;
        margin-top: 10px;
    }
}

.global-button {
    background-color: #fff;
    height: 46px;
    padding: 16px 40px;
    border-radius: 23px;
    text-transform: uppercase;
    font-style: italic;
    border: none;
    font-size: 14px;
    font-weight: 700 !important;
    min-width: 175px;
    cursor: pointer;
    line-height: 14px;
}

.global-button:hover,
.global-button:active {
    background: none;
    background-color: #fff;
    color: #000;
    border: none;
}

.global-button-big {
    height: 56px;
    border-radius: 28px;
    font-size: 16px;
    line-height: 16px;
}

.global-button-dark,
.global-button-dark:hover,
.global-button-dark:active {
    background: none;
    color: #fff;
    background-color: #000;
    border: none;
}

.global-banner-title {
    margin-bottom: 0;
    text-shadow: none !important;
    max-width: unset;
    color: #000;
}

@media (max-width: 991px) {
    .global-banner-title {
        max-width: unset !important;
        margin-top: 25px;
        color: #000 !important;
        margin-left: 0 !important;
    }
}

.global-banner-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
    height: auto;
    align-self: flex-start !important;
}

@media (max-width: 991px) {
    .global-banner-text {
        margin-top: 15px;
    }

    .iso-mobile-banner-text {
        height: auto !important;
        min-height: 470px !important;
    }
}

@media (max-width: 600px) {
    .iso-mobile-banner-text .global-button {
        width: 100%;
    }
}

.global-swiper-pagination {
    top: unset;
    justify-content: flex-start;
}

.global-section-title {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .global-section-title {
        padding-left: 20px;
    }
}

.boxes-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    margin-bottom: 80px;
    max-width: 1240px;
}

@media (max-width: 991px) {
    .boxes-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .boxes-wrapper {
        padding: 0;
        margin-bottom: 0;
    }
}

.boxes-row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .boxes-row {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .boxes-row {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.boxes-narrow-box {
    flex: 1;
    position: relative;
}

@media (max-width: 991px) {
    .boxes-narrow-box {
        height: fit-content;
    }
}

@media (max-width: 767px) {
    .boxes-narrow-box {
        margin-bottom: 10px;
    }
}

.boxes-wide-box {
    flex: 2.0483;
    position: relative;
}

@media (max-width: 991px) {
    .boxes-wide-box {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .boxes-wide-box:last-of-type {
        margin-bottom: 0;
    }
}

.boxes-wide-box>img {
    width: 100%;
}

.boxes-narrow-box>img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .boxes-narrow-box>img {
        height: auto;
    }
}

.box-with-left-space {
    margin-left: 20px;
}

.box-with-right-space {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .box-with-left-space {
        margin-left: 10px;
    }

    .box-with-right-space {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .box-with-left-space {
        margin-left: 0;
        margin-top: 10px;
    }

    .box-with-right-space {
        margin-right: 0;
    }
}

.boxes-image-desktop {
    display: block;
}

.boxes-image-mobile {
    display: none;
}

@media (max-width: 991px) {
    .boxes-image-desktop {
        display: none;
    }

    .boxes-image-mobile {
        display: block;
    }
}

.boxes-text {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.boxes-title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -3%;
}

.boxes-text p {
    margin: 0 0 15px 0;
}

.boxes-text-with-additional-text {
    max-width: 245px;
}

.boxes-text-additional {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.boxes-text-small {
    position: absolute;
    left: 40px;
    bottom: 8px;
    right: 20px;
    font-size: 8px;
    font-style: italic;
}

@media (max-width: 991px) {
    .boxes-text-additional {
        margin-right: 10px;
    }

    .boxes-text {
        left: 20px;
    }

    .boxes-text-with-additional-text {
        max-width: unset;
    }

    .boxes-text-small {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .boxes-text-with-additional-text {
        max-width: 300px;
    }
}


.boxes-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

@media (max-width: 991px) {
    .boxes-button {
        left: 20px;
    }
}

.tiles-slider-wrapper {
    background-color: #f6f6f6;
    padding: 60px 0;
}

.tiles-slider {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 40px;
}

@media (max-width: 991px) {
    .tiles-slider {
        padding: 0 20px;
    }
}

.tiles-slider::-webkit-scrollbar {
    display: none;
}

.slider-tile-wrapper {
    width: 315px;
    min-width: 315px;
    margin-right: 20px;
    position: relative;
}

.slider-tile-wrapper:last-of-type {
    margin-right: 0;
}

.slider-tile-image {
    width: 100%;
}

.slider-tile-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-tile-warning {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.vm--modal {
    width: 800px !important;
    height: 350px !important;
    background-image: url(./../img/home/pop-up-notification.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-modal{
    position: absolute; 
    bottom: 40px; 
    right: 20px;
}

.btn-orange.button-modal {
    width: 25% !important;
}


@media screen and (max-width: 991px) {
    .vm--modal {
        width: 300px !important;
        height: 550px !important;
        background-image: url(./../img/home/pop-up-notification-mobile.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .btn-orange.button-modal {
        width: 50% !important;
    }

    .footer-modal{
        position: absolute;
        bottom: 40px;
        right: 0px;
    }
}

.container.mobile-title.hyper-pro {
    margin-top: 0 !important;
}

.iso-mobile-show.iso-mobile-banner-text.text-white {
    background-image: url(./../img/hyper-pro/background-dark.jpg);
}

.container.mobile-title h2.title.d-inline.title-not-user {
    font-size: 25px;
    font-weight: 900;
}

.container.mobile-title p.first-desc.first-desc-not-logged {
    font-size: 15px;
    font-weight: 600;
}

.container.mobile-title p.first-desc.first-desc-not-logged .answer {
    font: bold 20px / 24px Mont;
}

.container.mobile-title p.first-desc.first-desc-not-logged .place {
    font: 12px / 30px Mont;
}

.text-uppercase.date.solo {
    font: 900 32px / 32px Mont;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    position: relative;
}

p.text-white.text-uppercase.dj {
    bottom: 0.5rem;
    position: relative;
    font-size: 15px;
    font-weight: 100;
}

.btn-orange.button-modal.d-none.d-sm-block {
    position: absolute;
    top: 20%;
    margin-left: 5%;
    height: 10%;
}

.button.button--orange {
    background: #e5451d;
}


@media screen and (max-width: 1024px) {
    .iso-banner-inner-1 .banner.banner-desktop {
        display: none;
    }

    .iso-banner-inner-1 .banner-content-bottom-right-text {
        font-size: 20px;
        bottom: unset;
        top: 40%;
    }

    .iso-banner-inner-1 .banner-content img.banner-content-bottom-right.desktop-only {
        bottom: unset;
        top: 60%;
    }

    .iso-banner-inner-1 {
        background-image: url(./../../resources/home/resources/images/banner-lt.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }
    
}