

* {
    -moz-osx-font-smoothing: grayscale;
}

.developer_info {
    /*display: none;*/
    background: #fff9ca;
    padding:4px;
}

.gray_background {
    /*background-image: url('/public/images/background.svg');*/
    background-position-x: calc(80vw);
    background-position-y: 1200px;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .gray_background {
        background-image: url('/public/images/background.svg');
        background-position-x: calc(60vw);
        background-position-y: 800px;
        background-repeat: no-repeat;
        background-size: calc(50vw);
    }
}

.carousel-indicators [data-bs-target] {
    /*background-color: #DE3564;*/
    background-color: #263C84;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 0px solid transparent;
    margin-right: 8px;
}

.carousel-indicators [data-bs-target] > button {
}


.carousel-indicators {
    margin-bottom: 3rem;
}

.mcfw-widget-dev-mode {
    margin-top:64px;
    background: #fff9ca;
    border:1px solid #ffd492;
    padding:4px;
}

.mcfw-row {
    display: flex;
    flex-flow: row;
}

.mcfw-row-wrap {
    display: flex;
    flex-flow: row wrap;
}

.mcfw-row-sm {
    display:flex;
    flex-flow:column;
}

.mcfw-dim_overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.36);
    left: 0px;
    top: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

.navbar {
    -webkit-backface-visibility: hidden;
}

.navbar-light {
    /*background-color: rgba(255,255,255,0.95);*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .mcfw-row-sm {
        display:flex;
        flex-flow:row;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}



.mcfw-width-16 {
    width:16px;
    min-width: 16px;
    max-width: 16px;
}

.mcfw-width-32 {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
}

.mcfw-width-48 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
}

.mcfw-width-64 {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
}


.mcfw-width-10p { width: 10%; }
.mcfw-width-20p { width: 20%; }
.mcfw-width-25p { width: 25%; }
.mcfw-width-30p { width: 30%; }
.mcfw-width-33p { width: 33.3%; }
.mcfw-width-40p { width: 40%; }
.mcfw-width-50p { width: 50%; }
.mcfw-width-60p { width: 60%; }
.mcfw-width-66p { width: 66.6%; }
.mcfw-width-75p { width: 75%; }
.mcfw-width-80p { width: 80%; }
.mcfw-width-100p { width:100%; }

.mcfw-child-width-10p > * { width: 10%; }
.mcfw-child-w20p > * { width: 20%; }
.mcfw-child-w25p > * { width: 25%; }
.mcfw-child-w30p > * { width: 30%; }
.mcfw-child-w33p > * { width: 33.3%; }
.mcfw-child-w40p > * { width: 40%; }
.mcfw-child-w50p > * { width: 50%; }
.mcfw-child-w60p > * { width: 60%; }
.mcfw-child-w66p > * { width: 66.6%; }
.mcfw-child-w75p > * { width: 75%; }
.mcfw-child-w80p > * { width: 80%; }
.mcfw-child-w100p > * { width:100%; }



.mcfw-pl-8 { padding-left:8px !important; }
.mcfw-pr-8 { padding-right:8px !important; }
.mcfw-pt-8 { padding-top:8px !important; }
.mcfw-pb-8 { padding-bottom:8px !important; }
.mcfw-pa-8 { padding:8px !important; }

.mcfw-pl-16 { padding-left:16px !important; }
.mcfw-pr-16 { padding-right:16px !important; }
.mcfw-pt-16 { padding-top:16px !important; }
.mcfw-pb-16 { padding-bottom:16px !important; }
.mcfw-pa-16 { padding:16px !important; }

.mcfw-pl-24 { padding-left:24px !important; }
.mcfw-pr-24 { padding-right:24px !important; }
.mcfw-pt-24 { padding-top:24px !important; }
.mcfw-pb-24 { padding-bottom:24px !important; }
.mcfw-pa-24 { padding:24px !important; }

.mcfw-pl-32 { padding-left:32px !important; }
.mcfw-pr-32 { padding-right:32px !important; }
.mcfw-pt-32 { padding-top:32px !important; }
.mcfw-pb-32 { padding-bottom:32px !important; }
.mcfw-pa-32 { padding:32px !important; }

.mcfw-pl-48 { padding-left:48px !important;  }
.mcfw-pr-48 { padding-right:48px !important; }
.mcfw-pt-48 { padding-top:48px !important; }
.mcfw-pb-48 { padding-bottom:48px !important; }
.mcfw-pa-48 { padding:48px !important; }

.mcfw-column {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.mcfw-w50p {
    width:50%;
    display:flex;
}

.mcfw-w100p {
    width:100%;
}

.mcfw-h128 {
    height: 128px;
}

.aqua-box-shadow {
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.08);
}

/*
 * general
 */

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway;
    font-weight: 700;
}

body {
}

body {
/*    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    min-height: 75rem;
    padding-top: 4.5rem;
    width: 100%;
    overflow-x: hidden;*/
}

body.nopadding {
    padding-top: 0px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/*
 * other
 */

.mcfw-border-rad-6 {
    border-radius: 0.2rem;
}




a {
    text-decoration: none;
}


.product-overview-box {
    background: white;
    border: 1px solid rgba(38, 60, 162, 0.15);
}

/**
 * Product overview
 */
.product-overview-title {
    font-size: 24px;
    line-height:32px;
    font-weight: 700;
}

.product-overview-box .dimension {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /*color: #263C84;*/
    text-transform: uppercase;
}

.product-overview-box:hover .pool-line-drawing {
    background-color: white;
}

.product-overview-box .pool-line-drawing > img {
    width: 100%;
}

.product-overview-box .pool-cover-img {
    position: absolute;
    opacity: 0;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    transition: all 0.3s ease-in-out;
}

.product-overview-box .pool-cover-img > img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.product-overview-box:hover .pool-cover-img {
    opacity: 1;
}

/**
 * Product detail - left pane
 */
.product-detail-images {
    display: flex;
    flex-flow: row wrap;
}

.product-detail-box {
    position:relative;
}

.product-detail-box .section-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /*color: #263C84;*/
    min-width: 240px;
}

.product-detail-box .section-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    /*color: #69769C;*/
}

.product-detail-box .product-section {
    border-bottom: 1px solid rgba(38, 60, 132, 0.15);
}

/**
 * text box
 */
.text-box {
}

.text-box-title {
    margin-top: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
}

.carousel-text-box {
    background-color: rgba(255,255,255,0.89);
    padding:16px;
}

.carousel-text-box .section-label {
    /*color: rgba(222, 40, 83, 1) !important;*/
    padding-right:16px;
    min-width: 200px;
    text-align: left;
}
.carousel-text-box .color-box-title {
    /*color: rgba(222, 40, 83, 1) !important;*/
}

/**
 * color box
 */
.color-box {
    width: 128px;
    padding: 0px;
    margin-right: 24px;
    margin-bottom: 8px;
}

.carousel-color-box {
    width: 64px;
    padding: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.color-box-img {
    width: calc(128px - 16px);
    height: calc(128px - 16px);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 1px solid rgba(38, 60, 132, 0.15);
}

.carousel-color-box .color-box-img {
    width: calc(64px - 16px);
    height: calc(64px - 16px);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 1px solid rgba(38, 60, 132, 0.15);
}


.color-box-title {
    margin-top: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
}

.aqua-separator-line-lm,
.aqua-separator-line-rm {
    flex-grow: 1;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    display: flex;
}

.aqua-separator-line-lm {
    margin-left: 16px;
}

.aqua-separator-line-rm {
    margin-right: 16px;
}

.aqua-header-box {
    background: rgba(222,53,100,0.7);
    padding:32px;
}

.aqua-header-box-caption-left {
    left: 15%;
    right: 45%;
}

.aqua-header-box-caption-right {
    left: 45%;
    right: 15%;
}

.btn-salmon {
    color:#fff;
    border:0px;
    background: rgba(222,53,100,1);
    font-size: 12px;
    line-height: 16px;
}

.btn-salmon:hover {
    color:#fff;
    background: rgba(222, 40, 83, 1);
}

/* ------- */

.aqua-main-img {
    border-radius: 8px;
}

.carousel-caption > p {
    font-size: 14px;
    line-height: 24px;
}

.featurette-heading {
    text-transform: uppercase;
}

.salmon {
    color: #DE3564;
}

.salmon-bg {
    background-color: #DE3564;
}


.lead {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #69769C;
}

.aqua-blue {
    color: #263C84;
}

.small-title {
    font-size: 12px;
    line-height: 16px;
}

.factory-bg {
    background-image: url("/public/images/test/factory.png");
    background-position: center;
    background-size: cover;
}

.parallax {
    /* The image used */
    background-image: url("/public/images/test/parallax.png");

    /* Set a specific height */
    min-height: 200px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}

/* Featurettes
------------------------- */

.aqua-block-divider {
    margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .aqua-block-divider {
        margin: 1rem 0; /* Space out the Bootstrap <hr> more */
    }
}

@media (min-width: 62em) {
    .aqua-block-divider {
        margin: 1rem 0; /* Space out the Bootstrap <hr> more */
    }
}

/**
 * more padding between cols
 */
.row {
    /*--bs-gutter-x: 3.5rem;*/
}


/**
 * Dark background
 */
.dark-bg .small-title {
    color: white;
}
.dark-bg .aqua-blue {
    color: white;
}
.dark-bg .lead {
    color: white;
}
.dark-bg .btn-salmon-light {
    color: white;
    background: none;
    border: 2px solid white;
}

.gallery_placeholder {
    background: #efefef;
    border: 2px solid #dfdfdf;
    display:flex;
    flex-flow:row;
    align-content: center;
    align-items: center;
    font-size: 30px;
    width: calc(100% - 16px);
    /*padding: 8px;*/
    margin: 8px;
    justify-content: center;
}

.gallery_placeholder > .details {
    transition: all 1s ease-in-out;
    opacity: 0;
    font-size: 14px;
    line-height: 20px;
    color:white;
    background: rgba(0,0,0,0.5);
    width:100%;
    transform: scale(0.90);
    padding:0px;
    display:flex;
    flex-flow:row;
    align-content: center;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    height: 100%;
}

.gallery_placeholder.place_1 {
    margin-right:8px;
    width: 100%;
}

.gallery_placeholder.place_2 {
    margin-right:8px;
    width: calc(100% - 8px);
}

@media (max-width: 768px) {

    .gallery_placeholder.place_1 {
        margin-right: 0px;
    }

    .gallery_placeholder.place_2 {
        margin-right: 0px;
        width: calc(100%);
    }

    .gallery_placeholder.place_3 {
        margin-right: 0px;
        margin-left: 16px;
    }

    .gallery_placeholder.place_4 {
        margin-left: 0px;
        width: calc(100%);
    }


    .gallery_placeholder.place_5 {
        margin-left: 16px;
        margin-right: 0px;
    }

    .gallery_placeholder.place_6 {
        margin-left: 0px;
        width: calc(100%);
    }

}

.gallery_placeholder > img {
    width:100%;
}


.gallery_placeholder:hover > .details {
    opacity: 1;
    transform: scale(1);
    border-radius: 6px;
}

.gallery_placeholder {
    position: relative;
}

.gallery_placeholder > img {
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    border-radius: 6px;
}

.gallery_placeholder > .details > .text {
    height: 100%;
    width: 100%;
    padding:32px;
}

.gallery_placeholder.big {
    min-height: 400px;
}

.gallery_placeholder.small {
    min-height: 200px;
}

.gallery_placeholder.small,
.gallery_placeholder.big {
    border-width: 0px;
    border-radius: 6px;
}


.sample_1,
.sample_2,
.sample_3,
.sample_4,
.sample_5,
.sample_6,
.sample_7 {
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

.sample_1 {
    background-image: url('/public/images/test/medence_sample_1.png');
}
.sample_2 {
    background-image: url('/public/images/test/medence_sample_2.png');
}
.sample_3 {
    background-image: url('/public/images/test/medence_sample_3.png');
}
.sample_4 {
    background-image: url('/public/images/test/medence_sample_4.png');
}
.sample_5 {
    background-image: url('/public/images/test/medence_sample_5.png');
}
.sample_6 {
    background-image: url('/public/images/test/medence_sample_6.png');
}
.sample_7 {
    background-image: url('/public/images/test/medence_sample_7.png');
}



/**
 * Bottom nav bar
 */


.product-nav-bar-bottom {
    max-width: 440px;
}


.product-nav-bar-bottom .combined-image {
    border-radius: 4px;
    padding:24px;
    position:relative;
}

.product-nav-bar-bottom .pool-line-drawing:hover {
    /*background-color: white;*/
}

.product-nav-bar-bottom .pool-line-drawing > img {
    width: 100%;
}

.product-nav-bar-bottom .pool-cover-img {
    position: absolute;
    opacity: 0;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    transition: all 0.3s ease-in-out;
}

.product-nav-bar-bottom .pool-cover-img > img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.product-nav-bar-bottom .pool-cover-img:hover {
    opacity: 1;
}

.product-nav-bar-bottom .button {
    align-items: center;
}


/**
 * ========================= MCFW =========================
 */

.ui-selectmenu-button.ui-button,
.ui-selectmenu-button.ui-button:hover,
.ui-selectmenu-button.ui-button:active {
    width: 100%;
    width: 100%;
    height: 36px;
    padding: 0 26px 0 5px;
    z-index: 1131;
    position: relative;
    font-size: 15px;
    line-height: 120%;
    border-radius: 0px;
    border:none;
    border-bottom:0px;
    background-color: transparent;
    margin: 0px;
    outline: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    display:flex;
    flex-flow:row;
    align-items: center;
    padding-left: 16px;
    justify-content: flex-start;
    color: rgba(222, 40, 83, 1);
}

.ui-selectmenu-button {
    border: 2px solid transparent !important;
    border-bottom-width: 0px !important;
    border-radius: 6px;
    /*transition: all 0.02s ease-in-out;*/
}

.ui-selectmenu-button-open {
    border-left: 2px solid rgba(222, 40, 83, 1) !important;
    border-top: 2px solid rgba(222, 40, 83, 1) !important;
    border-right: 2px solid rgba(222, 40, 83, 1) !important;
    border-bottom-width: 0px !important;
    background:white !important;
}

.ui-selectmenu-menu {
    z-index: 1031;
    border: 0px;
    background: rgba(255,255,255, 0.95);
}

.ui-selectmenu-menu > .ui-widget-content {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

.ui-selectmenu-menu > .ui-widget-content > .ui-menu-item > .ui-menu-item-wrapper {
    cursor: pointer;
}

.ui-selectmenu-menu > .ui-widget-content > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active {
    background: rgba(222, 40, 83, 1);
    border-radius: 0px;
    border: 0px solid transparent !important;
    border-top-width: 0px !important;
}

.ui-selectmenu-open > .ui-widget-content {
    border-left: 0px solid rgba(222, 40, 83, 1) !important;
    border-bottom: 0px solid rgba(222, 40, 83, 1) !important;
    border-right: 0px solid rgba(222, 40, 83, 1) !important;
}

/***/
#locale-selector-form .ui-selectmenu-menu > .ui-widget-content > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active {
    background: rgb(203, 203, 203);
    border-radius: 50px;
    border-top-width: 0px !important;
    color: #2f2f2f !important;
}


#locale-selector-form .ui-menu {
    padding:8px;
}

#locale-selector-form .ui-selectmenu-open > .ui-widget-content {
    border-left: 0px solid rgba(222, 40, 83, 1) !important;
    border-bottom: 0px solid rgba(222, 40, 83, 1) !important;
    border-right: 0px solid rgba(222, 40, 83, 1) !important;
}

#locale-selector-form .ui-selectmenu-button-open {
    border-left: 0px solid rgba(222, 40, 83, 1) !important;
    border-top: 0px solid rgba(222, 40, 83, 1) !important;
    border-right: 0px solid rgba(222, 40, 83, 1) !important;
    border-bottom-width: 0px !important;
    background:transparent !important;
}

.material-select {
    width: 100%;
    height: 36px;
    padding: 0 26px 0 5px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 120%;
    display:block;
    border-radius: 0px;
    border:0px;
    background-color: transparent;
    margin: 0px;
    outline: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
}

.material-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.material-input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.material-icon-down_arrow {
    width: 42px;
    height: 100%;
    font-size:10px;
    right: 0;
    top: 0;
    position: absolute;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #4A4A4A;
    z-index: 1;
    pointer-events: none;
}

.material-icon-down_arrow:hover {
    background: #f5f5f5;
    /*** border-radius: 0px ***/
}

.icon-down_arrow:before {
    font-family: icomoon-ultimate;
    content: '\edc1';
    cursor: pointer;
    color: rgba(222, 40, 83, 1);
}

.mcfw-carousel-fs {
    height: calc(100vh);
}

.carousel-fs {
    height: calc(100vh);
}

.mcfw-carousel-fs > .carousel-inner,
.carousel-fs > .carousel-inner {
    height: 100%;
}

.mcfw-carousel-fs > .carousel-inner > .carousel-item,
.carousel-fs > .carousel-inner > .carousel-item {
    height: 100%;
}

.mcfw-carousel-fs > .carousel-inner > .carousel-item > .carousel-bg-image,
.carousel-fs > .carousel-inner > .carousel-item > .carousel-bg-image {
    height: 100%;
}

.mcfw-text-bold {
    font-weight: bold;
}

.video-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    color: #fff;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;

    /*position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height:100%;
    min-height: 100%;
    object-fit: cover;
    width:100%;*/
}

.c-controlbar__item {
    display: flex;
    height:32px;
    align-items: center;
    cursor: pointer;
}

.c-widget__posts-slider .c-section__title-wrapper .c-controlbar .c-controlbar__group {
    padding: 0;
}
.c-controlbar .c-controlbar__group {
    display: flex;
    align-items: center;
    padding: 0 5px;
    height:32px;
}
.w-100 {
    width: 100% !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}

/**
 * Slick
 */
.c-controlbar {
    display: flex;
    height: 100%;
}
.c-widget__posts-slider .c-section__title-wrapper .c-controlbar {
    padding-right: 60px;
}



.c-arrow {
    width:4rem;
    position:relative;
    padding-left:16px;
    padding-right:16px;
    margin-left: 16px;
}
.c-arrow,
.c-arrow:after,
.c-arrow:before {
    background-color: rgba(222, 40, 83, 1);
    display:block;
    height:1px
}
.c-arrow:after,
.c-arrow:before {
    width:5px;
    content:"";
    position:absolute
}
.c-arrow:before {
    transform:rotate(40deg)
}
.c-arrow:after {
    transform:rotate(-40deg)
}
.c-arrow.c-arrow__left:after,
.c-arrow.c-arrow__left:before {
    top:0;
    left:0
}
.c-arrow.c-arrow__left:before {
    transform-origin:top left
}
.c-arrow.c-arrow__left:after {
    transform-origin:bottom left
}
.c-arrow.c-arrow__right:after,
.c-arrow.c-arrow__right:before {
    top:0;
    right:0
}
.c-arrow.c-arrow__right:before {
    transform-origin:top right
}
.c-arrow.c-arrow__right:after {
    transform-origin:bottom right;
}





.mcfw-padleft-0 {
    padding-left: 0px !important;
}

.mcfw-padright-0 {
    padding-right: 0px !important;
}

.mcfw-ml-0 {
    margin-left: 0px;
}

.mcfw-mr-0 {
    margin-right: 0px;
}

@media (max-width: 768px) {

    .mcfw-split-m {
        width: 100% !important;
        flex-flow: column !important;
    }
    .mcfw-split-m > div {
        width:100%;
    }

}





@media (min-width: 992px) {

    .ps-lg-6 {
        padding-left: 4rem !important;
    }

    .ps-lg-7 {
        padding-left: 5rem !important;
    }

    .pe-lg-6 {
        padding-right: 4rem !important;
    }

    .pe-lg-7 {
        padding-right: 5rem !important;
    }

    .pt-lg-6 {
        padding-top: 4rem !important;
    }

    .pt-lg-7 {
        padding-top: 5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important;
    }

}

.content-padding-top {
    height:120px;
}

/* --------------------------------------------------------------- */
.aqc-title-small {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 1240px) {
    .aqc-title-small {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 576px) {
    .aqc-title-small {
        font-size: 14px;
        line-height: 20px;
    }
}

/* --------------------------------------------------------------- */
.aqc-title-mid {
    font-family: "Playfair Display";
/* font-family: Playfair Display;*/
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}
@media (max-width: 1240px) {
    .aqc-title-mid {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 576px) {
    .aqc-title-mid {
        font-size: 24px;
        line-height: 32px;
    }
}


.aqc-title-gallery-label,
.aqc-title-gallery-label > div > .inner,
.aqc-title-gallery-label > div > div > .inner {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: calc(8.3vw);
    line-height: calc(9.3vw);
    letter-spacing: -0.03em;
}

@media (max-width: 1240px) {
    .aqc-title-gallery-label,
    .aqc-title-gallery-label > div > .inner,
    .aqc-title-gallery-label > div > div > .inner {
    }
}
@media (max-width: 576px) {
    .aqc-title-gallery-label,
    .aqc-title-gallery-label > div > .inner,
    .aqc-title-gallery-label > div > div > .inner {
    }
}

/* --------------------------------------------------------------- */
.aqc-title-big {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 800;
    font-size: calc(3.15vw);
    line-height: calc(3.85vw);
    letter-spacing: -0.03em;
    line-height: 0.9em;
}

@media (max-width: 1240px) {
    .aqc-title-big {
        font-size: 50px;
    }
}
@media (max-width: 576px) {
    .aqc-title-big {
        font-size: 50px;
    }
}

/* --------------------------------------------------------------- */
.aqc-button-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

/**/
.aqc-block-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: calc(1.125vw);
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1240px) {
    .aqc-block-text {
        font-size: 17px;
        line-height: 18px;
    }
}

.aqc-smallblock-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: calc(1vw);
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1240px) {
    .aqc-block-text-sm {
        font-size: 14px;
        line-height: 16px;
    }
}

.aqc-menu-separator {
    height: 80px;
    /*background:red;*/
    width:80px;
}