/* MMenu lite override */

:root {
    --mm-spn-item-height: 60px;
    --mm-spn-item-indent: 40px;
}

.mm-ocd__content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
    content: "";
}

.mm-spn {
    font-size: 20px;
    font-weight: 500;
}

.mm-spn.mm-spn--light {
    background: #f4efe9;
    color: inherit;
}

.mm-spn ul {
    line-height: 24px;
}

.mm-spn.mm-spn--navbar ul::before {
    content: none;
}

.mm-spn li::before {
    opacity: revert;
}

.mm-spn li::after {
    content: none;
}

@media screen and (min-width: 414px) {
    .mm-spn a, .mm-spn span {
        margin-left: 36px;
    }
}

/* end MMenu lite override */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #030000;
    line-height: 23px;
    font-size: 19px;
    font-family: Barlow, sans-serif;
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 413px) {
    h1 {
        line-height: 51px;
        font-size: 42px;
    }
}

@media screen and (min-width: 414px) and (max-width: 1259px) {
    h1 {
        line-height: 58px;
        font-size: 48px;
    }
}

@media screen and (min-width: 1260px) {
    h1 {
        line-height: 120px;
        font-size: 96px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 23px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 479px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    .container {
        width: 960px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    .container {
        width: 1200px;
    }
}

@media screen and (min-width: 1420px) {
    .container {
        width: 1380px;
    }
}

.scroll #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
}

#header-top {
    background: #f4efe9;
}

#header-contact-items {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
}

#header-contact-items::after {
    display: block;
    clear: left;
    content: "";
}

.header-contact-item {
    float: left;
}

.header-contact-item::after {
    display: block;
    clear: left;
    content: "";
}

.header-contact-item + .header-contact-item {
    margin-left: 13px;
}

.header-contact-label {
    float: left;
    margin: 0;
    padding: 0;
}

.header-contact-label::after {
    content: ":";
}

.header-contact-data {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
}

.header-contact-link {
    color: inherit;
}

.header-contact-link:hover {
    color: #978873;
}

#header-social {
    float: left;
    margin-top: 5px;
    margin-left: 22px;
}

#header-social::after {
    display: block;
    clear: left;
    content: "";
}

.header-social-link {
    float: left;
    width: 28px;
    height: 27px;
    background: url("../img/social-icons.png") no-repeat;
}

.header-social-link:hover {
    filter: brightness(0.95);
}

.header-social-link + .header-social-link {
    margin-left: 9px;
}

#header-facebook-link {
    background-position: 0 0;
}

#header-youtube-link {
    background-position: -28px 0;
}

#header-instagram-link {
    background-position: 0 -27px;
}

#header-tiktok-link {
    background-position: -28px -27px;
}

#header-language-selector {
    float: right;
    margin-top: 9px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 600;
}

#header-language-selector::after {
    display: block;
    clear: left;
    content: "";
}

.header-language-link {
    float: left;
    color: inherit;
}

.header-current-language {
    float: left;
    margin-left: 19px;
    position: relative;
}

.header-current-language::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 27px;
    height: 4px;
    background: #d7c8b3;
    content: "";
    transform: translateX(-50%);
}

@media screen and (max-width: 567px) {
    #header-contact-mail {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #header-contact-address {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    #header-top {
        height: 34px;
        padding-top: 7px;
    }

    #header-contact {
        text-align: center;
        line-height: 0;
    }

    #header-contact-items {
        display: inline-block;
    }

    #header-social {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #header-top {
        height: 42px;
    }

    #header-top-container::after {
        display: block;
        clear: both;
        content: "";
    }

    #header-contact {
        float: left;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1259px) {
    #header-language-selector {
        display: none;
    }
}

@media screen and (min-width: 1260px) {
    .scroll #header-top {
        display: none;
    }
}

@media screen and (min-width: 1420px) {
    #header-contact {
        margin-left: 76px;
    }

    #header-language-selector {
        margin-right: 134px;
    }
}

#header-bottom-container::after {
    display: block;
    clear: both;
    content: "";
}

#header-logo {
    float: left;
    position: relative;
    overflow-y: hidden;
    transition: height 0.5s ease-in-out;
}

#header-logo-link {
    display: block;
}

.header-logo-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#header-menu-toggle {
    float: right;
    margin-top: 20px;
    width: 43px;
    border: 0 none;
    background: transparent;
    padding: 10px 0;
    transition: margin-top 0.5s ease-in-out;
}

.scroll #header-menu-toggle {
    margin-top: 0;
}

#header-menu-toggle .menu-icon-bar {
    display: block;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(#8e8d8d 25%, #484747 25%, #484747 75%, #b9b9b9 75%);
}

#header-menu-toggle .menu-icon-bar + .menu-icon-bar {
    margin-top: 4px;
}

#header-booking {
    float: right;
    margin-top: 27px;
    transition: margin-top 0.5s ease-in-out;
}

.scroll #header-booking {
    margin-top: 0;
}

#header-booking-link {
    display: block;
    border-radius: 25px;
    background: #baecf3;
    padding: 15px 21px 15px 24px;
    color: inherit;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

#header-booking-link:hover,
#header-menu-booking-link:hover {
    filter: brightness(0.95);
}

@media screen and (max-width: 413px) {
    .mm-spn #header-menu-booking-link {
        margin-left: 25px;
    }
}

@media screen and (min-width: 414px) and (max-width: 1259px) {
    #header-logo {
        margin-left: 14px;
    }

    #header-menu-toggle {
        margin-right: 14px;
    }

    .mm-spn #header-menu-booking-link {
        margin-left: 47px;
    }
}

@media screen and (max-width: 1259px) {
    #header-bottom {
        padding-top: 14px;
        padding-bottom: 12px;
    }

    #header-logo {
        width: 219px;
        height: 114px;
    }

    .scroll #header-logo {
        margin-top: 2px;
        height: 43px;
    }

    #header-logo-large-image {
        display: none;
    }

    #header-menu {
        display: none;
    }

    .mm-ocd #header-menu {
        display: block;
    }

    .mm-spn #header-menu-booking-item::before {
        content: none;
    }

    .mm-ocd #header-menu-booking-link {
        display: inline-block;
        margin-bottom: 29px;
        border-radius: 25px;
        background: #baecf3;
        padding: 13px 36px 17px 41px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
    }

    #header-booking {
        display: none;
    }
}

@media screen and (min-width: 1260px) {
    .scroll #header {
        box-shadow: 0 0 23px 6px rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: 0 0 23px 6px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0 0 23px 6px rgba(0, 0, 0, 0.18);
    }

    #header-bottom {
        padding-top: 19px;
        padding-bottom: 24px;
        transition: all 0.5s ease-in-out;
    }

    .scroll #header-bottom {
        padding-bottom: 19px;
    }

    #header-logo {
        width: 261px;
        height: 136px;
    }

    .scroll #header-logo {
        margin-top: 3px;
        height: 52px;
    }

    #header-logo-small-image {
        display: none;
    }

    #header-menu-toggle {
        display: none;
    }

    #header-menu {
        float: left;
        margin-top: 31px;
        transition: margin-top 0.5s ease-in-out;
    }

    .scroll #header-menu {
        margin-top: 4px;
    }

    #header-menu-items {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #header-menu-items::after {
        display: block;
        clear: left;
        content: "";
    }

    #header-menu-booking-item {
        display: none;
    }

    #header-menu-language-switch-item {
        display: none;
    }

    .header-menu-item {
        float: left;
        position: relative;
    }

    .header-menu-item + .header-menu-item {
        margin-left: 44px;
    }

    .header-menu-link,
    .header-menu-submenu-label {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 500;
    }

    .header-menu-link:hover,
    .header-menu-item:hover .header-menu-submenu-label {
        color: #978873;
    }

    .header-menu-link {
        color: inherit;
    }

    .header-menu-submenu-label {
        cursor: pointer;
    }

    .header-menu-submenu-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        margin: 0;
        border: 1px solid #d7c8b3;
        background: #f4efe9;
        padding: 10px 20px 15px;
        list-style: none;
    }

    .header-menu-item:hover .header-menu-submenu-items {
        display: block;
    }

    .header-menu-submenu-item + .header-menu-submenu-item {
        margin-top: 10px;
    }

    .header-menu-submenu-link,
    .header-menu-sub-submenu-label {
        white-space: nowrap;
        color: inherit;
        line-height: 20px;
        font-size: 16px;
    }

    .header-menu-submenu-link {
        color: inherit;
    }

    .header-menu-submenu-link:hover {
        color: #978873;
    }

    .header-menu-sub-submenu-items {
        margin-top: 10px;
        padding-left: 20px;
        list-style: none;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    #header-menu {
        margin-left: 30px;
    }
}

@media screen and (min-width: 1420px) {
    #header-menu {
        margin-left: 85px;
    }

    #header-booking {
        margin-right: 63px;
    }
}


#footer-menu-items {
    margin-top: -8px;
    margin-bottom: -8px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu-item {
    padding: 8px 23px;
}

.footer-menu-link {
    color: inherit;
    font-size: 17px;
}

#footer-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact-link {
    color: inherit;
}

#footer-social::after {
    display: block;
    clear: left;
    content: "";
}

.footer-social-link {
    float: left;
}

.footer-social-link:hover {
    filter: brightness(0.95);
}

@media screen and (max-width: 767px) {
    #footer {
        margin-top: 81px;
        padding-bottom: 133px;
    }

    #footer-logo {
        margin-top: 66px;
    }

    #footer-contact {
        margin-top: 46px;
        text-align: center;
        line-height: 28px;
        font-size: 21px;
    }

    .footer-contact-item + .footer-contact-item {
        margin-top: 3px;
    }

    #footer-social {
        margin-top: 47px;
    }

    .footer-social-link {
        width: 65px;
        height: 65px;
        background: url("../img/social-icons-alt-large.png") no-repeat;
    }

    .footer-social-link + .footer-social-link {
        margin-left: 19px;
    }

    #footer-facebook-link {
        background-position: 0 0;
    }

    #footer-youtube-link {
        background-position: -65px 0;
    }

    #footer-instagram-link {
        background-position: 0 -65px;
    }

    #footer-tiktok-link {
        background-position: -65px -65px;
    }
}

@media screen and (min-width: 768px) {
    #footer {
        margin-top: 104px;
        padding-bottom: 28px;
    }

    #footer-menu-items {
        margin-right: -23px;
        margin-left: -23px;
    }

    #footer-flex-container {
        margin-top: 81px;
    }

    #footer-logo {
        margin-top: 88px;
    }

    #footer-contact {
        order: -1;
    }

    #footer-contact::after {
        display: block;
        clear: left;
        content: "";
    }

    .footer-contact-item {
        float: left;
        font-size: 16px;
    }

    .footer-contact-item + .footer-contact-item {
        margin-left: 31px;
    }

    #footer-social {
        margin-top: 31px;
    }

    .footer-social-link {
        width: 30px;
        height: 30px;
        background: url("../img/social-icons-alt-small.png") no-repeat;
    }

    .footer-social-link + .footer-social-link {
        margin-left: 9px;
    }

    #footer-facebook-link {
        background-position: 0 0;
    }

    #footer-youtube-link {
        background-position: -30px 0;
    }

    #footer-instagram-link {
        background-position: 0 -30px;
    }

    #footer-tiktok-link {
        background-position: -30px -30px;
    }
}

#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: hidden;
    transition: height 0.5s ease-in-out;
    background-color: #f4efe9;;
    font-size: 15px;
}

#cookie-popup-content {
    padding-top: 23px;
    padding-bottom: 23px;
}

#cookie-popup-accept-button {
    display: inline-block;
    margin-right: 19px;
    border: 0 none;
    background-color: #978873;
    padding: 5px 10px;
    color: #fff;
    font-size: inherit;
}

#cookie-popup-accept-button:hover {
    filter: brightness(1.1);
}

#cookie-popup-details-link {
    color: #978873;
}

@media screen and (max-width: 799px) {
    #cookie-popup-actions {
        margin-top: 23px;
    }
}

@media screen and (min-width: 800px) {
    #cookie-popup-content::after {
        display: block;
        clear: both;
        content: "";
    }

    #cookie-popup-text {
        float: left;
    }

    #cookie-popup-actions {
        float: right;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    #cookie-popup-text {
        width: 556px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1419px) {
    #cookie-popup-text {
        width: 760px;
    }
}

@media screen and (min-width: 1420px) {
    #cookie-popup-text {
        margin-left: 76px;
        width: 920px;
    }

    #cookie-popup-actions {
        margin-right: 63px;
    }
}

.home-section-heading {
    text-align: center;
    letter-spacing: -0.03em;
}

.home-more-link {
    color: inherit;
    font-size: 17px;
    font-weight: 600;
}

#home-hero-heading .word {
    display: block;
}

#home-hero-heading .word:last-child {
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    letter-spacing: 0.13em;
}

#home-hero-text {
    margin-bottom: 0;
}

#home-hero-more-button {
    position: absolute;
    width: 114px;
    height: 114px;
    cursor: pointer;
    border-radius: 57px;
    border: 0 none;
    background: #83d7e8;
    padding: 0;
    box-shadow: 10px 10px 18px 0 rgba(0, 0, 0, 0.2);
}

#home-hero-more {
    line-height: 0;
}

#home-hero-more-button::after {
    position: absolute;
    top: 32px;
    left: 44px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 39px solid #fff;
    content: "";
}

#home-hero-more-link {
    display: inline-block;
    cursor: pointer;
    color: inherit;
    line-height: 23px;
    font-size: 17px;
    font-weight: 600;
    background: #baecf3;
}

@media screen and (max-width: 413px) {
    #home-hero-heading .word:first-child {
        line-height: 72px;
        font-size: 72px;
    }

    #home-hero-heading .word:last-child {
        line-height: 24px;
        font-size: 24px;
    }
}

@media screen and (max-width: 414px) {
    #home-hero-image-container {
        background: url("../img/home/hero-small.jpg?v=4");
    }

    @media screen and (min-resolution: 2x) {
        #home-hero-image-container {
            background: url("../img/home/hero-small-2x.jpg?v=4");
        }
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    #home-hero-heading .word:first-child {
        line-height: 96px;
        font-size: 96px;
    }

    #home-hero-heading .word:last-child {
        line-height: 32px;
        font-size: 32px;
    }

    #home-hero-text {
        font-size: 19px;
    }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
    #home-hero-image-container {
        background: url("../img/home/hero-medium.jpg?v=4");
    }

    @media screen and (min-resolution: 2x) {
        #home-hero-image-container {
            background: url("../img/home/hero-medium-2x.jpg?v=4");
        }
    }
}

@media screen and (max-width: 767px) {
    #home-hero-image-container {
        height: 0;
        overflow-y: hidden;
        background-size: cover;
        padding-bottom: 97.1354%;
    }

    #home-hero-content {
        position: relative;
        padding-top: 50px;
        text-align: center;
    }

    #home-hero-heading .word:last-child {
        margin-top: 10px;
    }

    #home-hero-text {
        margin-top: 17px;
    }

    #home-hero-more {
        margin-top: 32px;
    }

    #home-hero-more-button {
        top: -78px;
        left: 50%;
        transform: translateX(-50%);
    }

    #home-hero-more-link {
        border-radius: 31px;
        padding: 15px 36px 23px 43px;
    }
}

@media screen and (min-width: 768px) {
    #home-hero-section {
        position: relative;
        margin-top: 25px;
    }

    #home-hero-image-container {
        background-image: url("../img/home/hero-large.jpg?v=4");
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    @media screen and (min-resolution: 2x) {
        #home-hero-image-container {
            background-image: url("../img/home/hero-large-2x.jpg?v=4");
        }
    }

    #home-hero-content {
        position: absolute;
        background: url("../img/home/hero-text-background.png") center / contain no-repeat;
    }

    #home-hero-more {
        position: relative;
    }

    #home-hero-more-button {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    #home-hero-more-link {
        border-radius: 31px;
        padding: 15px 35px 23px 135px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #home-hero-image-container {
        height: 0;
        overflow-y: hidden;
        padding-bottom: 50%;
        background-position: right center;
    }

    #home-hero-content {
        bottom: 0;
        left: 10%;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #home-hero-heading .word:first-child {
        line-height: 87px;
        font-size: 87px;
    }

    #home-hero-heading .word:last-child {
        margin-top: 4px;
        line-height: 36px;
        font-size: 36px;
    }

    #home-hero-text {
        margin-top: 10px;
        line-height: 23px;
        font-size: 17px;
    }

    #home-hero-more {
        margin-top: 43px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #home-hero-image-container {
        height: 696px;
        background-position: right center;
    }

    #home-hero-content {
        top: 189px;
        left: calc(50% - 428px);
        padding-top: 77px;
        padding-bottom: 78px;
    }

    #home-hero-heading .word:first-child {
        line-height: 145px;
        font-size: 145px;
    }

    #home-hero-heading .word:last-child {
        margin-top: 4px;
        line-height: 36px;
        font-size: 36px;
    }

    #home-hero-text {
        margin-top: 10px;
        line-height: 23px;
        font-size: 17px;
    }

    #home-hero-more {
        margin-top: 43px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    #home-hero-image-container {
        height: 870px;
        background-position: right center;
    }

    #home-hero-content {
        top: 221px;
        left: calc(50% - 535px);
        padding-top: 96px;
        padding-bottom: 97px;
    }

    #home-hero-heading .word:first-child {
        line-height: 180px;
        font-size: 180px;
    }

    #home-hero-heading .word:last-child {
        margin-top: 4px;
        line-height: 44px;
        font-size: 44px;
    }

    #home-hero-text {
        margin-top: 12px;
        line-height: 28px;
        font-size: 21px;
    }

    #home-hero-more {
        margin-top: 54px;
    }
}

@media screen and (min-width: 1420px) {
    #home-hero-image-container {
        height: 1001px;
    }

    #home-hero-content {
        top: 289px;
        left: calc(50% - 615px);
        padding-top: 110px;
        padding-bottom: 112px;
    }

    #home-hero-heading .word:first-child {
        line-height: 207px;
        font-size: 207px;
    }

    #home-hero-heading .word:last-child {
        margin-top: 5px;
        line-height: 51px;
        font-size: 51px;
    }

    #home-hero-text {
        margin-top: 14px;
        line-height: 32px;
        font-size: 24px;
    }

    #home-hero-more {
        margin-top: 62px;
    }
}

@media screen and (min-width: 1420px) and (max-width: 1919px) {
    #home-hero-image-container {
        background-position: right center;
    }
}

@media screen and (min-width: 1920px) {
    #home-hero-image-container {
        background-position: calc(50vw - 71px) center;
    }
}

.home-why-choose-us-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.home-why-choose-us-item-heading {
    margin-top: 24px;
}

.home-why-choose-us-item-image {
    order: -1;
    display: block;
    width: 100%;
    height: auto;
}

.home-why-choose-us-item-description {
    margin-top: 38px;
}

.home-why-choose-us-item-more {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .home-why-choose-us-item + .home-why-choose-us-item {
        margin-top: 55px;
    }

    .home-why-choose-us-item-heading {
        line-height: 42px;
        font-size: 35px;
    }

    .home-why-choose-us-item-image {
        margin-right: auto;
        margin-left: auto;
        max-width: 396px;
    }
}

@media screen and (min-width: 768px) {
    #home-why-choose-us::after {
        display: block;
        clear: left;
        content: "";
    }

    .home-why-choose-us-item {
        float: left;
        width: 33.3333%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    .home-why-choose-us-item {
        padding-right: 6px;
        padding-left: 6px;
    }

    .home-why-choose-us-item:nth-child(2) {
        margin-top: 25px;
    }

    .home-why-choose-us-item-heading {
        line-height: 30px;
        font-size: 25px;
    }
}

@media screen and (max-width: 1259px) {
    #home-why-choose-us-section {
        margin-top: 45px;
    }

    #home-why-choose-us-section-body {
        margin-top: 22px;
    }
}

@media screen and (min-width: 1260px) {
    #home-why-choose-us-section {
        margin-top: 133px;
    }

    #home-why-choose-us-section-body {
        margin-top: 111px;
    }

    .home-why-choose-us-item {
        padding-right: 13px;
        padding-left: 13px;
    }

    .home-why-choose-us-item:nth-child(2) {
        margin-top: 50px;
    }

    .home-why-choose-us-item-heading {
        line-height: 42px;
        font-size: 35px;
    }
}

@media screen and (min-width: 1420px) {
    #home-why-choose-us {
        padding-right: 57px;
        padding-left: 57px;
    }
}

#home-services-section {
    scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
    #home-services-section {
        background: linear-gradient(to bottom, #fff 0, #fff 40px, #f5e7d5 40px);
        padding-bottom: 104px;
    }

    .home-service {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .home-service-heading {
        margin-top: 44px;
        line-height: 42px;
        font-size: 35px;
    }

    .home-service-image {
        order: -1;
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-width: 681px;
        width: 100%;
        height: auto;
    }

    .home-service-description {
        margin-top: 28px;
    }

    .home-service-more {
        margin-top: 35px;
    }
}

@media screen and (min-width: 768px) {
    #home-services-section-container {
        position: relative;
        background: url("../img/nb-background.png") center / contain no-repeat;
    }

    #home-services-section-container::before {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 100%;
        border-radius: 20px;
        background: #f5e7d5;
        content: "";
    }

    .home-service::after {
        display: block;
        clear: both;
        content: "";
    }

    .home-service:nth-child(odd) .home-service-heading,
    .home-service:nth-child(odd) .home-service-description,
    .home-service:nth-child(odd) .home-service-more {
        float: right;
    }

    .home-service:nth-child(odd) .home-service-description,
    .home-service:nth-child(odd) .home-service-more {
        clear: right;
    }

    .home-service:nth-child(odd) .home-service-image {
        float: left;
    }

    .home-service:nth-child(even) .home-service-heading,
    .home-service:nth-child(even) .home-service-description,
    .home-service:nth-child(even) .home-service-more {
        float: left;
    }

    .home-service:nth-child(even) .home-service-description,
    .home-service:nth-child(even) .home-service-more {
        clear: left;
    }

    .home-service:nth-child(even) .home-service-image {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    #home-services-section-container::before {
        top: 36px;
        height: calc(100% - 72px);
    }

    .home-service-heading {
        line-height: 30px;
        font-size: 25px;
    }

    .home-service-description {
        margin-top: 21px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1419px) {
    .home-service-heading,
    .home-service-description,
    .home-service-more {
        width: 35%;
    }

    .home-service-image {
        width: 50%;
        height: auto;
    }

    .home-service:nth-child(odd) .home-service-heading,
    .home-service:nth-child(odd) .home-service-description,
    .home-service:nth-child(odd) .home-service-more {
        margin-right: 5%;
    }

    .home-service:nth-child(odd) .home-service-image {
        margin-left: 5%;
    }

    .home-service:nth-child(even) .home-service-heading,
    .home-service:nth-child(even) .home-service-description,
    .home-service:nth-child(even) .home-service-more {
        margin-left: 5%;
    }

    .home-service:nth-child(even) .home-service-image {
        margin-right: 5%;
    }
}

@media screen and (max-width: 1259px) {
    #home-services-section {
        margin-top: 98px;
    }

    #home-services-section-body {
        margin-top: 43px;
    }

    .home-service + .home-service {
        margin-top: 67px;
    }

    .home-service-more {
        margin-top: 23px;
    }
}

@media screen and (min-width: 1260px) {
    #home-services-section {
        margin-top: 169px;
    }

    #home-services-section-container::before {
        top: 62px;
        height: calc(100% - 210px);
    }

    #home-services-section-heading {
        line-height: 92px;
    }

    #home-services-section-body {
        margin-top: 91px;
    }

    .home-service + .home-service {
        margin-top: 92px;
    }

    .home-service-heading {
        margin-top: 46px;
        line-height: 58px;
        font-size: 48px;
    }

    .home-service-description {
        margin-top: 12px;
    }

    .home-service-more {
        margin-top: 41px;
    }
}

@media screen and (min-width: 1420px) {
    .home-service-heading,
    .home-service-description,
    .home-service-more {
        width: 332px;
    }

    .home-service-image {
        width: 681px;
        height: auto;
    }

    .home-service:nth-child(odd) .home-service-heading,
    .home-service:nth-child(odd) .home-service-description,
    .home-service:nth-child(odd) .home-service-more {
        margin-right: 154px;
    }

    .home-service:nth-child(odd) .home-service-image {
        margin-left: 154px;
    }

    .home-service:nth-child(even) .home-service-heading,
    .home-service:nth-child(even) .home-service-description,
    .home-service:nth-child(even) .home-service-more {
        margin-left: 154px;
    }

    .home-service:nth-child(even) .home-service-image {
        margin-right: 154px;
    }
}

.home-testimonial-body {
    line-height: 29px;
}

.home-testimonial-body p:not(:last-child) {
    margin-bottom: 29px;
}

.home-testimonial-author {
    font-weight: 600;
}

#home-testimonials-more {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .home-testimonial {
        text-align: center;
    }

    .home-testimonial-heading {
        display: none;
    }

    .home-testimonial-image {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 396px;
        width: 100%;
    }

    .home-testimonial-body {
        min-height: 275px;
        padding-top: 36px;
        background-image: url("../img/home/testimonials-background-smallscreen.png");
        background-position: center -29px;
        background-repeat: no-repeat;
    }

    #home-testimonials-more {
        margin-top: 37px;
    }
}

@media screen and (min-width: 768px) {
    .home-testimonial {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .home-testimonial {
        background-image: url("../img/home/testimonials-background-largescreen.png");
        background-position: right 22.5% top 8.5%;
        background-size: 15% auto;
        background-repeat: no-repeat;
    }

    .home-testimonial-heading {
        display: none;
    }

    .home-testimonial-image {
        width: 40%;
        height: auto;
    }

    .home-testimonial-body {
        width: 60%;
        padding-left: 48px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    #home-testimonials-more {
        margin-top: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .home-testimonial-heading {
        position: relative;
        background-image: url("../img/home/testimonials-background-largescreen.png");
        background-repeat: no-repeat;
        text-align: center;
    }

    .home-testimonial-heading-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    .home-testimonial-heading {
        width: 300px;
        height: 260px;
        background-position: 99px 0;
        background-size: contain;
        line-height: 39px;
        font-size: 32px;
    }

    .home-testimonial-heading-text {
        right: -33px;
    }

    .home-testimonial-image {
        width: 300px;
    }

    .home-testimonial-body {
        width: 360px;
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (max-width: 1259px) {
    #home-testimonials-section {
        margin-top: 46px;
    }

    #home-testimonials-section-body {
        margin-top: 63px;
    }
}

@media screen and (min-width: 1260px) {
    #home-testimonials-section {
        margin-top: 131px;
    }

    #home-testimonials-section-body {
        margin-top: 83px;
    }

    #home-testimonials-more {
        margin-top: 63px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    .home-testimonial-heading {
        width: 375px;
        height: 325px;
        background-position: 124px 0;
        background-size: contain;
        line-height: 58px;
        font-size: 48px;
    }

    .home-testimonial-heading-text {
        right: -50px;
    }

    .home-testimonial-image {
        width: 375px;
    }

    .home-testimonial-body {
        width: 450px;
        padding-right: 36px;
        padding-left: 36px;
    }
}

@media screen and (min-width: 1420px) {
    .home-testimonial-heading {
        width: 496px;
        height: 430px;
        background-position: 164px 0;
        line-height: 77px;
        font-size: 64px;
    }

    .home-testimonial-heading-text {
        right: -75px;
    }

    .home-testimonial-image {
        width: 396px;
    }

    .home-testimonial-body {
        width: 488px;
        padding-right: 47px;
        padding-left: 47px;
    }
}

.home-team-member {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.home-team-member-name {
    margin-top: 20px;
    line-height: 58px;
    font-size: 48px;
}

.home-team-member-image {
    order: -1;
}

.home-team-member-introduction {
    margin-top: 15px;
}

.home-team-member-booking {
    margin-top: 29px;
}

.home-team-member-booking-link {
    display: inline-block;
    max-width: 100%;
    width: 358px;
    border-radius: 31px;
    border: 5px solid #e9d8c4;
    padding: 14px;
    color: inherit;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .home-team-member + .home-team-member {
        margin-top: 62px;
    }

    .home-team-member-image {
        align-self: center;
        max-width: 396px;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    #home-team-section {
        background-image: url("../img/home/team-background.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #home-team {
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #home-team {
        max-width: 825px;
    }

    .home-team-member {
        width: 48%;
    }

    .home-team-member:nth-child(n + 3) {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .home-team-member {
        width: 396px;
    }

    .home-team-member:nth-child(even) {
        padding-top: 75px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #home-team {
        width: 840px;
    }
}

@media screen and (max-width: 1259px) {
    #home-team-section {
        margin-top: 74px;
    }

    #home-team-section-body {
        margin-top: 37px;
    }
}

@media screen and (min-width: 1260px) {
    #home-team-section {
        margin-top: 147px;
    }

    #home-team-section-body {
        margin-top: 99px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    #home-team {
        width: 864px;
    }
}

@media screen and (min-width: 1420px) {
    #home-team {
        width: 898px;
    }
}

.booking-step-heading {
    display: flex;

}

.booking-step-heading .number {
    color: #fff;
    line-height: 133px;
    font-size: 133px;
}

.booking-step-description {
    margin-top: 25px;
}

#booking-booking-link {
    display: inline-block;
    border-radius: 36px;
    background: #f5e7d5;
    color: inherit;
    line-height: 23px;
    font-size: 19px;
    font-weight: 600;
}

#home + #booking-section #booking-booking-link {
    background: #baecf3;
}

#booking-more-separator {
    line-height: 23px;
    font-size: 16px;
}

#booking-prices-link {
    display: inline-block;
    color: inherit;
    line-height: 23px;
    font-size: 17px;
    font-weight: 600;
}

@media screen and (max-width: 413px) {
    #booking-booking-link {
        padding: 17px 56px 25px 66px;
    }
}

@media screen and (min-width: 414px) and (max-width: 1259px) {
    .booking-step {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    #booking-booking-link {
        padding: 21px 99px 28px 105px;
    }
}

@media screen and (max-width: 567px) {
    .booking-step-heading .title {
        margin-top: 49px;
        margin-left: 12px;
        line-height: 35px;
        font-size: 31px;
    }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
    .booking-step-heading .title {
        margin-top: 42px;
        margin-left: 15px;
        line-height: 44px;
        font-size: 37px;
    }
}

@media screen and (max-width: 767px) {
    #booking-section {
        background: linear-gradient(to bottom, #fff 0, #fff 40px, #f5e7d5 40px);
    }

    #booking-steps {
        padding-bottom: 90px;
    }

    #booking-more {
        background: #fff;
        padding-top: 46px;
        text-align: center;
        line-height: 0;
    }

    #booking-more-separator {
        display: block;
        margin-top: 15px;
    }

    #booking-prices-link {
        margin-top: 22px;
    }
}

@media screen and (min-width: 768px) {
    #booking-section-container {
        position: relative;
    }

    #booking-section-container::before {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: -1;
        border-radius: 20px;
        background: #f5e7d5;
        content: "";
    }

    #booking-section-body {
        margin-top: 65px;
    }

    #booking-booking-link {
        padding: 21px 56px 21px 66px;
    }

    #booking-steps {
        display: flex;
    }

    .booking-step {
        width: 33.3333%;
    }

    .booking-step:not(:last-child) {
        position: relative;
    }

    .booking-step:not(:last-child)::after {
        position: absolute;
        top: 78px;
        right: -15px;
        width: 47px;
        height: 27px;
        background: url("../img/booking-step-arrow.png");
        content: "";
    }

    #booking-more {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #booking-more-separator {
        padding-left: 40px;
        padding-right: 35px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .booking-step-heading .number {
        line-height: 58px;
        font-size: 58px;
    }

    .booking-step-heading .title {
        margin-top: 23px;
        margin-left: 8px;
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    #booking-section-container::before {
        top: 37px;
        height: calc(100% - 133px);
    }

    #booking-steps {
        padding-right: 15px;
        padding-left: 15px;
    }

    .booking-step {
        padding-right: 15px;
        padding-left: 15px;
    }

    #booking-more {
        margin-top: 105px;
    }
}

@media screen and (min-width: 1024px) {
    .booking-step-heading .title {
        margin-top: 42px;
        margin-left: 15px;
        line-height: 44px;
        font-size: 37px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1419px) {
    .booking-step-heading .number {
        line-height: 77px;
        font-size: 77px;
    }

    .booking-step-heading .title {
        margin-top: 28px;
        margin-left: 10px;
        line-height: 30px;
        font-size: 25px;
    }
}

@media screen and (max-width: 1259px) {
    #booking-section {
        margin-top: 70px;
    }

    #booking-section-body {
        margin-top: 17px;
    }

    .booking-step + .booking-step {
        margin-top: 4px;
    }
}

@media screen and (min-width: 1260px) {
    #booking-section {
        margin-top: 90px;
    }

    #booking-section-container::before {
        top: 76px;
        height: calc(100% - 177px);
    }

    #booking-more {
        margin-top: 145px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    #booking-steps {
        padding-right: 30px;
        padding-left: 30px;
    }

    .booking-step {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1420px) {
    #booking-steps {
        padding-right: 45px;
        padding-left: 45px;
    }

    .booking-step {
        padding-right: 45px;
        padding-left: 45px;
    }
}

#contact-section-container {
    margin-right: auto;
    margin-left: auto;
}

#contact-text,
#contact-phone {
    line-height: 32px;
    font-size: 24px;
}

#contact-phone-link {
    color: inherit;
}

@media screen and (max-width: 767px) {
    #contact-section {
        padding-bottom: 63px;
        background: linear-gradient(to bottom, #fff 0, #fff 173px, #fefaf6 173px);
    }

    #contact-section-container {
        max-width: 360px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #contact-section-heading {
        margin-top: 24px;
    }

    #contact-smallscreen-image {
        order: -1;
    }

    #contact-largescreen-image {
        display: none;
    }

    #contact-text {
        margin-top: 12px;
    }

    #contact-phone {
        margin-top: 3px;
    }
}

@media screen and (min-width: 768px) {
    #contact-section-container {
        position: relative;
        width: 369px;
    }

    #contact-section-heading .word {
        position: absolute;
    }

    #contact-smallscreen-image {
        display: none;
    }

    #contact-text {
        position: absolute;
        top: 286px;
    }

    #contact-phone {
        position: absolute;
        top: 286px;
        right: -180px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #contact-section-heading .word:first-child {
        left: -171px;
    }

    #contact-section-heading .word:last-child {
        right: -188px;
    }

    #contact-text {
        left: -167px;
    }
}

@media screen and (min-width: 1024px) {
    #contact-text {
        left: -241px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    #contact-section-heading .word {
        top: 215px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #contact-section-heading .word:first-child {
        left: -201px;
    }

    #contact-section-heading .word:last-child {
        right: -258px;
    }
}

@media screen and (max-width: 1259px) {
    #contact-section {
        margin-top: 90px;
    }
}

@media screen and (min-width: 1260px) {
    #contact-section {
        margin-top: 93px;
    }

    #contact-section-heading {
        line-height: 90px;
        font-size: 72px;
    }

    #contact-section-heading .word {
        top: 157px;
    }

    #contact-section-heading .word:first-child {
        left: -301px;
    }

    #contact-section-heading .word:last-child {
        right: -344px;
    }
}

#chat {
    position: fixed;
    right: 9px;
    bottom: 9px;
}

#chat-link {
    display: block;
    color: inherit;
}

#chat-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

#chat-text {
    position: absolute;
    left: 1px;
    width: calc(100% - 2px);
    background: #baecf3;
    line-height: 17px;
    font-size: 14px;
}

#chat-text-first-line {
    font-weight: 600;
}

@media screen and (max-width: 567px) {
    #chat {
        width: 206px;
        height: 80px;
    }

    #chat-text {
        top: 15px;
        height: 56px;
        border-radius: 28px;
        padding-top: 10px;
        padding-left: 80px;
    }
}

@media screen and (min-width: 568px) {
    #chat {
        width: 239px;
        height: 101px;
    }

    #chat-text {
        top: 20px;
        height: 69px;
        border-radius: 35px;
        padding-top: 14px;
        padding-left: 105px;
    }
}

.page-video-toggle,
.page-cta {
    margin-top: 26px;
    margin-bottom: 23px;
}

.page-video-toggle-button,
.page-cta-link {
    cursor: pointer;
    border-radius: 999px;
    background: #baecf3;
    padding: 19px 35px;
    color: inherit;
    line-height: 23px;
    font-size: 17px;
    font-weight: 600;
}

.page-video-toggle {
    text-align: center;
    line-height: 0;
}

.page-video-toggle-button {
    display: inline-block;
    border: 0 none;
}

.page-cta {
    display: flex;
    justify-content: center;
}

.page-body + .page-cta {
    margin-top: 56px;
}

.page-cta-link {
    text-align: center;
}

.page-heading {
    text-align: center;
    letter-spacing: -0.03em;
}

.page-body a {
    color: inherit;
}

.page-body a:hover {
    color: #83d7e8;
}

@media screen and (max-width: 1023px) {
    .page-attachment-large-image {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .page-attachment-small-image {
        display: none !important;
    }
}

@media screen and (min-width: 1260px) {
    .page {
        margin-top: 2px;
    }
}

.text-page-body {
    position: relative;
    margin-top: 68px;
}

.text-page-body::before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 28px;
    background-color: #faf3ea;
    background-image: url("../img/nb-background.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.text-page-body h2 {
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 25px;
}

.text-page-body img {
    display: block;
    margin: 23px auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 413px) {
    .text-page-body {
        padding-right: 19px;
        padding-bottom: 30px;
        padding-left: 19px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    .text-page-body {
        padding-right: 38px;
        padding-bottom: 30px;
        padding-left: 38px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    .text-page-body {
        padding-right: 76px;
        padding-bottom: 60px;
        padding-left: 76px;
    }
}

@media screen and (max-width: 1259px) {
    .text-page-body::before {
        top: -89px;
        height: calc(100% + 89px);
        background-position: center top 47px;
    }
}

@media screen and (min-width: 1260px) {
    .text-page-body {
        padding-right: 152px;
        padding-bottom: 119px;
        padding-left: 152px;
    }

    .text-page-body::before {
        top: -115px;
        height: calc(100% + 115px);
        background-position: center top 61px;
    }
}

.team-member {
    color: #030000;
}

.team-member:first-child {
    position: relative;
}

.team-member:first-child::before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 28px;
    background-color: #faf3ea;
    background-image: url("../img/nb-background.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.team-member + .team-member {
    margin-top: 60px;
    border-radius: 28px;
}

.team-member:nth-child(2n) {
    background: #f2e5df;
}

.team-member:nth-child(2n + 3) {
    background: #faf3ea;
}

.team-member-name {
    line-height: 60px;
    font-size: 48px;
}

.team-member-introduction a {
    color: inherit;
}

.team-member-introduction blockquote {
    margin: 0 0 23px;
    background: transparent;
    padding: 0 15px;
    font-style: normal;
}

.team-member-introduction blockquote:last-child {
    margin-bottom: 0;
}

.team-member-more {
    margin-top: 46px;
}

.team-member-gallery-album-link {
    display: inline-block;
    border-radius: 31px;
    border: 5px solid #e9d8c4;
    padding: 14px 28px;
    color: inherit !important;
    font-weight: 700;
}

@media screen and (max-width: 413px) {
    .team-member {
        padding: 23px 19px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    .team-member {
        padding: 35px 38px 29px;
    }
}

@media screen and (max-width: 767px) {
    .team-member:first-child::before {
        background-position: center;
    }

    .team-member-image {
        display: block;
        margin: 23px auto;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .team-member::after {
        display: block;
        clear: both;
        content: "";
    }

    .team-member-image {
        margin-bottom: 18px;
    }

    .team-member:nth-child(odd) .team-member-image {
        float: left;
    }

    .team-member:nth-child(even) .team-member-image {
        float: right;
    }

    .team-member-name {
        margin-top: -13px;
        margin-bottom: 39px;
    }

    .team-member:nth-child(odd) .team-member-name {
        float: right;
    }

    .team-member:nth-child(even) .team-member-name {
        float: left;
    }

    .team-member:nth-child(2n) .team-member-introduction {
        float: right;
    }

    .team-member:nth-child(2n + 3) .team-member-introduction {
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .team-member:first-child::before {
        background-position: center top 37px;
    }

    .team-member-name,
    .team-member:nth-child(n + 2) .team-member-introduction {
        width: calc(100% - 246px);
    }

    .team-member-image {
        width: 210px;
    }

    .team-member:nth-child(odd) .team-member-image {
        margin-right: 36px;
    }

    .team-member:nth-child(even) .team-member-image {
        margin-left: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    .team-member {
        padding: 70px 76px 58px;
    }

    .team-member:first-child {
        background-position: center top 37px;
    }
}

@media screen and (min-width: 1024px) {
    .team-member:first-child::before {
        background-position: center top 74px;
    }

    .team-member-name,
    .team-member:nth-child(n + 2) .team-member-introduction {
        width: calc(100% - 410px);
    }

    .team-member-image {
        width: 350px;
    }

    .team-member:nth-child(odd) .team-member-image {
        margin-right: 60px;
    }

    .team-member:nth-child(even) .team-member-image {
        margin-left: 60px;
    }
}

@media screen and (max-width: 1259px) {
    .team-member:first-child::before {
        top: -21px;
        height: calc(100% + 21px);
    }
}

@media screen and (min-width: 1260px) {
    .team-member {
        padding: 140px 152px 116px;
    }

    .team-member:first-child::before {
        top: -44px;
        height: calc(100% + 44px);
    }
}

#blog-page .blog-post {
    color: #030000;
}

#blog-page .blog-post:first-child {
    position: relative;
}

#blog-page .blog-post:first-child::before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 28px;
    background-color: #faf3ea;
    content: "";
}

#blog-page .blog-post + .blog-post {
    margin-top: 60px;
    border-radius: 28px;
}

#blog-page .blog-post:nth-child(2n) {
    background: #fdeef3;
}

#blog-page .blog-post:nth-child(2n + 3) {
    background: #faf3ea;
}

#blog-page .blog-post-more {
    margin-top: 46px;
}

#blog-page .blog-post-more-link {
    display: inline-block;
    border-radius: 31px;
    border: 5px solid #e9d8c4;
    padding: 14px 28px;
    color: inherit !important;
    font-weight: 700;
}

@media screen and (max-width: 413px) {
    #blog-page .blog-post {
        padding: 23px 19px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    #blog-page .blog-post {
        padding: 35px 38px 29px;
    }
}

@media screen and (max-width: 767px) {
    #blog-page .blog-post-main-image {
        display: block;
        margin: 23px auto;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    #blog-page .blog-post::after {
        display: block;
        clear: both;
        content: "";
    }

    #blog-page .blog-post-main-image {
        margin-bottom: 18px;
    }

    #blog-page .blog-post:nth-child(odd) .blog-post-main-image {
        float: left;
    }

    #blog-page .blog-post:nth-child(even) .blog-post-main-image {
        float: right;
    }

    #blog-page .blog-post-title {
        margin-top: -13px;
        margin-bottom: 39px;
    }

    #blog-page .blog-post.has-main-image:nth-child(odd) .blog-post-title,
    #blog-page .blog-post.has-main-image:nth-child(odd) .blog-post-excerpt {
        float: right;
    }

    #blog-page .blog-post.has-main-image:nth-child(even) .blog-post-title,
    #blog-page .blog-post.has-main-image:nth-child(even) .blog-post-excerpt {
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #blog-page .blog-post.has-main-image .blog-post-title,
    #blog-page .blog-post.has-main-image .blog-post-excerpt {
        width: calc(100% - 246px);
    }

    #blog-page .blog-post-main-image {
        width: 210px;
    }

    #blog-page .blog-post:nth-child(odd) .blog-post-main-image {
        margin-right: 36px;
    }

    #blog-page .blog-post:nth-child(even) .blog-post-main-image {
        margin-left: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    #blog-page .blog-post {
        padding: 70px 76px 58px;
    }
}

@media screen and (min-width: 1024px) {
    #blog-page .blog-post.has-main-image .blog-post-title,
    #blog-page .blog-post.has-main-image .blog-post-excerpt {
        width: calc(100% - 410px);
    }

    #blog-page .blog-post-main-image {
        width: 350px;
    }

    #blog-page .blog-post:nth-child(odd) .blog-post-main-image {
        margin-right: 60px;
    }

    #blog-page .blog-post:nth-child(even) .blog-post-main-image {
        margin-left: 60px;
    }
}

@media screen and (max-width: 1259px) {
    #blog-page .blog-post:first-child::before {
        top: -21px;
        height: calc(100% + 21px);
    }

    #blog-page .blog-post-title {
        line-height: 45px;
        font-size: 36px;
    }
}

@media screen and (min-width: 1260px) {
    #blog-page .blog-post {
        padding: 140px 152px 116px;
    }

    #blog-page .blog-post:first-child::before {
        top: -44px;
        height: calc(100% + 44px);
    }

    #blog-page .blog-post-title {
        line-height: 60px;
        font-size: 48px;
    }
}

.gallery-album-page-body {
    position: relative;
}

.gallery-album-page-body::before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 28px;
    background: #faf3ea;
    content: "";
}

.gallery-image-link {
    display: block;
}

.gallery-image {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 479px) {
    .gallery-album {
        padding-right: 16px;
        padding-left: 16px;
    }

    .gallery-image-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 396px;
    }

    .gallery-image-container + .gallery-image-container {
        margin-top: 16px;
    }
}

@media screen and (min-width: 480px) {
    .gallery-album-images {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .gallery-album {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gallery-image-container {
        width: 50%;
        padding: 12px;
    }
}

@media screen and (min-width: 768px) {
    .gallery-image-container {
        width: 33.3333%;
    }

    .gallery-image-container:nth-child(3n + 2) {
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .gallery-album {
        padding-right: 36px;
        padding-left: 36px;
    }

    .gallery-album-images {
        margin: -8px;
    }

    .gallery-image-container {
        padding: 8px;
    }

    .gallery-image-container:nth-child(3n + 2) {
        top: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .gallery-album {
        padding-right: 72px;
        padding-left: 72px;
    }

    .gallery-album-images {
        margin: -12px;
    }

    .gallery-image-container {
        padding: 12px;
    }

    .gallery-image-container:nth-child(3n + 2) {
        top: 50px;
    }
}

@media screen and (max-width: 1259px) {
    .gallery-album-page-body {
        margin-top: 56px;
        padding-bottom: 98px;
    }

    .gallery-album-page-body::before {
        top: -70px;
        height: calc(100% + 70px);
    }
}

@media screen and (min-width: 1260px) {
    .gallery-album-page-body {
        margin-top: 112px;
        padding-bottom: 196px;
    }

    .gallery-album-page-body::before {
        top: -145px;
        height: calc(100% + 145px);
    }
}

#contact-page-body::before {
    background-image: none;
}

#contact-page-body .map {
    position: relative;
    height: 0;
    overflow-y: hidden;
    padding-bottom: 75%;
}

#contact-page-body .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact-booking {
    margin-top: 46px;
    line-height: 0;
}

#contact-booking-link {
    display: inline-block;
    border-radius: 999px;
    background: #baecf3;
    padding: 18px 36px;
    color: inherit;
    line-height: 24px;
    font-size: 19px;
    font-weight: 600;
}

@media screen and (max-width: 1023px) {
    #contact-page-body .map-wrapper {
        margin-top: 46px;
    }
}

@media screen and (min-width: 1024px) {
    #contact-page-body::after {
        display: block;
        clear: both;
        content: "";
    }

    #contact-data {
        float: right;
    }

    #contact-page-body .map-wrapper {
        float: left;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #contact-data {
        width: 400px;
    }

    #contact-page-body .map-wrapper {
        width: 370px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1419px) {
    #contact-data {
        width: 450px;
    }

    #contact-page-body .map-wrapper {
        width: 400px;
    }
}

@media screen and (min-width: 1420px) {
    #contact-data {
        width: 500px;
    }

    #contact-page-body .map-wrapper {
        width: 538px;
    }
}

#introduction-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(245, 231, 213, 0.75);
}

#introduction-video-modal.open {
    display: block;
}

#introduction-video-close {
    position: absolute;
    top: 9px;
    right: 29px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 0 none;
    background: #d5c7b5;
}

#introduction-video-close::before,
#introduction-video-close::after {
    position: absolute;
    top: 22px;
    left: 12px;
    width: 24px;
    height: 4px;
    background: #030000;
    content: "";
}

#introduction-video-close::before {
    transform: rotate(-45deg);
}

#introduction-video-close::after {
    transform: rotate(45deg);
}

#introduction-video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

#booking-page-body {
    margin-top: 46px;
}