:root {
    --body-background: rgb(255, 255, 255);
    --body-color: rgb(40, 40, 40);
    --body-font: Montserrat, "Open Sans", sans-serif;
    --h1-font: "Playfair Display", sans-serif;
    --h2-font: "Playfair Display", sans-serif;
    --h3-font: "Playfair Display", sans-serif;
    --h4-font: Montserrat, "Open Sans", sans-serif;
    --text-primary: rgb(40, 40, 40);
    --text-secondary: rgb(255, 255, 0);
    --cookie-background: rgb(255, 255, 255);
    --cookie-text-color: rgb(0, 0, 0);
    --button-background: #e3ba5a;
    --quickinquiry-background: rgb(238, 238, 238);
    --quickinquiry-color: rgb(68, 68, 68);
    --quickinquiry-tab-background: rgb(68, 68, 68);
    --navbar-hamburguer-icon-color: rgb(255, 255, 255);
    --navbar-phone-color: rgb(255, 255, 255);
    --sticky-header-background: rgba(0, 0, 0, 0.5);
    --navbar-phone-icon: rgb(255, 255, 255);
    --nav-mobile-backgroundcolor: rgb(23, 113, 111);
    --navlink-mobile-bordercolor: rgb(102, 102, 102);
    --nav-link-color-mobile: rgb(255, 255, 255);
    --nav-link-color: rgb(0, 0, 0);
    --footer-background: rgb(226, 226, 226);
    --footer-textcolor: rgb(40, 40, 40);
    --sticky-header-text-color: rgb(255, 255, 255);
    --required_color: rgb(255, 0, 0);
    --h1-fontsize: 80px;
    --h2-fontsize: 60px;
    --h3-fontsize: 26px;
    --h4-fontsize: 24px;
    --h1-fontweight: normal;
    --h2-fontweight: normal;
    --h3-fontweight: normal;
    --h4-fontweight: normal;
    --header_promo_line_bgcolor: #000;
    --header_promo_line_textcolor: rgb(255, 255, 255);
    /*-----------------------------------------------------------------------*/
    /* Custom Variables */
    --input_height: 40px;
    --hpl01-h: 0px;
    --scrollbar-width: 0px;
    --window-height: 100vh;
    --breakpoint-width: 1320px;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    margin-top: 0;
    font-family: var(--body-font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 700;
}

h1,
.h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    font-weight: var(--h1-fontweight);
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
}

h3,
.h3 {
    font-family: var(--h3-font);
    font-size: var(--h3-fontsize);
    font-weight: var(--h3-fontweight);
}

h4,
.h4 {
    font-family: var(--h4-font);
    font-size: var(--h4-fontsize);
    font-weight: var(--h4-fontweight);
}

.form-control {
    min-height: var(--input_height);
}

.btn {
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    padding: 5px 15px;
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--button-background);
    background-color: var(--button-background);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--button-background);
    background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

.btn-secondary {
    transition: 0.2s all;
    background-color: #fff;
    color: #000;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
}

.btn-share {
    position: relative;
    margin-right: 10px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 0;
}

.btn-share span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
}

.btn-share.facebook {
    background-color: #2f5a9b;
}

.btn-share.twitter {
    background-color: #00acf2;
}

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

#slideOut div.container {
    padding: 15px;
    margin: 0;
    width: 100%;
    max-width: unset;
}

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: var(--quickinquiry-tab-background);
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 150px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi>label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.form input[type="checkbox"]+label {
    padding: 0 0 0 5px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"]+label+.form-error {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

form .checkbox+label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

form .checkbox+label:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 20px;
    height: 20px;
}

form .checkbox:checked+label:after {
    content: "\f00c";
    position: absolute;
    left: 4px;
    top: 5px;
    color: rgb(0, 0, 0);
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
}

.form .required-star {
    color: rgb(255, 0, 0)
}

form .tickbox.has-error label:before {
    color: var(--required_color);
    border-color: var(--required_color);
}

.form .form-group {
    position: relative;
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error+div.error,
.form .form-group.has-error div.error {
    font-family: Montserrat, "Open Sans", sans-serif;
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -16px;
    margin: 0;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.form .captcha .error+div.error,
.form .form-group.captcha.has-error div.error {
    position: static;
}

.form .form-group.has-error.tickbox div.error {
    display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
    background-color: rgb(255, 244, 244);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #f00;
    border-width: 2px;
}

form .has-error div.error {
    color: #f00;
}

#slideOut .form-error {
    display: none;
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0px !important
}

#slideOut .bottom-box .required {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: rgb(68, 68, 68)
}

.right-tab {
    position: fixed;
    bottom: 30px;
    width: 370px;
    right: -370px;
    background: var(--quickinquiry-background);
    z-index: 99;
    color: var(--quickinquiry-color);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
    border: none;
    width: 100%;
    height: 350px;
}

.right-tab-button {
    background: var(--quickinquiry-tab-background);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: -40px;
}

.right-tab-button>i {
    line-height: 40px;
}

#facebook-feed {
    top: 405px;
    z-index: 9998;
}

#twitter-feed {
    top: 450px;
    z-index: 9997;
}

#instagram-feed {
    top: 495px;
    z-index: 9996;
}

.right-tab-content {
    padding: 15px;
}

/* Cookie Warning */
#cookie {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1100;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    width: calc(100% - 40px);
    max-width: 290px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    background-color: var(--cookie-background);
    color: var(--cookie-text-color);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
}

#cookie .cookie-text {
    padding-bottom: 0;
    color: #1d1d1d;
    font-size: 16px;
}

#cookie .cookie_learn_more {
    padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
    display: block;
    margin-top: 5px;
    color: var(--button-background);
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #cfa53f;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

#cookie .cookie_preferences_button button {
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: #fff;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #cfa53f;
    border: 2px solid #cfa53f;
    text-transform: uppercase;
}

#cookie .accept-cookies {
    background-color: #cfa53f;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#cookie #cookie-content>.btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity, filter linear 0.15s;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
    top: -70px;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--navbar-hamburguer-icon-color);
    border-radius: 4px;
    position: absolute;
    transition: transform ease .15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.navbar-toggler .hamburger-inner:after {
    content: "";
    display: block;
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -10px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.navbar-toggler.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.navbar-toggler.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.page404 .content-01 {
    text-align: center;
    padding: 45px 0px;
}

.page404 .btn {
    margin: 10px 5px auto;
}

.page404 .btn-wrapper {
    margin-top: 15px;
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {
    body {
        margin-top: 0;
    }

    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
    text-decoration: underline;
}

.bootbox.popup-login .modal-content {
    border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
    color: #000;
    padding: 15px 0px;
    display: block;
}

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: 0;
    width: 100%;
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}

.account_popup_dialog:before {
    content: "";
    position: absolute;
    right: 60px;
    width: 20px;
    height: 40px;
    top: -40px;
}

.account_popup_dialog .item a {
    color: #000;
    display: block;
    width: 100%;
    padding: 2px 15px;
    transition: all 0.1s;
    text-decoration: none;
}

.account_popup_dialog .item a i {
    margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
    background: #000;
    color: #fff;
}


.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72);
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message-container .messagepopupmessage {
    position: relative;
    background: #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    width: 100%;
}

.message-container .messagepopupmessage .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
    opacity: 1;
}


@media(max-width: 575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .message-container .messagepopupmessage {
        width: 100%;
        margin-top: 5px;
    }

    .message-container .messagepopupmessage .close {
        font-size: 20px;
    }
}

#modal_backdrop.invisible {
    -webkit-transition: visibility 0.3s ease-out;
    transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
    display: none;
}

#modal_backdrop .modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
    animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
    opacity: 0.7;
    color: #fff;
    z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
    width: auto;
}

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}

.captcha.captcha-image img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 150px;
    height: 40px;
}

.captcha-image-reload {
    display: flex;
}


.captcha_whatis {
    cursor: pointer;
    font-size: small;
}

.sash_image {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: -1px;
    margin-left: -1px;
}


.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.d-empty:after {
    content: "\00a0";
}

.sash-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
    position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
    transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
    transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
    transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
    transform: rotate(270deg);
}


.modal-header>*:first-letter {
    text-transform: capitalize;
}

.loading-wrapper {
    position: relative;
}

.loading-wrapper .loading-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
    content: "";
    background-image: url('/images/default/dots_loading_w.svg');
    width: 110px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pagination li {
    cursor: pointer;
}

.pagination>* {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .pagination-input {
    position: relative;
}

.pagination .onpageclick {
    padding: 5px 0px;
    text-align: center;
    min-width: 36px;
}

.pagination .onpageclick>* {
    pointer-events: none;
}

.pagination .onpageclick.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .pagination-input label {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}

.pagination input[type="number"] {
    border: none !important;
    outline: none !important;
    width: 90px;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
    text-align: center;
}

.pagination input[type="number"]:focus+label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

@media(max-width: 767px) {
    .pagination .pagination-input input[type="number"] {
        width: 100%;
    }

    .pagination .pagination-input {
        width: 100%;
    }
}

.bottom-control {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 400;
    transition: 0.4s all;
    opacity: 0;
}

.bottom-control.scrolled {
    opacity: 1;
}

@media screen and (min-width: 576px) {
    .bottom-control {
        right: 40px;
        bottom: 30px;
    }
}

.bottom-control>*~* {
    margin-top: 5px;
}

@media(min-width: 768px) {

    .bottom-control .bottom-control .backtotop {
        opacity: 0.4;
    }

    .bottom-control {

        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }

    .bottom-control:hover {
        opacity: 1;
    }
}

.backtotop {
    height: 50px;
    width: 50px;
    /*border-radius: 50%;*/
    color: #fff;
    background-color: rgb(71, 100, 121);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1031;
}

.backtotop.show {
    opacity: 1;
    transition: 0.4s all;
    pointer-events: all;
}

.mobile-fixed-email-button {
    height: 50px;
    width: 50px;
    /*border-radius: 50%;*/
    color: #fff;
    background-color: rgb(71, 100, 121);
    /* background-image: url("/images/default/email-icon.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
    -webkit-transform-origin: 50% 50%;
    animation: bounce_border 5s ease-out 1.5s infinite;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: unset;
}

.mobile-fixed-email-button:hover {
    color: #fff;
}

@keyframes bounce_border {
    0% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    17% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    22% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
    }

    25% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    30% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, .1)
    }

    35% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }

    100% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1)
    }
}

.cookiepref h2.title {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.cookiepref div.company_name {
    font-size: 14px;
}

.cookiepref .nav a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 15px !important;
}

.cookiepref .nav a.active {
    color: #fff !important;
    background-color: #000;
    border-radius: 0;
}

.cookiepref .main-body {
    display: flex;
    flex-direction: column;
}


.cookiepref .main-body .tabs .tab-pane:not(.active) {
    display: none;
}

.cookiepref .main-body .tabs .text {
    font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
    color: var(--body-color);
}

.cookiepref .main-body .tabs .text>*:last-child {
    margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
    font-weight: 400;
}

.cookiepref .line {
    position: relative;
    margin-top: 15px;
}

.cookiepref .line~.line {
    margin-top: 10px;
}


.cookiepref .line input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.cookiepref .line input+label,
.cookiepref .line.forced label {
    padding-left: 45px;
    cursor: pointer;
    transform: translateY(0px);
    display: inline;
}

.cookiepref .line input+label:before,
.cookiepref .line.forced label:before {
    content: "";
    width: 40px;
    height: 20px;
    display: block;
    background-color: #f38787;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    transition: 0.2s all;
}

.cookiepref .line input+label:after,
.cookiepref .line.forced label:after {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 4px;
    transition: 0.2s all;
}


.cookiepref .line input:checked+label:before,
.cookiepref .line.forced label:before {
    background-color: #61a746;
}

.cookiepref .line input:checked+label:after,
.cookiepref .line.forced label:after {
    left: 20px;
}

body.backdrop-open {
    overflow: hidden;
}

.form_plr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-container,
.leaflet-container * {
    outline: none !important;
}

.fixed-top {
    transition: 0.3s all;
}

ol.bigdot_ol {
    column-count: 2;
    gap: 80px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0
}

ol.bigdot_ol li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    padding-right: 30px;
    min-width: 100%;
    margin-bottom: 20px
}

ol.bigdot_ol li:before {
    content: counter(item) "  ";
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #1d1d1d;
    border-radius: 50%;
    counter-increment: item;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width: 992px) {
    .hf-100-d {
        height: 100vh;
    }
}

@media(max-width: 991px) {
    .hf-100-m {
        height: 100vh;
    }
}

@media(min-width: 768px) {
    .cookiepref .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    .cookiepref .nav {
        width: 200px;
    }

    .cookiepref .nav a {
        width: 200px;
        max-width: 200px;
        transition: 0.2s all;
        padding: 20px 15px !important;
    }

    .cookiepref .nav a:not(.active):hover {
        background-color: #dfdfdf;
    }

    .cookiepref .main-body .tabs {
        border-left: 1px solid #000;
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

.margin-0-auto {
    margin: 0 auto;
}

.w-130px {
    width: 130px;
}

.w-fit-content {
    width: fit-content;
}

.bold {
    font-weight: 700;
}

.text-yellow {
    color: #cfa53f !important;
}

.decoration-none {
    text-decoration: none !important;
}

/* === globalheader === */
.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

.basket-popup-body .basket-popup-wrapper {
    background: #fff;
    border: 1px solid #000;
    width: 100%;
}

.basket-popup-body:before {
    content: "";
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -26px;
    right: 0px;
    font-size: 30px;
    width: 100%;
    height: 30px;
}

.basket-popup-body .items .popup-baket-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    width: 100% !important;
}

.basket-popup-body .items .popup-baket-item.item-hidden {
    display: none;
}

.basket-popup-body .items .item-list {
    padding: 15px;
}

.basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.basket-popup-body .items .popup-baket-item .image {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    transition: 0.2s all;
}

.basket-popup-body .items .popup-baket-item .image a {
    text-decoration: none !important;
}

.basket-popup-body .items .popup-baket-item .image .btn-remove-item {
    position: absolute;
    z-index: 9;
    top: -3px;
    right: -3px;
    color: #fff;
    padding: 2px 4px;
    opacity: 0;
    pointer-events: none;
    background: #000;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: 0.2s all;
}

.basket-popup-body .items .popup-baket-item .image:hover {
    cursor: pointer;
    border: 3px solid #000;
}

.basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
    opacity: 1;
    pointer-events: all;
}

.basket-popup-body .items .popup-baket-item .image .btn-remove-item>i {
    font-size: 16px;
    transition: 0.2s all;
}

.basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item>i {
    font-size: 20px;
}

.basket-popup-body .items .popup-baket-item .image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.basket-popup-body .items .popup-baket-item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.basket-popup-body .items .popup-baket-item .description {
    padding: 0 10px;
    width: auto;
    flex: 1;
    text-align: left;
}

.basket-popup-body .items .popup-baket-item .description .product-title {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.basket-popup-body .items .popup-baket-item .description .price {
    color: #404040;
    font-size: 20px;
    font-weight: 700;
}

.basket-popup-body .items .popup-baket-item .description .price-vat {
    color: gray;
    font-size: 12px;
}


.basket-popup-body .basket-total {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #404040;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
}

.basket-popup-body .basket-control {
    display: flex;
    flex-direction: row;
    align-items: end;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
}

.basket-popup-body .basket-control>a {
    background: #2f292b;
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: block;
    font-family: Open Sans;
    font-size: 18px;
}

.basket-popup-body .basket-control>a.edit-my-basket {
    color: #4c4c4c !important;
    font-size: 13px;
    background: none;
    padding: 0;
}

.basket-popup-body .basket-control>a.edit-my-basket:hover {
    text-decoration: underline;
}

.basket-popup-body .basket-control>a.edit-my-basket>i {
    font-size: 14px !important;
}

.basket-popup-body .basket-control a.checkout-now {
    border: 2px solid #2f292b;
    transition: 0.2s all;
}

.basket-popup-body .basket-control a.checkout-now:hover {
    background: #fff;
    color: #000 !important;
    transform: scale(1.02);
}

.basket-popup-body .basket-control a.checkout-now:active {
    background: #fff;
    color: #000 !important;
    transform: scale(0.98);
}


.basket-popup-body .btn-remove-item {
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.basket-popup-body .btn-remove-item:hover {
    text-decoration: underline;
}

.basket-popup-body .items.v-items-scroll .scroll_arrow {
    background-color: #a6a6a6;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.4;
    transition: 0.2s all;
    cursor: pointer;
}

.basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
    opacity: 1;
}

.basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
    background-image: url('/images/default/angle-up-icon.svg');
}

.basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
    background-image: url('/images/default/angle-down-icon.svg');
}

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

    .basket-popup-body .items .popup-baket-item {
        width: 100%;
    }

    .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
        opacity: 1;
        pointer-events: all;
    }
}

/* === popupbasket02 === */
.add-to-basket-popup {}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

.add-to-basket-popup .product_card .product_image {}

.add-to-basket-popup .product_card .product_image img {
    width: 100%;
}


.add-to-basket-popup .product_card .product_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.add-to-basket-popup .product_card .product_attr {
    font-family: 14px;
}

.add-to-basket-popup .product_card .product_attr table .name>strong {
    margin-right: 10px;
}

.add-to-basket-popup .product_card .product_qty {
    font-size: 14px;
}

.add-to-basket-popup .product_card .product_net {
    font-size: 22px;
    font-weight: bold;
}

.add-to-basket-popup .product_card .product_gross {
    font-size: 12px;
}

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.add-to-basket-popup .actions>* {
    width: calc(50% - 8px);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 0px;
    text-align: center;
    border-radius: 60px;
    background-color: #000;
    border: 2px solid #000;
    font-weight: bold;
    transition: 0.2s all;
}

.add-to-basket-popup .actions>button {
    background-color: transparent;
    color: #000;
}

.add-to-basket-popup .actions>button:hover {
    background-color: #000;
    color: #fff;
}

.add-to-basket-popup .actions>a {
    background-color: #000;
    color: #fff;
}

.add-to-basket-popup .actions>a:hover {
    background-color: #fff;
    color: #000;
}


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.atb_pup .assprod {
    display: none;
}

.atb_pup .assprod.slick-initialized {
    display: block;
}

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.add-to-basket-popup .slick-arrow.left {
    left: 0;
}

.add-to-basket-popup .slick-arrow.right {
    right: 0;
}

.atb_pup .assprod-card {
    padding: 15px;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

.add-to-basket-popup .assprod .products-04-image img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.add-to-basket-popup .modal-footer {
    display: none;
}


@media(max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

    .add-to-basket-popup .actions>* {
        width: 100%;
    }
}

/* === addtobasket_popup === */
.navbar {
    padding: 0;
    flex-direction: column;
    background-color: transparent;
    transition: min-height 0.5s, background 0.5s, width 0.3s ease-out, height 0.3s ease-out, border 0.3s ease-out;
    height: 170px;
    justify-content: center;

    pointer-events: none;
}

.nav-tel,
.nav-book,
.navbar-brand,
.navbar-toggler,
#navbar-menu {
    pointer-events: all;
}

.navbar .navbar-container {
    padding-left: 0;
    padding-right: 0;
    height: 170px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #476479;
}

.navbar-brand {
    height: 170px;
    width: 170px;
    transition: all 0.25s ease-out;
}

.scrolled .navbar-brand {
    height: 100px;
    width: 100px;
}

.navbar.scrolled {
    height: 100px;
}

.logo {
    height: 100%;
    width: 100%;
    top: 0px;
    width: auto;
    position: relative;
    transition: opacity 0.5s ease-out, width 0.25s ease-out, height 0.25s ease-out, top 0.25s ease-out;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 1;
    /* transform: translateY(-50%);*/
    background-color: #476479;
}

.scrolled .logo {
    height: 100%;
    width: 100%
}

.toplogo {
    opacity: 1;
}

.scrolled .scrolledlogo {
    opacity: 1;
}

.navbar-container {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    flex-wrap: nowrap !important;
    transition: min-height 0.5s, background 0.5s, padding 0.5s ease-out;
}

.navbar .hamburger {
    transition: none;
    z-index: 1 !important;
    width: fit-content;
    left: auto;
    right: 0;
    background-color: #476479;
    color: #fff !important;
    padding: 0;
    padding-top: 5px;
    border-radius: 0;
    height: 100px;
    width: 100px;
    top: 0;
    transform: none;
}

.navbar-telephone,
.navbar-telephone:hover {
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    font-size: 23.58px;
    line-height: 1.1;
}

.nav-tel {
    margin-right: 200px;
    left: auto;
    right: 0;
    top: 0;
    transform: none;
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
}

.nav-tel .tel-item {
    height: 100px;
    width: 198px;
    padding: 10px 30px;
    border-radius: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    background-color: #e3ba5a;
    color: #ffffff !important;
}

.nav-tel .tel-item:first-child {
    background-color: #f7e4bc;
    color: #456177 !important;
}

.nav-tel .tel-item:first-child a,
.nav-tel .tel-item:first-child .navbar__label {
    color: #456177 !important;
}

.nav-tel2 {
    height: fit-content;
    width: 100%;
    background-color: #e3ba5a;
    color: #fff !important;
    left: auto;
    right: 0;
    padding: 0;
    border-radius: 0;
    bottom: 100px;
    transform: none;
    position: absolute;
    text-align: center;
    z-index: 3;
}

.nav-tel2 .tel-item {
    display: flex;
    flex-flow: column;
    gap: 6px;
    padding: 25px;
    width: 100%;
    height: auto;
}

.nav-tel2 .tel-item:first-of-type {
    background-color: #f7e4bc;
    color: #456177 !important;
}

.nav-tel2 .tel-item:first-of-type .navbar__label,
.nav-tel2 .tel-item:first-of-type .navbar-telephone,
.nav-tel2 .tel-item:first-of-type .navbar-telephone:hover {
    color: #456177 !important;
}

.nav-tel2 .navbar-telephone,
.nav-tel2 .navbar-telephone:hover {
    font-size: 23.58px;
}


.nav-book a {
    display: block;
    text-decoration: none;
}

.nav-book {
    height: 100px;
    width: 100px;
    margin-right: 100px;
    background-color: #cfa53f;
    color: #fff !important;
    left: auto;
    right: 0;
    padding: 0;
    border-radius: 0;
    top: 0;
    transform: none;
    position: absolute;
    padding-top: 18px;
}

.nav-book .navbar__label {
    line-height: 14px;
}

.nav-book img {
    margin-bottom: 5px;
    filter: drop-shadow(0 0 5px #df9f03);
}

@media screen and (min-width: 768px) {
    .nav-book img {
        width: 25px;
        height: 25px;
    }
}

.nav-book2 a {
    display: block;
    text-decoration: none;
}

.nav-book2 {
    z-index: 3;
    height: 100px;
    width: 100%;
    background-color: #cfa53f;
    color: #fff !important;
    right: 0;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    transform: none;
    position: absolute;
    padding-top: 28px;
}

.nav-book2 .navbar__label {
    line-height: 14px;
}

.nav-book2 img {
    margin-bottom: 10px;
}

.btn.hamburger:not(.transparent, .chevron):before {
    /* background-image: url(/images/symbol-dark2.svg);*/
    margin: 0;
}

#navbar-menu .hamburger {
    right: calc(5px - var(--scrollbar-width));
    top: 10px;
    z-index: 3 !important;
    background-color: transparent;
}

.navbar.scrolled,
.navbar.nav-white-background {
    /*background-color: var(--body-background);*/
    background-color: transparent;
    border-bottom: 1px solid var(--content-color-22);
}

.navbar-container> :first-child,
.navbar-container> :last-child {
    flex: 1;
    align-items: center;
    display: flex;
    position: relative;
    align-self: start;
    transition: margin-top 0.25s ease-out, right 0.5s ease-out, left 0.5s ease-out;
    max-width: fit-content;
}

.scrolled .navbar-container> :first-child,
.scrolled .navbar-container> :last-child {
    margin-top: 0px;
}

.navbar-container> :first-child {
    justify-content: flex-start;
}

.navbar-container> :last-child {
    justify-content: flex-end;
    letter-spacing: -0.3px;
    right: 27px;
}

.nav-01-smalltitle {
    color: #7e9ab2;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.nav-link {
    color: #fff;
    font-size: 48px;
    font-family: "Playfair Display", sans-serif;
    text-transform: uppercase;
    padding: 0;
    /*    border-bottom: 1px solid rgb(102, 102, 102);*/
}

.navbar-nav::-webkit-scrollbar {
    display: none;
}

.navbar-nav {
    font-size: 30px;
    margin-top: 80px;
    margin-left: 64px;
    margin-bottom: 80px;
    height: 100%;
    display: flex;
    margin: 0;
    padding: calc(40px + 5.5vh) calc(3vw + 50px);
    position: relative;
    z-index: 3;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: start;
}

.nav-item.lvl2 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    display: flex;
}

.nav-item.lvl1:not(.item-dropdown) {
    margin-top: 11px;
    display: flex;
    justify-content: center;
}

#navbar-menu .nav-item.lvl1 {
    position: relative;
}

#navbar-menu .nav-item.lvl1:not(.item-dropdown):before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 3px solid var(--content-color-17);
    width: 0;
    z-index: -1;
    transition: width 0.3s cubic-bezier(.17, .33, 0, .95);
}

#navbar-menu .nav-item.lvl1:not(.item-dropdown):hover:before {
    width: 120%;
}

.navbar-nav .item-dropdown+.nav-item.lvl1:not(.item-dropdown) {
    margin-top: 10px;
}

.dropdown-switch {
    padding: 0;
}

.dropdown-item-menu .nav-link {
    color: #fff !important;
}

.item-dropdown {
    position: relative;
    margin-top: 12px;
    margin-bottom: 27px;
    flex-direction: column;
}

.nav-item .dropdown-switch {
    position: relative;
}


.navbar-phone {
    color: var(--content-color-01);
    text-decoration: none;
    font-size: 24px;
    text-align: right;
    gap: 1ch;
    top: 0px;
    font-family: "Uniform 2"
}

.navbar-phone:hover {
    color: var(--content-color-01);
}

nav:not(.scrolled, .nav-white-background) .navbar-phone:hover {
    color: var(--content-color-01);
}

.navbar-phone .fas {
    right: -10px;
    position: relative;
    font-size: 20px;
    display: none;
}

.navbar-phone .fa-phone-volume:before {
    line-height: 24px;
}

.navbar-phone span {
    position: relative;
    line-height: initial;
}

.navbar-phone b {
    font-weight: 900;
}

.navbar-phone-button {
    float: right;
    margin: 10px 10px 0 -10px;
    padding: 2px 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: rgb(255, 255, 255);
}

.working-hours {
    font-size: 16px;
    font-weight: 400;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ccc;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    vertical-align: middle;
}

#navbar-menu {
    width: 100%;
    margin: 0;
    display: initial;
}


.navbar::after {
    content: "";
    height: 100vh;
    width: 100%;
    top: 0;
    position: fixed;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    visibility: hidden;
    transition: backdrop-filter 0.15s ease-out, -webkit-backdrop-filter 0.15s ease-out, visibility 0.15s ease-out;
}

.navbar.menu_open::after {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
}

body.menu_open,
body.menu_open nav {
    overflow: hidden;
    margin-right: var(--scrollbar-width);
}

body.menu_open #navbar-menu .hamburger,
body.menu_open .bottom-control {
    margin-right: var(--scrollbar-width);
}

#navbar-menu .container {
    z-index: 1;
    background-color: #333;
    position: fixed;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    background-color: #476479;
    max-width: 581px;
    right: -100%;
    transition: all 0.35s ease-out;
}

#navbar-menu .container:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-image: url("/images/symbol-big.svg");*/
    bottom: 0;
    background-size: 150%;
    background-position: left 38% top 35%;
    z-index: 2;
}

#navbar-menu .container .btn {
    margin-top: 61px;
    padding: 15px 39px;
    z-index: 3;
}

.menu_open #navbar-menu .container {
    right: 0;
    transition: all 0.35s ease-out;
    overflow: auto;
    padding: 0 !important;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.menu_open #navbar-menu .container::-webkit-scrollbar {
    display: none;
}

#navbar-menu .nav-item.lvl1:not(.item-dropdown) {
    font-family: "Uniform 4";
    font-size: 30px;
}

#navbar-menu .navbar-phone {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    justify-content: center;
    color: var(--content-color-03) !important;
    z-index: 3;
    width: fit-content;
}

#navbar-menu .navbar-phone .fas {
    font-size: 22px;
    right: -10px;
}

#navbar-menu .navbar-phone span {
    display: initial;
    z-index: 3;
}

#navbar-menu .navbar-phone .fas {
    z-index: 3;
}

.navbar.scrolled .navbar-container {
    height: 100px;
}

.navbar.scrolled {
    pointer-events: none;
}

.navbar.scrolled .navbar-container div {
    pointer-events: all;
}


@media (max-width: 1199.98px) {
    .nav-01 {
        height: 200px;
    }

    .navbar {
        height: 180px;
    }

    .carousel-01 .carousel-caption-title {
        line-height: 0.95 !important;
    }

    .carousel-caption-title span {
        font-size: 60px;
    }

    .carousel-01 .carousel-caption .carousel-caption-text {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        height: 186px;
    }
}

@media (max-width: 767.98px),
screen and (max-height: 567px) {

    .navbar,
    .navbar-container {
        height: 140px !important;
    }

    .toplogo {
        height: 140px;
    }

    .navbar.scrolled .navbar-brand {
        height: 80px;
        width: 80px;
    }

    .navbar-brand img,
    .navbar-brand {
        height: 140px;
        width: 140px;
    }

    .navbar-brand img {
        height: auto;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .navbar-container>.nav-book .navbar__label:not(.nav-tel .navbar__label) {
        display: none;
    }

    .navbar .nav-tel {
        margin-right: 160px;
        padding: 0;
        height: 80px;
        display: flex;
        width: calc(100% - 140px - 160px);
        transition: .3s width;
    }

    .navbar.scrolled .nav-tel {
        width: calc(100% - 80px - 160px);
    }

    .navbar.scrolled .nav-tel {
        margin-right: 160px;
        padding: 0;
        height: 80px;
        display: flex;
        width: calc(100% - 80px - 160px);
    }

    .scrolled .scrolledlogo {
        height: 80px;
        width: 80px;
    }

    .navbar-container>.nav-tel .tel-item {
        flex-grow: 1;
        height: 80px;
        padding: 10px 20px;

    }

    .navbar-container>.nav-book,
    .navbar-container>.hamburger {
        height: 80px !important;
        width: 80px !important;
    }

    .navbar__bars,
    .navbar__bars-short {
        width: 100% !important;
    }

    .navbar__bars-short {
        width: 80% !important;
    }

    .navbar-container .hamburger .navbar__item {
        margin: auto;
    }

    .navbar-container .nav-book {
        margin-right: 80px;
    }


    .nav-book {
        padding: 0;
    }

    .nav-book a.tel-item {
        height: 100%;
        text-align: center !important;
        display: flex;
        padding: 0;
        margin: 0;
    }

    .nav-book a.tel-item img {
        margin: auto;
    }
}

@media (max-height: 567px) {
    .navbar .nav-tel {
        max-width: unset !important;
        width: unset !important;
    }
}

@media (max-width: 768px) and (max-height: 567px) {
    .navbar .nav-tel {
        margin-right: 160px;
    }

    .nav-tel .tel-item {
        width: 140px;
    }
}

@media (max-width: 670px) and (max-height: 567px) {
    .navbar .nav-tel {
        margin-right: 160px;
        max-width: unset !important;
    }
}

@media screen and (max-width: 670px) {

    .navbar-container>.nav-tel .tel-item {
        padding: 10px 15px;
    }

    .tel-item .navbar__label {
        font-size: 12px;
        font-size: clamp(10px, 2vw, 12px);
    }

    .navbar-telephone,
    .navbar-telephone:hover {
        font-size: 20px;
        font-size: clamp(16px, 3vw, 20px)
    }
}


@media (min-height: 768px) and (max-width: 575.98px) {
    #navbar-menu .container .btn {
        width: calc(100%);
        position: absolute;
        bottom: 44px;
        margin: 0;
        left: 0;
        margin: 0 44px;
        max-width: calc(100% - 88px);
    }
}

@media (max-height: 768px) {
    #navbar-menu .container .btn {
        width: calc(100%);
        margin-top: calc(30px);
        display: none !important;
        position: relative;
    }

    #navbar-menu .navbar-nav .btn {
        display: flex !important;
    }

    .navbar-nav {
        padding-bottom: calc(40px + 3.3vh);
    }
}

.navbar__item:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(57, 61, 64, .5);
    z-index: 1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s linear;
}

@media (hover: hover) {
    .navbar-btn:hover .navbar__item:after {
        transform: translate(-50%, -50%) scale(1);
    }
}

.tel-item {}

.navbar__item {
    width: 27px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    position: relative;
    margin-left: 29px;
    margin-bottom: 4px;
}

.navbar__item::after {
    display: none;
}

.navbar__bars {
    transition: all 0.25s linear;
}

.navbar__bars,
.navbar__bars-short {
    background: #fff;
    width: 40px;
    height: 1px;
    z-index: 2;
}

.navbar__bars-short {
    width: 30px;
}

.navbar__label {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.rotate {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    display: block;
    transition: all 0.25s linear;
    background: #fff;
}

.firstbar-rotate {
    transform: rotate(-135deg);
}

.mobile-close-button {
    display: none;
}

.close2 {
    display: none;
}

@media (max-width: 575.98px) {

    .navbar-container>.nav-tel .tel-item {
        aspect-ratio: 1/1;
    }

    .navbar-container>.nav-tel .tel-item:first-child img {
        filter: brightness(0) saturate(100%) invert(35%) sepia(27%) saturate(567%) hue-rotate(164deg) brightness(93%) contrast(89%);
    }

    .nav-tel .tel-item {
        width: 80px;
        height: 80px;
        padding: 0 !important;
    }

    .nav-tel .tel-item .dropdown-toggle::after {
        display: none;
    }

    .nav-tel .tel-item .btn {
        border: unset;
        padding: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--button-background) !important;
    }

    .nav-tel .tel-item .dropdown-menu {
        background-color: var(--button-background);
        border: unset;
        margin: 0;
        width: 240px !important;
        padding: 0;
    }

    .nav-tel .tel-item .dropdown-item:hover,
    .nav-tel .tel-item .dropdown-item:focus {
        background-color: #cfa53f !important;
    }

    .nav-tel .tel-item .dropdown-item {
        display: flex;
        flex-flow: column;
        color: #fff;
        padding: 10px 27px;
        height: 80px;
        justify-content: center;
        align-items: start;

        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        text-decoration: none;
        font-size: 23.58px;
        line-height: 1.1;
    }

    .nav-tel .tel-item li:first-child .dropdown-item {
        background-color: #f7e4bc;
        color: #456177 !important;
    }

    .nav-tel .tel-item li:first-child .dropdown-item:hover,
    .nav-tel .tel-item li:first-child .dropdown-item:focus {
        background-color: #fdefd1 !important;
    }

    .nav-tel .tel-item .dropdown-item strong {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        font-family: var(--body-font);
    }

    .navbar {
        width: 100vw;
        max-width: unset;
    }

    .nav-tel {
        height: 80px !important;
        width: 80px !important;
    }

    .nav-tel .navbar__label,
    .nav-tel .navbar-telephone {
        display: none !important;
    }

    .nav-tel .nav-phone-ico {
        display: flex !important;
        height: 100%;
        width: 100%;
        display: flex;
    }

    .tel-item {
        margin: 0 !important;
        height: 100%;
        width: 100%;
    }

    .nav-tel .nav-phone-ico img {
        margin: auto;
    }

    .nav-book2 img {
        display: none;
    }

    .close1 {
        display: none;
    }

    .show .close2 {
        display: block;
        background: #476479 !important;
        top: 0 !important;
        right: 0px !important;
        height: 80px;
        width: 80px;
    }

    .show .close2 .navbar__item {
        margin-top: -6px;
    }

    .nav-book2 {
        height: 66px;
        padding: 24px 0;
    }

    .nav-tel2 {
        bottom: 66px;
        padding: 0 0;
    }

    .navbar-container #navbar-menu .navbar__label:not(.nav-tel .navbar__label) {
        display: block;
    }

    .menu_open #navbar-menu .container {
        margin-right: 80px;
        width: unset;
        background: #fff;
        left: 0;
        z-index: 4;
        display: flex;
        flex-flow: column;
    }

    .menu_open #navbar-menu {
        right: 0;
    }

    .nav-01-smalltitle {
        color: #8a8a8a;
        font-size: 12px;
    }

    .navbar-nav .nav-link,
    .navbar-nav .nav-link:hover {
        color: #476479 !important;
        font-size: 32px;
        font-size: clamp(28px, 9vw, 40px);
        text-wrap: nowrap;
    }

    .navbar-nav {
        padding: calc(40px + 3.3vh) calc(5vw + 14px) calc(100px + 3.3vh);
    }

    .navbar.scrolled .navbar-brand {
        height: 140px !important;
        width: 140px !important;
    }

}

@media (max-width: 379.98px) {

    .navbar-brand {
        overflow: clip;
    }

    .navbar-brand,
    .toplogo {
        width: calc(100vw - 240px);
        height: calc(100vw - 240px);
        min-height: 80px;
        min-width: 80px;
        aspect-ratio: 1/1;
        transition: all 0.25s ease-out;
        height: 100%;
    }

    .toplogo {
        background-color: #158281;
    }

    .navbar.scrolled .navbar-brand {
        width: calc(100vw - 240px) !important;
        height: calc(100vw - 240px) !important;
        min-height: 80px !important;
        min-width: 80px !important;
        height: 100% !important;
    }
}

@media (max-width: 319.98px) {

    .nav-tel,
    .nav-book,
    .navbar-brand,
    .toplogo,
    .hamburger {}

}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}


@media screen and (max-height: 768px) {

    body.menu_open #navbar-menu .hamburger {
        position: fixed;
    }

    .navbar-nav {
        overflow: visible;
        height: fit-content;
        padding: 40px 40px 30px;
        margin-bottom: auto;
    }

    .nav-link {
        font-size: 32px;
    }

    #navbar-menu .container {
        max-width: 400px;
    }

}

@media screen and (max-height: 768px) and (max-width: 567.97px) {
    #navbar-menu .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-height: 567.97px) {

    .nav-tel2,
    .nav-book2 {
        position: relative;
        bottom: unset;
    }

    .navbar .nav-tel {
        max-width: 200px;
    }

    .navbar-brand img,
    .navbar-brand,
    .navbar.scrolled .navbar-brand {
        height: 80px !important;
        width: 80px !important;
    }

}

/* === nav-01 === */
.carousel-01 {
    position: relative;
}

.carousel-01 .slick-list {
    height: auto !important;
}

.carousel-01 .slick-list,
.carousel-01 .slick-track,
.carousel-01 .slick-slide {
    width: 100% !important;
}

.carousel-01 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}

.carousel-01 .carousel-01-accreditation {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgb(230, 0, 119);
    border-top-left-radius: 25px;
    padding: 25px;
    z-index: 1;
    opacity: 1;
}

.carousel-01 .carousel-01-accreditation .accreditation-image {
    position: static;
    width: 269px;
    height: auto;
    transform: none;
    object-fit: unset;
}

.page404 .carousel-01 .btn.circle {
    display: none;
}

.page404 .carousel-caption {
    margin-bottom: 55px !important;
    width: 100%;
    max-width: 90%;
}

.page404 .carousel-01 .carousel-caption-title {
    max-width: 710px;
    margin-bottom: 10px;
}

.page404 .carousel-01 .carousel-caption-text {
    font-size: 18px;
    font-family: "Uniform 3";
    letter-spacing: -0.1px;
}

.carousel-01 .carousel-caption {
    bottom: 0;
    padding: 0;
    z-index: 1;
    border-left: 2px solid var(--content-color01);
    color: var(--content-color-03);
    text-align: left;
    margin: auto;
    left: 0;
    right: 0;
}

.carousel-01 .carousel-caption-title {
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
}

.carousel-01 .carousel-caption-title:before {
    content: none;
    display: none;
}

.carousel-01 .carousel-caption .carousel-caption-title,
.carousel-01 .carousel-caption .carousel-caption-text {
    position: relative;
    opacity: 1;
    top: 0;
}

.carousel-01 .carousel-caption-title {
    line-height: 1.03;
    margin: auto 0px 0px;
}

.carousel-01 .scroll-to-discover {
    position: absolute;
    right: 0px;
    border-bottom: 2px solid rgb(255, 255, 255);
    width: 252px;
    transform: rotate(90deg) translateY(-118px);
    text-transform: uppercase;
    font-family: "Uniform 4";
    font-size: 12px;
    height: 28px;
    letter-spacing: 1.2px;
    bottom: -34px;
}

.carousel-caption-title span:first-child {
    border-top: 20px solid #476479;
}

.carousel-caption-title span,
.carousel-caption-text span {
    background-color: #476479;
    border-left: 40px solid #476479;
    border-right: 30px solid #476479;
    margin-top: 20px;
}

.carousel-caption-text span {
    border-top: 20px solid #476479;
    border-bottom: 20px solid #476479;
}


.carousel-caption-title span:nth-child(1) {
    top: 25px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    border-top: 30px solid #476479 !important;
    border-right: unset;
}

.carousel-caption-title span:nth-child(2) {
    top: 25px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    border-top: 30px solid #476479 !important;
    border-right: 35px solid #476479;
    border-left: 20px solid #476479;
}


.carousel-caption-title span:nth-child(4) {
    position: relative;
    z-index: 0;
    background-color: #476479;
    margin-top: 0px;
    border: 25px solid #476479;
    border-right: unset;
    border-left: 40px solid #476479;
    display: inline-block;
}

.carousel-caption-title span:nth-child(5) {
    position: relative;
    z-index: 0;
    background-color: #476479;
    margin-top: 0px;
    border: 25px solid #476479;

    border-right: 30px solid #476479;
    border-left: unset;
    display: inline-block;

    border-left: 20px solid #476479;
}


.carousel-01 .carousel-caption-text {}

.carousel-caption-text {
    margin-top: 20px !important;
}

.carousel-01 .carousel-caption-text {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    font-family: Montserrat, "Open Sans", sans-serif;
    letter-spacing: -0.5px;
    max-width: 890px;
    letter-spacing: -0.6px;
    color: #fff;
    display: inline-block !important;
    padding-top: 0px;
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    background: #476479;
    margin-top: -5px !important;
}

.carousel-01 .carousel-caption-text p {
    display: inline !important;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: 0.1px;
}

/*.carousel-01 .btn {
    margin: auto;
}*/
.carousel-01 .carousel-caption .btn {
    display: block;
    width: 272px;
    height: 76px !important;
    line-height: 36px;
    padding: 20px 40px;
}

.carousel-01 .btn.circle {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-5px);
}

.carousel-01 .btn.circle:after {
    content: "· ·";
    position: absolute;
    top: calc(100% + 11px);
    transform: rotateZ(90deg);
    font-weight: bold;
    font-size: 50px;
    display: flex;
    height: 100%;
    letter-spacing: 0;
}

.carousel-01 .slick-list,
.carousel-01 .carousel-inner {
    overflow: visible !important;
    height: var(--window-height);
}

.carousel-01 .carousel-inner .prev-slide,
.carousel-01 .carousel-inner .next-slide {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.carousel-01 .carousel-inner .prev-slide:hover,
.carousel-01 .carousel-inner .next-slide:hover {
    opacity: 0.8;
}

.carousel-01 .carousel-inner .prev-slide {
    left: 45px;
}

.carousel-01 .carousel-inner .next-slide {
    right: 45px;
}

.carousel-01 .carousel-inner .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 19px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    font-size: 9px;
    overflow: hidden;
    align-items: center;
    height: 100px;
    justify-content: space-between;
    display: none !important;
}

.carousel-01 .carousel-inner .slick-dots li:last-child {
    transform: translateY(50%);
}

.carousel-01 .carousel-inner .slick-dots li.slick-active:last-child {
    margin-top: -12%;
}

.carousel-01 .carousel-inner .slick-dots li.slick-active:last-child:before {
    content: "\f106";
}

.carousel-01 .carousel-inner .slick-dots li.slick-active {
    border: 2px solid var(--content-color-03);
    padding: 23px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.carousel-01 .carousel-inner .slick-dots li.slick-active,
.carousel-01 .carousel-inner .slick-dots li.slick-active:before {
    cursor: auto;
}

.carousel-01 .carousel-inner .slick-dots>li.slick-active:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 0;
}

.carousel-01 .carousel-inner .slick-dots>li {
    cursor: pointer;
    font-weight: 600;
    padding: 1px;
    color: #fff;
    transition: all 0.2s;
}

.carousel-01 .carousel-inner .slick-dots>li button {
    display: none;
}

.carousel-01 .carousel-inner .slick-dots>li:before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    opacity: 1;
    padding: 5px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.carousel-01 .carousel-inner .slick-dots>li:hover:before {
    opacity: 0.6;
}

.carousel-01 .carousel-inner .slick-dots>li.slick-active:before {
    opacity: 0.8;
}

.carousel-01 .carousel-item {
    height: var(--window-height);
    position: relative;
}

.carousel-01 .slick-list,
.carousel-01 .carousel-item {
    z-index: 1;
    height: var(--window-height);
}

.carousel-01 .carousel-item {
    display: inline-block;
}

.carousel-01 .carousel-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, 0, 0);
}

.carousel-01 .carousel-item-envelope {
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel-01 .carousel-item-envelope::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*  background-color: rgba(0, 0, 0, 0.41);*/
}

.carousel-01 .carousel-item-envelope .carousel-caption {
    z-index: 2;
}

.carousel-01 .slick-vertical .slick-slide {
    border: none !important;
}

.carousel-01 .hidden-h1 {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

@media (max-width: 767.98px) {
    .scroll-to-discover {
        display: none;
    }

}

@media (max-width: 767.98px) {
    .carousel-01 .carousel-caption-title br {
        display: none;
    }
}

@media (max-height: 567px) {
    .carousel-01-404 .carousel-item-envelope .carousel-caption {
        margin-bottom: 0px;
    }

    .carousel-01 {
        --window-height: 100vh;
    }

    .carousel-01 .carousel-caption-text {
        display: none !important;
    }

    .carousel-01 .scroll-to-discover {
        width: 220px;
        right: 16px;
        bottom: -65px;
    }

    .carousel-01 .carousel-caption-title span {
        font-size: 50px;
    }

    .carousel-01 .carousel-item img {
        padding-bottom: 0px !important;
    }

}

@media (max-height: 567px) and (max-width: 567px) {
    .carousel-01 .carousel-item img {
        padding-bottom: 240px !important;
    }
}

@media (max-height: 440px) {
    .carousel-01 {
        --window-height: calc(100vh + 80px);
    }
}

.scroll-banner {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: absolute;
    right: 70px;
    bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    text-decoration: none;
    text-shadow: 0 0 6px black;
}

.scroll-banner:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 15px;
    height: 55px;
    width: 1px;
    background: rgb(255, 255, 255);
    transform: translate(0%, 100%);
}

.scroll-banner:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -50px;
    height: 35px;
    width: 1px;
    background: rgb(23, 113, 111);
    transform: translate(0%, 100%);
}

.carousel-01 .carousel-caption-title br {
    display: none;
}


.carousel-caption-title {
    max-width: 100vw;
    overflow: hidden;
}

.carousel-caption-title span:nth-child(1) {
    position: relative;
    z-index: 2;
    display: inline-flex;
    border: 40px solid #476479 !important;
    border-right: 30px solid #476479 !important;
    border-top: 25px solid #476479 !important;
    border-bottom: unset !important;

    margin-right: 100%;
    top: 50px;
}

.carousel-caption-title span:nth-child(2) {
    position: relative;
    z-index: 1;
    background-color: #476479;
    margin-top: 0px;
    border: 25px solid #476479;
    border-right: unset;
    border-left: 40px solid #476479;
    display: inline-block;
    top: 25px;
    border-bottom: unset;
}

.carousel-caption-title span:nth-child(4) {
    position: relative;
    z-index: 1;
    background-color: #476479;
    margin-top: 0px;
    border: 25px solid #476479;
    border-right: unset;
    border-left: 10px solid #476479;
    display: inline-block;
    top: 25px;
    border-right: 30px solid #476479 !important;
    border-bottom: unset;
}

.carousel-caption-title span:nth-child(5) {
    position: relative;
    z-index: 0;
    background-color: #476479;
    margin-top: 5px;


    border: 20px solid #476479;
    border-right: 30px solid #476479;
    display: inline-block;

    border-left: 40px solid #476479;
    margin-right: 100%;
    top: 0px;
}

@media (max-width: 1199.98px) {}


@media (max-width: 991.98px) {

    .carousel-01 .scroll-banner {
        display: none !important;
    }

    .carousel-01 .carousel-caption-text {
        width: 375px;
        padding-right: 20px;
        padding-left: 40px;
        letter-spacing: normal;
        padding-bottom: 15px;
    }

}

@media (max-width: 767.98px) {

    .carousel-01 .scroll-banner {
        display: none !important;
    }

    .carousel-01 .carousel-caption-text {
        width: 365px;
        padding-right: 20px;
        padding-left: 30px;
        letter-spacing: normal;
        padding-bottom: 15px;
    }

    .carousel-caption-title {
        max-width: 100vw;
        overflow: hidden;
    }

    .carousel-caption-title span:nth-child(1) {
        position: relative;
        z-index: 2;
        display: inline-flex;
        border: 30px solid #476479 !important;
        border-right: 20px solid #476479 !important;
        border-top: 25px solid #476479 !important;
        border-bottom: unset !important;

        margin-right: 100%;
        top: 50px;
    }

    .carousel-caption-title span:nth-child(2) {
        position: relative;
        z-index: 1;
        background-color: #476479;
        margin-top: 0px;
        border: 25px solid #476479;
        border-right: unset;
        border-left: 30px solid #476479;
        display: inline-block;
        top: 25px;
        border-bottom: unset;
    }

    .carousel-caption-title span:nth-child(4) {
        position: relative;
        z-index: 1;
        background-color: #476479;
        margin-top: 0px;
        border: 25px solid #476479;
        border-right: unset;
        border-left: 10px solid #476479;
        display: inline-block;
        top: 25px;
        border-right: 20px solid #476479 !important;
        border-bottom: unset;
    }

    .carousel-caption-title span:nth-child(5) {
        position: relative;
        z-index: 0;
        background-color: #476479;
        border: 25px solid #476479;

        border: 20px solid #476479;
        display: inline-block;

        border-left: 30px solid #476479;
        margin-right: 100%;
        top: 0px;
    }


}


@media (max-width: 575.98px) {

    .carousel-01 {
        overflow: hidden;
    }

    .carousel-01 .carousel-item img {
        padding-bottom: 240px;
        object-fit: cover;
        object-position: center;
    }

    .carousel-caption-title span {
        font-size: 40px !important;
    }

    .carousel-01 .carousel-caption-text {
        width: 100%;
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 25px;
        display: none !important;
    }

    .carousel-caption-title {
        margin: 0;
        width: 100%;
        background-color: #476479;
    }

    .carousel-caption-title {
        display: grid;
        margin: auto;
        padding: 25px 0;
    }

    .carousel-caption-title span {
        margin: auto !important;
        padding: 0 !important;
        border: unset !important;
        top: 0 !important;
        border: unset !important;
        bottom: unset;
        top: unset !important;
        display: flex !important;
        text-align: center;
    }

    .wrap-text span {
        border: 0px solid #476479 !important;
    }

    .wrap-text span:nth-child(1) {
        padding-right: 10px !important;
        margin-right: 0 !important;
    }

    .wrap-text span:nth-child(3) {
        margin-left: 0 !important;
    }

    .wrap-text {
        height: 45px;
        display: flex;
    }

    .carousel-01 .carousel-caption .btn {
        width: 100%;
    }


}

@media (max-width: 400px) {
    .carousel-caption-title span {
        font-size: calc(24px + (36 - 24) * ((100vw - 280px) / (400 - 280))) !important;
        line-height: 1.1;
    }

    .wrap-text {
        height: unset;
    }

    .carousel-01 .carousel-item-envelope .carousel-caption {
        height: 240px;
    }

    .carousel-01 .carousel-caption .btn {
        line-height: 1.3;
        display: block;
        align-content: center;
    }
}

/* === carousel-01 === */
.welcome-01 {
    padding-top: 110px;
    padding-bottom: 200px;
    color: #282828;
    position: relative;
    overflow-x: hidden;
}

.welcome-01 hr {
    background-color: #282828;
    opacity: 1;
    margin: .6rem 0;
}

.welcome-01 .circle-button-wrapper {
    position: absolute;
    bottom: -40px;
    left: 42%;
}

.welcome-01-smalltitle {
    color: #777777;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.welcome-01 .button-with-circle span {
    color: rgb(40, 40, 40);
}

.welcome-01 .carousel01-btn-behind {
    z-index: 1;
}

.welcome-01-title {
    font-size: 60px;
    margin: 30px 0 40px;
    width: 100%;
    color: #476479;
    text-transform: uppercase;
}

.welcome-01-text {
    font-size: 16px;
    line-height: 26px;
}

.welcome-01-text .first {
    margin-bottom: 1rem;
}

.welcome-01-line {
    margin-right: 35px;
}

.welcome-01-additional-text-wrapper {
    display: flex;
    margin-top: 25px;
    font-size: 14px;
}

.info-icon {
    min-width: 16px;
    height: 16px;
    background: url('/images/information.svg') no-repeat center;
    background-size: cover;
    margin-right: 5px;
    margin-top: 1px;
}

.welcome-01-image-wrapper {
    position: relative;
    height: calc(200px + 100%);
    overflow: visible;
    left: 50px;
    top: 0;
    max-width: 1300px;
    width: 140%;
}

.welcome-01-image {
    position: absolute;
    top: 0;
    left: 36px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #ededed;
    text-align: left;
    font-style: italic;
}

.welcome-01-image-wrapper::before {
    content: "";
    aspect-ratio: 1/1;
    height: 180px;
    width: 180px;
    background-color: #476479;

    display: flex;
    position: absolute;
    z-index: 1;

    background: url('/images/sashe.jpg') no-repeat center;
    background-size: contain;
    left: 36px;
    margin: -20px;
}

@media(max-width: 1399.97px) {

    .welcome-01-image {
        object-position: left;
    }

    .welcome-01 {
        padding-bottom: 180px;
    }

    .welcome-01-image-wrapper {
        height: calc(100% + 180px);
    }
}

@media(max-width: 1199.97px) {

    .welcome-01-image {
        object-position: left;
    }

    .welcome-01 {
        padding: 80px 0 180px;
    }

    .welcome-01-title {
        width: 655px;
    }

    .welcome-01-line {
        margin-right: 20px;
    }

    .welcome-01-image-wrapper {
        left: 20px;
    }

    .welcome-01-title {
        width: 100% !important;
        font-size: 50px !important;
    }

    .welcome-01-image-wrapper {
        left: 0;
    }

    .welcome-01-image {
        left: 15px;
    }

    .welcome-01-image-wrapper::before {
        left: 15px;
    }

}

@media(max-width: 991.97px) {
    .welcome-01-image {
        object-position: left;
    }
}


@media(max-width: 768.97px) {
    .welcome-01-title {
        width: 100%;
        letter-spacing: -1.5px;
    }

    .welcome-01-line {
        margin-right: 0;
    }

    .welcome-01-title {
        font-size: 50px;
    }

    .welcome-01 .circle-button-wrapper {
        left: 38%;
    }
}

@media (max-width: 768.97px) {

    .welcome-01 {
        padding: 70px 0px 100px;
    }

    .welcome-01-title {
        font-size: 40px !important;
        margin-bottom: 30px;
    }

    .welcome-01 .circle-button-wrapper {
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1;
    }

    .welcome-01-text {
        padding-bottom: 110px;
    }

    .welcome-01-text p {
        /* height: 400px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden; */
    }

    .read-more-text {
        cursor: pointer;
    }

    .read-more-text span {
        color: #476479 !important;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none !important;
    }

}

@media (max-width: 575.97px) {

    .welcome-01 {
        padding-bottom: 80px;
    }

}

/* === welcome-01 === */
.featurettes-02 {
    padding: 45px 0 60px;
    background-color: #fff;
}

.featurettes-02-item {
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    padding: 35px;
    height: 100%;
    padding: 30px;
    padding-top: 35px;
    padding-right: 80px;
}

.featurettes-02-counter {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    font-size: 12px;
}

.featurettes-02-item .featurettes-02-imagewrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.featurettes-02-image {
    position: relative;
    object-fit: cover;
    min-width: 110%;
    min-height: 110%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.featurettes-02-image img {}

.featurettes-02-content {
    position: relative;
    text-align: left;
    color: #fff;
}

.featurettes-02-content .featurettes-02-text .prop_desc p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}

.featurettes-02-content .featurettes-02-text .prop_desc {
    /*     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; */
    white-space: normal;
}

.featurettes-02-content .featurettes-02-text .prop_desc p:last-child {
    margin-bottom: 0;
}

.featurettes-02-title,
.featurettes-02-address {
    margin-bottom: 30px;
}

.featurettes-02-text {
    margin-bottom: 20px;
    font-size: 16px;
}


.featurettes-02-text p {
    margin-bottom: 5px;
    font-size: 12px;
}

.featurettes-02-text>*:last-child {
    margin-bottom: 0;
}

.featurettes-02 .mobile-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    text-decoration: none;
    z-index: 1;
}

.featurettes-02 .mobile-link i {
    color: #fff;
    font-family: "Font Awesome 6 Sharp";
    text-decoration: none;
    font-style: normal;
    margin-left: auto;
    font-size: 26px;
    margin-right: 20px;
    font-weight: 300;
}


.featurettes-02-title {
    width: 100%;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-wrap: balance;
}

.featurettes-02-address {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.featurettes-02-btn {

    background-color: transparent;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 40px;

    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 2.1px;
    border: unset;
    text-transform: uppercase;

}

.featurettes-02-btn:active,
.featurettes-02-btn:hover {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.featurettes-02-item {
    transition: 0.2s all;
}

.featurettes-02-item .featurettes-02-text,
.featurettes-02-item .btn.featurettes-02-btn {
    opacity: 0;
    transition: 0.2s all;
}

.featurettes-02-item:hover .featurettes-02-imagewrapper::before,
.featurettes-02-item:hover .featurettes-02-text,
.featurettes-02-item:hover .btn.featurettes-02-btn,
.featurettes-02-item:hover .price-container {
    opacity: 1;
}

.featurettes-02-item:hover .mobile-link {
    opacity: 0;
    pointer-events: none;
}

.featurettes-02-imagewrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(120deg, #476479d1, #476479b5);
    filter: blur(10px);
    z-index: 1;
    opacity: 0;
    margin: -20px;
}

.featurettes-02 .featurettes-02-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #0000008f, #0000005e, #a8a8a800, #0000008f);
    filter: blur(10px);
    z-index: 1;
    opacity: 1;
    margin: -20px;
}

.featurettes-02-item:hover .featurettes-02-image {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    margin: -5px -10px -10px -5px;
}

.featurettes-02 .container {
    background-color: #ededed;
    padding: 78px;
    margin-top: -200px;
    z-index: 1;
    position: relative;
}

.featurettes-02-top-row {
    padding-bottom: 48px;
}

.featurettes-02-top-sub-title span {
    color: #777777;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.featurettes-02-top-title h2 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
    color: #476479;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: -3px;
}

.featurettes-02 .col-block {
    position: relative;
}

.featurettes-02-item {
    z-index: 3;
    height: 500px;
    min-height: 500px;
    overflow: hidden;
}

.col-block {
    max-height: 500px;
}

.featurettes-02-item:hover {
    height: fit-content;
    transition: 1s all !important;
}

.featurettes-02-imagewrapper {
    height: 100%;
    transition: 1s all !important;
}

.featurettes-02-content {
    min-height: fit-content !important;
    height: 100%;
    transition: 1s all !important;
    z-index: 1;
}

.price-container {
    display: flex;
    opacity: 0;
}

.featurettes-02 .price-symbol {
    font-family: "Playfair Display", sans-serif;
    font-size: 22px;
}

.featurettes-02 .price-amount {
    font-family: "Playfair Display", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.featurettes-02 .price-time {
    font-size: 16px;
    margin-top: auto;
}

.featurettes-02-content i {
    font-family: "Font Awesome 6 Solid";
    font-style: normal;
    width: 12px;
    height: 12px;
}

.featurettes-02 .owl-stage {
    display: flex !important;
    padding-left: 0px !important;
}

.featurettes-02 .owl-stage-outer {
    height: 500px;
    z-index: 2;
    position: relative;
}

.featurettes-02 .container-fluid {
    overflow-x: clip;
}

.featurettes-02 .container {
    overflow-x: clip;
}

.featurettes-02 .owl-carousel {
    position: relative;
}

.featurettes-02 .owl-nav {
    display: block;
    position: absolute;
    top: calc(-60px - 48px + 6px);
    right: 0;
    z-index: 1;
}

.featurettes-02 .owl-nav.disabled,
.featurettes-02 .owl-dots.disabled {
    display: none;
}

.featurettes-02 .owl-nav .owl-prev,
.featurettes-02 .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: none;
    color: inherit;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border: 1px #2b2b2b solid;
    margin-left: 10px;
    font-family: "Font Awesome 6 Sharp";
    font-style: normal;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
}

.featurettes-02 .owl-nav .owl-prev.disabled,
.featurettes-02 .owl-nav .owl-next.disabled {
    opacity: 0.6;
}




@media (max-width: 1199.98px) {
    .featurettes-02 .container {
        padding: 55px;
        padding-top: 78px;
        padding-bottom: 90px;
    }

    .featurettes-02 .featurettes-02-btn {
        padding: 20px;
        width: 100%;
    }

    .featurettes-02-item {
        padding-right: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .featurettes-02-top-title h2 {
        max-width: 80%;
    }

    .featurettes-02-top-row {
        padding-bottom: 38px;
    }
}

@media (max-width: 768px) {

    .featurettes-02 .container {
        padding: 45px;
    }

    .featurettes-02-top-title h2 {
        font-size: 44px;
        letter-spacing: -1px;
    }

    .featurettes-02-top-sub-title span {
        letter-spacing: 1.5px;
    }

    /* .featurettes-02 .owl-nav {
        display: block;
        position: absolute;
        bottom: calc(-65px - 22.5px + 6px);
        top: unset !important;
        right: 0;
        z-index: 1;
    } */

    .featurettes-02 .row.featurettes-02-top-row {
        padding-bottom: 40px;
    }

    .featurettes-02 .row {
        padding-bottom: 5px;
    }

    .featurettes-02 {
        padding-bottom: 40px;
    }

}

@media (max-width: 575.98px) {

    .featurettes-02-top-title h2 {
        max-width: 100%;
    }

    .featurettes-02 .container {
        padding: 0px 30px;
        padding-top: 60px;
    }

    .featurettes-02 .row {
        margin-bottom: 0px;
        padding-bottom: 35px;
    }

    .featurettes-02 .owl-stage {
        padding-left: 0px !important;
        width: 100% !important;
        display: block !important;
    }

    .featurettes-02 .owl-stage-outer {
        height: calc((100vw - 30px) * 3);
    }

    .featurettes-02 .owl-item {
        margin-right: 0px !important;
        width: 100% !important;
    }

    .featurettes-02-item {
        min-height: unset;
        height: unset;

        aspect-ratio: 1/1;
        width: calc(100vw - 60px) !important;
        height: calc(100vw - 60px) !important;
        overflow: hidden;
    }


    .featurettes-02-text {
        display: none;
    }

    .price-container {
        display: none;
    }

    .featurettes-02-btn {
        display: none;
    }
}

/* === featurettes-02-cards-3-column === */
.content-10 {
    position: relative;
    overflow: hidden;
    height: 740px;
    margin-bottom: -270px;
}

.content-10 .btn {
    margin-left: 10px;
    width: 180px;
}

.content-10 .image-container {
    position: static;
}

.content-10-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ededed;
    text-align: right;
    font-style: italic;
}


.content-10-image-wrapper {
    position: relative;
    height: 507px;
    overflow: visible;
    width: 753px;
    right: 292px;
    top: 60px;
}

.content-10-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 48px;
    color: #476479;
    display: flex;
}

/*.content-10 .content-10-title {
    font-size: 48px;
    margin: 30px 0 40px;
    width: 59%;
    color: #476479;
}*/
.content-10-subtitle {
    margin-bottom: 0;
}

.content-10-title::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 325px;
    background-color: rgb(40, 40, 40);
    margin: 28px 0 auto 30px;
}

.content-10-content ul {
    list-style: none;
    max-height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 10px;
    margin-top: 9px;
}

.content-10-content li {
    line-height: 36px;
    margin-right: 130px;
    color: #24282b;
    font-size: 16px;
}

.content-10-content li:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    background-image: url('/images/right-arrow-dark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 13px;
}

.content_abs_10_hr {
    color: #cecece;
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 10px;
    opacity: 1;
}

.content-10-text {
    padding-top: 57px;
}

.content-10 .circle-button-wrapper {
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translate(0, -50%);
}

.content-10 .carousel01-btn-behind {
    z-index: 1;
    overflow: hidden;
    width: 110px;
}

.content-10 .button-with-circle span {
    color: #000000;
}

.content-10 .carousel01-btn {
    overflow: visible;
    z-index: -1;
    height: 140px;
}

.content-10 .circle-button-wrapper img {
    right: 0;
}

.content-10-image.image-960,
.content-10-image.image-580 {
    display: none;
}

.content-10-image {
    display: unset;
}


.content-10-image-wrapper::before {
    content: "";
    aspect-ratio: 1/1;
    height: 180px;
    width: 180px;
    background-color: #476479;
    display: flex;
    position: absolute;
    z-index: 1;
    background: url('/images/sashe.jpg') no-repeat center;
    background-size: auto;
    background-size: contain;
    right: 0;
    margin: -10px;
}

.content-10-image-wrapper {
    margin-top: 20px;
    margin-left: -20px;
}

@media screen and (max-width: 1199px) {
    .content-10-content ul {
        max-height: unset;
    }

    .content-10-title::after {
        width: 100%;
        margin: auto;
        margin-left: auto;
        flex-flow: row;
        margin-left: 35px;
    }

    .content-10-title {
        display: flex;
    }

    .content-10 {
        margin-bottom: -100px;
    }

    .content_abs_10_hr {
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .content-10-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top right;
    }

    .content-10-image-wrapper {
        position: absolute;
        height: 715px;
        overflow: visible;
        width: 520px;
        top: 17%;
        left: -5%;
        max-width: 50vw;
        margin-top: 60px;
    }

    .content-10-image {
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .content-10 {
        overflow: visible;
    }

    .content-10-image.image-960 {
        display: unset;
    }


}

@media screen and (max-width: 991px) {

    .content-10-content ul {
        margin-top: 17px;
    }

    .content-10 {
        margin-bottom: -145px;
    }

    .content-10 .whiteBG {
        display: none;
    }

    .content-10-title::after {
        width: 170px;
    }

    .content-10-text {
        padding-top: 20px;
    }

    .content-10-image-wrapper {
        right: 380px;
        top: 50px;
        margin-top: 40px;
    }

    .content-10 .circle-button-wrapper {
        right: -85px;
    }

    .content-10-content li {
        margin-right: 0;
    }

    .content-10-content {
        padding: 30px 15px;
    }

    .content-10-image {
        position: static;
        width: auto;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .content-10 .image-container {
        order: 2;
        margin-bottom: 30px;
    }

    .content-10 .content-10-content {
        order: 1;
    }

    .content-10-image-wrapper {
        position: absolute;
        height: 690px;
        overflow: visible;
        width: 520px;
        top: 17%;
        left: -6%;
        max-width: 50vw;
    }

    .content-10-image {
        position: static;
        width: auto;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: 85.5%;
        object-fit: cover;
        object-position: right;
    }



    @media screen and (max-width: 768px) {

        .content-10-title {
            margin-top: 20px;
        }

        .content-10-content ul {
            margin-top: 0;
        }

        .content-10-image-wrapper::before {
            height: 120px;
            width: 120px;
        }

        .content-10 .left-container {
            padding: 0 7.5px;
        }

        .content-10-title::after {
            width: 40px;
            margin: 15px 0px 15px 20px;
        }

        .content-10-image-wrapper {
            right: 517px;
            top: 30px;
        }

        .content-10 {
            margin-bottom: -145px;
        }


        .content-10-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .content-10-image-wrapper {
            position: absolute;
            height: 602px;
            overflow: visible;
            width: 515px;
            top: 13%;
            left: -20%;
            max-width: 60vw;
        }

        .content-10-image {
            display: block;
            object-fit: cover;
            object-position: center;
        }

        .content-10 {
            overflow: visible;
        }

        .content-10-image.image-580 {
            display: unset !important;
        }

        .content-10-title::after {
            content: unset;
        }

        .content-10-content .content-10-text,
        .content-10-content .content_abs_10_hr,
        .content-10-content a.btn {
            margin-left: 20px;
        }

    }

    @media screen and (max-width: 575px) {

        .content-10-image-wrapper::before {
            content: unset;
        }

        .content-10 {
            height: 100%;
            margin-bottom: -360px;
            overflow: visible;
        }

        .content-10 {
            margin-bottom: 30px;
        }

        .content-10-content {
            padding: 0 15px;
        }

        .content-10 .circle-button-wrapper {
            top: 20%;
        }

        .content-10-image-wrapper {
            top: 0;
            right: 0;
            width: 100%;
            height: auto;
        }

        .content-10-title {
            font-size: 40px;
        }

        .content-10-title::after {
            display: none;
        }


    }
}

@media (max-width: 575.98px) {

    .content-10-text {
        margin: 0 !important;
    }

    .content-10-content {
        padding: 0;
    }

    .content-10-content a.btn {
        width: calc(100% + 60px);
        margin-left: -20px;
        margin-top: 20px;
    }

    .content-10 {
        overflow: hidden;
    }

    .content_abs_10_hr {
        display: none;
    }

    .content-10 {
        margin-bottom: 0;
    }

}

.content-10 .smalltitle {
    color: #777777;
    font-size: 12px;
    letter-spacing: 1.2px;
}

/* === content-10-abs-image-left-text-right === */
.arrow-icon:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    line-height: 1;
    font-size: 15px;
    background-image: url(/images/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.2s ease;
    transition: transform 0.3s ease-out, opacity 0.2s ease;
}

.arrow-icon.arrow-white:before {
    background-image: url(/images/right-arrow-white.svg);
}

.slick-arrow.prev-slide .arrow-dark-btn {
    transform: scaleX(-1);
}

.btn.slick-arrow {
    background: transparent;
    border: none;
    padding: 0;
    outline: none !important;
}

.gallery-06 .slick-track {
    height: 100%;
}

.gallery-06 {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    z-index: 2;
}

.gallery-06 .item.slick-slide {
    position: relative;
}

.gallery-06 .gallery-06-title {
    color: #fff;
    font-size: 44px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    text-align: center;
}

.gallery-06 .gallery-06-block {
    background: #fff;
}

.gallery-06 .item {
    height: 100%;
}

.gallery-06 .slick-track .slick-slide div {
    height: 100%;
    position: relative;
}

/*.gallery-06 .gallery-06-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 50%;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.gallery-06 .gallery-06-block:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    z-index: 1;
}*/
.gallery-06 .gallery-06-block img {
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.gallery-06 .slick-list {
    height: 750px;
}

.gallery-06-control.slick-arrow {
    position: absolute;
    transform: translate(0, -50%);
    z-index: 1;
    right: 0px;
    top: 50%;
    padding: 80px 30px;
    border-left: 1px solid #fff;
    border-radius: 0;
    width: 76px;
}

.gallery-06-control.slick-arrow.prev-slide {
    transform: scaleX(-1) translate(0, -50%);
    left: 0px;
}

.gallery-06 .carousel01-btn {
    height: 105px;
    z-index: 2;
    position: relative;
}

.gallery-06 .circle-button-wrapper {
    top: -35px;
    position: relative;
    text-align: center;
}

.gallery-06 .carousel01-btn-behind {
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .gallery-06-control.slick-arrow {
        padding: 80px 30px;
    }

    .gallery-06 .slick-list {
        height: 620px;
    }
}

@media screen and (max-width: 991px) {
    .gallery-06 .slick-list {
        height: 480px;
    }

}

@media screen and (max-width: 767px) {
    .gallery-06 .gallery-06-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width: 576px) and (max-width: 768px) {

    .gallery-06 .container {
        max-width: 540px;
    }

    .gallery-06 .container .row {
        margin: auto;
        width: 100%;
    }

    .gallery-06 .slick-slide .item {
        width: 100%;
        display: inline-block;
        position: relative;
    }

    .gallery-06 .slick-slide img {
        width: 100%;
        height: 100%;
    }

    .gallery-06 .gallery-06-title {
        width: 100%;
        max-width: 480px;
        text-align: center;
    }

    .gallery-06 {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 575px) {
    .gallery-06 .gallery-06-title {
        font-size: 40px;
    }

    .gallery-06 {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .gallery-06 .container {
        padding: 0;
    }

    .gallery-06-control.slick-arrow {
        right: 10px;
        padding: 80px 20px;
    }

    .gallery-06-control.slick-arrow.prev-slide {
        left: 10px;
    }

    .gallery-06-title {
        text-align: center;
        top: 30px !important;
    }
}

.gallery-06 .slick-slide img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.gallery-06 .slick-slide {
    background: rgba(0, 0, 0, 0.3);
}

/* === gallery_06-slider === */
.faq-01 {
    margin: 30px 0;
    margin-top: 0;
    color: #333;
    position: relative;
}

.faq-01 .accordion-button::after {
    content: unset;
}

.faq-01 .faq-01-title {
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 30px;
}

.faq-01 {
    overflow-x: clip;
}

.faq-01 .col-faq {
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
}

.faq-01 .col-faq::before {
    content: "";
    display: flex;
    width: 100vw;
    height: calc(100% + 160px);
    position: absolute;
    top: -160px;
    left: 12%;
    z-index: -1;
    background-color: #ededed;
}

.faq-01 .smalltitle {
    color: #777777;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-1-title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 48px;
    color: #476479;
}

.faq-01 .panel-title {
    color: var(--button-background);
    font-family: "Playfair Display";
    display: flex;

    font-size: 30px;
    line-height: 36px;

    font-weight: 500;

    padding: 15px 0 20px;
    border-top: 1px solid transparent;
    transition: 0.3s all;

    text-decoration: none;
    text-transform: uppercase;

    background: transparent;
}

.faq-01 .panel-title:not(.accordion-button):not(.collapsed),
.faq-01 .panel-title:not(.accordion-button) {
    padding: 0;
    margin: 0;
}

.faq-01 .panel-title>i {
    float: right;
    margin-left: auto;
}

.faq-01 .panel-title>i::before {

    color: var(--button-background);

    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;

    float: right;

    padding-top: 5px;
    margin-bottom: -4px;
    padding-right: 2px;

    padding-left: 20px;

    font-size: 28px;
}

.faq-01 .panel:first-child .panel-title {
    border-top: unset !important;
}


.faq-01 .panel {
    border-bottom: 1px solid #99999956;
}

.faq-01 .panel:first-child {
    border-top: 1px solid #99999956;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.faq-01 .panel-title:not(.collapsed) {
    margin-bottom: 10px;
    display: flex;
}

.panel-title:not(.collapsed)>i {
    float: right;
    margin-left: auto;
}

.panel-title:not(.collapsed)>i::before {
    content: "";
    color: #484e55;
    font-family: "Font Awesome 6 Sharp";
    font-size: 34px;
    padding-top: 2px;
    padding-right: 0px;
    font-weight: 400;
}

.faq-01 .panel-body {
    padding-bottom: 20px;
}

.faq-01 .panel-body p {
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    padding-right: 70px;
}

.faq-01 .panel-body p a {
    font-size: 16px;
    line-height: 26px;
    color: var(--button-background);
    text-decoration: none;

}

.faq-01 .panel-body p:last-of-type {
    margin: 0;
}


.faq-01 .button-container {
    background-color: var(--button-background);
    border: unset;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 40px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 2.1px;
    max-width: 260px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    text-align: center;

    text-transform: uppercase;
    text-decoration: none;

}



@media (max-width: 1400px) {}


@media (max-width: 992px) {
    .faq-01 .col-faq::before {
        left: 5%;
    }

    .faq-01 .col-faq .row {
        padding-left: 40px;
    }

    .faq-01 .panel-body p {
        padding-right: 30px;
    }

    .faq-1-title {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .faq-01 .col-faq::before {
        content: unset;
    }

    .faq-01 .panel-body p {
        padding-right: 20px;
    }

    .faq-01 {
        background-color: #ededed;
        margin-bottom: 60px;
    }

    .faq-01 .col-faq {
        margin-top: 60px;
    }

    .faq-01 .button-container {

        margin-top: 46px;
        margin-bottom: 0;
    }

    .faq-01 .col-faq .row {
        padding-left: 0px;
    }

    .faq-01 .panel-title {
        text-wrap: balance;
    }

    .faq-01 .panel-title:not(.collapsed) {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .faq-01 .button-container {
        max-width: unset;
        width: 100%;
    }

    .faq-01 .container-fluid {
        padding: 0;
    }

    .faq-01 .panel-title {
        font-size: 26px;
        line-height: 30px
    }

}

/* === faq-01 === */
.testimonial-carousel {
    background-image: url();
    color: (((testimonial-textcolor)));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
    display: flex;
    align-content: center;
    padding-bottom: 90px;
    margin-top: 70px;
}

.testimonial-carousel-subtitle {
    color: #777777;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.testimonial-carousel .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(40, 40, 40);
}

.testimonialstyletitle {
    line-height: 40px;
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 20px;
    color: #282828;
}

.testimonial-carousel small {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #282828;
}

.button-contains {
    padding-bottom: 100px;
    position: relative;
}

.testimonial-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 25px;
    border-radius: 20px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-button:hover {
    color: #fff;
    text-decoration: none;
}

#testimonial-carousel {
    padding-top: 50px;
    padding-bottom: 30px;
}

#testimonial-carousel .carousel-inner {
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

#testimonial-carousel .slick-dots button {
    display: none
}

#testimonial-carousel .carousel-indicators {
    bottom: -5px;
    justify-content: flex-start;
    margin: 0;
}

#testimonial-carousel .slick-dots {
    bottom: -35px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
}

#testimonial-carousel .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;

    display: flex;
    flex-flow: row;
    gap: 10px;
}

#testimonial-carousel .slick-dots .slick-active {
    background-color: #476479;
    border: 0;
}

#testimonial-carousel .carousel-indicators li,
#testimonial-carousel .slick-dots li {
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 0px;
    margin-left: 0px;
    cursor: pointer;
    border: 2px solid #d0d0d0;
}

.testimonial-carousel .right-container {
    position: relative;
}

hr.testimonial-carousel-line {
    margin-top: 35px;
    opacity: 1;
    color: #282828;
}

.testimonial-carousel small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-carousel .quotes {
    position: absolute;
    top: 20px;
    left: -25px;
}

#testimonial-carousel .carousel-indicators .active {
    background-color: #476479;
    border: 0;
    width: 17px;
    height: 17px;
}

.testimonial-carousel-title {
    font-size: 48px;
    margin-top: 20px;
    color: #476479;
}


#testimonial-carousel .testimonial-content {
    display: flex;
    flex-flow: column;
}

@media screen and (max-width: 1199px) {
    .testimonial-carousel-title {
        letter-spacing: -2px;
    }

    #testimonial-carousel .slick-dots {
        justify-content: flex-start !important;
        margin: 0 !important;
    }
}


@media screen and (max-width: 991px) {

    #testimonial-carousel {
        padding: 35px 0 50px;
        padding-top: 10px;
        width: 100%;
    }

    #testimonial-carousel .testimonial-content {
        position: static;
        transform: none;
    }

    #testimonial-carousel .carousel-indicators {
        bottom: 3px;
    }

    hr.testimonial-carousel-line {
        margin-top: 55px;
        margin-right: 35px;
        min-width: 150px;
        background-color: rgb(40, 40, 40);
    }

    .testimonial-carousel .quotes {
        top: 2px;
    }

    .testimonial-carousel {
        padding-bottom: 90px;
    }

    .testimonial-carousel .right-container {
        display: flex;
        justify-content: space-between;
    }

    .testimonial-carousel .left-container {
        text-align: center;
    }

    .testimonial-carousel .testimonial-content {
        text-align: center;
    }

    #testimonial-carousel .slick-dots {
        display: flex;
        justify-content: center !important;
    }

    .testimonial-carousel {
        padding-bottom: 0;
    }

    .testimonial-carousel .quotes {
        left: calc(50% - 43px);
        width: 86px;
        top: -30px;
    }

}

@media screen and (max-width: 767px) {
    hr.testimonial-carousel-line {
        min-width: 60px;
        margin-right: 30px;
    }

    .testimonial-carousel {
        margin-top: 40px;
    }

    .testimonialstyletitle {
        font-size: 24px;
    }

    .testimonial-content {
        padding: 0 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-carousel {
        text-align: center;
        margin-top: 50px;
        padding-bottom: 10px !important;
    }

    .testimonial-carousel-title {
        font-size: 40px;
    }

    .testimonialstyletitle {
        line-height: 30px;
        font-size: 22px;
    }

    .testimonial-content {
        padding: 0;
    }

    .testimonial-carousel {
        padding-bottom: 150px;
    }

    #testimonial-carousel .carousel-indicators {
        justify-content: center;
    }

    .testimonial-carousel .quotes {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

/* === testimonial-carousel === */
.our_benefits_01 {
    padding: 44px 0 20px;
    position: relative;
    text-align: center;
    background-image: linear-gradient(0, var(--footer-background) 30%, transparent 30%);
}

.our_benefits_01_smalltitle {
    color: #7e9ab2;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.our_benefits_01 .container {
    background-size: cover;
}

.text-left {
    text-align: left;
}

[class^="content"]+.our_benefits_01 {
    padding-top: 52px;
}

.our_benefits_01:before {
    color: #f3f3f3;
}

.ob01-main-title {
    margin-top: 30px;
    font-size: 48px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.ob01-items>div {
    height: 279px;
    min-width: 0;
    background-color: #3b5365;
    margin-left: 15px;
    margin-right: 15px;

}

.bg-color-none {
    background-color: transparent !important;
}

.ob01-right-arrow {
    width: 22px;
    height: 22px;
    padding: 0;
    margin-bottom: 55px;
    background-image: url("/images/default/right-arrow-dark.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.ob01-items {
    padding-right: 60px;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 45px;
    background-color: #476479;
}

.ob01-item::before {
    content: "";
    position: absolute;
    top: 40px;
    width: 100%;
    min-height: 2px;
    border-top: 2px dashed (((text-secondary-element)));
    left: 0;
}

.ob01-item-container:first-child .ob01-item::before {
    width: 50%;
    right: 0;
    left: unset;
}

.ob01-item-container:last-child .ob01-item::before {
    width: 50%;
    left: 0;
}

.our_benefits_01 .pre-header {
    color: #9dcdce;
    font-weight: 500;
    padding: 60px 0 0;
}

.ob01-item {
    position: relative;
    padding: 40px 30px 21px;
    color: #fff;
    min-height: 279px;
}

.ob01-item .ob01-title {
    font-size: 30px;
    text-transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ob01-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 60px;
}

.ob01-image>svg {
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.ob01-image-number-badge {
    position: absolute;
    top: 22px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-color: (((text-secondary-element)));
    left: 50%;
    transform: translateX(-50%);
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ob01-title {
    margin-top: 10px;
    font-weight: 300;
}

.ob01-text {
    padding: 16px 5px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s linear 0s, opacity 0.3s ease-out;
    transition: visibility 0.3s linear 0s, opacity 0.3s ease-out;
    font-size: 15px;
}

.ob01-text p {
    position: relative;
}

.ob01-text p::after {
    content: "";
    position: absolute;
    border-top: 1px solid #9dcdce;
    width: 40%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.ob01-text p:first-child::after {
    display: none;
}

.ob01-items>div:hover .ob01-text {
    visibility: visible;
    opacity: 1;
}

.ob01-items>div .ob01-image>svg path {
    transition: .3s all;
}

.ob01-items>div:hover .ob01-image>svg path {
    fill: #fff;
}

.ob01-items>div:hover .ob01-item {
    background-color: #567a94;
}

.ob01-text>*:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .ob01-item {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, z-index 0s ease-out 0.3s;
        transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, z-index 0s ease-out 0.3s;
        pointer-events: none;
        z-index: 1;
    }

    .ob01-items>div:hover .ob01-item {
        background-color: (((text-secondary-dark)));
        -webkit-transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, z-index 0s ease-out 0s;
        transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out, z-index 0s ease-out 0s;
        pointer-events: auto;
        cursor: default;
        z-index: 2;
    }
}

@media (max-width: 1459px) {

    .our_benefits_01 {
        padding: 80px 0 95px;
    }

    .ob01-title {
        font-size: 24px;
        margin-top: 20px;
    }

    .ob01-text {
        padding: 28px 0 0;
    }
}

@media(max-width: 1199px) {
    .ob01-item .ob01-title {
        font-size: 30px;
    }

    .ob01-text {
        font-size: 13px;
        padding: 15px 0 0;
    }

    .bg-color-none {
        padding-right: 20px;
    }

    .ob01-items>div {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ob01-items {
        padding: 55px;
        padding-bottom: 75px;
        padding-top: 80px;
    }

    .our_benefits_01 {
        padding-bottom: 35px;
    }
}

@media (max-width: 991px) {

    .our_benefits_01 {
        padding: 93px 0 68px;
    }

    .ob01-main-title {
        margin-top: 24px;
    }

    .ob01-title {
        margin-top: 18px;
    }

    .ob01-text {
        padding: 23px 0 0;
    }

    .ob01-items>div {
        min-width: calc((100% - 44px)/3);
        max-width: calc((100% - 44px)/3);
    }

    .ob01-item {
        padding: 25px 15px 21px;
    }

    .ob01-item::before {
        display: none;
    }

    .ob01-image-number-badge {
        display: none;
    }

    .ob01-items {
        justify-content: center;
    }

    .ob01-item .ob01-title {
        font-size: 22px;
    }

    .ob01-title {
        margin-top: 5px;
    }

    .ob01-items {
        padding: 55px;
        padding-top: 50px;
    }

    .ob01-items>div {
        min-width: calc((100% - 80px)/2);
        max-width: calc((100% - 80px)/2);
        margin: 20px;
    }

    .ob01-items>div:first-child {
        height: unset;
    }

    .ob01-main-title {
        margin-bottom: unset;
    }

    .bg-color-none {
        width: 100%;
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 0;
        margin: auto;
    }

    .bg-color-none .our_benefits_01_smalltitle {
        display: block;
    }

    .bg-color-none .our_benefits_01_smalltitle,
    .bg-color-none h2 {
        text-align: center;
        border-bottom: 0px solid #fff;
    }

    .ob01-item-container {
        display: flex;
        position: relative;
        aspect-ratio: 1/1;
        height: auto;
    }

    .ob01-item {
        margin: auto;
        position: unset;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .ob01-text {
        position: relative;
        left: 0;
        padding: 20px;
        transition: 0.4s;
        opacity: 1;
        visibility: visible;
        /* background: linear-gradient(0deg, #567a94 0%, #567a94 53%, rgba(23, 113, 110, 0) 100%); */
    }

    .ob01-title {
        font-size: 28px;
    }

    .ob01-items>div:hover {
        background-color: #567a94;
        transition: background-color 0.3s ease-out, z-index 0s ease-out 0.3s;
    }

    .ob01-items>div:hover .ob01-item {
        transition: box-shadow 0s ease-out, background-color 0s ease-out, z-index 0s ease-out 0s;
        pointer-events: auto;
        cursor: default;
        background-color: transparent;
    }

    .our_benefits_01 {
        background-image: linear-gradient(0, var(--footer-background)20%, transparent 20%);
    }

}

@media (max-width: 991px) and (min-width: 576px) {

    .ob01-items>span:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 767px) {

    .ob01-item {
        padding: 40px 0 21px;
    }

    .ob01-text {
        display: none;
    }

    .our_benefits_01 {
        padding-top: 80px;
    }

    .ob01-main-title {
        padding-bottom: 5px;
    }

    .ob01-item {
        padding: 40px 45px;
    }

    .ob01-title {
        margin-top: 15px;
    }

    .ob01-items {
        padding: 30px;
        padding-bottom: 60px;
    }

    .ob01-items>div:first-child {
        margin: 0 20px;
    }

}

@media (max-width: 575px) {

    .our_benefits_01 {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }

    .ob01-title br {
        display: none;
    }

    .our_benefits_01 {
        padding: 64px 0 33px;
    }

    .ob01-items>span:nth-of-type(2n) {
        display: none;
    }

    .ob01-right-arrow {
        margin-bottom: 44px;
    }

    .ob01-title {
        max-width: 180px;
        margin: 5px 32% 0;
    }

    .ob01-items {
        padding: 40px 10px;
    }

    .ob01-items>div {
        height: 275px;
        min-width: calc((100% - 40px)/2);
        max-width: calc((100% - 40px)/2);
        margin: 10px;
    }

    .ob01-item {
        padding: 0;
        margin: auto;
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .ob01-items div.col-md:nth-child(2)>div:nth-child(1),
    .ob01-items div.col-md:nth-child(3)>div:nth-child(1) {
        margin: 0;
    }

    .ob01-item .ob01-title {
        font-size: 28px;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px;
    }

    .ob01-image {
        height: 64px;
    }

}

@media (max-width: 400px) {

    .ob01-items {
        padding: 40px 0;
    }

    .ob01-item {
        min-height: unset;
    }

    .ob01-items>div {
        aspect-ratio: unset;
        height: auto;
        padding: 30px;
        width: 100%;
        max-width: calc((100% - 40px));
    }

}

@media (max-width: 320px) {
    .ob01-item .ob01-title {
        font-size: 22px;
    }
}

/* === our_benefits_01 === */
.footer-01 {
    padding: 40px 0;
    padding-top: 90px;
    color: var(--footer-textcolor);
    background-color: var(--footer-background);
}

.footer-01.footer-bigger {
    padding-top: 90px;
    margin-top: 40px;
}

.footer-01 p {
    margin-bottom: 0px;
}

.footer-01 p.addr_line span:after {
    content: ",";
}

.footer-01 p.addr_line span:last-of-type:after {
    content: "";
}

.footer-01 .social-container {
    display: flex;
    flex-flow: column;
}

.footer-01-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    color: #282828;
    font-family: "Playfair Display", sans-serif;
}

.footer-01 .contact-us-button,
.footer-01 a {
    color: #282828;
    text-decoration: none;
    min-width: 50px;
    display: inline-block;
}

.footer-01 .contact-us-button:hover,
.footer-01 a:hover {
    color: #282828;
    text-decoration: none;
}

@media screen and (max-width: 575px) {

    .footer-01 .col-12 {
        margin-bottom: 30px
    }
}

.footer-mark {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-01 hr {
    opacity: 1;
    color: #c6c6c6;
    margin-top: 60px;
    margin-bottom: 45px;
}

.footer-01 .footer-info {
    font-size: 12px;
    color: #282828;
}

.footer-01 .seperator {
    margin: 0 7px;
}

.footer-01 .site-authors b {
    color: #cea341;
    font-size: 12.5px;
}

.footer-01 .right {
    text-align: right;
}

.footer-01 .social a {
    float: left;
    background-color: #cfa53f;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 0;
}

.footer-01 .social a svg {
    color: #fff;
    fill: #fff;
    width: 16px;
}

.footer-01 .social a img {
    color: #fff;
    fill: #fff;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.footer-01 .social a i {
    color: #fff;
    color: #fff;
    font-size: 16px;
}

.footer-01 .social {
    width: 175px;
}

.footer-01 .contact-links a {
    margin-top: 0px !important;
}

.footer-01 .contact-row {
    margin-top: 12px !important;
}


@media(max-width: 1199px) {
    .footer-01 img.footer-mark {

        width: 100%;
        display: flex;
        position: relative;
        max-width: 130px;
        margin: auto;

    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .footer-01 .social-container {
        margin-left: auto;
        width: calc(50px * 3 + 8px * 2);
    }

    .footer-01 .social a:nth-child(3),
    .footer-01 .social a:nth-child(6) {
        margin-right: 0;
    }

    .contact-container {
        width: fit-content;
        margin: 0 auto;
    }

    .footer-01 .col-md-4:not(.right) {
        width: 200px;
    }

    .footer-01 .col-md-6 {
        width: calc(75% - 200px);
    }

    .footer-01 .seperator:nth-child(2) {
        width: 100%;
        display: block;
        height: 0px;
        opacity: 0;
        pointer-events: none;
        height: 5px;
    }

}

@media(max-width: 768px) {

    .footer-01 {
        padding-top: 0;
    }

    .footer-01.footer-bigger {
        padding-top: 70px;
        margin-top: 40px;
    }


    .footer-01 .social-container .footer-01-title {
        display: none;
    }

    .footer-01 .social-container {
        margin-top: 45px;
    }

    .footer-01 .social {
        width: 100%;
    }

    .footer-01 hr {
        margin: 40px 0;
        margin-top: 35px;
    }

    .footer-info div {
        text-align: left;
    }

    .footer-info .site-authors {
        margin-top: 8px;
    }

}

@media (max-width: 575px) {


    .footer-01 .footer-01-title {
        text-align: center;
    }

    .footer-01 .contact-links p {
        text-align: center;
    }

    .footer-01 .footer-nav-block .contact-us-button,
    .footer-01 .footer-nav-block a {
        margin: auto;
    }

    .footer-01 .footer-nav-block {
        display: flex;
        flex-flow: column;
    }

    .footer-01 .social {
        width: calc(50px * 3 + 8px * 2);
        margin: auto;
        max-width: fit-content;
    }

    .social a:nth-child(3),
    .social a:nth-child(6) {
        margin-right: 0;
    }

    .social-container {
        margin-top: 10px !important;
    }

    .footer-01 hr {
        margin: 10px 0;
    }

    .footer-01 .seperator:nth-child(2) {
        width: 100%;
        display: block;
        height: 0px;
        opacity: 0;
        pointer-events: none;
        height: 5px;
    }

    .footer-info .col-12 {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        text-wrap: balance;
    }

    .site-authors {
        text-align: center !important;
    }

    .footer-01 {
        padding-bottom: 20px;
    }

}

/* === footer-01 === */

.slideout-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 400;
    display: block;
}

#slideOut {
    right: -550px;
    width: 550px;
    min-height: 300px;
    z-index: 401;
}

#slideOut div.container {
    padding: 40px;
    position: relative;
    background-color: rgb(71, 100, 121);
    box-shadow: 0 0 200px 0 #00000000;
    transition: .3s box-shadow;
}

#slideOut.show div.container {
    box-shadow: 0 0 200px calc(100vh + 100vw) #00000060;
}

.right-tab.show {
    right: 0 !important
}

#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -30px;
    width: 30px;
    height: 138px;
    box-shadow: 0 0 0 4px rgb(71, 100, 121, .59);
    -webkit-animation: bounce2 5s ease-out 1.5s infinite;
    z-index: 1;

    background-color: rgb(71, 100, 121);
    transition: 0.2s all;
}

#slideOut.show .slideOutTab {
    background-color: #476479;

    box-shadow: unset;
    -webkit-animation: none
}

@-webkit-keyframes bounce2 {
    0% {
        box-shadow: 0 0 0 4px rgb(71, 100, 121, .59);
    }

    17% {
        box-shadow: 0 0 0 4px rgb(71, 100, 121, .59);
    }

    22% {
        box-shadow: 0 0 0 8px rgb(71, 100, 121, .59);
    }

    25% {
        box-shadow: 0 0 0 4px rgb(71, 100, 121, .59);
    }

    30% {
        box-shadow: 0 0 0 8px rgb(71, 100, 121, .59);
    }

    35% {
        box-shadow: 0 0 0 4px rgb(71, 100, 121, .59);
    }

    100% {
        box-shadow: 0 0 0 4px rgb(71, 100, 121, .59);
    }
}

.slideOutTab div {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    pointer-events: none;

    /* Fix the positioning and rotation */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transform-origin: center center;

    /* Properly center the text within the rotated element */
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    /* Prevent text wrapping */
}

#slideOut .col-form-label {
    padding: 0 0 3px;
    color: #fff;
}

#slideOut .form-control {
    border-radius: 0;
    border: none;
    height: 42px
}

#slideOut textarea.form-control {
    resize: none;
    height: 150px
}

#slideOut .form-control:focus {}

#slideOut .form-group {
    margin-bottom: 10px
}

#slideOut .form-control:focus {
    outline: none
}

.form div.error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px
}

.form input[type="checkbox"]+label {
    padding: 0 0 0 5px
}

.form div.error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px
}

.form input[type="checkbox"]+label+div.error {
    display: none
}

.form .required-star {
    color: rgb(221, 50, 50)
}

.form .tickbox.has-error label:before {
    color: rgb(221, 50, 50)
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075)
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075)
}

.form .form-group.has-error.tickbox div.error {
    display: none !important
}

#slideOut div.error {
    display: none
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0 !important
}

#slideOut .bottom-box .required {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #fff
}

#slideOut .form .checkbox+label:before {
    line-height: 0.7;
    background-color: #f3f3f3;
    top: 5px
}

#slideOut .form .tickbox.has-error label::before {
    background-color: rgb(255, 131, 131)
}

@media (min-width: 576px) and (max-height: 800px) {
    #slideOut {
        height: calc(100% - 100px);
        padding: 0 40px;
        background-color: #476479;
        top: unset;
        bottom: 0;
        min-height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #slideOut.show div.container {
        overflow: auto;
        box-shadow: unset !important;
        transition: .3s all;
        height: fit-content;
        max-height: 100%;
    }
}

@media (min-width: 768px) and (max-height: 567px) {
    #slideOut {
        height: calc(100% - 80px);
    }
}

@media (min-width: 576px) and (max-height: 567px) {
    #slideOut {
        height: calc(100% - 80px);
    }
}

@media screen and (max-width: 575.97px) {
    #slideOut {
        max-width: 100%;
        height: 100%;
        bottom: 0;
        top: 0;
        background-color: #476479;
    }

    #slideOut div.container {
        height: calc(100% - 160px);
        display: flex;
        top: 160px;
        padding: 0 40px;
        overflow: auto;
        box-shadow: unset !important;
        transition: .3s all;
    }

    body.slideout-open {
        overflow: hidden;
    }

    #slideOut.scrolled div.container,
    body.slideout-open #slideOut div.container {
        height: calc(100% - 100px);
        top: 100px;
    }

    @media screen and (min-height: 850px) {

        body.slideout-open #slideOut div.container {
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center;
        }

        body.slideout-open #slideOut div.container form {
            height: auto;
            height: fit-content;
        }
    }

    #slideOut .bottom-box .btn {
        width: 100%;
    }

    #slideOut .bottom-box .required {
        position: relative;
        width: 100%;
        text-align: center;
        display: block;
        padding-bottom: 30px;
    }

    #slideOut .close-right-tab {
        position: absolute;
        z-index: 10000;
        transform: unset;
        left: unset;
    }

    #slideOut .close-right-tab .navbar__item {
        margin: 20px;
    }

    .navbar .navbar-toggler {
        transition: .3s transform;
    }

    .slideout-open .navbar .navbar-toggler {
        transform: translateX(80px);
    }

}

.contact-us-button {
    cursor: pointer;
}

.whatsapplink {
    background-color: #00c307;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    bottom: 0px;
    left: -5px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, .7);
    -webkit-animation: pulse 1.5s infinite
}

.whatsapplink:hover {
    text-decoration: none;
    color: #fff;
    -webkit-animation: none
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 195, 7, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(0, 195, 7, 0)
    }
}