a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none!important}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{max-width:100%;height:auto;vertical-align:middle}hr{margin:0;padding:0;opacity:1}.button{border:0;outline:0;padding:6px 20px;background-image:-webkit-gradient(linear,left top,right top,from(#0c79af),color-stop(#288abd),color-stop(#3d9ccb),color-stop(#50add8),to(#63bfe6));background-image:linear-gradient(to right,#461b07,#461b07,#461b07,#461b07,#461b0785);font-size:16px;font-weight:400;line-height:24px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:175ms;transition:175ms}.button:hover{background-image:-webkit-gradient(linear,left top,right top,from(#0c628c),color-stop(#2678a2),color-stop(#3b8fb9),color-stop(#4fa7cf),to(#63bfe6));background-image:linear-gradient(to right,#0c628c,#2678a2,#3b8fb9,#4fa7cf,#63bfe6);color:#fff}.button--rounded{border-radius:999px}.button--small-text{font-size:13px;line-height:23px}.button--big{padding:10px 60px}.button--border-white{background-color:transparent;border:1px solid #fff;background-image:none}.input,.select{border:0;font-size:14px;-webkit-transition:125ms;width:100%;padding:10px 0;font-weight:400;line-height:24px;outline:0;background-color:transparent}.button--border-white:hover{background-color:#fff;color:#000;background-image:none}.input{border-radius:0;border-bottom:1px solid #b0b0b0;color:#000;transition:125ms}.input:focus,.textarea:focus{border-color:#000}.input::-webkit-input-placeholder{color:#b0b0b0}.input::-moz-placeholder{color:#b0b0b0}.input:-ms-input-placeholder{color:#b0b0b0}.input::-ms-input-placeholder{color:#b0b0b0}.input::placeholder{color:#b0b0b0}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{display:none}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0;border-bottom:1px solid #b0b0b0;color:#b0b0b0;transition:125ms}.select:focus .select-container:before,.textarea{color:#000}.select-container:before,.textarea{font-size:14px;-webkit-transition:125ms}.select:focus{border-color:#000;color:#000}.select::-webkit-input-placeholder{color:#b0b0b0}.select::-moz-placeholder{color:#b0b0b0}.select:-ms-input-placeholder{color:#b0b0b0}.select::-ms-input-placeholder{color:#b0b0b0}.select::placeholder{color:#b0b0b0}.select-container{position:relative;width:100%}.select-container:before{content:"\f078";position:absolute;top:0;bottom:0;right:0;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:auto;font-family:"Font Awesome 6 Free";font-weight:900;color:#b0b0b0;transition:125ms}.textarea{border:0;outline:0;resize:none;width:100%;height:125px;padding:10px 0;border-radius:0;border-bottom:1px solid #b0b0b0;background-color:transparent;font-weight:400;line-height:24px;transition:125ms}.textarea::-webkit-input-placeholder{color:#b0b0b0}.textarea::-moz-placeholder{color:#b0b0b0}.textarea:-ms-input-placeholder{color:#b0b0b0}.textarea::-ms-input-placeholder{color:#b0b0b0}.textarea::placeholder{color:#b0b0b0}.textarea::-webkit-inner-spin-button,.textarea::-webkit-outer-spin-button{display:none}.checkbox{position:relative;outline:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:16px;max-width:16px;height:16px;border:1px solid #b0b0b0;border-radius:4px;background-color:transparent;-webkit-transition:125ms;transition:125ms}.checkbox:hover{cursor:pointer;border-color:#000}.checkbox:checked{border-color:#000;background-color:#000}
.checkbox:checked:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkbox-container__checkbox {
    margin-top: 5px;
    margin-right: 7px
}

.checkbox-container__text {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #757575
}

.checkbox__link {
    color: #000000
}

.checkbox__link:hover {
    color: #000000
}

.file {
    padding: 10px 15px;
    border: 1px solid #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.file:hover {
    cursor: pointer;
    border-color: #000000
}

.file__input {
    display: none
}

.file__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #b0b0b0
}

.form__group.is-error .file, .form__group.is-error .input, .form__group.is-error .select, .form__group.is-error .textarea {
    border-color: rgb(225, 0, 0)
}

.form__group--space-y-medium:not(:first-child) {
    margin-top: 24px
}

.form__group.is-error .form__help {
    color: rgb(225, 0, 0)
}

.form__group.is-success .form__help {
    color: rgb(0, 150, 0)
}

.form__help {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    display: none
}

.form__help.is-active {
    display: block
}

.form__notification {
    width: 100%;
    padding: 15px;
    background-color: rgba(73, 73, 73, 0.1);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgb(117, 117, 117)
}

.form__notification.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    color: #000000;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.link:hover {
    color: #000000;
    opacity: 0.75
}

.link.has-arrow {
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.link.has-arrow:hover {
    opacity: 0.65
}

.link--white {
    color: #fff
}

.link--white:hover {
    color: #fff
}

.link--white .link__arrow {
    border-color: #fff;
    color: #fff
}

.link__arrow {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 999px;
    border: 1px solid #000000;
    font-size: 10px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 992px) {
    .file__text {
        font-size: 14px;
        line-height: 24px
    }
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-display: swap;
    src: url("../css/fonts/Poppins-Regular.woff2") format("woff2"), url("../css/fonts/Poppins-Regular.woff") format("woff"), url("../assets/fonts/poppins-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-display: swap;
    src: url("../css/fonts/Poppins-Medium.woff2") format("woff2"), url("../css/fonts/Poppins-Medium.woff") format("woff"), url("../assets/fonts/poppins-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-display: swap;
    src: url("../css/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../css/fonts/Poppins-SemiBold.woff") format("woff"), url("../assets/fonts/poppins-semiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-display: swap;
    src: url("../css/fonts/Poppins-Bold.woff2") format("woff2"), url("../css/fonts/Poppins-Bold.woff") format("woff"), url("../assets/fonts/poppins-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-weight: 800;
    font-display: swap;
    src: url("../css/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../css/fonts/Poppins-ExtraBold.woff") format("woff"), url("../assets/fonts/poppins-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 400;
    font-display: swap;
    src: url("../css/fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../css/fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 500;
    font-display: swap;
    src: url("../assets/fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Medium.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 600;
    font-display: swap;
    src: url("../assets/fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 700;
    font-display: swap;
    src: url("../css/fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../css/fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 700;
    font-display: swap;
    src: url("../assets/fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-ExtraBold.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-ExtraBold.ttf") format("truetype")
}

@media (min-width: 1400px) {
    .container {
        max-width: 1550px
    }

    .container--medium {
        max-width: 950px
    }

    .container--big-medium {
        max-width: 1250px
    }
}

body {
    min-height: 100vh;
    font-family: "Poppins";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main--fixed-top {
    padding-top: 70px
}

.has-scroll-none {
    overflow: hidden !important
}

.logo-img {
    min-width: 120px;
    max-width: 120px
}

.logo-img--footer {
    min-width: 185px;
    max-width: 185px
}

.logo-img--nature {
    min-width: 110px;
    max-width: 110px;
    margin-left: 24px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
    padding: 0 25px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 50;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.header.is-active {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)
}

.header.is-active .header__menu-open-text {
    color: #000000
}

.header.is-active .header__theme-white {
    display: none
}

.header.is-active .header__theme-black {
    display: block
}

.header.is-active .language-selector__text {
    color: #000000
}

.header.is-active .language-selector__icon {
    color: #000000
}

.header__theme-black {
    display: none
}

.header__left-side {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header__center-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__right-side {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__center-side, .header__left-side, .header__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.header__menu-open:hover {
    cursor: pointer;
    opacity: 0.75
}

.header__menu-open-icon {
    margin-bottom: 5px
}

.header__menu-open-icon-img {
    min-width: 28px;
    max-width: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none
}

.header__menu-open-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    color: #fff
}

.language-selector {
    position: relative
}

.language-selector--theme-black .language-selector__text {
    color: #000000
}

.language-selector--theme-black .language-selector__icon {
    color: #000000
}

.language-selector:hover .language-selector__menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.language-selector:hover .language-selector__icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.language-selector:hover .language-selector__item--header {
    opacity: 0.75
}

.language-selector__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.language-selector__item:hover {
    cursor: pointer;
    opacity: 0.5
}

.language-selector__item--header:hover {
    opacity: 0.75
}

.language-selector__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff
}

.language-selector__text--black {
    color: #000000
}

.language-selector__text--small {
    font-size: 16px;
    line-height: 26px
}

.language-selector__icon {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms
}

.language-selector__menu {
    position: absolute;
    top: 29px;
    left: 0;
    padding-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    visibility: hidden;
    -webkit-transition: all 750ms;
    transition: all 750ms
}

.language-selector__menu-inner {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: 250
}

.mobile-navigation.is-hidden {
    visibility: hidden;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    opacity: 0
}

.mobile-navigation__button {
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, right top, from(#0c628c), color-stop(#2678a2), color-stop(#3b8fb9), color-stop(#4fa7cf), to(#63bfe6));
    background-image: linear-gradient(to right, #0c628c, #2678a2, #3b8fb9, #4fa7cf, #63bfe6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.mobile-navigation__button--white {
    background-color: #fff;
    color: #000000;
    background-image: none
}

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 250;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 500ms;
    transition: all 500ms
}

.menu.is-active {
    right: 0;
    visibility: visible
}

.menu__header {
    position: sticky;
    top: 0;
    min-height: 70px;
    padding: 0 25px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.menu__close:hover {
    cursor: pointer;
    opacity: 0.75
}

.menu__close:hover .menu__close-img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu__close-img {
    min-width: 15px;
    max-width: 15px;
    margin-bottom: 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.menu__close-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    color: #000000
}

.menu__padding-x-medium {
    padding-left: 80px;
    padding-right: 80px
}

.menu__body {
    padding: 40px 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.menu__text {
    font-family: "Playfair Display";
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #000000
}

.menu__background {
    padding: 15px;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    border-radius: 999px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 750ms;
    transition: all 750ms
}

.cookie.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cookie__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000
}

.cookie__link {
    font-weight: 600;
    color: #000000;
    text-decoration: underline !important;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.cookie__link:hover {
    opacity: 0.65;
    color: #000000
}

.cookie__right-side {
    margin-left: 100px
}

.chat-online {
    position: fixed;
    top: 0;
    left: -110px;
    bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    z-index: 150;
    -webkit-transition: all 500ms;
    transition: all 500ms
}

.chat-online.jivo_online {
    -webkit-transition: 1s !important;
    transition: 1s !important;
    left: -64px !important
}

.chat-online.is-hidden {
    visibility: hidden;
    -webkit-transform: translateX(-64px);
    transform: translateX(-64px);
    opacity: 0
}

.chat-online__button {
    border: 0;
    outline: 0;
    padding: 10px 25px;
    background-color: #000000;
    border-radius: 15px 15px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.chat-online__button:hover {
    background-color: #2a2a2a
}

.chat-online__button-icon {
    margin-right: 5px
}

.chat-online__button-icon-img {
    min-width: 20px;
    max-width: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none
}

.blink {
    -webkit-animation: blink 1s steps(1, end) infinite;
    animation: blink 1s steps(1, end) infinite
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.hero {
    position: relative;
    height: 600px;
    margin-bottom: 70px
}

.hero--default {
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.hero--index {
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100vh
}

.hero--slider {
    height: auto
}

.hero--flex-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hero__background-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.hero__title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    color: #fff
}

.hero__slider {
    position: relative;
    height: 100vh
}

.hero__slider-item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero__slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.hero__slider-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px !important;
    margin: 0 auto;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero__slider-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2.5px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.hero__slider-pagination .swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.75) !important
}

.hero__slider-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important
}

.text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.text-container__text {
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000
}

.feature--banner {
    position: relative;
    min-height: 600px;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 15
}

@media (max-width: 450px) {
    .feature--banner {
        min-height: 646px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .feature--banner {
        min-height: 500px
    }
}

.feature--banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(41, 41, 41, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(41, 41, 41, 0.5) 100%);
    z-index: -1
}

.feature--bg-opacity-black {
    position: relative;
    position: relative;
    min-height: 600px;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 15
}

.feature--bg-opacity-black * {
    z-index: 15
}

.feature--bg-opacity-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0
}

.feature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bgfull {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2
}

.slider {
    position: relative
}

.slider__img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 992px) {
    .slider__img {
        height: 500px
    }
}

@media (max-width: 450px) {
    .slider__img {
        height: 228px
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .slider__img {
        height: 360px
    }
}

.slider__imgcr {
    width: 100%;
    height: 483px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 450px) {
    .slider__imgcr {
        height: 450px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider__imgcr {
        height: 290px
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .slider__imgcr {
        height: 360px
    }
}

.slider__imgdrk {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 450px) {
    .slider__imgdrk {
        height: 238px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider__imgdrk {
        height: 304px
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .slider__imgdrk {
        height: 360px
    }
}

.slider__imgtre {
    width: 100%;
    height: 415px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 450px) {
    .slider__imgtre {
        height: 296px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .slider__imgtre {
        height: 246px
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .slider__imgtre {
        height: 360px
    }
}

.slider__imgex {
    width: 100%;
    height: 462px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 450px) {
    .slider__imgex {
        height: 238px
    }
}

.slider__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 15
}

.slider__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2.5px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.slider__pagination .swiper-pagination-bullet:hover {
    background-color: rgba(255, 255, 255, 0.75) !important
}

.slider__pagination .swiper-pagination-bullet-active {
    background-color: #fff !important
}

.slider__navigation--space-small .slider__navigation-item--prev {
    left: -54px
}

.slider__navigation--space-small .slider__navigation-item--next {
    right: -54px
}

.slider__navigation--two .slider__navigation-item {
    border: 0;
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff
}

.slider__navigation--two .slider__navigation-item:hover {
    background-color: #fff;
    color: #000000
}

.slider__navigation--two .slider__navigation-item--prev {
    left: 30px
}

.slider__navigation--two .slider__navigation-item--next {
    right: 30px
}

.slider__navigation--three .slider__navigation-item {
    border: 0;
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff
}

.slider__navigation--three .slider__navigation-item:hover {
    background-color: #fff;
    color: #000000
}

.slider__navigation--three .slider__navigation-item--prev {
    left: 30px
}

.slider__navigation--three .slider__navigation-item--next {
    right: 30px
}

.slider__navigation-item {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    margin: auto;
    border: 1px solid #b0b0b0;
    border-radius: 999px;
    background-color: #fff;
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 25;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.slider__navigation-item:hover {
    cursor: pointer;
    border-color: #000000
}

.slider__navigation-item--prev {
    left: -57px
}

.slider__navigation-item--next {
    right: -57px
}

.image-card {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden
}

.image-card:hover .image-card__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.image-card:hover .image-card__imgor {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.image-card--information {
    padding: 35px 20px;
    background-color: #7a7a7a
}

.image-card--medium .image-card__img {
    height: 450px
}

.image-card__img {
    width: 100%;
    height: 415px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

@media (max-width: 450px) {
    .image-card__img {
        height: 228px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .image-card__img {
        height: 290px
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .image-card__img {
        height: 360px
    }
}

.image-card__imgor {
    width: 100%;
    height: 530px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

@media (max-width: 450px) {
    .image-card__imgor {
        height: 445px
    }
}

.image-card__body {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 25px
}

.image-card__title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: #fff
}

.image-card__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8)
}

.image-card__text--small {
    font-size: 16px;
    line-height: 26px
}

.banner {
    position: relative;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 15
}

@media (max-width: 450px) {
    .banner {
        height: 430px
    }
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(52.37%, rgba(0, 0, 0, 0.04)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.04) 52.37%);
    z-index: -1
}

.banner--two:before {
    background: initial;
    background-color: rgba(0, 0, 0, 0.6)
}

.banner-section {
    padding: 70px 0;
    background-color: #eeeeee
}

.banner__sticky-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner__sticky-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer {
    margin-top: 70px
}

.footer--none-space-top {
    margin-top: 0
}

.footer__inner {
    padding: 70px 0;
    background-image: url("../img/footer.webp");
    background-position: center;
    background-size: cover;
}
@media (max-width: 480px) {
    .footer__inner{
        background-image: url("../img/footerMobile.webp");
    }
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu-item:not(:first-child) {
    margin-top: 0;
}

.footer__menu-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.footer__menu-link:hover {
    color: #fff
}

.footer__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff
}

.footer__text a {
    text-decoration: none
}

.footer__text a:hover {
    color: white
}

.footer__bottom {
    padding: 15px 0;
    background-color: #000000
}

.store__img {
    width: 100%;
    height: 40px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none
}

.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 480px) {
    .social-media{justify-content: center;}
}

.social-media__item {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.social-media__item:hover {
    cursor: pointer;
    color: #fff
}

.social-media__item:not(:first-child) {
    margin-left: 24px
}

.page-section {
    padding: 60px 0
}

.page-padding-top {
    padding-top: 60px
}

.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-menu__item.is-active .nav-menu__link {
    color: #000000;
    cursor: default;
    pointer-events: none
}

.nav-menu--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-menu--horizontal .nav-menu__item:not(:first-child) {
    margin-top: 15px;
    margin-left: 0
}

.nav-menu--menu .nav-menu__link {
    font-family: "Playfair Display";
    font-weight: 400;
    color: #000000
}

.nav-menu--menu .nav-menu__link:hover {
    opacity: 0.65
}

.nav-menu--dropdown__item:not(:first-child) {
    margin-top: 15px
}

.nav-menu--dropdown.is-active .nav-menu__dropdown {
    max-height: 100vh;
    -webkit-transition: all 750ms ease-in;
    transition: all 750ms ease-in
}

.nav-menu--dropdown.is-active .nav-menu__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.nav-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-menu__item:not(:first-child) {
    margin-left: 20px
}

.nav-menu__item--dropdown-header {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-menu__item--dropdown-header:hover {
    cursor: pointer
}

.nav-menu__item--dropdown-header:hover .nav-menu__link {
    color: #000000
}

.nav-menu__link {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #757575;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.nav-menu__link:hover {
    color: #000000
}

.nav-menu__arrow {
    margin-left: 15px;
    font-size: 12px;
    color: #000000;
    -webkit-transition: all 500ms;
    transition: all 500ms
}

.nav-menu__dropdown {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 750ms ease-out;
    transition: all 750ms ease-out
}

.nav-menu__dropdown-inner {
    padding-top: 15px
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 992px) {
    .list {
        margin-bottom: 6px
    }
}

.list--circle-none .list__item:before {
    content: none
}

.list--space-medium .list__item:not(:first-child) {
    margin-top: 15px
}

.list__item {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list__item:before {
    content: "";
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 999px;
    background-color: #757575
}

.list__item:not(:first-child) {
    margin-top: 7px
}

.list__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575
}

.map__iframe {
    width: 100%;
    height: 275px
}

.location__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.location__item:not(:first-child) {
    margin-top: 28px
}

.location-card {
    padding: 5px 12px;
    border: 1px solid #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.location-card:hover {
    border-color: #000000
}

.location-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575
}

.location-card__text--small {
    font-size: 13px;
    line-height: 23px
}

.tab-switcher {
    margin-top: -12px;
    margin-left: -6px;
    margin-right: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-switcher__item {
    border: 0;
    outline: 0;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 6px 20px;
    border: 1px solid #63BFE6;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 175ms;
    transition: all 175ms
}

.tab-switcher__item.selected, .tab-switcher__item:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#0c628c), color-stop(#2678a2), color-stop(#3b8fb9), color-stop(#4fa7cf), to(#63bfe6));
    background-image: linear-gradient(to right, #0c628c, #2678a2, #3b8fb9, #4fa7cf, #63bfe6);
    color: #fff
}

.gallery .media-box-container {
    border-radius: 0
}

.gallery .media-boxes-load-more-button {
    height: 30px;
    font-family: "Poppins";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 125ms;
    transition: all 125ms
}

.gallery .media-boxes-load-more-button:hover {
    opacity: 0.85
}

.gallery .media-boxes-no-more-entries {
    display: none
}

.gallery__play-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.gallery__play-icon:hover {
    cursor: pointer;
    opacity: 1
}

.gallery__play-icon-img {
    min-width: 72px;
    max-width: 72px !important
}

.experiences-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.experiences-detail__img {
    width: 100%;
    height: 462px;
    -o-object-fit: cover;
    object-fit: cover
}

.experience-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.experience-card__header {
    margin-bottom: 12px
}

.experience-card__img {
    width: 100%;
    max-height: 294px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 450px) {
    .experience-card__img {
        height: 214px
    }
}

.experience-card__title {
    margin-bottom: 15px;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    display: block
}

.experience-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575
}

.experience-card__footer {
    margin-top: 24px
}

.image-container__img {
    width: 100%
}

.image-container__img2 {
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 10px
}

@media (max-width: 450px) {
    .image-container__img2 {
        width: 88px;
        height: 88px
    }
}

.info-card {
    padding: 15px 20px;
    border: 0.2px solid #b0b0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-card--horizontal {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.info-card--horizontal .info-card__icon {
    margin-right: 0
}

.info-card--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info-card--small {
    padding: 15px
}

.info-card--small .info-card__text {
    font-size: 13px;
    line-height: 23px
}

.info-card--small .info-card__icon-img {
    min-width: 25px;
    max-width: 25px
}

.info-card--medium {
    padding: 30px
}

.info-card__header {
    margin-bottom: 15px
}

.info-card__icon {
    margin-right: 20px
}

.info-card__icon-img {
    min-width: 45px;
    max-width: 45px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none
}

.info-card__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000
}

@media (max-width: 450px) {
    .info-card__text {
        font-size: 16px
    }
}

.info-card__text--medium {
    font-size: 18px;
    line-height: 28px
}

.menu-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.menu-image__img {
    width: 210px;
    margin-bottom: 12px
}

@media (max-width: 450px) {
    .menu-image__img {
        width: 116px
    }
}

.menu-image__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #000000
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: 999999
}

.modal.is-active {
    opacity: 1;
    visibility: visible
}

.modal.is-active .modal__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal__inner {
    position: relative;
    width: 575px;
    padding: 40px 30px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 750ms;
    transition: all 750ms
}

.modal__header {
    margin-bottom: 35px
}

.modal__title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: #000000
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

.modal__close:hover {
    cursor: pointer;
    background-color: #eeeeee
}

.modal__close-img {
    min-width: 14px;
    max-width: 14px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none
}

.full-width-video {
    width: 100%;
    aspect-ratio: 1245/800;
    background-color: rgba(0, 0, 0, 0.13)
}

@media only screen and (min-width: 480px) {
    .full-width-video {
        aspect-ratio: 1245/700
    }
}

.text-regular {
    font-weight: 400 !important
}

.text-semibold {
    font-weight: 600 !important
}

.text-gray {
    color: #757575 !important
}

.text-light-gray {
    color: #b0b0b0 !important
}

.section-title {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: #000000
}

.section-title--space-bottom {
    margin-bottom: 10px
}

.section-title--medium {
    font-size: 40px;
    line-height: 50px
}

.section-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575
}

.section-text--line {
    white-space: pre-line
}

.section-text--small {
    font-size: 13px;
    line-height: 23px
}

.section-text--small-width {
    max-width: 550px
}

.section-text--medium {
    font-size: 18px;
    line-height: 28px
}

.section-hr {
    width: 100%;
    height: 1px;
    background-color: rgba(176, 176, 176, 0.5)
}

.section-space-top {
    margin-top: 30px
}

.section-space-bottom {
    margin-bottom: 70px
}

.section-space-small-top {
    margin-top: 12px
}

.section-space-small-bottom {
    margin-bottom: 12px
}

.section-space-medium-top {
    margin-top: 35px
}

.section-space-medium-bottom {
    margin-bottom: 35px
}

@media (max-width: 992px) {
    body {
        padding-bottom: 45px
    }

    body.has-mobile-navigation-hidden {
        padding-bottom: 0
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-section-space-small-top {
        margin-top: 12px
    }

    .page-section {
        padding: 2rem 0
    }

    .page-padding-top {
        padding-top: 2rem
    }

    .header {
        padding: 0 1rem
    }

    .header__reservation-button {
        display: none !important
    }

    .header__menu-open-icon-img {
        min-width: 22px;
        max-width: 22px
    }

    .header__menu-open-text {
        font-size: 8px;
        line-height: 18px
    }

    .logo-img {
        min-width: 100px;
        max-width: 100px
    }

    .logo-img--footer {
        min-width: 150px;
        max-width: 150px
    }

    .logo-img--nature {
        min-width: 90px;
        max-width: 90px
    }

    .language-selector__text {
        font-size: 16px;
        line-height: 26px
    }

    .language-selector__arrow {
        font-size: 10px
    }

    .menu__close-text {
        font-size: 8px;
        line-height: 18px
    }

    .menu__body {
        padding: 1rem
    }

    .menu__padding-x-medium {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .nav-menu__link {
        font-size: 18px;
        line-height: 25px
    }

    .modal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .modal__inner {
        width: 100%
    }

    .modal__header {
        margin-bottom: 1rem
    }

    .modal__title {
        font-size: 28px;
        line-height: 38px
    }

    .cookie {
        width: calc(100% - 2rem);
        bottom: calc(55px + 1rem);
        padding: 15px;
        border-radius: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .cookie__right-side {
        margin-top: 1rem;
        margin-left: 0
    }

    .hero--default {
        height: 400px
    }

    .hero__title {
        font-size: 32px;
        line-height: 42px
    }

    .slider__navigation-item {
        border: 0;
        background-color: rgba(255, 255, 255, 0.35);
        color: #fff
    }

    .slider__navigation-item:hover {
        background-color: #fff;
        color: #000000
    }

    .slider__navigation-item--prev {
        left: 15px !important
    }

    .slider__navigation-item--next {
        right: 15px !important
    }

    .slider__pagination {
        bottom: 15px !important
    }

    .section-title {
        font-size: 28px;
        line-height: 38px
    }

    .section-text {
        font-size: 14px;
        line-height: 24px
    }

    .text-container__text {
        font-size: 18px;
        line-height: 28px
    }

    .image-card__body {
        left: 1rem;
        right: 1rem;
        bottom: 1rem
    }

    .image-card__title {
        font-size: 28px;
        line-height: 38px
    }

    .footer--mobile-none-space-top {
        margin-top: 0
    }

    .footer__inner {
        padding: 30px 0
    }

    .footer__menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .footer__bottom {
        padding: 15px 0 30px 0
    }

    .store {
        width: 100%
    }

    .store__img {
        height: 55px
    }

    .experience-card__title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px
    }

    .experience-card__text {
        font-size: 14px;
        line-height: 24px
    }

    .mobile-slider {
        padding-left: 2rem;
        padding-right: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    .mobile-slider > * {
        scroll-snap-align: start
    }

    .mobile-slider::-webkit-scrollbar {
        display: none
    }
}

@media (max-width: 768px) {
    .chat-online {
        display: none
    }

    .slider__navigation-item {
        min-width: 32px;
        max-width: 32px;
        height: 32px;
        font-size: 12px
    }

    .banner__sticky-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__sticky-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .store {
        width: 100%
    }

    .store__img {
        height: 35px
    }
}

@media (max-width: 450px) {
    .menu {
        width: 100%
    }
}

@media (min-width: 992px) {
    .mobile-navigation {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logo-img--footer {
        min-width: 180px;
        max-width: 180px
    }

    .store__img {
        width: 100%;
        height: 30px
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .modal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .slider__navigation--space-small .slider__navigation-item--prev {
        left: -54px
    }

    .slider__navigation--space-small .slider__navigation-item--next {
        right: -54px
    }

    .slider__navigation--two .slider__navigation-item--prev {
        left: 30px
    }

    .slider__navigation--two .slider__navigation-item--next {
        right: 30px
    }

    .slider__navigation--three .slider__navigation-item--prev {
        left: 30px
    }

    .slider__navigation--three .slider__navigation-item--next {
        right: 30px
    }

    .slider__navigation-item--prev {
        left: -47px
    }

    .slider__navigation-item--next {
        right: -47px
    }
}

.section-page-simple-content h1, .section-page-simple-content h2, .section-page-simple-content h3, .section-page-simple-content h4, .section-page-simple-content h5, .section-page-simple-content h6 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #757575 !important;
    font-weight: 600 !important;
    display: block !important
}

.section-page-simple-content p {
    margin-bottom: 18px
}

.section-page-simple-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 18px
}

.section-page-simple-content ul li {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-page-simple-content ul li:before {
    content: "";
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 999px;
    background-color: #757575
}

.invalid-feedback-custom {
    color: rgb(225, 0, 0);
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px
}

.was-validated :invalid {
    border-color: rgb(225, 0, 0)
}

.was-validated :invalid ~ * .invalid-feedback {
    display: block
}
.banner2 {
    height: 70vh;
    position: relative;
}

@media (min-width: 1600px) {
    .banner2 {
        height: 60vh;
    }
}

@media (max-width: 480px) {
    .banner2 {
        height: 35vh;
    }
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px){
    .whatsapp-btn {
        display: none;
    }
}
.whatsapp-btn {
    position: fixed;
    height: 84px;
    width: 64px;
    left: 10px;
    bottom: 10px;
    z-index: 999998;
}
@media (max-width: 767px) {
    .mobilRes {display: block !important;}
}
.mobilRes {display: none;
    height: 40px;background: #f5aaad94;position: fixed;bottom: 0;color: #ffffff;font-size: 15px;
    font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 0.6px;z-index: 99;width: 100%;
}
.mobilResDiv {align-items: center;justify-content: center;display: flex;text-align: center;gap: 7px;}
.mobilResBox {padding: 10px 22px;width: 50%;box-sizing: border-box;}
.mobilResBox a {text-transform: uppercase;text-decoration: none !important;color: inherit;}
 .instagram-color {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
 }
.chevron {
    position: absolute;
    width: 40px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}
