@charset "UTF-8";

@font-face {
    font-family: "GroteskNeue";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/NeueHaasDisplayLight.woff2) format("woff2");
}

@font-face {
    font-family: "GroteskNeue";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/NeueHaasDisplayRoman.woff2) format("woff2");
}

@font-face {
    font-family: "GroteskNeue";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/NeueHaasDisplayMedium.woff2) format("woff2");
}

@font-face {
    font-family: "GroteskNeue";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/NeueHaasDisplayBold.woff2) format("woff2");
}

@font-face {
    font-family: "GroteskNeue";
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/NeueHaasDisplayBlack.woff2) format("woff2");
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
}

html {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #000;
    font-family: "GroteskNeue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

body.dark-theme {
    background-color: #0f0f0f;
    color: #dcdee4;
}

body.home-landing .container {
    max-width: 1394px;
}

img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.scroll-lock {
    overflow: hidden;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.align-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.text-underline {
    text-decoration: underline;
}

.media {
    position: relative;
    overflow: hidden;
}

.media__container {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
}

.media__container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pt-40 {
    padding-top: 40px;
}

.pt-15 {
    padding-top: 15px;
}

.mt-0.mt-0 {
    margin-top: 0;
}

.hidden {
    position: absolute;
    opacity: 0;
    visibility: 0;
}

.underline {
    text-decoration: underline;
}

@media (min-width: 769px) {
    .md-visible {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .lg-visible {
        display: none !important;
    }

    .container {
        padding: 0 15px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.iti__flag {
    background-image: url("/assets/images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/assets/images/flags@2x.png");
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.button {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    border: 0;
    transition: 0.3s;
    text-decoration: none;
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer;
}

.button .icon.arrow {
    width: 14px;
    height: 14px;
}

.button .icon.search {
    width: 16px;
    height: 16px;
}

.buttons-underline a {
    text-decoration-color: transparent;
    transition: 0.3s;
}

.buttons-underline a:hover {
    text-decoration-color: inherit;
}

.button-primary {
    color: #ffffff;
    background-color: #6adc91;
}

.button-primary .spinner {
    background: #ffffff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.button-primary .spinner::after {
    background: #6adc91;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
}

.button-primary:hover {
    background-color: #2fca64;
}

.button-primary:hover .spinner::after {
    background-color: #2fca64;
}

.button-primary:active {
    background-color: #2bb55a;
}

.button-primary:active .spinner::after {
    background-color: #2bb55a;
}

.button-primary:focus-visible {
    outline: 1px solid #26a150;
}

.button-primary--red {
    background-color: #f6564a;
}

.button-primary--red:hover {
    background-color: #e81b0c;
}

.button-primary--red:active {
    background-color: #e81b0c;
}

.button-primary--red:focus-visible {
    outline: 1px solid #b71509;
}

.button-border {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.button-border:hover {
    border-color: #6adc91;
    color: #6adc91;
}

.button-border:active {
    background-color: #2bb55a;
    color: #ffffff;
    border-color: #2bb55a;
}

.button-border:focus-visible {
    outline: 1px solid #6adc91;
}

.dark-theme .button-border {
    color: #dcdee4;
    border-color: #dcdee4;
}

.dark-theme .button-border:hover {
    border-color: #6adc91;
    color: #6adc91;
}

.dark-theme .button-border:active {
    background-color: #2bb55a;
    border-color: #2bb55a;
    color: #ffffff;
}

.dark-theme .button-border:focus-visible {
    outline: 1px solid #6adc91;
}

@media (max-width: 500px) {
    .button {
        width: 100%;
        justify-content: center;
    }
}

.read-more,
.read-less {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 18px 0;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.read-more .icon,
.read-less .icon {
    width: 22px;
    height: 18px;
}

.read-more:hover,
.read-less:hover {
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.toggle-button {
    height: 41px;
    padding: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f7f8fa;
}

.toggle-button a {
    width: 50%;
    padding: 8px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    white-space: nowrap;
}

.toggle-button a.active {
    color: #ffffff;
    background-color: #6adc91;
    transition: 0.1s ease-out;
}

.burger {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: none;
}

.burger span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    transition: all 0.3s;
}

.burger span:nth-of-type(2) {
    top: calc(50% - 8px);
}

.burger span:nth-of-type(3) {
    top: calc(50% + 8px);
}

.burger.active span:nth-of-type(1) {
    display: none;
}

.burger.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.burger.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.dark-theme .burger span {
    background-color: #dcdee4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: rotate 1s linear infinite;
    background: #6adc91;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    position: relative;
}

.spinner::before,
.spinner::after {
    content: "";
    position: absolute;
}

.spinner::before {
    border-radius: 50%;
    background: linear-gradient(0deg, hsl(0, 0%, 100%) 50%, hsla(0, 0%, 100%, 0.9) 100%) 0% 0%, linear-gradient(90deg, hsla(0, 0%, 100%, 0.9) 0%, hsla(0, 0%, 100%, 0.6) 100%) 100% 0%, linear-gradient(180deg, hsla(0, 0%, 100%, 0.6) 0%, hsla(0, 0%, 100%, 0.3) 100%) 100% 100%, linear-gradient(360deg, hsla(0, 0%, 100%, 0.3) 0%, hsla(0, 0%, 100%, 0) 100%) 0% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.spinner::after {
    background-color: #ffffff;
    border-radius: 50%;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    transition: 0.3s;
}

.checkbox {
    display: flex;
    align-items: center;
    position: relative;
}

.checkbox::before {
    content: "";
    height: 16px;
    width: 16px;
    margin-right: 8px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dcdee4;
    cursor: pointer;
}

.checkbox::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background-image: url(/assets/images/svg/checkmark.svg);
    background-size: cover;
    height: 14px;
    width: 14px;
    display: block;
    transition: transform 0.05s ease-out;
    transform: scale(0);
    cursor: pointer;
}

.checkbox.active::after {
    transform: scale(1);
}

.checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.checkbox span {
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.checkbox a {
    color: #6adc91;
}

body img.gform_ajax_spinner,
.gform_submission_error,
.gform_heading,
.gform_validation_errors,
.gfield_required,
select.gfield_select,
.gfield--type-honeypot {
    display: none !important;
}

.gform_confirmation_message {
    text-align: center;
    color: #6adc91;
    font-size: 20px;
    font-weight: 500;
}

.validation_message {
    color: #f6564a;
    font-size: 15px;
    margin-top: 10px;
}

.iti {
    display: flex;
}

.iti fieldset span {
    font-size: 16px !important;
}

.iti .iti__flag-container {
    min-width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    background-color: #ffffff;
    border: 1px solid #dcdee4;
    padding: 0;
}

.iti .iti__flag-container .iti__selected-flag {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iti .iti__flag-container .iti__flag {
    border-radius: 4px;
}

.iti .iti__flag-container:hover .iti__selected-flag {
    background-color: #ffffff;
}

.iti .iti__flag-container:hover .iti__arrow {
    margin-left: 12px;
}

.iti__arrow {
    margin-left: 12px;
    border: solid #0f0f0f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: translate(0, -2.5px) rotate(45deg);
    -webkit-transform: translate(0, -2.5px) rotate(45deg);
    transition: 0.2s;
}

.iti__arrow--up {
    transform: translate(0, 1.5px) rotate(225deg);
    -webkit-transform: translate(0, 1.5px) rotate(225deg);
}

.iti__divider {
    display: none;
}

.iti__country {
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.iti__country-list {
    display: block;
    width: 100%;
    top: 100%;
    margin: 0;
    left: 0;
    overflow-x: hidden;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13), 0px 1.12694px 2.50431px rgba(0, 0, 0, 0.065);
    border: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.iti__country-list--dropup {
    top: unset;
    bottom: 100%;
}

.iti__country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #dcdee4;
    background-color: #ffffff;
}

.iti__country-list::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: #6adc91;
}

.iti__country .iti__flag-box {
    margin-right: 10px;
}

.iti__country span.iti__country-name {
    margin: 0 10px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
}

.iti__country .iti__dial-code {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.iti__country.iti__active {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.iti__country.iti__active span.iti__country-name,
.iti__country.iti__active span.iti__dial-code {
    font-weight: 500;
}

.iti__country.iti__active:hover {
    background-color: #ffffff;
}

.iti__hide {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
}

.iti input[type=tel] {
    width: 100%;
    padding: 14px 16px;
    margin-left: 4px;
}

.iti-mobile .iti--container {
    top: 20px;
    bottom: 10px;
    left: 15px;
    right: 15px;
}

.iti-mobile .iti__country {
    padding: 12px 20px;
}

.iti-mobile .iti__country-list {
    bottom: 0 !important;
}

.dark-theme .iti.iti .iti__country.iti__country span {
    color: #0f0f0f;
}

.title {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 40px 20px 0;
    background-color: #ffffff;
    color: #0f0f0f;
    position: relative;
}

.title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 1px);
    width: 100vw;
    background-color: #ffffff;
}

.title>* {
    position: relative;
}

.title h1 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: 1.06px;
    font-weight: 700;
}

.title-address {
    min-height: 18px;
    padding-left: 26px;
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-transform: capitalize;
    position: relative;
}

.title-address .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #6adc91;
}

.dark-theme .title {
    color: #dcdee4;
    background-color: #0f0f0f;
}

.dark-theme .title::before {
    background-color: #0f0f0f;
}

.dark-theme .title-address {
    color: #dcdee4;
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 50px;
        line-height: initial;
    }
}

@media (max-width: 500px) {
    .title h1 {
        font-size: 30px;
    }
}

.line-dots-list {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.line-dots-list li {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    position: relative;
    color: #000;
}

.line-dots-list li:not(.line-dots-list li:first-child)::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translate(0, -50%);
    background-color: #6adc91;
    border-radius: 50%;
}

.banned-list,
.checkmark-list {
    margin-bottom: -8px !important;
}

.banned-list li,
.checkmark-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.02em;
    position: relative;
}

.banned-list li::before,
.checkmark-list li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    display: block;
}

.checkmark-list li::before {
    background-image: url(../images/svg/list-checkmark.svg);
}

.banned-list li::before {
    background-image: url(../images/svg/list-banned.svg);
}

.alphabet-list {
    padding-left: 30px;
    list-style: lower-alpha;
}

.roman-numerals-list {
    padding-left: 30px;
    list-style: lower-roman;
}

ol {
    padding-left: 30px;
    list-style: decimal;
}

.sublist-title {
    padding-left: 9px;
}

.sublist-title+ol {
    padding-left: 30px;
}

.author {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.author__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.author__avatar--placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #6adc91;
    background-color: #e4ffed;
}

.author .media {
    height: 100%;
    width: 100%;
}

.author img {
    -o-object-position: top;
    object-position: top;
}

.author__info {
    display: flex;
    flex-direction: column;
}

.author h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.author span {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.message-host {
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 3.20559px 32.05595px 0px rgba(0, 0, 0, 0.08);
}

.message-host__title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #0f0f0f;
}

.message-host .button {
    margin-top: 20px;
    justify-content: center;
}

.header {
    padding: 20px 0;
    color: #000;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
    position: relative;
}

.header .wrapper {
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.header .nav-menu {
    margin-left: auto;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.header .nav-menu .menu {
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.header .nav-menu .menu-item {
    padding: 10.5px 8px;
    position: relative;
}

.header .nav-menu .menu-item a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
}

.header .nav-menu .menu-item__active {
    color: #6adc91;
    text-decoration: none;
}

@media (min-width: 1025px) {
    .header .nav-menu .menu-item.has-label>a {
        position: relative;
    }

    .header .nav-menu .menu-item.has-label>a::before {
        content: "NEW";
        padding: 3px 2px 2px;
        position: absolute;
        right: -8px;
        bottom: calc(100% - 2px);
        font-size: 8px;
        font-weight: 600;
        line-height: normal;
        color: #ffffff;
        border-radius: 2px;
        background-color: #6adc91;
    }
}

.header .nav-menu__right {
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

@media (min-width: 1025px) {
    .header .search-button {
        display: none !important;
    }
}

.header .search-button:not(.search-button--outside) {
    margin-left: auto;
    display: block;
    width: 32px;
    height: 32px;
    padding: 6px 6px 6px 0;
}

.header .search-button--outside {
    display: none;
}

.header .search-button .icon {
    width: 100%;
    height: 100%;
}

.header .search-form {
    width: 100%;
    height: 100%;
    padding: 15px 21px;
    display: flex;
    align-items: center;
    -moz-column-gap: 22px;
    column-gap: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.3s;
    transform: translateY(-145%);
}

.header .search-form.active {
    transform: none;
}

.header .search-form__close-button {
    width: 26px;
    height: 26px;
    margin-top: 7px;
    display: block;
    background-image: url(../images/svg/search-form-cross-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0.2s;
}

.header .search-form__close-button:hover {
    opacity: 0.8;
}

.header .search-form form {
    width: 100%;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.header .search-form__item--location {
    width: 100%;
    position: relative;
}

.header .search-form__item--location input {
    width: 100%;
    height: 100%;
    padding: 15px 0 10px;
    font-size: 16px;
    line-height: normal;
    outline: 0;
    border-width: 0 0 1px 0;
    border-color: #000;
}

.header .search-form__item--location .spaces-list {
    width: 100%;
    top: 62px;
    left: 0;
}

.header .search-form__search-button {
    min-width: 203px;
    margin-left: 5px;
}

.header .search-form__button {
    padding: 16.5px 15px;
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    border: 1px solid #000;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    transition: 0.2s;
}

.header .search-form__button.active,
.header .search-form__button:hover {
    color: #ffffff;
    background: #6adc91;
    border-color: #6adc91;
}

.header .search-form .nice-select .current {
    display: none;
}

.header .search-form .nice-select .list {
    width: -moz-fit-content !important;
    width: fit-content !important;
    left: 0 !important;
    top: 10px !important;
}

.header .logo,
.header .nav-menu {
    transition: transform 0.3s;
}

.dark-theme .header {
    color: #dcdee4;
}

@media (max-width: 1024px) {
    .dark-theme .header .nav-menu {
        color: #0f0f0f;
    }
}

.dark-theme .header .menu-item__active a {
    color: #ffffff;
}

@media (max-width: 1100px) {
    .header .search-form__search-button {
        min-width: unset;
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .header .search-form {
        height: -moz-fit-content;
        height: fit-content;
        padding: 24px 15px;
        flex-direction: column;
        align-items: flex-end;
        -moz-column-gap: 10px;
        column-gap: 10px;
        position: fixed;
        box-shadow: none;
    }

    .header .search-form form {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important;
    }

    .header .search-form__item:not(.search-form__item--location) {
        width: calc(20% - 8px);
    }

    .header .search-form__button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }

    .header .search-form__search-button {
        width: 100%;
    }

    .header .search-form form {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media (max-width: 1024px) {
    .header .search-form {
        height: 100%;
        overflow-y: auto;
    }

    .header .search-form .nice-select {
        width: 100%;
    }

    .header .search-form .nice-select .list {
        max-height: unset !important;
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .header .search-form .nice-select:not(.open) .list {
        padding: 0 !important;
        visibility: hidden;
        opacity: 0;
        max-height: 0 !important;
    }

    .pac-container {
        max-height: calc(100vh - 200px);
    }
}

@media (min-height: 1025px) {

    .header.active .logo,
    .header.active .nav-menu {
        transform: translateY(145%);
    }
}

@media (max-width: 1024px) {
    .header {
        overflow: hidden;
    }

    .header .nav-menu {
        width: 100%;
        max-height: calc(100vh - 74px);
        padding: 0 0 20px;
        position: fixed;
        inset: 0;
        top: 74px;
        flex-direction: column;
        align-items: center;
        z-index: 3;
        overflow: auto;
        transform: translateX(-200vw);
        transition: transform 0.3s ease-out;
        background-color: #ffffff;
        border-top: 1px solid #dcdee4;
    }

    .header .nav-menu.active {
        transform: none;
    }

    .header .nav-menu .menu {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content;
        flex-direction: column;
        align-items: center;
        margin-bottom: auto;
    }

    .header .nav-menu .menu .menu-item {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .header .nav-menu .menu .menu-item a {
        padding: 20px 0;
        display: block;
        width: 100%;
        font-size: 18px;
        text-decoration: none;
    }

    .header .nav-menu .menu .menu-item a:hover,
    .header .nav-menu .menu .menu-item a:active {
        color: #dcdee4;
        background-color: #666;
    }

    .header .nav-menu .menu .menu-item__active a {
        color: #ffffff;
        background-color: #6adc91;
    }

    .header .nav-menu .menu .menu-item__active a:hover,
    .header .nav-menu .menu .menu-item__active a:active {
        color: #ffffff;
        background-color: #6adc91;
    }

    .header .nav-menu__right {
        width: calc(100% - 40px);
        padding-top: 40px;
        margin-top: auto;
        justify-content: space-around;
    }

    .header .nav-menu__right>* {
        width: 50%;
        justify-content: center;
    }

    .header .search-button {
        display: none;
    }

    .header .search-button--outside {
        margin-left: auto;
        display: block;
        height: 30px;
        width: 30px;
    }

    .header .burger {
        margin-left: 10px;
        display: block;
    }

    .header .search-form__item:not(.search-form__item--location) {
        width: calc(33.333% - 6.666px);
    }
}

body.admin-bar .header .nav-menu {
    max-height: calc(100vh - 121px);
    top: 121px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    body.admin-bar .header .search-form {
        max-height: calc(100vh - 33px);
        top: 33px;
    }
}

@media (max-width: 768px) {
    body.admin-bar .header .search-form {
        max-height: calc(100vh - 46px);
        top: 46px;
    }
}

@media (max-width: 500px) {
    .header .search-form__item:not(.search-form__item--location) {
        width: calc(50% - 5px);
    }
}

@media (max-width: 370px) {
    .header .search-form__item:not(.search-form__item--location) {
        width: 100%;
    }

    .header .search-form .nice-select,
    .header .search-form .nice-select .list {
        width: 100% !important;
    }
}

.sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sub-menu li {
    padding: 0 8px !important;
    margin: 0 !important;
}

.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease;
}

.sub-menu li a:hover {
    background: #f5f5f5;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
}

@media (max-width: 480px) {
    #menu-header-menu .sub-menu {
        position: static;
    }
}

body.home-landing .header {
    border-bottom: 0;
}

.logo .icon {
    width: 120px;
    height: 32px;
}

.theme-switcher {
    width: 32px;
    height: 32px;
    padding: 6px;
    color: #6adc91;
    transition: 0.3s;
    cursor: pointer;
}

.theme-switcher:hover {
    color: #41d273;
}

.theme-switcher:active {
    color: #2bb55a;
}

.theme-switcher .icon {
    width: 20px;
    height: 20px;
}

.dark-theme .theme-switcher {
    color: #666;
}

.dark-theme .theme-switcher:hover {
    color: gray;
}

.dark-theme .theme-switcher:active {
    color: #999999;
}

.account {
    width: 36px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    cursor: pointer;
}

.account .icon {
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

.account-dropdown {
    width: 200px;
    padding: 12px 0;
    position: absolute;
    top: 40px;
    right: 0;
    background: #ffffff;
    color: #0f0f0f;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -20px);
    z-index: 3;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.account-dropdown__item:nth-child(2) a {
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.account-dropdown__item.active {
    font-weight: 500;
}

.account-dropdown__item a {
    padding: 12px 20px 12px;
    display: block;
}

.account-dropdown__item:nth-child(1) a,
.account-dropdown__item:nth-child(2) a {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.account-dropdown__item:nth-child(3) a,
.account-dropdown__item:nth-child(4) a {
    color: #000;
}

.account-dropdown__item:nth-child(1) a,
.account-dropdown__item:nth-child(3) a {
    padding-bottom: 8px;
}

.account-dropdown__item:nth-child(2) a,
.account-dropdown__item:nth-child(4) a {
    padding-top: 8px;
}

.account-dropdown__item.new-message a {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.account-dropdown__item.new-message a::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background-color: #f6564a;
}

.account.active .account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.account-registered .account-dropdown__item:nth-child(2) a {
    border-bottom: 0;
}

.account-registered .account-dropdown__item:nth-child(3) a {
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
    color: #0f0f0f;
}

.account-registered .account-dropdown__item:nth-child(4) a,
.account-registered .account-dropdown__item:nth-child(5) a,
.account-registered .account-dropdown__item:nth-child(6) a {
    color: #000;
}

.account-registered .account-dropdown__item:nth-child(1) a {
    padding: 12px 20px 8px;
}

.account-registered .account-dropdown__item:nth-child(4) a {
    padding: 12px 20px;
}

.account-registered .account-dropdown__item:nth-child(2) a,
.account-registered .account-dropdown__item:nth-child(3) a,
.account-registered .account-dropdown__item:nth-child(5) a,
.account-registered .account-dropdown__item:nth-child(6) a {
    padding: 8px 20px 12px;
}

.account-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #6adc91;
}

.account-avatar img {
    -o-object-position: center top;
    object-position: center top;
}

@media (max-width: 768px) {
    .account-dropdown {
        width: calc(50vw - 20px);
        top: unset;
        bottom: 45px;
    }
}

.slick-line-dots .slick-dots {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.slick-line-dots .slick-dots li {
    width: 25px;
    height: 3px;
    min-width: 25px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.slick-line-dots .slick-dots button {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 0;
}

.slick-line-dots .slick-active button {
    background: #000;
}

body.dark-theme .slick-line-dots .slick-dots button {
    background: rgba(255, 255, 255, 0.1);
}

body.dark-theme .slick-line-dots .slick-active button {
    background: #fff;
}

.small-search-form {
    max-width: 570px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.small-search-form__field {
    max-width: 204px;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    row-gap: 1px;
    border-radius: 5px;
    color: #000;
    background: #f9f9f9;
}

.small-search-form__field span {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}

.small-search-form__field input {
    padding: 0;
    height: 24px;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    color: inherit;
    outline: 0;
}

.small-search-form__field input::-moz-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.small-search-form__field input::placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.small-search-form__field .nice-select {
    height: 24px;
    background: transparent;
    border: 0;
}

.small-search-form__field .nice-select::after {
    display: block;
    width: 14px;
    height: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    transform: none;
    right: 0;
    top: 2px;
    background-image: url(../images/svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: unset;
}

.small-search-form__field .nice-select.open::after {
    transform: scale(-1);
}

.small-search-form__field .nice-select .current {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 150%;
}

.small-search-form__field .nice-select .list {
    width: 100%;
    top: 100%;
    left: 0;
}

.small-search-form__field--location {
    max-width: 292px;
    width: 100%;
}

.small-search-form .button {
    border-radius: 5px;
    min-width: 56px;
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5dea8a;
    border: 0;
    cursor: pointer;
}

.small-search-form .button:hover {
    filter: brightness(0.8);
}

.small-search-form .button .icon {
    width: 24px;
    height: 24px;
}

.brands {
    padding: 70px 0 35px;
    overflow: hidden;
}

.brands__title {
    margin-bottom: 2px;
    font-family: "GroteskNeue", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.brands__carousel {
    overflow: hidden;
    position: relative;
}

.brands__carousel::before,
.brands__carousel::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.brands__carousel::before {
    left: 0;
}

.brands__carousel::after {
    right: 0;
    transform: rotate(180deg);
}

.brands__logo {
    height: 92px;
}

.brands__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1394px) {
    .brands__carousel {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

@media (max-width: 1024px) {
    .brands {
        padding: 35px 0 10px;
    }
}

@media (max-width: 768px) {
    .brands__carousel {
        margin-left: -15px;
    }

    .brands__carousel::before,
    .brands__carousel::after {
        width: 70px;
    }

    .brands__logo {
        height: 82px;
    }

    .brands__title {
        font-size: 14px;
        line-height: 171%;
    }
}

body.dark-theme .brands__carousel::before,
body.dark-theme .brands__carousel::after {
    background: linear-gradient(90deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 100%);
}

body.dark-theme .brands__carousel--light {
    display: none !important;
}

body:not(.dark-theme) .brands__title {
    color: #000;
}

body:not(.dark-theme) .brands__carousel--dark {
    display: none !important;
}

.new-hero {
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.new-hero .wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}

.new-hero__head {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.new-hero__title {
    font-size: 80px;
    line-height: 90%;
}

.new-hero__title span {
    display: inline-block;
}

.new-hero__title span b {
    font-weight: 600;
}

.new-hero__title>span {
    overflow: hidden;
}

.new-hero__title>span>span {
    transform: translateY(75px);
    transition: 800ms all ease-in-out;
    pointer-events: none;
}

.new-hero__title>span>span.show {
    transform: translateY(0);
    pointer-events: all;
}

.new-hero__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 40px;
}

.new-hero__text {
    max-width: 740px;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
    .new-hero {
        padding-top: 100px;
    }

    .new-hero__title {
        font-size: 50px;
        line-height: 100%;
    }

    .new-hero .wrapper {
        row-gap: 20px;
    }

    .new-hero__body {
        flex-direction: column;
    }

    .new-hero__text,
    .new-hero .small-search-form {
        max-width: unset;
    }

    .new-hero .small-search-form__field {
        max-width: unset;
    }
}

@media (max-width: 640px) {
    .new-hero__text {
        font-size: 14px;
        line-height: 140%;
    }
}

@media (max-width: 500px) {
    .new-hero .small-search-form {
        flex-wrap: wrap;
    }

    .new-hero .small-search-form__field--type {
        max-width: calc(100% - 66px);
    }
}

body:not(.dark-theme) {
    color: #000;
}

.featured-spaces-carousel {
    padding-bottom: 33px;
    overflow: hidden;
}

.featured-spaces-carousel__title,
.featured-spaces-carousel__subtitle,
.featured-spaces-carousel__enquire {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.featured-spaces-carousel__subtitle {
    font-weight: 600;
}

.featured-spaces-carousel__enquire {
    padding-right: 2px;
}

.featured-spaces-carousel__title {
    margin-bottom: 10px;
    font-size: 50px;
}

.featured-spaces-carousel__title b {
    font-weight: 600;
}

.featured-spaces-carousel__cards {
    position: relative;
    overflow: hidden;
}

.featured-spaces-carousel__cards .slick-list {
    margin: 0 -15px;
}

.featured-spaces-carousel__cards .slick-slide {
    margin: 0 15px;
}

.featured-spaces-carousel__card {
    display: flex !important;
    flex-direction: column;
    row-gap: 10px;
    text-decoration: none;
}

.featured-spaces-carousel__card .featured-spaces-carousel__row {
    align-items: flex-start;
}

.featured-spaces-carousel__card:hover .featured-spaces-carousel__media img {
    transform: scale(1.05);
}

.featured-spaces-carousel__media {
    height: 480px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.featured-spaces-carousel__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

.featured-spaces-carousel__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.featured-spaces-carousel__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.featured-spaces-carousel__tag {
    padding: 8px;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #000;
    border-radius: 100px;
    background: #f6f6f6;
}

.featured-spaces-carousel__enquire {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .featured-spaces-carousel {
        padding-bottom: 13px;
    }

    .featured-spaces-carousel__cards .slick-list {
        margin: 0 -7.5px;
    }

    .featured-spaces-carousel__cards .slick-slide {
        margin: 0 7.5px;
    }
}

@media (max-width: 768px) {
    .featured-spaces-carousel__card {
        row-gap: 8px;
    }

    .featured-spaces-carousel__title {
        font-size: 14px;
        line-height: 171%;
    }

    .featured-spaces-carousel__tag {
        padding: 6px;
        font-size: 12px;
        border-radius: 74px;
    }
}

@media (max-width: 640px) {
    .featured-spaces-carousel__cards {
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: visible;
    }
}

@media (max-width: 500px) {
    .featured-spaces-carousel__media {
        height: 358px;
    }
}

@media (max-width: 425px) {
    .featured-spaces-carousel__card .featured-spaces-carousel__row {
        flex-direction: column;
    }
}

body:not(.dark-theme) .featured-spaces-carousel__title,
body:not(.dark-theme) .featured-spaces-carousel__subtitle,
body:not(.dark-theme) .featured-spaces-carousel__enquire {
    color: #000;
}

body.dark-theme .featured-spaces-carousel__tag {
    color: #fff;
    background: #000;
}

.read-articles-carousel {
    padding: 120px 0 85px;
    overflow: hidden;
}

.read-articles-carousel .wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 55px;
}

.read-articles-carousel__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    text-align: center;
}

.read-articles-carousel__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.read-articles-carousel__title {
    font-size: 50px;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
}

.read-articles-carousel__cards {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.read-articles-carousel__cards .slick-list {
    margin: 0 -15px;
    overflow: visible;
}

.read-articles-carousel__cards .slick-slide {
    margin: 0 15px;
}

.read-articles-carousel__card {
    min-height: 367px;
    padding: 30px;
    display: flex !important;
    flex-direction: column;
    row-gap: 14px;
    border-radius: 10px;
    background: #f7f7f7;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    text-decoration: none;
}

.read-articles-carousel__card:hover {
    transform: translateY(-3px);
}

.read-articles-carousel__subtitle {
    font-size: 30px;
    line-height: 90%;
    text-transform: uppercase;
}

.read-articles-carousel__meta {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.read-articles-carousel__read-more {
    margin-top: auto;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.read-articles-carousel__read-more::after {
    content: "";
    width: 11px;
    min-width: 11px;
    height: 10px;
    display: block;
    background-image: url(../images/svg/read-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    .read-articles-carousel {
        padding: 100px 0 60px;
    }

    .read-articles-carousel .wrapper {
        row-gap: 30px;
    }

    .read-articles-carousel__head {
        align-items: flex-start;
    }

    .read-articles-carousel__body {
        row-gap: 30px;
    }

    .read-articles-carousel__title {
        text-align: left;
        font-size: 30px;
    }

    .read-articles-carousel__subtitle {
        font-size: 22px;
    }

    .read-articles-carousel__cards .slick-list {
        margin: 0 -7.5px;
    }

    .read-articles-carousel__cards .slick-slide {
        margin: 0 7.5px;
    }

    .read-articles-carousel__card {
        min-height: 300px;
        padding: 22px;
        border-radius: 8px;
        row-gap: 10px;
    }
}

@media (max-width: 640px) {
    .read-articles-carousel__card {
        min-height: 260px;
    }
}

.read-articles-carousel__card {
    color: #000;
}

.company-reviews {
    padding: 40px 0;
}

.company-reviews .wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    position: relative;
}

.company-reviews__carousel {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.company-reviews__carousel .slick-list {
    overflow: hidden;
}

.company-reviews__slide {
    padding: 28px 28px 35px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.company-reviews__media {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    overflow: hidden;
}

.company-reviews__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-reviews__content {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    position: relative;
}

.company-reviews__text,
.company-reviews__logo {
    width: 100%;
    border-radius: 10px;
    color: #000;
    background: #fff;
    overflow: hidden;
}

.company-reviews__text {
    padding: 23px 23px 32px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000;
}

.company-reviews__text b,
.company-reviews__text strong {
    font-weight: 700;
}

.company-reviews__info {
    display: flex;
    flex-direction: column;
}

.company-reviews__logo {
    height: 123px;
}

.company-reviews__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.company-reviews .slick-line-dots {
    align-self: flex-end;
}

@media (max-width: 1024px) {
    .company-reviews {
        padding: 15px 0 10px;
    }
}

@media (max-width: 640px) {

    .company-reviews__slide,
    .company-reviews__content {
        row-gap: 5px;
    }

    .company-reviews__slide {
        padding: 0;
    }

    .company-reviews__content {
        max-width: unset;
    }

    .company-reviews__media {
        height: 300px;
        width: 100%;
        position: static;
    }

    .company-reviews__text,
    .company-reviews__logo {
        background: #f7f7f7;
    }

    .company-reviews__text {
        padding: 24px 23px 21px;
        color: #000;
    }

    .company-reviews .slick-line-dots {
        position: absolute;
        top: 285px;
        right: 15px;
    }

    .company-reviews .slick-line-dots button {
        background: rgba(255, 255, 255, 0.3);
    }

    .company-reviews .slick-line-dots .slick-active button {
        background: #fff !important;
    }
}

.text-with-video .wrapper {
    display: flex;
    align-items: center;
    gap: 30px 55px;
}

.text-with-video__media {
    max-width: 705px;
    height: 595px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.text-with-video .video-player {
    width: 100%;
    height: 100%;
}

.text-with-video .video-player .play-button {
    color: #fff;
}

.text-with-video .video-player .play-button .icon {
    height: 50px;
    width: 50px;
}

.text-with-video__content {
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 70px;
}

.text-with-video__text {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.text-with-video__title {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 90%;
    text-transform: uppercase;
    letter-spacing: initial;
}

.text-with-video__title b,
.text-with-video__title strong {
    font-weight: 500;
}

.text-with-video__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.text-with-video__small-button {
    padding: 10px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
    background: #000;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s;
}

.text-with-video__small-button:hover {
    filter: brightness(0.8);
}

@media (max-width: 1024px) {
    .text-with-video .wrapper {
        flex-direction: column;
    }

    .text-with-video__media,
    .text-with-video__content {
        max-width: unset;
    }

    .text-with-video__content {
        row-gap: 30px;
    }

    .text-with-video__media {
        min-height: 350px;
        height: auto;
        position: relative;
    }

    .text-with-video__media::before {
        content: "";
        padding-top: 70.83%;
        display: block;
    }

    .text-with-video__media .video-player {
        position: absolute;
        inset: 0;
    }

    .text-with-video__title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 95%;
    }

    .text-with-video .video-player .play-button .icon {
        height: 30px;
        width: 30px;
    }
}

body:not(.dark-theme) .text-with-video__content {
    color: #000;
}

body.dark-theme .text-with-video__small-button {
    color: #0f0f0f;
    background: #dcdee4;
}

.perfect-space {
    padding: 75px 0 50px;
    background: #f7f7f7;
}

.perfect-space .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px 75px;
}

.perfect-space__content {
    max-width: 490px;
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.perfect-space__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 90%;
    text-transform: uppercase;
    letter-spacing: initial;
}

.perfect-space__title b,
.perfect-space__title strong {
    font-weight: 700;
}

.perfect-space__title:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

.perfect-space__buttons {
    margin-top: 15px;
}

.perfect-space__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.perfect-space__small-button {
    padding: 10px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
    background: #000;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s;
}

.perfect-space__small-button:hover {
    filter: brightness(0.8);
}

.perfect-space__medias {
    padding-bottom: 55px;
    max-width: 710px;
    width: 100%;
    position: relative;
}

.perfect-space__media {
    height: 630px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.perfect-space__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.perfect-space__media--small {
    width: 225px;
    height: 160px;
    position: absolute;
    left: 40px;
    bottom: -20px;
}

@media (max-width: 1024px) {
    .perfect-space {
        padding: 30px 0;
    }

    .perfect-space .wrapper {
        flex-direction: column-reverse;
    }

    .perfect-space__content,
    .perfect-space__medias {
        padding: 0;
        max-width: unset;
    }

    .perfect-space__title,
    .perfect-space__buttons {
        margin: 0;
    }

    .perfect-space__title {
        line-height: 110%;
    }

    .perfect-space__title:last-child {
        margin-top: 95px;
        font-size: 26px;
    }

    .perfect-space__media:not(.perfect-space__media--small) {
        height: auto;
        min-height: 340px;
        position: relative;
    }

    .perfect-space__media:not(.perfect-space__media--small)::before {
        content: "";
        padding-top: 56.25%;
        display: block;
    }

    .perfect-space__media:not(.perfect-space__media--small) img {
        position: absolute;
        inset: 0;
    }

    .perfect-space__media--small {
        left: unset;
        right: 35px;
        bottom: -20px;
    }
}

@media (max-width: 640px) {
    .perfect-space__media--small {
        width: 100px;
        height: 70px;
    }
}

@media (max-width: 360px) {
    .perfect-space__media--small {
        right: 20px;
    }
}

.perfect-space__content {
    color: #000;
}

.our-services {
    padding-top: 33px;
}

.our-services .wrapper {
    padding: 30px 0 85px;
    display: flex;
    flex-direction: column;
    row-gap: 33px;
    border-radius: 10px;
    color: #000;
    background-color: #f7f7f7;
    overflow: hidden;
}

.our-services__head {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
}

.our-services__title {
    padding: 0 30px 0 43px;
    font-weight: 600;
    font-size: 22px;
    line-height: 109%;
    letter-spacing: 0.01em;
}

.our-services__nav {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

.our-services__nav::-webkit-scrollbar {
    display: none;
}

.our-services__inner {
    width: calc(100% - 73px);
    margin: 0 30px 0 43px;
    display: flex;
    -moz-column-gap: 23px;
    column-gap: 23px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our-services__button {
    padding-bottom: 9px;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    cursor: pointer;
    border: 1px solid transparent;
    border-width: 0 0 1px;
    background: transparent;
    transition: 0.3s;
}

.our-services__button.active {
    border-color: #6adc91;
}

.our-services__body {
    padding: 0 30px 0 43px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.our-services__tabs {
    width: 100%;
}

.our-services__tab {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
}

.our-services__tab:not(.active) {
    display: none;
}

.our-services__content {
    max-width: 734px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.our-services__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.our-services__small-button {
    padding: 10px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
    background: #000;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s;
}

.our-services__small-button:hover {
    filter: brightness(0.8);
}

@media (max-width: 1024px) {
    .our-services {
        padding-top: 13px;
    }

    .our-services .wrapper {
        padding: 48px 0 30px;
    }

    .our-services__inner {
        width: calc(100% + 60px);
        margin: 0 30px;
    }

    .our-services__title,
    .our-services__body {
        padding: 0 30px;
    }

    .our-services__tab {
        row-gap: 30px;
    }
}

@media (max-width: 920px) {
    .our-services__inner {
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (max-width: 640px) {
    .our-services__content {
        font-size: 14px;
        line-height: 157%;
    }
}

.hero {
    padding: 115px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(82, 82, 82, 0.3);
    opacity: 0.3;
}

.hero .wrapper {
    position: relative;
}

.hero__title {
    font-size: 96px;
    font-weight: 900;
    line-height: 100px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #ffffff;
}

.hero__title span {
    width: 390px;
    height: 4px;
    display: inline-block;
    background-color: #ffffff;
}

.hero .search-form {
    margin-top: 80px;
}

.hero--v2 {
    padding-top: 155px;
}

.hero--v2 .container {
    max-width: 1070px;
}

.hero--v2 .wrapper {
    align-items: flex-start;
}

.hero--v2 .hero__title {
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
}

.hero--v2 .hero__title b {
    font-weight: 500;
}

.hero--v2 .hero__title span {
    width: 500px;
}

.hero--v2 .search-form {
    width: 100%;
    margin-top: 55px;
}

@media (max-width: 900px) {
    .hero--v2 .hero__title span {
        width: 380px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 30px 0 40px;
    }

    .hero__title {
        font-size: 60px;
        line-height: initial;
    }

    .hero__title span {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .hero__title {
        font-size: 60px;
        line-height: initial;
    }

    .hero__title span {
        width: 200px;
    }

    .hero .search-form {
        margin-top: 30px;
    }
}

@media (min-width: 501px) {

    .hero__carousel,
    .hero__subtitle,
    .hero .search-form--mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    .hero {
        padding: 0 0 33px;
        background-image: none !important;
        border-bottom: 1px solid #000;
    }

    .hero+.category-filter {
        padding-top: 33px;
    }

    .hero::before {
        display: none;
    }

    .hero .wrapper {
        display: block;
    }

    .hero__carousel {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .hero__carousel .slick-dots {
        display: flex;
        -moz-column-gap: 10px;
        column-gap: 10px;
        position: absolute;
        right: 15px;
        bottom: 19px;
    }

    .hero__carousel .slick-dots li {
        display: flex;
    }

    .hero__carousel .slick-dots .slick-active button {
        background-color: #ffffff;
    }

    .hero__carousel .slick-dots button {
        width: 8px;
        height: 8px;
        padding: 0;
        background-color: transparent;
        font-size: 0;
        border: 1px solid #ffffff;
        border-radius: 50%;
        transition: 0.3s;
    }

    .hero-slide {
        text-decoration: none;
    }

    .hero-slide__inner {
        width: 100%;
        align-self: start;
        position: relative;
        padding-top: 56.25%;
    }

    .hero-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        inset: 0;
    }

    .hero-slide__text {
        padding-right: 60px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    .hero-slide__category,
    .hero-slide__title {
        position: relative;
        font-size: 12px;
        line-height: normal;
        text-transform: uppercase;
        color: #ffffff;
    }

    .hero-slide__category {
        font-weight: 400;
    }

    .hero-slide__title {
        font-weight: 700;
    }

    .hero .hero__title {
        margin-top: 35px;
        font-size: 45px;
        font-weight: 400;
        line-height: normal;
        color: #0f0f0f;
    }

    .hero .hero__title b {
        font-weight: 500;
    }

    .hero .hero__title span {
        width: 180px;
        height: 2px;
        background-color: #0f0f0f;
    }

    .hero__subtitle {
        margin-top: 47px;
        color: #0f0f0f;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .hero .search-form.search-form {
        margin-top: 18px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .hero .search-form.search-form fieldset,
    .hero .search-form.search-form label {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0;
        position: relative;
    }

    .hero .search-form.search-form fieldset::before,
    .hero .search-form.search-form label::before {
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        bottom: 15.5px;
        left: 16px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .hero .search-form.search-form fieldset:nth-child(1)::before,
    .hero .search-form.search-form label:nth-child(1)::before {
        background-image: url(../images/svg/search-icon.svg);
    }

    .hero .search-form.search-form fieldset:nth-child(2)::before,
    .hero .search-form.search-form label:nth-child(2)::before {
        background-image: url(../images/svg/space-icon.svg);
    }

    .hero .search-form.search-form fieldset:nth-child(3)::before,
    .hero .search-form.search-form label:nth-child(3)::before {
        background-image: url(../images/svg/dates-icon.svg);
    }

    .hero .search-form.search-form fieldset:nth-child(4)::before,
    .hero .search-form.search-form label:nth-child(4)::before {
        background-image: url(../images/svg/capacity-icon.svg);
    }

    .hero .search-form.search-form fieldset+label,
    .hero .search-form.search-form fieldset+fieldset,
    .hero .search-form.search-form label+label,
    .hero .search-form.search-form label+fieldset {
        margin-top: 7px;
    }

    .hero .search-form.search-form fieldset span.current,
    .hero .search-form.search-form label span.current {
        font-weight: 400;
    }

    .hero .search-form.search-form fieldset span:not(.current),
    .hero .search-form.search-form label span:not(.current) {
        margin-bottom: 4px;
        line-height: normal;
    }

    .hero .search-form.search-form fieldset input,
    .hero .search-form.search-form fieldset .nice-select,
    .hero .search-form.search-form label input,
    .hero .search-form.search-form label .nice-select {
        height: 47px;
        padding: 15px 16px 14px 40px;
        border-radius: 5px;
        border: 1px solid #b0b0b0;
        background: #ffffff;
        font-size: 16px;
        line-height: normal;
    }

    .hero .search-form.search-form fieldset input::-moz-placeholder,
    .hero .search-form.search-form label input::-moz-placeholder {
        color: #666;
    }

    .hero .search-form.search-form fieldset input::placeholder,
    .hero .search-form.search-form label input::placeholder {
        color: #666;
    }

    .hero .search-form.search-form fieldset .nice-select .placeholder,
    .hero .search-form.search-form label .nice-select .placeholder {
        color: #666 !important;
    }

    .hero .search-form.search-form fieldset .nice-select,
    .hero .search-form.search-form label .nice-select {
        padding-top: 12px;
    }

    .hero .search-form.search-form fieldset .nice-select .list,
    .hero .search-form.search-form label .nice-select .list {
        top: 46px;
    }

    .hero .search-form.search-form fieldset.active input,
    .hero .search-form.search-form fieldset.active .nice-select,
    .hero .search-form.search-form label.active input,
    .hero .search-form.search-form label.active .nice-select {
        border-color: #6adc91;
        font-weight: 400;
    }

    .hero .search-form.search-form .button {
        margin-top: 12px;
        border-radius: 5px;
    }
}

@media (max-width: 385px) {
    .hero .hero__title {
        font-size: 40px;
    }

    .hero .hero__title span {
        width: 165px;
    }
}

@media (max-width: 345px) {
    .hero .hero__title {
        font-size: 35px;
    }

    .hero .hero__title span {
        width: 145px;
    }
}

@media (max-width: 500px) {
    .dark-theme .hero {
        border-bottom: 1px solid #dcdee4;
    }

    .dark-theme .hero .hero__title {
        color: #dcdee4;
    }

    .dark-theme .hero .hero__title span {
        background-color: #dcdee4;
    }

    .dark-theme .hero__subtitle {
        color: #dcdee4;
    }

    .dark-theme .hero .search-form.search-form fieldset span:not(.current),
    .dark-theme .hero .search-form.search-form label span:not(.current) {
        color: #dcdee4;
    }
}

.search-form {
    padding: 16px 24px;
    background: #ffffff;
    color: #0f0f0f;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
}

.search-form form {
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.search-form label,
.search-form fieldset {
    width: 138px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.search-form label:nth-child(1),
.search-form fieldset:nth-child(1) {
    width: 250px;
}

.search-form label::after,
.search-form fieldset::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 1px;
    height: 38px;
    transform: translate(0, -50%);
    background-color: rgba(15, 15, 15, 0.3);
}

.search-form label span,
.search-form fieldset span {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #0f0f0f;
    transition: 0.3s;
}

.search-form label span:nth-child(1),
.search-form fieldset span:nth-child(1) {
    cursor: default;
}

.search-form label input::-moz-placeholder,
.search-form fieldset input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
}

.search-form label input,
.search-form label input::placeholder,
.search-form fieldset input,
.search-form fieldset input::placeholder {
    font-size: 16px;
    line-height: 24px;
}

.search-form label input,
.search-form fieldset input {
    width: 100%;
    padding: 0;
    border: 0;
    outline: none;
}

.search-form label input,
.search-form fieldset input {
    font-weight: 500;
    color: #0f0f0f;
}

.search-form label input::-moz-placeholder,
.search-form fieldset input::-moz-placeholder {
    font-weight: 400;
    color: #000;
}

.search-form label input::placeholder,
.search-form fieldset input::placeholder {
    font-weight: 400;
    color: #000;
}

.search-form .nice-select .current {
    transition: none !important;
}

.search-form select {
    display: none;
}

.search-form button {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    color: #ffffff;
}

.search-form button .icon {
    width: 16px;
    height: 16px;
}

.search-form .spaces-list {
    width: 487px;
    max-height: 430px;
    overflow-y: auto;
    margin: 0;
    position: absolute;
    top: 82px;
    left: -24px;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13), 0px 1.12694px 2.50431px rgba(0, 0, 0, 0.065);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    z-index: 1;
}

.search-form .spaces-list::-webkit-scrollbar {
    width: 4px;
}

.search-form .spaces-list::-webkit-scrollbar-track {
    background: #eeeeee;
}

.search-form .spaces-list::-webkit-scrollbar-thumb {
    background: #939393;
}

.search-form .spaces-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-form .spaces-list__title {
    padding: 5.5px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
    color: #ffffff;
    background: #6adc91;
}

.search-form .spaces-list__query {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
}

.search-form .spaces-list__query span {
    font-weight: inherit;
}

.search-form .spaces-list__query .icon {
    width: 11px;
    height: 16px;
    color: #6adc91;
}

.search-form .spaces-list__location {
    padding-left: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: initial;
}

.search-form .spaces-list__item {
    min-height: 40px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-align: left;
    transition: all 0.2s;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.search-form .spaces-list__item span {
    margin-bottom: 0;
    cursor: pointer !important;
}

.search-form .spaces-list__item:not(.error-message):hover {
    background-color: #f1f1f1;
}

.search-form .spaces-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-form .spaces-list .live-search-generate {
    font-size: 14px;
    padding: 15px 24px;
    line-height: 24px;
    color: #0f0f0f;
}

.search-form .spaces-list .pac-item {
    cursor: pointer;
}

.search-form .reset-button {
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    text-decoration-line: underline;
    border: 0;
    outline: 0;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
}

.search-form .reset-button:hover {
    text-decoration-color: transparent;
}

.section-search-form .search-form {
    position: relative;
}

@media (max-width: 1280px) {
    .search-form .reset-button {
        display: none;
    }
}

@media (max-width: 1030px) {
    .search-form.search-form {
        padding: 24px;
    }

    .search-form.search-form label::after,
    .search-form.search-form fieldset::after {
        display: none;
    }

    .search-form.search-form form {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .search-form.search-form label,
    .search-form.search-form fieldset {
        width: 20%;
    }

    .search-form.search-form label::after,
    .search-form.search-form fieldset::after {
        right: -10px;
    }
}

@media (max-width: 900px) {
    .search-form.search-form {
        padding: 24px;
        width: 100%;
    }

    .search-form.search-form form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .search-form.search-form label,
    .search-form.search-form fieldset {
        width: calc(50% - 26px);
        margin-bottom: 15px;
    }

    .search-form.search-form label span:not(.custom-select__selected),
    .search-form.search-form fieldset span:not(.custom-select__selected) {
        margin-bottom: 10px;
    }

    .search-form.search-form .nice-select .list {
        width: 100%;
        top: 35px;
        right: unset;
        left: 0;
    }

    .search-form.search-form .spaces-list {
        width: calc(100vw - 78px);
        top: 69px;
        left: 0px;
    }
}

@media (max-width: 580px) {
    .daterangepicker.show-calendar {
        width: calc(100% - 40px);
    }

    .daterangepicker.show-calendar .drp-calendar.left,
    .daterangepicker.show-calendar .drp-calendar.right {
        padding: 40px 10px 0;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .search-form.search-form .nice-select .list {
        width: 100%;
    }

    .search-form.search-form .spaces-list {
        width: 100%;
    }

    .search-form.search-form label,
    .search-form.search-form fieldset {
        width: 100%;
        border-bottom: 1px solid rgba(220, 222, 228, 0.4);
        padding-bottom: 10px;
    }

    .search-form.search-form label:nth-child(4),
    .search-form.search-form fieldset:nth-child(4) {
        border-bottom: 0;
    }
}

.pac-container {
    border-radius: 0;
    border-top: 0;
    font-family: "GroteskNeue";
    display: flex;
    flex-direction: column;
    width: 487px;
    max-height: 430px;
    margin: 0;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13), 0px 1.12694px 2.50431px rgba(0, 0, 0, 0.065);
    overflow-y: auto;
}

@media (min-width: 1025px) {
    .pac-container:nth-last-child(2n+1) {
        width: 463px !important;
    }
}

@media (min-width: 501px) and (max-width: 900px) {
    .pac-container:nth-last-child(2n+1) {
        width: calc(100vw - 78px) !important;
    }
}

.pac-container::-webkit-scrollbar {
    width: 4px;
}

.pac-container::-webkit-scrollbar-track {
    background: #eeeeee;
}

.pac-container::-webkit-scrollbar-thumb {
    background: #939393;
}

.pac-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pac-container h6 {
    padding: 5.5px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
    color: #ffffff;
    background: #6adc91;
}

.pac-container .pac-item-query {
    padding: 0;
    display: flex;
    align-items: center;
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
}

.pac-container .pac-item-query span {
    font-weight: inherit;
}

.pac-container .pac-item-query .icon {
    width: 11px;
    min-width: 11px;
    height: 16px;
    color: #6adc91;
}

.pac-container .pac-item-query+span {
    margin-left: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: initial;
}

.pac-container .pac-item {
    min-height: 40px;
    padding: 8px 24px;
    display: inline;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-align: left;
    transition: all 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border: 0;
}

.pac-container .pac-item a {
    text-decoration: none;
}

.pac-container .pac-item * {
    display: inline;
}

.pac-container .pac-icon {
    width: 11px;
    height: 16px;
    margin: 5px 10px 0 0;
    display: inline-block !important;
}

.pac-container .pac-icon-marker {
    background-image: url(../images/svg/map-marker.svg);
    background-size: 100% auto;
    background-position: center;
}

.pac-logo:after {
    display: none;
}

@media (min-width: 1025px) {
    .page-template-template-search-result .pac-container:nth-last-child(n+1) {
        width: 463px !important;
    }
}

@media (min-width: 501px) and (max-width: 900px) {
    .page-template-template-search-result .pac-container:nth-last-child(n+1) {
        width: calc(100vw - 78px) !important;
    }
}

.nice-select {
    border: 0;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    line-height: initial;
}

.nice-select::after,
.nice-select li[data-display] {
    display: none;
}

.nice-select .current.current {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.nice-select .current.current.placeholder {
    font-weight: 400;
    color: #000;
}

.nice-select .list {
    max-height: 385px;
    overflow-y: auto;
    width: 350px;
    margin: 0;
    padding: 12px 0;
    top: 52px;
    left: -25px;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13), 0px 1.12694px 2.50431px rgba(0, 0, 0, 0.065);
    border: 0;
    border-radius: 0;
    transform: translateY(-20px);
}

.nice-select .list::-webkit-scrollbar {
    width: 4px;
}

.nice-select .list::-webkit-scrollbar-track {
    background: #eeeeee;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: #939393;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.nice-select .list li.option {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 40px 8px 28px;
    font-weight: 400;
    background-color: transparent;
}

.nice-select .list li.option:hover {
    background-color: #f2f2f2;
}

.nice-select .list li.option.selected {
    font-weight: 500;
    color: #0f0f0f;
    background-color: transparent;
}

.nice-select .list li.option.selected:hover {
    cursor: default;
}

.nice-select .list li.option.disabled {
    display: none;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.daterangepicker.show-calendar {
    margin-top: 38px;
    flex-wrap: wrap;
    justify-content: center;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #0f0f0f;
    background-color: #ffffff;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13), 0px 1.12694px 2.50431px rgba(0, 0, 0, 0.065);
    border: 0;
    border-radius: 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    opacity: 0;
    transform: translate(0, -20px);
    z-index: 2;
}

.daterangepicker.show-calendar.active {
    opacity: 1;
    transform: none;
}

.daterangepicker.show-calendar .cancelBtn,
.daterangepicker.show-calendar .drp-selected,
.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar:before,
.daterangepicker.show-calendar:after {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    max-width: unset;
}

.daterangepicker.show-calendar .drp-calendar.left,
.daterangepicker.show-calendar .drp-calendar.right {
    padding: 28px 40px;
}

.daterangepicker.show-calendar .disabled {
    color: #dcdee4;
    font-weight: 500;
    text-decoration: none;
}

.daterangepicker.show-calendar th {
    font-size: inherit;
    padding-bottom: 0;
    color: #0f0f0f;
    cursor: auto;
}

.daterangepicker.show-calendar th.month {
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
}

.daterangepicker.show-calendar td {
    min-width: 33.5px;
    height: 32px;
    font-size: inherit;
    border: 0;
}

.daterangepicker.show-calendar td.in-range {
    background-color: #edeef2;
    color: #0f0f0f;
}

.daterangepicker.show-calendar td.active:not(.reserved),
.daterangepicker.show-calendar td.active:not(.reserved):hover {
    background-color: #6adc91;
    color: #ffffff;
}

.daterangepicker.show-calendar td.reserved {
    background-color: transparent !important;
    color: #dcdee4 !important;
}

.daterangepicker.show-calendar td.today {
    text-decoration: underline !important;
}

.daterangepicker.show-calendar .next,
.daterangepicker.show-calendar .prev {
    cursor: pointer;
}

.daterangepicker.show-calendar .next span,
.daterangepicker.show-calendar .prev span {
    padding: 3.25px;
    border-color: #0f0f0f;
}

.daterangepicker.show-calendar .prev span {
    transform: translate(0, -5px) rotate(135deg);
}

.daterangepicker.show-calendar .next span {
    transform: translate(0, -5px) rotate(-45deg);
}

.daterangepicker.show-calendar th.available:hover {
    background-color: transparent;
}

.daterangepicker.show-calendar th.available:hover span {
    border-color: #424242;
}

.daterangepicker.show-calendar .ends {
    visibility: hidden;
}

.daterangepicker.show-calendar .table-condensed {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.daterangepicker.show-calendar .left tbody .in-range.available:has(+ .ends):not(.active) {
    background: linear-gradient(90deg, #edeef2 -0.43%, rgba(242, 245, 247, 0) 100.85%);
    border: 0;
}

.daterangepicker.show-calendar .right tbody .ends+.in-range.available:not(.active) {
    background: linear-gradient(270deg, #edeef2 -0.43%, rgba(242, 245, 247, 0) 100.85%);
    border: 0;
}

.daterangepicker.show-calendar tr:has(> *:has(.ends)) {
    display: none;
}

.daterangepicker.show-calendar.space-form-daterangepicker {
    margin-top: 13px;
}

.daterangepicker.show-calendar.fixed-daterange {
    margin-top: 0;
}

.daterangepicker.show-calendar.fixed-daterange .table-condensed tbody {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.daterangepicker.show-calendar.fixed-daterange .table-condensed tbody .reserved {
    background-color: #6adc91 !important;
    color: #ffffff !important;
    border-radius: 0;
}

.daterangepicker.show-calendar.fixed-daterange .table-condensed tbody .active:not(.reserved) {
    background-color: transparent !important;
    color: #0f0f0f !important;
}

.daterangepicker.show-calendar.fixed-daterange .daterange-legend {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 20px;
    margin: 0 auto;
}

.daterangepicker.show-calendar.fixed-daterange .daterange-legend__item {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    line-height: initial;
    position: relative;
}

.daterangepicker.show-calendar.fixed-daterange .daterange-legend__item::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    left: 33px;
    background-color: #0f0f0f;
}

.daterangepicker.show-calendar.fixed-daterange .daterange-legend__item::before {
    content: "1";
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #6adc91;
}

.daterangepicker.show-calendar.fixed-daterange .drp-calendar.left,
.daterangepicker.show-calendar.fixed-daterange .drp-calendar.right {
    padding-top: 10px;
}

a.fixed-daterange.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    text-decoration: none;
    color: #000 !important;
}

input.datepicker-checkin.invalid,
span.datepicker-checkout-text.invalid {
    color: #f6564a !important;
}

@media (max-width: 768px) {
    .daterangepicker.show-calendar {
        width: calc(100% - 30px);
        height: -moz-fit-content;
        height: fit-content;
        position: fixed;
        overflow: scroll;
        margin: 0;
        left: 50% !important;
        top: 50% !important;
        right: unset;
        transform: translate(-50%, -50%) !important;
    }

    .daterangepicker.show-calendar .drp-calendar.left,
    .daterangepicker.show-calendar .drp-calendar.right {
        width: 50%;
    }

    .daterangepicker.show-calendar .drp-buttons {
        padding: 0;
        border: 0;
        display: block;
    }

    .daterangepicker.show-calendar .drp-buttons *:not(.cancelBtn) {
        display: none;
    }

    .daterangepicker.show-calendar .drp-buttons .cancelBtn {
        width: 20px;
        height: 20px;
        margin: 0;
        display: block;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        background: transparent;
        border: 0;
        font-size: 0;
    }

    .daterangepicker.show-calendar .drp-buttons .cancelBtn:before,
    .daterangepicker.show-calendar .drp-buttons .cancelBtn:after {
        position: absolute;
        top: 0;
        left: 10px;
        content: "";
        height: 20px;
        width: 2px;
        background-color: #0f0f0f;
    }

    .daterangepicker.show-calendar .drp-buttons .cancelBtn:before {
        transform: rotate(45deg);
    }

    .daterangepicker.show-calendar .drp-buttons .cancelBtn:after {
        transform: rotate(-45deg);
    }

    .daterangepicker.show-calendar.fixed-daterange {
        width: 100%;
    }

    .daterangepicker.show-calendar.fixed-daterange .daterange-legend {
        position: absolute;
        margin: 40px auto 0;
    }

    .daterangepicker.show-calendar.fixed-daterange .drp-calendar.left,
    .daterangepicker.show-calendar.fixed-daterange .drp-calendar.right {
        padding-top: 50px;
    }
}

@media (max-width: 580px) {
    .daterangepicker.show-calendar {
        height: calc(100% - 40px);
    }

    .daterangepicker.show-calendar .drp-calendar.left {
        padding: 38px 10px 0;
        width: 100%;
    }

    .daterangepicker.show-calendar .drp-calendar.right {
        padding: 20px 10px 8px;
        width: 100%;
    }

    .daterangepicker.show-calendar.fixed-daterange .daterange-legend {
        position: static;
        width: 100%;
        margin: 20px 0 -20px 20px;
    }

    .daterangepicker.show-calendar.fixed-daterange .drp-calendar.left,
    .daterangepicker.show-calendar.fixed-daterange .drp-calendar.right {
        padding-top: 10px;
    }
}

.page-template-template-confirm-pay .daterangepicker.show-calendar.space-form-total-daterangepicker tbody {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.page-template-template-confirm-pay .daterangepicker.show-calendar.space-form-total-daterangepicker td.reserved.active {
    background-color: #6adc91 !important;
    color: #ffffff !important;
}

.page-template-template-confirm-pay .daterangepicker.show-calendar.space-form-total-daterangepicker td.reserved.in-range {
    background-color: #edeef2 !important;
    color: #0f0f0f !important;
}

.page-template-template-confirm-pay .daterangepicker.show-calendar.space-form-total-daterangepicker td.reserved.in-range.active {
    background-color: #6adc91 !important;
    color: #ffffff !important;
}

.category-filter {
    padding: 20px 0;
}

.category-filter-form {
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #dcdee4;
}

.category-filter-form__items {
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.category-filter-form__items label {
    padding: 8px 0;
    width: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
}

.category-filter-form__items label .icon {
    display: block;
    height: 20px;
    width: 20px;
    transition: 0.1s;
    color: #0f0f0f;
}

.category-filter-form__items label h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.1s;
    color: #0f0f0f;
}

.category-filter-form__items label input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.category-filter-form__items label.active,
.category-filter-form__items label:hover {
    background-color: #6adc91;
}

.category-filter-form__items label.active .icon,
.category-filter-form__items label:hover .icon {
    filter: brightness(3);
}

.category-filter-form__items label.active h4,
.category-filter-form__items label:hover h4 {
    color: #ffffff;
}

.category-filter-form__button {
    padding: 12px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    color: #000;
    cursor: pointer;
    position: relative;
}

.category-filter-form__button .icon {
    width: 16px;
    height: 17px;
    margin-bottom: 2px;
    transition: 0.3s;
}

.category-filter-form__button span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.category-filter-form__button .nice-select {
    position: static;
}

.category-filter-form__button .nice-select .current {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.category-filter-form__button .nice-select .list {
    width: 200px;
    padding: 12px 0;
    top: 55px;
    right: 0;
    left: unset;
}

.category-filter-form__button .nice-select .list li.option {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    line-height: 24px;
}

.category-filter-form__button .nice-select .list li.option .icon {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
}

.category-filter-form__button .nice-select .list li.option.selected .icon {
    color: #6adc91;
}

.category-filter-form__button.active>.icon {
    color: #6adc91;
}

.category-filter-form .buttons-container [type=button] {
    display: none;
}

.dark-theme .category-filter-form {
    color: #dcdee4;
}

.dark-theme .category-filter-form .buttons-container>.button {
    height: 48px;
}

.dark-theme .category-filter-form__button span {
    color: #ffffff;
    font-weight: 400;
}

.dark-theme .category-filter-form__items label .icon {
    color: #dcdee4;
}

.dark-theme .category-filter-form__items label h4 {
    color: #dcdee4;
}

.dark-theme .category-filter-form__items label.active .icon {
    color: #ffffff;
}

.dark-theme .category-filter-form__items label.active h4 {
    color: #ffffff;
}

@media (min-width: 1281px) {
    .category-filter-form__items {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
}

@media (max-width: 1280px) {
    .category-filter-form {
        width: 100%;
        flex-direction: column-reverse;
    }

    .category-filter-form__items {
        max-height: 0;
        width: 100%;
        margin: 20px 0 -20px;
        display: grid;
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: space-around;
        grid-template-columns: repeat(auto-fill, 85px);
        overflow: hidden;
        transition: 0.3s;
    }

    .category-filter-form__items label {
        min-width: 85px;
        margin-bottom: 20px;
    }

    .category-filter-form .buttons-container {
        width: 100%;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .category-filter-form .buttons-container [type=button] {
        display: flex;
    }

    .category-filter-form .buttons-container [type=button].active {
        background-color: #2bb55a;
    }

    .category-filter-form__button {
        font-size: 15px;
        align-self: flex-end;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
        transition: 0.1s;
    }
}

.category-buttons {
    padding: 12px 0;
}

.category-buttons__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.category-buttons__button {
    min-width: 85px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
}

.category-buttons__button h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #0f0f0f;
    transition: 0.1s;
}

.category-buttons__button .icon {
    max-width: 18px;
    max-height: 18px;
    transition: 0.1s;
}

.category-buttons__button:hover,
.category-buttons__button:active {
    background-color: #6adc91;
}

.category-buttons__button:hover .icon,
.category-buttons__button:active .icon {
    filter: brightness(3);
}

.category-buttons__button:hover h4,
.category-buttons__button:active h4 {
    color: #ffffff;
}

.category-buttons__toggle-button {
    display: none;
}

@media (max-width: 1280px) {
    .category-buttons {
        padding: 27px 0;
        border-bottom: 1px solid #000;
    }

    .category-buttons__button {
        display: none;
    }

    .category-buttons__inner {
        display: grid;
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: space-around;
        grid-template-columns: repeat(auto-fill, 85px);
    }

    .category-buttons__toggle-button {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 10px;
        column-gap: 10px;
        color: #0f0f0f;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: none;
        background: transparent;
    }

    .category-buttons__toggle-button .icon {
        width: 23px;
        height: 13px;
        display: block;
        color: #000;
        transition: 0.3s;
    }

    .category-buttons__toggle-button:hover,
    .category-buttons__toggle-button.active {
        background: transparent;
    }

    .category-buttons__toggle-button.active .icon {
        transform: rotate(180deg);
    }
}

.dark-theme .category-buttons__button h4 {
    color: #dcdee4;
}

.dark-theme .category-buttons__button:hover h4,
.dark-theme .category-buttons__button:active h4 {
    color: #ffffff;
}

@media (max-width: 1280px) {
    .dark-theme .category-buttons {
        border-bottom: 1px solid #dcdee4;
    }

    .dark-theme .category-buttons__toggle-button,
    .dark-theme .category-buttons__toggle-button .icon {
        color: #dcdee4;
    }
}

.space-cards {
    margin-top: 20px;
    padding-bottom: 60px;
}

.space-cards .wrapper {
    margin: -10px;
}

.space-cards .pagination {
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .space-cards {
        margin-top: 0;
    }
}

.space-card {
    width: calc(25% - 20px);
    margin: 12px 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.space-card .media {
    min-height: 222px;
    max-height: 222px;
    width: 100%;
    margin-bottom: 12px;
    background: #dcdee4;
    border-radius: 15px;
}

.space-card__info {
    height: 100%;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
}

.space-card__top {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.space-card__bottom {
    margin-top: auto;
}

.space-card__status {
    display: flex;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    -moz-column-gap: 2px;
    column-gap: 2px;
}

.space-card .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
    color: #ffb55e;
}

.space-card__price {
    font-weight: 500;
}

.space-card__date {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.space-card h3 {
    font-weight: 500;
}

.space-card:hover {
    transform: translateY(-3px);
}

.dark-theme .space-card:not(.map-space-item__card) {
    color: #dcdee4;
}

.dark-theme .space-card:not(.map-space-item__card) .space-card__date,
.dark-theme .space-card:not(.map-space-item__card) .space-card__price {
    color: #dcdee4;
}

.dark-theme .space-card:not(.map-space-item__card) .icon {
    color: #ffb55e;
}

@media (max-width: 1030px) {
    .space-card:not(.map-space-item__card) {
        width: calc(50% - 20px);
    }

    .space-card:not(.map-space-item__card) .media {
        min-height: 180px;
        max-height: 180px;
    }
}

@media (max-width: 768px) {
    .space-card:not(.map-space-item__card) {
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .space-card:not(.map-space-item__card) {
        width: 100%;
    }
}

.pagination {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    color: #000;
}

@media (max-width: 340px) {
    .pagination {
        -moz-column-gap: 4px;
        column-gap: 4px;
    }
}

.pagination__number a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    overflow: hidden;
}

.pagination__number.active a {
    font-weight: 500;
    color: #ffffff;
    background-color: #6adc91;
}

.pagination__arrow {
    height: 12px;
    width: 12px;
    min-width: 12px;
    margin-left: 12px;
    display: block;
    background-image: url(../../assets/images/svg/pagination-arrow-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.pagination__arrow.disabled {
    opacity: 0.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.pagination__arrow.prev {
    transform: rotate(180deg);
}

.pagination__arrow a {
    width: 12px;
    height: 12px;
}

.dark-theme .pagination__number a {
    color: #dcdee4;
}

.dark-theme .pagination__number.active a {
    color: #ffffff;
}

.dark-theme .pagination__arrow {
    background-image: url(../../assets/images/svg/pagination-arrow-light.svg);
}

.post-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.post-card__img {
    width: 100%;
}

.post-card__img .media {
    width: 100%;
    padding-top: 100%;
    border-radius: 15px;
}

.post-card__category {
    margin-top: 15px;
    padding: 3px 10px 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #0f0f0f;
}

.post-card__title {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.post-card:hover {
    transform: translateY(-3px);
}

.dark-theme .post-card__category {
    color: #0f0f0f;
    background-color: #dcdee4;
}

.featured-spaces {
    padding-top: 24px;
    color: #0f0f0f;
    overflow: hidden;
}

.featured-spaces__title {
    font-size: 24px;
    text-transform: uppercase;
}

.featured-spaces__title b {
    font-weight: 500;
}

.featured-spaces .row {
    margin: 14px 0;
}

.featured-spaces .row .slick-list {
    width: calc(100% + 10px);
    margin: 0 -10px;
}

.dark-theme .featured-spaces {
    color: #dcdee4;
}

@media (max-width: 1030px) {
    .featured-spaces {
        padding-top: 60px;
    }

    .featured-spaces .row .slick-list {
        overflow: visible;
    }
}

.keep-updated {
    padding: 60px 0 35px;
    color: #0f0f0f;
}

.keep-updated__title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.keep-updated__title b {
    font-weight: 700;
}

.keep-updated .row {
    max-width: 1136px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.keep-updated .row .post-card {
    width: calc(33.333% - 66.666px);
}

.keep-updated .button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
    padding-left: 32.5px;
    padding-right: 32.5px;
    font-weight: 500;
    text-transform: uppercase;
}

.keep-updated--about-us {
    padding: 65px 0;
}

.keep-updated--about-us .keep-updated__title {
    font-weight: 700;
    text-transform: none;
}

.keep-updated--about-us .post-card__img .media {
    border-radius: 0;
}

.keep-updated--about-us .post-card__category {
    display: none;
}

.keep-updated--about-us .post-card__title {
    margin-top: 25px;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    color: #000;
}

.keep-updated--about-us .button {
    font-weight: 400;
    margin-top: 25px;
    text-transform: none;
}

.dark-theme .keep-updated {
    color: #dcdee4;
}

.dark-theme .keep-updated--about-us .post-card__title {
    color: #dcdee4;
}

@media (max-width: 1136px) {
    .keep-updated .row {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .keep-updated .row .post-card {
        width: calc(33.333% - 33.333px);
    }

    .keep-updated .row .post-card__category {
        font-size: 14px;
    }

    .keep-updated .row .post-card__title {
        font-size: 18px;
    }

    .keep-updated .row .post-card__title br {
        display: none;
    }
}

@media (max-width: 768px) {
    .keep-updated .row {
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .keep-updated .row .post-card {
        width: 100%;
    }

    .keep-updated .row .post-card__img .media {
        padding-top: 40%;
    }

    .keep-updated .row .post-card+.post-card {
        margin-top: 40px;
    }

    .keep-updated .button {
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .keep-updated .row .post-card__img .media {
        padding-top: 60%;
    }
}

.two-column {
    padding: 35px 0 40px;
    color: #0f0f0f;
}

.two-column .wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.two-column .column:nth-child(1) {
    max-width: 510px;
    padding-top: 45px;
    padding-bottom: 20px;
}

.two-column .column:nth-child(2) {
    max-width: 580px;
    width: 100%;
}

.two-column .media {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.two-column h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.two-column h2 b {
    font-weight: 500;
}

.two-column h2+p {
    margin-top: 35px;
}

.two-column p {
    line-height: 1.5;
}

.two-column p+p {
    margin-top: 25px;
}

.two-column--our-values {
    padding: 60px 0;
    color: #0f0f0f;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.two-column--our-values .wrapper {
    flex-direction: row-reverse;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.two-column--our-values .column {
    width: 100%;
}

.two-column--our-values .column:nth-child(1) {
    max-width: 480px;
    padding: 0;
}

.two-column--our-values .column:nth-child(2) {
    max-width: 670px;
}

.two-column--our-values .media {
    border-radius: 0;
}

.two-column--our-values h2 {
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 700;
    line-height: normal;
    text-transform: none;
}

.two-column--our-values h2+p {
    margin-top: 25px;
}

.dark-theme .two-column {
    color: #dcdee4;
}

@media (max-width: 900px) {
    .two-column .wrapper {
        flex-direction: column;
    }

    .two-column .column:nth-child(1) {
        max-width: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .two-column .column:nth-child(2) {
        margin-top: 30px;
        max-width: unset;
    }

    .two-column .column:nth-child(2) .media {
        padding-top: 50%;
    }

    .two-column h2+p {
        margin-top: 20px;
    }

    .two-column--our-values .wrapper {
        flex-direction: column-reverse;
    }

    .two-column--our-values .column:nth-child(1) {
        margin-top: 30px;
    }

    .two-column--our-values .column:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .two-column--our-values {
        padding: 40px 0;
    }
}

@media (max-width: 500px) {
    .two-column .column:nth-child(2) .media {
        padding-top: 70%;
    }
}

.more-reasons {
    padding: 90px 0 105px;
    color: #0f0f0f;
}

.more-reasons .row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
}

.more-reasons .row .reason {
    width: calc(25% - 15px);
}

.reason__img {
    width: 100%;
}

.reason__img .media {
    width: 100%;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.reason__img .media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reason__title {
    font-size: 30px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #0f0f0f;
}

.reason__title b,
.reason__title strong {
    font-weight: 500;
}

.reason__text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-size: 16px;
    line-height: 150%;
}

.reason__content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.reason__dark-theme-img {
    display: none;
}

@media (min-width: 641px) {
    .reason>.reason__title {
        display: none;
    }
}

@media (max-width: 640px) {
    .reason {
        width: 100% !important;
    }

    .reason+.reason {
        border-top: 1px solid #000;
    }

    .reason__title {
        padding: 16px 0 16px 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 22px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .reason__title::after {
        content: "";
        min-width: 17px;
        width: 17px;
        height: 18px;
        display: block;
        background-image: url(../images/svg/read-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.3s;
    }

    .reason__content {
        max-height: 0;
        padding: 0 9px;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        transition: 0.3s;
        overflow: hidden;
    }

    .reason__content>.reason__title {
        display: none;
    }

    .reason__img {
        width: 105px;
        min-width: 105px;
        height: 105px;
    }

    .reason.active .reason__content {
        margin: 8px 0 40px;
    }

    .reason.active .reason__title::after {
        transform: rotate(90deg);
    }

    .reason.active:last-child .reason__content {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) and (max-width: 360px) {
    .reason__content {
        flex-direction: column;
    }

    .reason__img {
        width: 100%;
        height: auto;
    }
}

.dark-theme .more-reasons {
    color: #dcdee4;
}

.dark-theme .reason {
    border-color: #dcdee4;
}

.dark-theme .reason__light-theme-img {
    display: none;
}

.dark-theme .reason__title {
    color: #dcdee4;
}

.dark-theme .reason__title::after {
    filter: invert(1);
}

.dark-theme .reason__dark-theme-img {
    display: block;
}

@media (max-width: 1300px) {
    .more-reasons .row .reason {
        width: calc(33.333% - 13.333px);
    }
}

@media (max-width: 1024px) {
    .more-reasons {
        padding: 50px 0;
    }

    .more-reasons .row .reason {
        width: calc(50% - 10px);
    }
}

@media (max-width: 640px) {
    .more-reasons {
        padding: 10px 0 32px;
    }

    .more-reasons .row {
        row-gap: 0;
    }
}

.section-search-form {
    padding: 80px 0;
}

.section-search-form .container {
    max-width: 1030px;
}

@media (max-width: 1280px) {
    .section-search-form {
        padding: 20px 0 0;
    }

    .section-search-form .container {
        max-width: unset;
    }
}

.search-result .wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.search-result .wrapper>.column {
    width: 50%;
}

.search-result .wrapper>.column:nth-child(1) {
    max-width: 610px;
    margin-left: auto;
}

.search-result .wrapper>.column#search-map {
    min-height: 630px;
    overflow: hidden;
}

.search-result .row {
    margin-top: 12px;
    margin-right: -10px;
}

.search-result .space-card:not(.map-space-item__card) {
    width: calc(50% - 20px);
}

@media (max-width: 1280px) {
    .search-result .wrapper>.column:nth-child(1) {
        padding-left: 10px;
    }
}

@media (max-width: 1030px) {
    .search-result {
        padding-bottom: 0;
    }

    .search-result .wrapper {
        flex-direction: column-reverse;
    }

    .search-result .wrapper>.column {
        width: 100%;
    }

    .search-result .wrapper>.column:nth-child(1) {
        max-width: unset;
        margin: 0;
        padding: 0 10px;
    }

    .search-result .wrapper>.column#search-map {
        min-height: 400px;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .search-result .row {
        margin: 0;
    }

    .search-result .space-card:not(.map-space-item__card) {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .search-result .wrapper>.column:nth-child(1) {
        padding: 0 5px;
    }

    .search-result .wrapper>.column#search-map {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .search-result .space-card:not(.map-space-item__card) {
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .search-result .space-card:not(.map-space-item__card) {
        width: 100%;
    }
}

.map-space-item {
    position: relative;
    transition: 0.2s;
}

.map-space-item__card {
    width: 295px;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 8px;
    margin: 0;
    position: absolute;
    bottom: 67px;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    will-change: transform;
    border-radius: 15px;
    overflow: hidden;
    font-family: "GroteskNeue";
}

.map-space-item__card:hover {
    transform: none;
    filter: brightness(0.95);
}

.map-space-item__card .media {
    border-radius: 0;
}

.map-space-item__point {
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 32.5px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    background-color: #ffffff;
    box-shadow: 0px 3.2055945396px 32.0559463501px 0px rgba(0, 0, 0, 0.08);
}

.map-space-item.active .map-space-item__card {
    opacity: 1;
    visibility: visible;
    transform: none;
}

@media (max-width: 500px) {
    .map-space-item {
        position: relative;
    }

    .map-space-item__card {
        width: 280px;
        bottom: 55px;
        left: 50%;
        transform: translate(-50%, 20px);
    }

    .map-space-item__point {
        padding: 10px 25px;
        font-size: 20px;
    }

    .map-space-item.active .map-space-item__card {
        transform: translate(-50%, 0);
    }
}

.space-hero {
    height: calc(100vh - 118px);
    max-height: 640px;
    color: #0f0f0f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.space-hero .container {
    height: 100%;
}

.space-hero .wrapper {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.space-hero.create-new-listing {
    background-image: none;
    background-color: #f7f8fa;
    position: relative;
}

.space-hero.create-new-listing .upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.space-hero+.space-content {
    margin-top: 40px;
}

@media (max-width: 1280px) {
    .space-hero {
        max-height: 500px;
    }

    .space-hero.create-new-listing {
        max-height: 600px;
    }

    .space-hero.create-new-listing .upload {
        inset: 0;
        transform: none;
    }

    .space-hero.create-new-listing .upload__box {
        padding-bottom: 10%;
    }
}

@media (max-height: 600px) {
    .space-hero.create-new-listing {
        min-height: 360px;
    }
}

@media (max-width: 1030px) {
    .space-hero {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .space-hero {
        max-height: 350px;
    }

    .space-hero.create-new-listing {
        max-height: 500px;
    }
}

@media (max-width: 500px) {
    body.single-space .space-hero {
        height: auto;
        background: none !important;
    }

    body.single-space .space-hero .title::before {
        display: none;
    }

    .space-hero {
        background-position: center -110px;
    }

    .space-hero .title {
        width: 100%;
        padding-right: 0;
    }

    .space-hero .title::before {
        right: -15px;
        width: calc(100% + 30px);
    }

    .space-hero .title-address {
        justify-content: flex-start;
    }
}

@media (max-width: 500px) and (max-height: 1000px) {
    .space-hero.create-new-listing .upload__box {
        justify-content: center;
        padding-bottom: 0;
    }
}

.space-content {
    margin-top: 12px;
}

.space-content .wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.space-content .wrapper .column {
    display: flex;
    flex-direction: column;
}

.space-content .wrapper .column:nth-child(1) {
    width: 100%;
    max-width: 820px;
    color: #0f0f0f;
}

.space-content .wrapper .column:nth-child(2) {
    padding-top: 130px;
    max-width: 400px;
    width: 100%;
}

.space-content__item {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.space-content__item:nth-child(1) {
    padding-top: 0;
    padding-bottom: 30px;
}

.space-content__item>*:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.space-content__item--info .space-content__label+h3 {
    margin-top: 30px;
}

.space-content__item h1,
.space-content__item h2,
.space-content__item h3,
.space-content__item h4,
.space-content__item h5,
.space-content__item h6 {
    font-weight: 700;
}

.space-content__item h1+h1,
.space-content__item h1+h2,
.space-content__item h1+h3,
.space-content__item h1+h4,
.space-content__item h1+h5,
.space-content__item h1+h6,
.space-content__item h1+p,
.space-content__item h1+ul:not(.line-dots-list):not(.hours),
.space-content__item h1+ol:not(.line-dots-list):not(.hours),
.space-content__item h2+h1,
.space-content__item h2+h2,
.space-content__item h2+h3,
.space-content__item h2+h4,
.space-content__item h2+h5,
.space-content__item h2+h6,
.space-content__item h2+p,
.space-content__item h2+ul:not(.line-dots-list):not(.hours),
.space-content__item h2+ol:not(.line-dots-list):not(.hours),
.space-content__item h3+h1,
.space-content__item h3+h2,
.space-content__item h3+h3,
.space-content__item h3+h4,
.space-content__item h3+h5,
.space-content__item h3+h6,
.space-content__item h3+p,
.space-content__item h3+ul:not(.line-dots-list):not(.hours),
.space-content__item h3+ol:not(.line-dots-list):not(.hours),
.space-content__item h4+h1,
.space-content__item h4+h2,
.space-content__item h4+h3,
.space-content__item h4+h4,
.space-content__item h4+h5,
.space-content__item h4+h6,
.space-content__item h4+p,
.space-content__item h4+ul:not(.line-dots-list):not(.hours),
.space-content__item h4+ol:not(.line-dots-list):not(.hours),
.space-content__item h5+h1,
.space-content__item h5+h2,
.space-content__item h5+h3,
.space-content__item h5+h4,
.space-content__item h5+h5,
.space-content__item h5+h6,
.space-content__item h5+p,
.space-content__item h5+ul:not(.line-dots-list):not(.hours),
.space-content__item h5+ol:not(.line-dots-list):not(.hours),
.space-content__item h6+h1,
.space-content__item h6+h2,
.space-content__item h6+h3,
.space-content__item h6+h4,
.space-content__item h6+h5,
.space-content__item h6+h6,
.space-content__item h6+p,
.space-content__item h6+ul:not(.line-dots-list):not(.hours),
.space-content__item h6+ol:not(.line-dots-list):not(.hours),
.space-content__item p+h1,
.space-content__item p+h2,
.space-content__item p+h3,
.space-content__item p+h4,
.space-content__item p+h5,
.space-content__item p+h6,
.space-content__item p+p,
.space-content__item p+ul:not(.line-dots-list):not(.hours),
.space-content__item p+ol:not(.line-dots-list):not(.hours),
.space-content__item ul:not(.line-dots-list):not(.hours)+h1,
.space-content__item ul:not(.line-dots-list):not(.hours)+h2,
.space-content__item ul:not(.line-dots-list):not(.hours)+h3,
.space-content__item ul:not(.line-dots-list):not(.hours)+h4,
.space-content__item ul:not(.line-dots-list):not(.hours)+h5,
.space-content__item ul:not(.line-dots-list):not(.hours)+h6,
.space-content__item ul:not(.line-dots-list):not(.hours)+p,
.space-content__item ul:not(.line-dots-list):not(.hours)+ul:not(.line-dots-list):not(.hours),
.space-content__item ul:not(.line-dots-list):not(.hours)+ol:not(.line-dots-list):not(.hours),
.space-content__item ol:not(.line-dots-list):not(.hours)+h1,
.space-content__item ol:not(.line-dots-list):not(.hours)+h2,
.space-content__item ol:not(.line-dots-list):not(.hours)+h3,
.space-content__item ol:not(.line-dots-list):not(.hours)+h4,
.space-content__item ol:not(.line-dots-list):not(.hours)+h5,
.space-content__item ol:not(.line-dots-list):not(.hours)+h6,
.space-content__item ol:not(.line-dots-list):not(.hours)+p,
.space-content__item ol:not(.line-dots-list):not(.hours)+ul:not(.line-dots-list):not(.hours),
.space-content__item ol:not(.line-dots-list):not(.hours)+ol:not(.line-dots-list):not(.hours) {
    margin-bottom: 20px;
}

.space-content__item a:not(.button) {
    font-weight: 500;
    color: #6adc91;
}

.space-content__item ul:not(.line-dots-list):not(.hours),
.space-content__item ol:not(.line-dots-list):not(.hours) {
    padding-left: 26px;
}

.space-content__item ul:not(.line-dots-list):not(.hours) {
    list-style: initial;
}

.space-content__item ol:not(.line-dots-list):not(.hours) {
    list-style: decimal;
}

.space-content .space-content__inputs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.space-content .space-content__inputs-row .space-content__label {
    width: calc(33.333% - 13.333px);
}

.space-content .space-content__inputs-row .space-content__label+.space-content__label {
    margin-top: 0;
}

.space-content .space-content__inputs-row p {
    margin-bottom: 0;
    width: calc(66.667% - 13.333px);
    align-self: flex-end;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
}

.space-content .space-content__label {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.space-content .space-content__label+.space-content__label {
    margin-top: 20px;
}

.space-content .space-content__label h6 {
    font-size: 14px;
    font-weight: 600;
}

.space-content .space-content__label input {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #dcdee4;
    color: #000;
    outline: 0;
}

.space-content .space-content__label input::-moz-placeholder {
    color: #000;
}

.space-content .space-content__label input::placeholder {
    color: #000;
}

.space-content .space-content__label input::-webkit-outer-spin-button,
.space-content .space-content__label input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.space-content .space-content__label input {
    -moz-appearance: textfield;
}

.space-content .space-content__label .nice-select {
    width: 100%;
    min-height: 50px;
    padding: 14px 45px 14px 16px;
    font-size: 16px;
    line-height: 18px;
    outline: none;
    border: 1px solid #dcdee4;
    transition: 0.2s;
    background: transparent;
}

.space-content .space-content__label .nice-select::after {
    width: 9px;
    height: 9px;
    top: 20px;
    right: 20px;
}

.space-content .space-content__label .nice-select .current {
    color: #000;
    line-height: normal;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.space-content .space-content__label .nice-select .list {
    max-height: 350px;
    top: 50px;
    overflow: auto;
}

.space-content .space-content__label .nice-select .list .option {
    min-height: unset;
    white-space: normal;
    text-align: left;
}

.space-content .space-content__label .nice-select .list .option[data-display] {
    display: none !important;
}

.space-content .space-content__label.active input,
.space-content .space-content__label.active .nice-select {
    border-color: #6adc91;
}

.space-content h2,
.space-content h3 {
    font-weight: 700;
}

.space-content h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.8px;
}

.space-content h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.space-content h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.space-content p,
.space-content ul {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.space-content p a,
.space-content ul a {
    font-weight: 500;
    color: #6adc91;
}

.space-content .title {
    padding: 0;
}

.space-content .title::before {
    display: none;
}

.space-content .title-address {
    margin-top: 0;
}

.space-content .space-id {
    margin: 12px 0 2px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
}

.space-content .rating {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.space-content .rating__stars {
    margin: 0 8px 0 4px;
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
    color: #ffb55e;
}

.space-content .rating .icon {
    width: 16px;
    height: 16px;
}

.space-content .rating span:nth-child(3) {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.space-content .checkmark-list {
    width: -moz-fit-content;
    width: fit-content;
    max-height: 178px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 68px;
    column-gap: 68px;
}

.space-content .hours {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
}

.space-content .hours__row {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.space-content .hours__row .nice-select .list {
    max-height: 300px;
}

.space-content .hours__row>span:nth-child(1) {
    width: 35px;
    font-weight: 500;
}

.space-content .hours .hours__row+.hours__row {
    margin-top: 8px;
}

.space-content .buttons-container {
    margin: 10px 0;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.space-content .buttons-container>.button:nth-child(1) {
    padding: 16px 18px;
}

.space-content .buttons-container>.button:nth-child(2) {
    padding: 16px 34.5px;
}

.space-content .reviews-item {
    border: solid rgba(220, 222, 228, 0.4);
    border-width: 0 0 1px;
    padding-bottom: 20px;
    border-radius: 0;
    background-color: transparent;
}

.space-content .reviews-item .review__content {
    margin-top: 20px;
}

.space-content .reviews-item .author {
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.space-content .reviews-item .author h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.space-content .reviews-item .author span {
    font-size: 14px;
    line-height: 24px;
}

.space-content .reviews-item+.reviews-item {
    margin-top: 20px;
}

.space-content .item__reviews .reviews-item:last-child {
    border-bottom: 0;
}

.space-content .item__author {
    padding-bottom: 30px;
}

.space-content .item__author .author {
    margin-bottom: 10px;
}

.space-content .item__author p {
    max-width: 480px;
}

.space-content.confirm-and-pay {
    margin-top: 0;
    padding-bottom: 65px;
}

.space-content.confirm-and-pay .space-content__media {
    max-width: 450px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.space-content.confirm-and-pay .space-content__media::before {
    content: "";
    padding-top: 78%;
    display: block;
}

.space-content.confirm-and-pay .space-content__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.space-content.confirm-and-pay .wrapper .column:nth-child(1) .space-content__item:last-child {
    border-bottom: 0;
}

.space-content.confirm-and-pay .wrapper .column:nth-child(2) {
    width: 100%;
    padding-top: 0;
}

.space-content .map {
    margin-top: 24px;
}

.space-content .item__pay h3 {
    margin-bottom: 28px;
}

.space-content .item__pay .payment-card__dropdown {
    left: unset;
    right: 0;
}

.space-content .item__policy p {
    margin-bottom: 0;
}

.space-content .item__policy .warning-text {
    margin-top: 20px;
}

.space-content .item__policy .button {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

.space-content .warning-text p {
    font-size: 14px;
    line-height: 24px;
}

.space-content.create-new-listing .wrapper .column:nth-child(1) {
    width: 100%;
}

.space-content.create-new-listing .rating span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.space-content.create-new-listing .map {
    margin-top: 0;
    width: 400px;
}

.space-content.create-new-listing .hours__row {
    align-items: center;
}

.space-content.create-new-listing .hours__row label+span {
    min-width: 32px;
}

.space-content.create-new-listing .hours__row .hours__checkbox {
    position: relative;
    cursor: pointer;
}

.space-content.create-new-listing .hours__row .hours__checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.space-content.create-new-listing .hours__row .hours__checkbox span {
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    background-color: #dcdee4;
}

.space-content.create-new-listing .hours__row .hours__checkbox span::before {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    background-image: url(../images/svg/small-green-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.1s ease-out;
}

.space-content.create-new-listing .hours__row .hours__checkbox input:checked+span::before {
    transform: scale(1);
    opacity: 1;
}

.space-content label span {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0f0f0f;
}

.space-content label+ul {
    margin-top: 20px;
}

.space-content label+.buttons-container {
    margin: 40px 0 0;
}

.space-content textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #dcdee4;
    outline: 0;
    resize: none;
    transition: 0.2s;
}

.space-content textarea::-moz-placeholder {
    color: #000;
}

.space-content textarea::placeholder {
    color: #000;
}

.space-content textarea:focus {
    border-color: #6adc91;
}

.space-content label.active>textarea {
    border-color: #6adc91;
}

.space-content .nice-select {
    min-width: 87px;
    padding: 8px 32px 8px 12px;
    background-color: #f7f8fa;
    border-radius: 0;
}

.space-content .nice-select::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 18px;
    width: 7px;
    height: 7px;
    display: block;
    border-color: #000;
}

.space-content .nice-select .list {
    padding: 10px 0;
    width: 100%;
    left: 0;
    top: 42px;
    background-color: #ffffff;
}

.space-content .nice-select .list li {
    padding: 6px 12px;
    text-align: center;
}

.space-content__price-input [type=number] {
    min-width: 245px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 18px;
    outline: none;
    border: 1px solid #dcdee4;
    transition: 0.2s;
    -moz-appearance: textfield;
}

.space-content__price-input [type=number]::-moz-placeholder {
    color: #000;
}

.space-content__price-input [type=number]::placeholder {
    color: #000;
}

.space-content__price-input [type=number]:focus {
    border-color: #6adc91;
}

.space-content__price-input [type=number]::-webkit-outer-spin-button,
.space-content__price-input [type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.space-content__price-input.active input {
    border-color: #6adc91;
}

.space-content.create-new-listing--end .wrapper .column:nth-child(1) {
    width: 100%;
}

.space-content.create-new-listing--end .wrapper .column:nth-child(2) {
    padding-top: 0;
}

.space-content.create-new-listing--end .wrapper .column:nth-child(2) .button:nth-child(1) {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 54px;
    margin-left: auto;
    margin-bottom: 80px;
}

.space-content.create-new-listing--end .item__reviews {
    border-bottom: 0;
}

.space-content.create-new-listing--end .item__reviews h3+span {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.dark-theme .space-content {
    color: #dcdee4;
}

.dark-theme .space-content .wrapper .column:nth-child(1) {
    color: #dcdee4;
}

.dark-theme .space-content h1,
.dark-theme .space-content h3,
.dark-theme .space-content h4,
.dark-theme .space-content h5,
.dark-theme .space-content h6,
.dark-theme .space-content p,
.dark-theme .space-content ul,
.dark-theme .space-content ol,
.dark-theme .space-content .space-id,
.dark-theme .space-content .rating,
.dark-theme .space-content .line-dots-list li,
.dark-theme .space-content .author span,
.dark-theme .space-content label span {
    color: #dcdee4;
}

.dark-theme .space-content .space-form h1,
.dark-theme .space-content .space-form h3,
.dark-theme .space-content .space-form h4,
.dark-theme .space-content .space-form h5,
.dark-theme .space-content .space-form h6 {
    color: #0f0f0f !important;
}

.dark-theme .space-content .nice-select,
.dark-theme .space-content .content-selects__item-input {
    background-color: #fff;
}

.dark-theme .space-content .nice-select .list,
.dark-theme .space-content .content-selects__item-input .list {
    background-color: #fff;
}

.dark-theme .space-content textarea::-moz-placeholder,
.dark-theme .space-content input::-moz-placeholder {
    color: #0f0f0f;
}

.dark-theme .space-content textarea,
.dark-theme .space-content textarea::placeholder,
.dark-theme .space-content input,
.dark-theme .space-content input::placeholder,
.dark-theme .space-content .nice-select,
.dark-theme .space-content .nice-select .list li {
    color: #0f0f0f;
}

@media (max-width: 1280px) {
    .space-content .wrapper .column:nth-child(1) {
        width: 70%;
    }

    .space-content .wrapper .column:nth-child(2) {
        width: 30%;
    }

    .space-content .create-new-listing--end .wrapper .column:nth-child(1) {
        width: 70%;
    }

    .space-content .create-new-listing--end .wrapper .column:nth-child(2) {
        width: 30%;
    }
}

@media (max-width: 1030px) {
    .space-content .wrapper {
        flex-direction: column-reverse;
    }

    .space-content .wrapper .column:nth-child(1) {
        width: 100%;
        max-width: unset;
    }

    .space-content .wrapper .column:nth-child(2) {
        padding-top: 0;
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: unset;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .space-content .map {
        margin: 0;
    }

    .space-content .reserve-form.reserve-form,
    .space-content .map {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }

    .space-content .reserve-form {
        margin-right: 20px;
    }

    .space-content.create-new-listing .map {
        width: 100%;
        margin-bottom: 30px;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .form-container {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .form-container>div {
        margin: 0;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .form-container .map {
        height: auto;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .button:nth-child(1) {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .space-content .space-form {
        margin: 0;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
    }

    .space-content .map {
        margin-bottom: 0;
    }

    .space-content .wrapper>.column:nth-child(2) {
        margin-bottom: 30px;
    }

    .space-content.confirm-and-pay .wrapper>.column:nth-child(1) {
        padding-top: 0;
    }

    .space-content.confirm-and-pay .space-content__media {
        max-width: unset;
    }

    .space-content.confirm-and-pay .space-content__media::before {
        padding-top: 56.25%;
    }
}

@media (max-width: 768px) {
    .space-content .wrapper>.column:nth-child(2) {
        flex-direction: column;
        margin-bottom: 0;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .form-container {
        flex-direction: column;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .form-container>div {
        margin: 0;
        width: 100%;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .form-container .map {
        margin-top: 30px;
        height: 400px;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .button:nth-child(1) {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .space-form.space-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .map.map {
        height: 400px;
        width: 100%;
        margin-bottom: 32px;
    }
}

@media (max-width: 550px) {
    .space-content .space-content__inputs-row .space-content__label {
        width: calc(50% - 10px);
    }

    .space-content .space-content__inputs-row p {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .space-content {
        margin-top: 0;
    }

    .space-content h2 {
        font-size: 30px;
    }

    .space-content .buttons-container {
        margin: 0;
        flex-direction: column;
    }

    .space-content .buttons-container>a:nth-child(2) {
        margin-top: 20px;
    }

    .space-content .checkmark-list {
        max-height: unset;
    }

    .space-content .reviews-item .content {
        margin-left: 0;
    }

    .space-content.confirm-and-pay {
        padding-bottom: 20px;
    }

    .space-content.create-new-listing .nice-select {
        width: -webkit-fill-available;
    }

    .space-content.create-new-listing .hours__row>span:nth-child(1) {
        min-width: 35px;
    }

    .space-content.create-new-listing input {
        width: 100%;
    }

    .space-content.create-new-listing--end .wrapper .column:nth-child(2) .button:nth-child(1) {
        width: 100%;
    }
}

@media (max-width: 370px) {
    .space-content .space-content__inputs-row .space-content__label {
        width: 100%;
    }
}

.review__content {
    margin-top: 28px;
    margin-left: 68px;
}

.review .rating {
    margin-bottom: 10px;
}

.review__date {
    font-size: 12px;
    line-height: 20px;
}

.similar-spaces {
    padding: 20px 0 80px;
}

.similar-spaces h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #0f0f0f;
}

.similar-spaces__cards {
    margin: -10px;
}

.dark-theme .similar-spaces h2 {
    color: #dcdee4;
}

@media (max-width: 1030px) {
    .similar-spaces .space-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .similar-spaces {
        padding-bottom: 40px;
    }

    .single-content .checkmark-list {
        max-height: unset;
    }

    .similar-spaces .space-card {
        width: 100%;
    }
}

.space-form,
.map {
    padding: 24px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #0f0f0f;
    box-shadow: 0px 3.20559px 32.0559px rgba(0, 0, 0, 0.08);
}

.space-form h2,
.map h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.space-form h2 span,
.map h2 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.space-form .total,
.map .total {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(220, 222, 228, 0.4);
}

.space-form .total>div,
.map .total>div {
    padding: 12px;
    width: 50%;
    display: flex;
    cursor: default;
    flex-direction: column;
}

.space-form .total>div:nth-child(1),
.map .total>div:nth-child(1) {
    border-right: 1px solid rgba(220, 222, 228, 0.4);
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
    position: relative;
    padding-right: 0;
}

.space-form .total>div:nth-child(1)::after,
.map .total>div:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 23px;
    border: solid #0f0f0f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
}

.space-form .total>div:nth-child(2),
.map .total>div:nth-child(2) {
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.space-form .total>div:nth-child(3),
.map .total>div:nth-child(3) {
    border-right: 1px solid rgba(220, 222, 228, 0.4);
}

.space-form .total>div>span:nth-child(1),
.map .total>div>span:nth-child(1) {
    font-size: 14px;
    line-height: 24px;
    line-height: 1.7;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.space-form .total>div>span:nth-child(2),
.map .total>div>span:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.space-form .subtotal,
.map .subtotal {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.space-form .subtotal>span:nth-child(1),
.map .subtotal>span:nth-child(1) {
    color: #6adc91;
    text-decoration: underline;
}

.space-form input:not([name=daterange]),
.map input:not([name=daterange]) {
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    outline: none;
    transition: 0.3s;
}

.space-form input:not([name=daterange])::-moz-placeholder,
.map input:not([name=daterange])::-moz-placeholder {
    color: #000;
}

.space-form input:not([name=daterange])::placeholder,
.map input:not([name=daterange])::placeholder {
    color: #000;
}

.space-form input:not([name=daterange]):focus-within,
.map input:not([name=daterange]):focus-within {
    outline: none;
}

.space-form input[name=daterange],
.map input[name=daterange] {
    padding: 0 32px 0 0;
    outline: none;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
    cursor: pointer;
}

.space-form input[name=daterange]::-moz-placeholder,
.map input[name=daterange]::-moz-placeholder {
    color: #0f0f0f;
}

.space-form input[name=daterange]::placeholder,
.map input[name=daterange]::placeholder {
    color: #0f0f0f;
}

.space-form .button,
.map .button {
    width: 100%;
    margin-top: 12px;
}

.space-form .button+span,
.map .button+span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000;
    text-align: center;
}

.space-form form.active input,
.map form.active input {
    border-color: #6adc91;
}

.space-form .author,
.map .author {
    margin-bottom: 20px;
}

.space-form .author h4,
.map .author h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0f0f0f;
}

.space-form .author h4+span,
.map .author h4+span {
    font-size: 14px;
    line-height: 24px;
    color: #0f0f0f;
}

.space-form.space-form--total .total,
.space-form.space-form--total h3,
.space-form.space-form--total h3+.subtotal,
.space-form.space-form--total .total-price,
.map.space-form--total .total,
.map.space-form--total h3,
.map.space-form--total h3+.subtotal,
.map.space-form--total .total-price {
    margin-top: 20px;
}

.space-form.space-form--total .author span,
.map.space-form--total .author span {
    color: #0f0f0f;
}

.space-form.space-form--total h3,
.map.space-form--total h3 {
    font-size: 20px;
    line-height: 24px;
}

.space-form.space-form--total .subtotal,
.map.space-form--total .subtotal {
    margin: 0;
}

.space-form.space-form--total .subtotal span,
.map.space-form--total .subtotal span {
    color: #0f0f0f;
}

.space-form.space-form--total .subtotal+.subtotal,
.map.space-form--total .subtotal+.subtotal {
    margin-top: 16px;
}

.space-form.space-form--total .total-price,
.map.space-form--total .total-price {
    margin-top: 16px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.space-form.space-form--total .total-price span,
.map.space-form--total .total-price span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.map {
    margin-top: 40px;
    min-height: 500px;
}

.map>div:nth-child(1) {
    height: calc(100% - 60px) !important;
    width: calc(100% - 60px) !important;
    top: 30px !important;
    left: 30px !important;
    overflow: hidden;
}

@media (max-width: 1030px) {
    .map {
        margin-top: 0;
    }
}

@media (max-width: 500px) {

    .space-form,
    .map {
        padding: 24px 12px;
        margin-right: 0;
    }

    .map {
        height: 250px;
    }
}

.inspection-popup .wpapper {
    transition: height 0.2s ease;
}

.inspection-popup__form-container h2+p {
    margin: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    text-align: center;
    transition: transform 0.18s ease;
}

.inspection-popup__form-container .button {
    width: 100%;
}

.inspection-popup__form-container.hide {
    position: absolute;
    transform: translateX(-400px);
}

.thanks-container {
    position: absolute;
    transform: translateX(400px);
    transition: transform 0.18s ease;
    text-align: center;
}

.thanks-container .icon {
    width: 32px;
    height: 32px;
    color: #6adc91;
}

.thanks-container h2 {
    margin: 4px 0;
    font-size: 24px;
    font-weight: 700;
}

.thanks-container p {
    font-size: 16px;
    line-height: 24px;
}

.thanks-container .button {
    width: 100%;
    margin-top: 25px;
}

.thanks-container.active {
    position: relative;
    transform: translateX(0);
}

.inspection-popup__form-container h2+p {
    margin: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    text-align: center;
}

.inspection-popup__form-container .button {
    width: 100%;
}

.thanks-container {
    position: absolute;
    transform: translateX(400px);
}

.checkbox-dropdown {
    position: relative;
}

.checkbox-dropdown__input {
    width: 100%;
    padding: 8px 45px 8px 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    border: 1px solid #dcdee4;
    position: relative;
    cursor: pointer;
}

.checkbox-dropdown__input--has-items {
    padding-left: 8px;
    border-color: #6adc91;
}

.checkbox-dropdown__input::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    margin-top: -4px;
    pointer-events: none;
    display: block;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}

.checkbox-dropdown__checked-item {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 120px;
    height: 32px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #6adc91;
}

.checkbox-dropdown__checked-item+.checkbox-dropdown__checked-item {
    position: relative;
}

.checkbox-dropdown__checked-item+.checkbox-dropdown__checked-item:not(.non-border-left)::before {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    background-color: #dcdee4;
}

.checkbox-dropdown__checkboxes {
    max-height: 385px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 1.12694px 2.50431px 0px rgba(0, 0, 0, 0.06), 0px 9px 20px 0px rgba(0, 0, 0, 0.13);
    transform: translateY(-20px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.checkbox-dropdown__checkboxes::-webkit-scrollbar {
    width: 4px;
}

.checkbox-dropdown__checkboxes::-webkit-scrollbar-track {
    background: #eeeeee;
}

.checkbox-dropdown__checkboxes::-webkit-scrollbar-thumb {
    background: #939393;
}

.checkbox-dropdown__checkboxes::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.checkbox-dropdown__checkbox {
    width: 100%;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.checkbox-dropdown__checkbox h6 {
    font-weight: 400 !important;
}

.checkbox-dropdown__checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
}

.checkbox-dropdown__checkbox span {
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    background-color: #dcdee4;
}

.checkbox-dropdown__checkbox span::before {
    content: "";
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    background-image: url(../images/svg/small-green-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.1s ease-out;
}

.checkbox-dropdown__checkbox input:checked+span::before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-dropdown.active .checkbox-dropdown__input {
    border-color: #6adc91;
}

.checkbox-dropdown.active .checkbox-dropdown__input::after {
    transform: rotate(-135deg);
}

.checkbox-dropdown.active .checkbox-dropdown__checkboxes {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.dark-theme .checkbox-dropdown {
    color: #0f0f0f;
}

.dark-theme .checkbox-dropdown__input {
    background-color: #fff;
}

.client-info {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    color: #0f0f0f;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.client-info__row>span:nth-child(1) {
    margin-right: 5px;
    font-weight: 500;
}

.client-info__row+.client-info__row {
    margin-top: 10px;
}

.client-info .author {
    margin-bottom: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.client-info .author img {
    height: 100%;
}

.client-info .author__info {
    font-weight: 500;
}

.page-title {
    padding: 20px 0;
    color: #0f0f0f;
}

.page-title h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.8px;
}

.page-title p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.dark-theme .page-title,
.dark-theme .page-title p {
    color: #dcdee4;
}

.payment-card {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.payment-card__logo {
    margin-right: 12px;
}

.payment-card__logo .icon {
    width: 40px;
    height: 26px;
}

.payment-card__info {
    display: flex;
    flex-direction: column;
}

.payment-card__top {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.payment-card__bottom {
    font-size: 14px;
}

.payment-card__numbers {
    font-weight: 400;
}

.payment-card__label {
    padding: 8px 27.5px;
    background-color: #dcdee4;
    color: #000;
}

.payment-card__options {
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.payment-card__options .icon {
    width: 24px;
    height: 24px;
    color: #000;
}

.payment-card__options.active .icon {
    color: #0f0f0f;
}

.payment-card__dropdown {
    padding: 20px 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.13), 0px 1.12694px 2.50431px rgba(0, 0, 0, 0.065);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.payment-card__dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 3;
}

.payment-card__dropdown form {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
}

.payment-card__dropdown form button {
    width: 100%;
    padding: 8px 40px 8px 28px;
    white-space: nowrap;
    text-align: left;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: inherit;
}

.payment-card__dropdown form button:hover {
    background-color: #f7f8fa;
}

.payment-card__button-delete {
    color: #f6564a;
    font-weight: 500;
}

.dark-theme .payment-card {
    color: #dcdee4;
}

.dark-theme .payment-card__options.active .icon {
    color: #dcdee4;
}

@media (max-width: 1280px) {
    .payment-card__dropdown {
        left: unset;
        right: 0;
    }
}

@media (max-width: 430px) {
    .payment-card {
        flex-direction: column;
    }

    .payment-card__logo {
        margin: 0 0 20px 0;
    }

    .payment-card__logo .icon {
        width: 80px;
        height: 52px;
    }
}

.payment-method-selection {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.payment-method-selection h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.payment-method-selection .payment-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-method-selection .payment-methods .payment-method-option {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method-selection .payment-methods .payment-method-option:hover {
    border-color: #4CAF50;
    background: #f5f5f5;
}

.payment-method-selection .payment-methods .payment-method-option input[type=radio] {
    margin-right: 1rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.payment-method-selection .payment-methods .payment-method-option input[type=radio]:checked+.payment-method-label {
    color: #4CAF50;
}

.payment-method-selection .payment-methods .payment-method-option .payment-method-label {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.payment-method-selection .payment-methods .payment-method-option .payment-method-label strong {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.payment-method-selection .payment-methods .payment-method-option .payment-method-label span {
    font-size: 0.875rem;
    color: #666;
}

.payment-method-selection .payment-methods .payment-method-option input[type=radio]:checked~.payment-method-label,
.payment-method-selection .payment-methods .payment-method-option:has(input[type=radio]:checked) {
    border-color: #4CAF50;
    background: #f0f8f0;
}

.booking-progress {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    padding: 1rem 0;
    position: relative;
}

.booking-progress::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
    transform: translateY(-50%);
}

.booking-progress .progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.booking-progress .progress-step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.booking-progress .progress-step .step-label {
    font-size: 0.875rem;
    color: #999;
    text-align: center;
    transition: all 0.3s ease;
}

.booking-progress .progress-step.active .step-number {
    background: #4CAF50;
    color: #fff;
}

.booking-progress .progress-step.active .step-label {
    color: #4CAF50;
    font-weight: 600;
}

.booking-progress .progress-step.completed .step-number {
    background: #4CAF50;
    color: #fff;
}

.booking-progress .progress-step.completed .step-number::after {
    content: "✓";
    font-size: 1.2rem;
}

.booking-progress .progress-step.completed .step-label {
    color: #4CAF50;
}

.bank-transfer .bank-transfer-details {
    max-width: 800px;
    margin: 0 auto;
}

.bank-transfer .bank-transfer-box {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bank-transfer .bank-transfer-box h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.bank-transfer .bank-transfer-box h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #333;
}

.bank-transfer .bank-transfer-box .payment-info,
.bank-transfer .bank-transfer-box .bank-details,
.bank-transfer .bank-transfer-box .booking-info {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.bank-transfer .bank-transfer-box .payment-info .info-row,
.bank-transfer .bank-transfer-box .bank-details .info-row,
.bank-transfer .bank-transfer-box .booking-info .info-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.bank-transfer .bank-transfer-box .payment-info .info-row:last-child,
.bank-transfer .bank-transfer-box .bank-details .info-row:last-child,
.bank-transfer .bank-transfer-box .booking-info .info-row:last-child {
    border-bottom: none;
}

.bank-transfer .bank-transfer-box .payment-info .info-row .label,
.bank-transfer .bank-transfer-box .bank-details .info-row .label,
.bank-transfer .bank-transfer-box .booking-info .info-row .label {
    font-weight: 600;
    color: #666;
}

.bank-transfer .bank-transfer-box .payment-info .info-row .value,
.bank-transfer .bank-transfer-box .bank-details .info-row .value,
.bank-transfer .bank-transfer-box .booking-info .info-row .value {
    color: #333;
    font-weight: 500;
}

.bank-transfer .bank-transfer-box .payment-info .info-row .value.reference-number,
.bank-transfer .bank-transfer-box .bank-details .info-row .value.reference-number,
.bank-transfer .bank-transfer-box .booking-info .info-row .value.reference-number {
    font-family: monospace;
    font-size: 1.1rem;
    color: #4CAF50;
    font-weight: 600;
}

.bank-transfer .bank-transfer-box .instructions {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.bank-transfer .bank-transfer-box .instructions ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.bank-transfer .bank-transfer-box .instructions ul li {
    margin: 0.5rem 0;
    line-height: 1.6;
}

.bank-transfer .bank-transfer-box .actions {
    margin-top: 2rem;
    text-align: center;
}

.license-agreement .license-agreement-content {
    max-width: 900px;
    margin: 0 auto;
}

.license-agreement .booking-summary-box {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.license-agreement .booking-summary-box h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.license-agreement .booking-summary-box .summary-details p {
    margin: 0.5rem 0;
    line-height: 1.6;
}

.license-agreement .booking-summary-box .summary-details p strong {
    color: #666;
    margin-right: 0.5rem;
}

.license-agreement .license-agreement-document-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.license-agreement .agreement-read-section h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.license-agreement .agreement-read-section .form-description {
    margin-bottom: 1.5rem;
    color: #666;
}

.license-agreement .agreement-scroll-container {
    max-height: 600px;
    overflow-y: auto;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
    margin-bottom: 1.5rem;
}

.license-agreement .license-agreement-document {
    background: #fff;
    padding: 2rem;
    line-height: 1.8;
    color: #333;
}

.license-agreement .license-agreement-document .agreement-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #333;
}

.license-agreement .license-agreement-document .agreement-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.license-agreement .license-agreement-document .agreement-section {
    margin-bottom: 2rem;
}

.license-agreement .license-agreement-document .agreement-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.license-agreement .license-agreement-document .agreement-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #444;
}

.license-agreement .license-agreement-document .agreement-section p {
    margin-bottom: 0.75rem;
    text-align: justify;
}

.license-agreement .license-agreement-document .agreement-section p strong {
    font-weight: 600;
}

.license-agreement .license-agreement-document .agreement-section.definitions {
    background: #f5f5f5;
    padding: 1.5rem;
    border-radius: 4px;
}

.license-agreement .license-agreement-document .agreement-section.terms h4 {
    margin-top: 1.5rem;
}

.license-agreement .license-agreement-document .signature-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #333;
}

.license-agreement .license-agreement-document .signature-section .signature-line {
    margin-top: 3rem;
    border-bottom: 2px solid #333;
    width: 300px;
    padding-bottom: 0.5rem;
}

.license-agreement .agreement-confirmation {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.license-agreement .agreement-confirmation .agreement-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.license-agreement .agreement-confirmation .agreement-checkbox input[type=checkbox] {
    margin-right: 0.75rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.license-agreement .agreement-confirmation .agreement-checkbox span {
    font-weight: 500;
}

.license-agreement .license-form-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.license-agreement .license-form-container h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.license-agreement .license-form-container .form-description {
    margin-bottom: 1.5rem;
    color: #666;
}

.subtotal.commission-row {
    border-top: 2px solid #e0e0e0;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    font-weight: 600;
}

.calendar-management-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.calendar-management-modal .modal-content {
    background: #fff;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.calendar-management-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.calendar-management-modal .modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
}

.calendar-management-modal .modal-header .modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-management-modal .modal-header .modal-close:hover {
    color: #333;
}

.calendar-management-modal .modal-body {
    padding: 2rem;
}

.calendar-management-modal .calendar-management-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.calendar-management-modal .calendar-management-section h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.calendar-management-modal .calendar-management-section .description {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.calendar-management-modal .calendar-management-section .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.calendar-management-modal .calendar-management-section .form-row label {
    display: flex;
    flex-direction: column;
}

.calendar-management-modal .calendar-management-section .form-row label span {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.calendar-management-modal .calendar-management-section .form-row label input {
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
}

.calendar-management-modal .blocked-dates-list-section h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .loading-message,
.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .no-blocked-dates {
    color: #666;
    font-style: italic;
    padding: 1rem;
}

.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .blocked-dates-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .blocked-dates-items .blocked-date-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .blocked-dates-items .blocked-date-item .date-range {
    font-weight: 500;
    color: #333;
}

.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .blocked-dates-items .blocked-date-item .remove-blocked-date {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background 0.3s ease;
}

.calendar-management-modal .blocked-dates-list-section .blocked-dates-list .blocked-dates-items .blocked-date-item .remove-blocked-date:hover {
    background: #c82333;
}

.blocked-date {
    background-color: #ffebee !important;
    position: relative;
}

.blocked-date::after {
    content: "🚫";
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 0.75rem;
}

.booking-detail .booking-detail__grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 2rem;
    align-items: start;
}

.booking-detail .booking-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.booking-detail .booking-card h3 {
    margin: 0 0 1rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333;
}

.booking-detail .booking-card__status {
    margin-bottom: 1rem;
}

.booking-detail .booking-status {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-detail .booking-status.status--paid,
.booking-detail .booking-status.status--completed {
    background: #d4edda;
    color: #155724;
}

.booking-detail .booking-status.status--pending {
    background: #fff3cd;
    color: #856404;
}

.booking-detail .booking-status.status--progress {
    background: #cce5ff;
    color: #004085;
}

.booking-detail .booking-status.status--cancelled {
    background: #f8d7da;
    color: #721c24;
}

.booking-detail .booking-status.status--default {
    background: #e2e3e5;
    color: #383d41;
}

.booking-detail .booking-card__hero {
    margin: -1.5rem -1.5rem 1rem;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    max-height: 240px;
}

.booking-detail .booking-card__hero img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.booking-detail .booking-card__body h2 {
    margin: 0 0 0.25rem;
    font-size: 1.4rem;
}

.booking-detail .booking-card__address {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.booking-detail .detail-rows {
    border-top: 1px solid #f0f0f0;
}

.booking-detail .detail-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
}

.booking-detail .detail-row:last-child {
    border-bottom: none;
}

.booking-detail .detail-row--total {
    font-weight: 700;
    font-size: 1.05rem;
    border-top: 2px solid #e0e0e0;
    padding-top: 1rem;
}

.booking-detail .detail-label {
    color: #666;
}

.booking-detail .detail-value {
    color: #333;
    font-weight: 500;
}

.booking-detail .report-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.booking-detail .report-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 6px;
    background: #f9f9f9;
}

.booking-detail .report-item--done {
    background: #f0f8f0;
}

.booking-detail .report-item--pending {
    background: #fafafa;
}

.booking-detail .report-item__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.report-item--done .booking-detail .report-item__icon {
    background: #d4edda;
    color: #155724;
}

.report-item--pending .booking-detail .report-item__icon {
    background: #e2e3e5;
    color: #666;
}

.booking-detail .report-item__info {
    flex: 1;
}

.booking-detail .report-item__info strong {
    display: block;
    font-size: 0.95rem;
}

.booking-detail .report-item__info span {
    font-size: 0.85rem;
    color: #666;
}

.booking-detail .report-item__actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.booking-detail .agreement-status {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 6px;
}

.booking-detail .agreement-status--signed {
    background: #f0f8f0;
}

.booking-detail .agreement-status--pending {
    background: #fff8e1;
}

.booking-detail .agreement-status__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.agreement-status--signed .booking-detail .agreement-status__icon {
    background: #d4edda;
    color: #155724;
}

.agreement-status--pending .booking-detail .agreement-status__icon {
    background: #fff3cd;
    color: #856404;
}

.booking-detail .person-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.booking-detail .person-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-detail .person-card__info strong {
    display: block;
    font-size: 1rem;
}

.booking-detail .person-card__info span {
    display: block;
    font-size: 0.85rem;
    color: #666;
}

.booking-detail .quick-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.booking-detail .button-block {
    display: block;
    text-align: center;
    width: 100%;
}

.booking-detail .text-muted {
    color: #999;
    font-size: 0.85rem;
    font-style: italic;
}

.agreement-success .success-message {
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.agreement-success .success-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d4edda;
    color: #155724;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.agreement-success h2 {
    margin-bottom: 0.5rem;
}

.agreement-success p {
    color: #666;
    margin-bottom: 1.5rem;
}

.agreement-success .success-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.agreement-sign-actions {
    margin-top: 1.5rem;
    text-align: center;
}

.agreement-sign-actions .button-large {
    padding: 14px 40px;
    font-size: 1.1rem;
}

.signature-details {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.signature-details p {
    margin: 0.25rem 0;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .booking-detail .booking-detail__grid {
        grid-template-columns: 1fr;
    }

    .booking-detail .report-item__actions {
        flex-direction: column;
    }

    .agreement-success .success-actions {
        flex-direction: column;
        align-items: center;
    }

    .booking-progress .progress-step .step-label {
        font-size: 0.75rem;
    }

    .booking-progress .progress-step .step-number {
        width: 32px;
        height: 32px;
        font-size: 0.875rem;
    }

    .payment-method-selection .payment-methods .payment-method-option {
        padding: 0.75rem;
    }

    .bank-transfer-box,
    .license-form-container {
        padding: 1.5rem;
    }

    .calendar-management-modal {
        padding: 1rem;
    }

    .calendar-management-modal .modal-content {
        max-height: 95vh;
    }

    .calendar-management-modal .modal-header,
    .calendar-management-modal .modal-body {
        padding: 1rem;
    }

    .calendar-management-modal .calendar-management-section .form-row {
        grid-template-columns: 1fr;
    }
}

.dashboard-title {
    padding: 20px 0;
}

.dashboard-title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 0.8px;
    color: #0f0f0f;
    text-transform: uppercase;
}

.dashboard-title p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.dashboard-title b {
    font-weight: 500;
}

.dashboard-title mark {
    background: none;
    color: #6adc91;
}

.dark-theme .dashboard-title h1,
.dark-theme .dashboard-title p {
    color: #dcdee4;
}

.dashboard-content {
    padding: 20px 0 0;
}

.dashboard-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.8px;
    color: #0f0f0f;
}

.dashboard-content h2+p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
}

.dashboard-content.reservations {
    margin-bottom: 65px;
}

.dashboard-content--two-column {
    padding-bottom: 270px;
}

.dashboard-content--two-column .wrapper {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.dashboard-content--two-column .column {
    max-width: 505px;
    display: flex;
    flex-direction: column;
}

.dashboard-content--two-column .column-content {
    margin-bottom: 37px;
}

.dashboard-content--two-column .column a {
    margin-top: 8px;
    display: inline-block;
    font-weight: 500;
    color: #6adc91;
}

.dashboard-content.create-new-listing {
    padding-bottom: 110px;
}

.dashboard-content.listings {
    padding-bottom: 65px;
}

.dashboard-content__top {
    padding: 32px 0;
    font-weight: 700;
    font-size: 24px;
    color: #0f0f0f;
}

.dashboard-content--messages {
    padding-bottom: 64px;
}

.listings {
    padding-bottom: 65px;
}

.listings__nav {
    margin: 32px 0 40px;
}

.listings__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.listings__top h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #0f0f0f;
}

.listings__top .button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
}

.listings__top .button .icon {
    width: 14px;
    height: 14px;
}

.listings--checking-out .listings__top,
.listings--arriving .listings__top {
    margin-bottom: 60px;
}

.listings--checking-out .listings-items .listings-item h4+span,
.listings--arriving .listings-items .listings-item h4+span {
    font-weight: 500;
    color: #0f0f0f;
}

.listings--checking-out .listings-items .listings-item .button,
.listings--arriving .listings-items .listings-item .button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 20px;
    font-weight: 400;
    color: #ffffff;
}

.dashboard-code {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.dashboard-code span {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0f0f0f;
}

.dashboard-code__box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    border: 1px solid #dcdee4;
}

.dark-theme .dashboard-content h2,
.dark-theme .dashboard-content.listings h3,
.dark-theme .dashboard-content__top {
    color: #dcdee4;
}

.dark-theme .dashboard-content .dashboard-code span,
.dark-theme .dashboard-content .dashboard-code__box {
    color: #dcdee4;
}

@media (max-width: 1030px) {
    .dashboard-content.listings {
        padding-bottom: 30px;
    }

    .dashboard-content.listings .listings__nav {
        margin-bottom: 28px;
    }

    .dashboard-content--two-column .column {
        max-width: unset;
        width: calc(50% - 10px);
    }

    .dashboard-content.create-new-listing {
        padding-bottom: 10px;
    }
}

@media (max-height: 800px) and (max-width: 1030px) {
    .dashboard-content--two-column {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .dashboard-content--two-column {
        padding-bottom: 50px;
    }

    .dashboard-content--two-column .wrapper {
        flex-direction: column;
    }

    .dashboard-content--two-column .column {
        width: 100%;
    }

    .dashboard-content--two-column .column-content {
        margin-bottom: 20px;
    }

    .dashboard-content--two-column .column+.column {
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .listings__top {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .listings__top .button {
        width: 100%;
        margin-top: 20px;
    }
}

.dashboard-form fieldset label {
    margin-bottom: 20px;
}

.dashboard-form fieldset label span {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0f0f0f;
}

.dashboard-form fieldset label input {
    width: 100%;
    padding: 14px 40px 14px 16px;
    border: 1px solid #dcdee4;
    font-size: 16px;
    line-height: 18px;
    color: #0f0f0f;
}

.dashboard-form fieldset label input::-moz-placeholder {
    color: #000;
}

.dashboard-form fieldset label input::placeholder {
    color: #000;
}

.dashboard-form fieldset label input:focus-visible {
    outline: 0;
}

.dashboard-form fieldset label.active input {
    border-color: #6adc91;
}

.dark-theme .dashboard-form fieldset label span {
    color: #dcdee4;
}

.personal-information {
    padding: 35px 0 130px;
}

.personal-information .space-content {
    width: calc(100% - 20px);
    margin-bottom: 20px;
}

.personal-information form {
    max-width: 715px;
    display: flex;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.personal-information form label {
    position: relative;
}

.personal-information form label::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/images/svg/edit.svg);
    background-size: cover;
}

.personal-information form .avatar {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.personal-information form .avatar .media {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.personal-information form .avatar .media img {
    -o-object-position: center top;
    object-position: center top;
}

.personal-information form .avatar input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.personal-information form .avatar::before {
    content: "";
    position: absolute;
    top: -16px;
    right: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #6adc91;
    z-index: 1;
}

.personal-information form .avatar::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    background-image: url("../../assets/images/svg/camera.svg");
    background-size: cover;
    z-index: 1;
}

.personal-information form fieldset {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.personal-information form fieldset label {
    width: calc(50% - 20px);
}

.personal-information .button-wrapper {
    display: flex;
    flex-direction: column;
}

.personal-information .button-wrapper .error-message {
    margin-top: 20px;
    text-align: left;
}

.personal-information .button-wrapper .error-message.success {
    color: #6adc91;
}

.dark-theme .personal-information form .avatar::before {
    border-color: #0f0f0f;
}

@media (max-width: 768px) {
    .personal-information {
        padding-bottom: 50px;
    }

    .personal-information form {
        flex-direction: column;
    }

    .personal-information form .avatar {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .personal-information form fieldset {
        flex-direction: column;
    }

    .personal-information form fieldset label {
        width: 100%;
    }

    .personal-information .space-content {
        width: 100%;
    }
}

.reset-password {
    padding: 32px 0 100px;
}

.reset-password__wrapp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reset-password form {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 715px;
}

.reset-password form fieldset {
    margin-bottom: 40px;
    width: calc(50% - 20px);
}

.reset-password form fieldset label {
    margin-bottom: 0;
    display: block;
    position: relative;
}

.reset-password form fieldset button {
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    bottom: 15px;
    right: 16px;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.reset-password form fieldset button .icon {
    width: 16px;
    height: 16px;
    transition: 0.2s;
}

.reset-password form fieldset button.active .icon {
    color: #0f0f0f;
}

.reset-password form fieldset .password-tips {
    margin-top: 4px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.reset-password form fieldset .password-strength {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-self: space-between;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.reset-password form fieldset .password-strength span {
    width: calc(25% - 2px);
    height: 4px;
    background-color: #dcdee4;
    display: inline-block;
}

.reset-password form fieldset.weak input {
    border-color: #f6564a;
}

.reset-password form fieldset.weak .password-strength span:nth-child(1) {
    background-color: #f6564a;
}

.reset-password form fieldset.medium input {
    border-color: #ffb55e;
}

.reset-password form fieldset.medium .password-strength span:nth-child(1),
.reset-password form fieldset.medium .password-strength span:nth-child(2) {
    background-color: #ffb55e;
}

.reset-password form fieldset.strong input {
    border-color: #6adc91;
}

.reset-password form fieldset.strong .password-strength span:nth-child(1),
.reset-password form fieldset.strong .password-strength span:nth-child(2),
.reset-password form fieldset.strong .password-strength span:nth-child(3) {
    background-color: #6adc91;
}

.reset-password form fieldset.extremely-strong input {
    border-color: #218c46;
}

.reset-password form fieldset.extremely-strong .password-strength span:nth-child(1),
.reset-password form fieldset.extremely-strong .password-strength span:nth-child(2),
.reset-password form fieldset.extremely-strong .password-strength span:nth-child(3),
.reset-password form fieldset.extremely-strong .password-strength span:nth-child(4) {
    background-color: #218c46;
}

.reset-password form fieldset .password-strength,
.reset-password form fieldset .password-tips {
    display: none;
}

.reset-password form fieldset.active .password-strength,
.reset-password form fieldset.active .password-tips {
    display: flex;
}

.reset-password form #repeatPassword.invalid {
    border-color: #f6564a;
}

.reset-password form [type=submit][disabled] {
    background-color: #dcdee4;
    color: #000;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.dark-theme .reset-password form fieldset .password-tips {
    color: #dcdee4;
}

@media (max-width: 500px) {
    .reset-password {
        padding: 32px 0 50px;
    }

    .reset-password form {
        max-width: unset;
    }

    .reset-password form fieldset {
        width: 100%;
        margin-bottom: 20px;
    }
}

.account-cards {
    padding: 32px 0 76px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.account-cards__item {
    width: calc(25% - 20px);
    padding: 20px 18px 20px 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    will-change: transform;
}

.account-cards__item .icon {
    width: 18px;
    height: 18px;
    color: #0f0f0f;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.account-cards__item h5 {
    margin-top: 12px;
    font-weight: 500;
    color: #0f0f0f;
}

.account-cards__item p {
    color: #000;
}

.account-cards__item:hover {
    transform: translateY(-3px);
}

.account-cards__item:hover .icon {
    color: #6adc91;
}

@media (max-width: 1030px) {
    .account-cards__item {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .account-cards__item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 500px) {
    .account-cards {
        padding-bottom: 40px;
    }

    .account-cards__item {
        width: 100%;
    }
}

.payment-items {
    margin: 40px 0 165px;
    max-width: 610px;
}

.payment-items .payment-item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
    margin-bottom: 32px;
}

.payment-items .button {
    width: -moz-fit-content;
    width: fit-content;
}

.payment-item {
    padding: 20px 0;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

@media (max-width: 1030px) {
    .payment-items {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .payment-items .button {
        width: 100%;
    }
}

.reservations-items {
    max-width: 610px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.reservations-items+h2 {
    margin-top: 20px;
}

.reservations-item {
    padding: 20px 0;
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
    text-decoration: none;
}

.reservations-item:hover .reservations-item__image,
.reservations-item:hover .reservations-item__content {
    transform: translateY(-1px);
}

.reservations-item:hover .reservations-item__price b::after {
    transform: translateX(2px) rotate(-45deg);
}

.reservations-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0f0f0f;
}

.reservations-item span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.reservations-item b {
    font-weight: 500;
}

.reservations-item+.reservations-item {
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.reservations-item__image {
    max-width: 105px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.reservations-item__image .media {
    height: 100%;
}

.reservations-item__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.reservations-item__info b {
    margin-right: 8px;
}

.reservations-item__info span:nth-child(4) {
    font-size: 16px;
    list-style: 24px;
}

.reservations-item__price {
    text-align: end;
    font-size: 16px;
}

.reservations-item__price span {
    font-size: inherit;
    margin-top: 3px;
    padding-right: 11px;
}

.reservations-item__price b {
    display: flex;
    align-items: center;
    -moz-column-gap: 2px;
    column-gap: 2px;
}

.reservations-item__price b::after {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.dark-theme .reservations-item h3,
.dark-theme .reservations-item span {
    color: #dcdee4;
}

.dark-theme .reservations-item__price b::after {
    border-color: #dcdee4;
}

@media (max-width: 500px) {
    .reservations-item__image {
        max-width: unset;
        width: 40%;
    }

    .reservations-item__content {
        width: 60%;
        flex-direction: column;
    }

    .reservations-item__price {
        margin-top: 10px;
        text-align: start;
    }
}

@media (max-width: 400px) {
    .reservations-item {
        flex-direction: column;
    }

    .reservations-item__image {
        width: 100%;
        height: 150px;
    }

    .reservations-item__content {
        margin-top: 12px;
        width: 100%;
    }

    .reservations-item__price {
        margin-top: 10px;
        text-align: start;
    }
}

.agreements-items {
    max-width: 610px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

.agreements-items+h2 {
    margin-top: 20px;
}

.agreements-item {
    padding: 20px 0;
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.agreements-item:hover .agreements-item__image,
.agreements-item:hover .agreements-item__content {
    transform: translateY(-1px);
}

.agreements-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0f0f0f;
}

.agreements-item span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.agreements-item b {
    font-weight: 500;
}

.agreements-item--pending .status-pending {
    color: #d63638;
}

.agreements-item--completed .status-completed {
    color: #00a32a;
}

.agreements-item__image {
    max-width: 105px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.agreements-item__image .media {
    height: 100%;
}

.agreements-item__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.agreements-item__info b {
    margin-right: 8px;
}

.agreements-item__info span:nth-child(4) {
    font-size: 16px;
    line-height: 24px;
}

.agreements-item__action {
    display: flex;
    align-items: center;
}

.agreements-item__action .button {
    white-space: nowrap;
}

.agreements-empty {
    padding: 40px 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.dark-theme .agreements-item h3,
.dark-theme .agreements-item span {
    color: #dcdee4;
}

@media (max-width: 500px) {
    .agreements-item__image {
        max-width: unset;
        width: 40%;
    }

    .agreements-item__content {
        width: 60%;
        flex-direction: column;
    }

    .agreements-item__action {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    .agreements-item {
        flex-direction: column;
    }

    .agreements-item__image {
        width: 100%;
        height: 150px;
    }

    .agreements-item__content {
        margin-top: 12px;
        width: 100%;
    }

    .agreements-item__action {
        margin-top: 10px;
    }
}

.gallery-slider {
    padding-bottom: 32px;
}

.gallery-slider .slick-list {
    margin: 0 -10px;
}

.gallery-slider .slick-dots {
    margin-top: 16px;
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.gallery-slider .slick-dots li {
    width: 15px;
    height: 15px;
}

.gallery-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    font-size: 0;
    background-color: #dcdee4;
    border-radius: 50%;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-slider .slick-dots li.slick-active button {
    background-color: #6adc91;
}

.gallery-slider .gallery-items {
    display: block;
}

.gallery-slider .gallery-item {
    height: 326px;
    max-width: 505px;
    width: 100%;
    margin: 0 10px;
}

@media (min-width: 1280px) {
    .gallery-slider {
        overflow: hidden;
    }

    .slick-list {
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .gallery-slider .gallery-item {
        height: 250px;
    }
}

@media (max-width: 500px) {
    .gallery-slider.gallery-slider {
        padding-top: 12px;
    }
}

.content-nav {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.content-nav li a {
    display: block;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #dcdee4;
    background-color: #f7f8fa;
}

.content-nav li.active a {
    color: #fff;
    background-color: #6adc91;
}

@media (max-width: 1030px) {
    .content-nav {
        flex-wrap: wrap;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

    .content-nav li {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .content-nav li {
        width: 100%;
    }
}

.listings-items__nav {
    width: calc(100% - 125px);
    margin-left: auto;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.listings-items__nav::after {
    content: "";
    width: calc(100% + 125px);
    position: absolute;
    left: -125px;
    bottom: 0;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.listings-items__nav li {
    width: 180px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.listings-items__nav li:nth-child(1) {
    align-self: flex-start;
    text-align: left;
    color: #0f0f0f;
}

.listings-items__nav li:not(:first-child):not(:last-child) {
    padding-left: 10px;
}

.listings-items .listings-item {
    padding: 20px 0;
    height: 140px;
    width: 100%;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.listings-items .listings-item+.listings-item {
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.listings-items .listings-item__image {
    max-width: 105px;
    min-width: 105px;
    width: 105px;
}

.listings-items .listings-item__image .media {
    height: 100%;
}

.listings-items .listings-item__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.listings-items .listings-item__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listings-items .listings-item span,
.listings-items .listings-item a {
    width: 180px;
    text-align: center;
}

.listings-items .listings-item a {
    font-weight: 500;
    color: #6adc91;
}

.listings-items .listings-item h4 {
    width: 180px;
    text-align: left;
    font-weight: 500;
    color: #0f0f0f;
}

.dark-theme .listings-items .listings-item h4,
.dark-theme .listings-items .listings-item h4+span {
    color: #dcdee4;
}

.dark-theme .listings-items__nav li:nth-child(1) {
    color: #dcdee4;
}

@media (max-width: 1050px) {
    .listings-items__nav {
        justify-content: space-between;
    }

    .listings-items__nav li {
        width: -moz-fit-content;
        width: fit-content;
    }

    .listings-items .listings-item__content {
        justify-content: space-between;
    }

    .listings-items .listings-item h4,
    .listings-items .listings-item a,
    .listings-items .listings-item span {
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
    }
}

@media (max-width: 1030px) {
    .listings-items {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid rgba(220, 222, 228, 0.4);
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .listings-items__nav {
        display: none;
    }

    .listings-items .listings-item {
        height: -moz-fit-content;
        height: fit-content;
        width: calc(25% - 15px);
        flex-direction: column;
    }

    .listings-items .listings-item+.listings-item {
        border-top: 0;
    }

    .listings-items .listings-item__image {
        width: 100%;
        margin-bottom: 20px;
        min-width: unset;
        max-width: unset;
        overflow: hidden;
    }

    .listings-items .listings-item__image .media {
        padding-top: 100%;
    }

    .listings-items .listings-item__content {
        flex-direction: column;
    }

    .listings-items .listings-item h4,
    .listings-items .listings-item span {
        margin-bottom: 12px;
    }
}

@media (max-width: 1030px) {
    .listings-items {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .listings-items .listings-item {
        width: calc(50% - 20px);
        flex-direction: row;
    }

    .listings-items .listings-item+.listings-item {
        border-top: 1px solid rgba(220, 222, 228, 0.4);
    }

    .listings-items .listings-item:nth-child(3) {
        border-top: 0;
    }

    .listings-items .listings-item__image {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .listings-items .listings-item {
        width: 100%;
    }

    .listings-items .listings-item+.listings-item {
        border-top: 1px solid rgba(220, 222, 228, 0.4);
    }

    .listings-items .listings-item__image .media {
        padding-top: 70%;
    }
}

@media (max-width: 360px) {
    .listings-items .listings-item {
        flex-direction: column;
    }

    .listings-items .listings-item__image {
        margin-bottom: 20px;
    }
}

.status {
    padding: 8px 36.5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.status--green {
    background-color: #e4ffed;
}

.status--orange {
    background-color: #ffeeda;
}

.status--red {
    background-color: #fededc;
}

.gallery-files__previews {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-files__previews>div {
    padding: 15px;
    width: calc(16.666% - 16.666px);
    background: #f7f8fa;
    position: relative;
}

.gallery-files__previews>div::before {
    content: "";
    padding-top: 100%;
    display: block;
}

.gallery-files__previews>div img,
.gallery-files__previews>div .gallery-files__upload-inner {
    position: absolute;
    inset: 0;
}

.gallery-files__item {
    cursor: grab;
}

.gallery-files .dz-preview {
    width: calc(25% - 16px);
}

.gallery-files .dz-details,
.gallery-files .dz-progress,
.gallery-files .dz-error-message,
.gallery-files .dz-success-mark,
.gallery-files .dz-error-mark {
    display: none;
}

.gallery-files__remove-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    display: flex;
    background: #f7f8fa;
    justify-content: center;
    align-items: center;
    border-radius: 50% 0 50% 50%;
    cursor: pointer;
}

.gallery-files__remove-button .icon {
    max-width: 20px;
    min-width: 20px;
    max-height: 20px;
    color: #0f0f0f;
}

.gallery-files__remove-button:hover {
    background-color: #f6564a;
}

.gallery-files__remove-button:hover .icon {
    color: #dcdee4;
}

.gallery-files__upload {
    cursor: pointer;
}

.gallery-files__upload-inner {
    padding: 15px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery-files__upload .spinner-wrapper {
    display: none;
}

.gallery-files__upload .icon {
    max-width: 80px;
    max-height: 80px;
}

.gallery-files__upload h6 {
    margin-top: 15px;
    text-align: center;
}

.gallery-files__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dark-theme .gallery-files__upload h6,
.dark-theme .gallery-files__upload .icon {
    color: #0f0f0f;
}

@media (max-width: 1024px) {
    .gallery-files__previews>div {
        width: calc(20% - 16px);
    }
}

@media (max-width: 768px) {
    .gallery-files__previews>div {
        width: calc(25% - 15px);
    }
}

@media (max-width: 576px) {
    .gallery-files__previews>div {
        width: calc(33.333% - 13.333px);
    }
}

@media (max-width: 440px) {
    .gallery-files__previews>div {
        width: calc(50% - 10px);
    }
}

.messages {
    height: 820px;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.messages__tabs {
    display: none;
}

.messages__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #0f0f0f;
}

.messages-filter {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdee4;
}

.messages-filter__title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.messages-filter .nice-select {
    width: 100%;
}

.messages-filter .nice-select::after {
    width: 7px;
    height: 7px;
    margin-top: -7px;
    display: block;
    right: 0;
    border-color: #000;
}

.messages-filter .nice-select .current {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.messages-filter .nice-select .list {
    width: calc(100% + 26px);
    top: calc(100% + 17px);
    left: -13px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 1.12694px 2.50431px 0px rgba(0, 0, 0, 0.06), 0px 9px 20px 0px rgba(0, 0, 0, 0.13);
}

.messages-search {
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.messages-search__input {
    min-height: 49px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border: 1px solid #dcdee4;
    background: #ffffff;
    color: #666;
    font-size: 16px;
    outline: 0;
}

.messages-search__button {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    background-image: url(../images/svg/messages-search-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.system-messages {
    max-width: 450px;
    margin: 15px auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #0f0f0f;
    border-radius: 36px;
    background: #edeef2;
}

.system-messages::before {
    content: "";
    min-width: 16px;
    width: 16px;
    height: 22px;
    display: block;
    background-image: url(../images/svg/system-messages-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.system-messages a {
    text-decoration: underline;
    transition: 0.3s;
}

.system-messages a:hover {
    text-decoration-color: transparent;
}

.available-chats {
    max-width: 400px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    overflow: hidden;
}

.available-chats__inner {
    height: -moz-fit-content;
    height: fit-content;
    max-height: unset;
    margin-top: 20px;
    overflow: auto;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.available-chats__inner::-webkit-scrollbar {
    width: 4px;
}

.available-chats__inner::-webkit-scrollbar-track {
    background: #f7f8fa;
}

.available-chats__inner::-webkit-scrollbar-thumb {
    background: #eeeeee;
}

.available-chats__inner::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.available-chats__item {
    width: 100%;
    padding: 14px 0;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 12px;
    column-gap: 12px;
    text-decoration: none;
    transition: background-color 0.15s ease-out;
}

.available-chats__item+.available-chats__item {
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.available-chats__item-avatar {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.available-chats__item-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.available-chats__item-content {
    flex: 1;
    min-width: 0;
}

.available-chats__item-name {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #64748b;
    flex: 1;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.available-chats__item-name.unread {
    color: #0f0f0f;
}

.available-chats__item-date {
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    flex-shrink: 0;
}

.available-chats__item-date.unread {
    color: #6adc91;
}

.available-chats__item-space {
    font-size: 13px;
    font-weight: 500;
    color: #6adc91;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.available-chats__item-preview {
    font-size: 13px;
    color: #334155;
    flex: 1;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.available-chats__item.active .available-chats__item-name {
    color: #0f0f0f;
}

.available-chats__item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.available-chats__top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.available-chats__bottom-row {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.available-chats__badge {
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #6adc91;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    flex-shrink: 0;
}

.available-chats__item-avatars {
    position: relative;
    min-width: 50px;
    height: 44px;
}

.available-chats__item-avatar-stacked {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    border: 2px solid #fff;
}

.available-chats__item-avatar-stacked:first-child {
    top: 0;
    left: 0;
    z-index: 1;
}

.available-chats__item-avatar-stacked--second {
    top: 8px;
    left: 14px;
    z-index: 0;
}

.chat {
    width: calc(100% - 420px);
    padding: 20px 10px 20px 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.chat__context-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 13px;
}

.chat__context-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.chat__context-space {
    color: #16a34a;
    font-weight: 600;
    text-decoration: none;
}

.chat__context-space:hover {
    text-decoration: underline;
}

.chat__context-users {
    color: #64748b;
    font-weight: 500;
}

.chat__context-panel {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px 16px;
}

.chat__context-row {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.chat__context-row span,
.chat__context-requirements span {
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.chat__context-row strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.chat__context-panel a {
    color: #16a34a;
    text-decoration: none;
}

.chat__context-panel a:hover {
    text-decoration: underline;
}

.chat__context-requirements {
    grid-column: 1 / -1;
}

.chat__context-requirements p {
    margin: 2px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.45;
    white-space: pre-wrap;
}

.chat__visible-date {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #666;
}

.chat__messages-area {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    width: 100%;
    padding: 20px 10px 0 20px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.chat__messages-area .skeleton-loader {
    padding: 20px 10px;
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    row-gap: 32px;
    background: #fff;
    z-index: 1;
}

.chat__messages-area .skeleton-loader__item {
    max-width: 300px;
    width: 100%;
    min-height: 76px;
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.chat__messages-area .skeleton-loader__item::before {
    content: "";
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-color: #f6f6f6;
}

.chat__messages-area .skeleton-loader__item::after {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
    display: block;
    animation: 1s loading ease-in-out infinite;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #f6f6f6;
    background-size: 200% 100%;
    background-position-x: 180%;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.chat__messages-area .skeleton-loader__item:nth-child(odd) {
    align-self: flex-start;
}

.chat__messages-area .skeleton-loader__item:nth-child(odd)::after {
    border-radius: 0px 12px 12px 12px;
}

.chat__messages-area .skeleton-loader__item:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.chat__messages-area .skeleton-loader__item:nth-child(even)::after {
    border-radius: 12px 0px 12px 12px;
}

.chat__messages-area.loading .skeleton-loader {
    display: flex;
}

.chat__messages-area.loading #messages-container {
    display: none;
}

.chat__messages-area::-webkit-scrollbar {
    width: 4px;
}

.chat__messages-area::-webkit-scrollbar-track {
    background: #f7f8fa;
}

.chat__messages-area::-webkit-scrollbar-thumb {
    background: #eeeeee;
}

.chat__messages-area::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.chat__last-seen-date {
    margin-top: 32px;
    padding: 4px 0 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.chat__last-seen-date .arrows {
    position: relative;
}

.chat__last-seen-date .arrows::before {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url(../images/svg/checkmark-green.svg);
    display: block;
}

.chat__last-seen-date.seen .arrows::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0px;
    height: 16px;
    width: 16px;
    background-image: url(../images/svg/checkmark-green.svg);
    display: block;
}

.chat__controls {
    margin-top: 20px;
    padding: 0 10px 0 20px;
    flex-shrink: 0;
    justify-self: flex-end;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
}

.chat .message {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.chat .message+.message {
    margin-top: 32px;
}

.chat .message__avatar {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.chat .message__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chat .message__content {
    max-width: min(460px, 80%);
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
    line-height: 24px;
    color: #0f0f0f;
}

.chat .message__text {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.chat .message__text .message-space-card,
.chat .message__text div[style*="max-width:360px"] {
    width: 100% !important;
    max-width: 360px !important;
    box-sizing: border-box !important;
}

.chat .message__text div[style*="white-space:nowrap"] {
    white-space: normal !important;
}

.chat .message__sender {
    font-size: 12px;
    font-weight: 600;
    color: #6adc91;
    margin-bottom: 4px;
}

.chat .message__sendtime {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.chat .message.own-message {
    flex-direction: row-reverse;
    align-self: flex-end;
}

.chat .message.own-message .message__content {
    align-items: flex-end;
    border-radius: 12px 0px 12px 12px;
    text-align: right;
}

.chat .message.partner-message .message__content {
    border-radius: 0px 12px 12px 12px;
}

.message-space-card {
    width: 100%;
    max-width: 360px;
    margin: 8px 0;
    padding: 10px;
    display: flex;
    gap: 12px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}

.message-space-card__image {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}

.message-space-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.message-space-card__title {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.message-space-card__meta,
.message-space-card__address {
    color: #64748b;
    font-size: 12px;
    line-height: 18px;
}

.message-space-card__address {
    color: #7f8fa8;
}

.message-space-card__link {
    margin-top: 2px;
    color: #2563eb;
    font-size: 12px;
    line-height: 18px;
}

.resizeble-textarea {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.resizeble-textarea .chat__send-button {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #e3e5eb;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.resizeble-textarea .chat__send-button::before {
    content: "";
    width: 13px;
    height: 12px;
    display: block;
    background-image: url(../images/svg/send-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.resizeble-textarea__hidden-area {
    width: 100%;
    border: 0;
    word-wrap: break-word;
    visibility: hidden;
    position: absolute;
}

.resizeble-textarea__textarea {
    height: 40px;
    width: 100%;
    padding: 8px 35px 8px 12px;
    overflow: auto;
    resize: none;
    outline: 0;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background-color: #f7f8fa;
}

.resizeble-textarea__textarea::-webkit-scrollbar {
    width: 4px;
}

.resizeble-textarea__textarea::-webkit-scrollbar-track {
    background: #f7f8fa;
}

.resizeble-textarea__textarea::-webkit-scrollbar-thumb {
    background: #eeeeee;
}

.resizeble-textarea__textarea::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.emoji-button .icon {
    color: #666;
    height: 24px;
    width: 24px;
    transition: 0.1s;
}

.emoji-button.active {
    color: #6adc91;
}

.emoji-tooltip {
    width: 320px;
    height: 360px;
    inset: unset !important;
    right: 10px !important;
    top: -380px !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.emoji-tooltip:not(.shown) {
    transform: translateY(20px) !important;
    opacity: 0;
    visibility: hidden;
}

.emoji-picker {
    --emoji-size: 16px;
    --background: #fff;
    --border-color: rgba(220, 222, 228, 0.4);
    --indicator-color: #6adc91;
    --input-font-size: 16px;
    --input-line-height: 24px;
    --input-font-color: #666;
    --input-border-radius: 8px;
    --input-padding: 8px 12px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .messages {
        max-height: none;
        height: auto;
        min-height: min(720px, calc(100svh - 150px));
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }

    .messages__tabs {
        width: 100%;
        display: flex;
        background-color: #ffffff;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    }

    .messages__tab-button {
        width: 50%;
        padding: 20px 10px;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        transition: 0.2s;
    }

    .messages__tab-button.active {
        color: #ffffff;
        background-color: #6adc91;
    }

    .available-chats {
        max-width: unset;
        max-height: 100%;
        height: -moz-fit-content;
        height: fit-content;
    }

    .available-chats:not(.active) {
        display: none;
    }

    .chat {
        width: 100%;
        height: min(680px, calc(100svh - 190px));
        min-height: 420px;
        overflow: hidden;
    }

    .chat:not(.active) {
        display: none;
    }

    .chat__visible-date,
    .chat__context-header {
        flex-shrink: 0;
    }

    .chat__controls {
        margin-top: 12px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
    }

    .message__content {
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
    }
}

@media (max-width: 500px) {
    .messages {
        min-height: calc(100svh - 132px);
    }

    .chat {
        height: calc(100svh - 176px);
        min-height: 360px;
    }

    .messages .emoji-tooltip {
        width: calc(100% + 10px);
        right: -10px !important;
    }
}

.new-listing {
    position: relative;
    overflow: hidden;
}

.new-listing__content {
    height: 100vh;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    transition: 0.2s;
    transform: translateX(-1280px);
}

.new-listing__content.active~.new-listing__content {
    transform: translateX(1280px);
}

.new-listing__content.active {
    position: static;
    transform: none;
}

.new-listing__type {
    min-height: 850px;
    height: auto;
}

.new-listing__capacity,
.new-listing__style {
    height: auto;
    min-height: 500px;
    padding-bottom: 0;
}

@media (max-width: 1030px) {
    .new-listing__content {
        height: auto;
        min-height: unset;
    }
}

.listing-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.listing-title .button {
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px 62px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .listing-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .listing-title .button {
        margin-top: 20px;
    }
}

.listing-progress {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listing-progress ul {
    width: 400px;
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.listing-progress ul li {
    height: 4px;
    width: calc(25% - 3px);
    background-color: #f7f8fa;
    border-radius: 12px;
}

.listing-progress ul li.active {
    background-color: #6adc91;
}

.listing-progress span {
    margin-top: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.dark-theme .listing-progress span {
    color: #dcdee4;
}

@media (max-width: 430px) {
    .listing-progress ul {
        width: 100%;
    }
}

.space-location {
    height: calc(100% - 242px);
    max-height: 645px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.space-location__map {
    height: 100%;
}

.space-location__search-form {
    width: 610px;
    padding: 16px 24px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
}

.space-location__search-form form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    line-height: 24px;
}

.space-location__search-form form fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.space-location__search-form form label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #0f0f0f;
}

.space-location__search-form form input {
    font-size: 16px;
    border: none;
    outline: none;
    color: #0f0f0f;
}

.space-location #space-location-next {
    width: 114px;
    position: absolute;
    bottom: 16px;
    right: 24px;
    opacity: 0;
    transition: 0.3s;
}

@media (max-width: 600px) {
    .space-location #space-location-next {
        width: calc(100% - 48px);
    }
}

@media (max-width: 1030px) {
    .space-location {
        height: auto;
    }

    .space-location__map {
        min-height: unset;
        height: 500px;
    }

    .space-location__search-form {
        width: calc(100% - 130px);
    }
}

@media (max-width: 500px) {
    .space-location__map {
        height: 300px;
    }

    .space-location__search-form {
        position: static;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        transform: none;
    }

    .space-location__search-form form {
        flex-direction: column;
    }

    .space-location__search-form form .button {
        margin-top: 20px;
    }
}

.space-types {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.space-types__item {
    display: flex;
    flex-direction: column;
    width: calc(20% - 48px);
    margin-bottom: 60px;
    background-color: #f7f8fa;
    color: #000;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 15px;
    overflow: hidden;
}

.space-types__item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.space-types__item .media {
    padding-top: 100%;
}

.space-types__item .media__container {
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.space-types__item h3 {
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.space-types__item:not(.active):hover {
    background-color: #dcdee4;
}

.space-types__item:not(.active):hover .media__container {
    transform: scale(1.05);
}

.space-types__item.active {
    background-color: #6adc91;
    color: #ffffff;
    cursor: default;
}

@media (max-width: 1280px) {
    .space-types {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .space-types__item {
        width: calc(20% - 16px);
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .space-types__item {
        width: calc(25% - 15px);
    }
}

@media (max-width: 600px) {
    .space-types__item {
        width: calc(33.333% - 13.5px);
    }
}

@media (max-width: 500px) {
    .space-types__item {
        width: calc(50% - 10px);
    }
}

.space-labels {
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-labels__container {
    max-width: 690px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin-bottom: -60px;
}

.space-labels__item {
    width: calc(33.333% - 40px);
    height: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    background-color: #f7f8fa;
    transition: 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}

.space-labels__item img {
    height: 16px;
    width: 16px;
    transition: inherit;
}

.space-labels__item span {
    white-space: nowrap;
}

.space-labels__item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.space-labels__item:hover {
    background-color: #dcdee4;
}

.space-labels__item.active {
    background-color: #6adc91;
    color: #ffffff;
    cursor: default;
}

.space-labels__item.active img {
    filter: brightness(3);
}

.space-labels__item.active:hover {
    background-color: #6adc91;
}

.space-labels--style .space-labels__container {
    max-width: 940px;
}

.space-labels--style .space-labels__item {
    width: calc(25% - 45px);
}

.dark-theme .space-labels__item {
    color: #0f0f0f;
}

.dark-theme .space-labels__item.active {
    color: #ffffff;
}

@media (max-width: 1030px) {
    .space-labels__container {
        padding-top: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-bottom: -20px;
    }

    .space-labels__item {
        width: calc(33.333% - 13.4px);
        margin-bottom: 20px;
    }

    .space-labels--style .space-labels__item {
        width: calc(25% - 15px);
    }
}

@media (max-width: 768px) {
    .space-labels--style .space-labels__item {
        width: calc(33.333% - 13.4px);
    }
}

@media (max-width: 500px) {
    .space-labels__item {
        width: calc(50% - 10px);
    }

    .space-labels--style .space-labels__item {
        width: calc(50% - 10px);
    }
}

.upload {
    width: 100%;
    height: 100%;
    inset: 0;
    position: relative;
    text-align: center;
    color: #000;
}

.upload__box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.upload__box h6 {
    margin: 8px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.upload__box span {
    font-size: 16px;
    line-height: 24px;
}

.upload__box .spinner-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
}

.upload__box .spinner {
    width: 50px;
    height: 50px;
}

.upload__box .spinner::before {
    background: linear-gradient(0deg, hsl(220, 23%, 97%) 50%, hsla(220, 23%, 97%, 0.9) 100%) 0% 0%, linear-gradient(90deg, hsla(220, 23%, 97%, 0.9) 0%, hsla(220, 23%, 97%, 0.6) 100%) 100% 0%, linear-gradient(180deg, hsla(220, 23%, 97%, 0.6) 0%, hsla(220, 23%, 97%, 0.3) 100%) 100% 100%, linear-gradient(360deg, hsla(220, 23%, 97%, 0.3) 0%, hsla(220, 23%, 97%, 0) 100%) 0% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.upload__box .spinner::after {
    background: #f7f8fa;
}

.upload__box .icon {
    height: 67px;
    width: 67px;
    transition: 0.3s;
}

.upload.preview .upload__box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.upload.preview .upload__box *:not(.spinner-wrapper):not(.spinner):not(input) {
    display: none;
}

.upload.preview .upload__box *:not(.spinner-wrapper):not(.spinner):not(input):hover {
    filter: brightness(0.7);
}

.upload:not(.preview) .upload__box:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.upload.pending:not(.preview) {
    background-color: rgba(0, 0, 0, 0.1);
}

.upload.pending.preview .upload__box {
    position: relative;
}

.upload.pending.preview .upload__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.upload.pending.preview .upload__box .spinner-wrapper {
    position: relative;
}

.upload.pending *:not(.spinner-wrapper):not(.spinner):not(input):not(.upload__box) {
    display: none;
}

.upload.pending .spinner-wrapper {
    display: flex;
}

.upload.not-active,
.upload.pending {
    cursor: not-allowed;
}

.upload.not-active__box,
.upload.pending__box {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.upload .hidden-input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.content-selects {
    display: flex;
    position: relative;
}

.content-selects.other-variant .nice-select .list li:not(.nice-select__other) {
    display: none;
}

.content-selects.other-variant .nice-select .list .nice-select__other {
    display: block;
}

.content-selects__content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-selects__item {
    width: 100%;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.content-selects__item .nice-select,
.content-selects__item-input {
    width: 100%;
    min-height: 50px;
    padding: 14px 45px 14px 40px;
    font-size: 16px;
    line-height: 18px;
    outline: none;
    border: 1px solid #dcdee4;
    transition: 0.2s;
    background: transparent;
}

.content-selects__item .nice-select::after,
.content-selects__item-input::after {
    width: 9px;
    height: 9px;
    top: 20px;
    right: 20px;
}

.content-selects__item .nice-select .current,
.content-selects__item-input .current {
    color: #000;
    line-height: normal;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-selects__item .nice-select .list,
.content-selects__item-input .list {
    max-height: 350px;
    top: 50px;
    overflow: auto;
}

.content-selects__item .nice-select .list .option,
.content-selects__item-input .list .option {
    min-height: unset;
    white-space: normal;
    text-align: left;
}

.content-selects__item .nice-select .list .option[data-display],
.content-selects__item-input .list .option[data-display] {
    display: none !important;
}

.content-selects__item .nice-select__search input,
.content-selects__item-input__search input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    outline: none;
}

.content-selects__item .nice-select__search input::-webkit-search-decoration,
.content-selects__item .nice-select__search input::-webkit-search-cancel-button,
.content-selects__item .nice-select__search input::-webkit-search-results-button,
.content-selects__item .nice-select__search input::-webkit-search-results-decoration,
.content-selects__item-input__search input::-webkit-search-decoration,
.content-selects__item-input__search input::-webkit-search-cancel-button,
.content-selects__item-input__search input::-webkit-search-results-button,
.content-selects__item-input__search input::-webkit-search-results-decoration {
    display: none;
}

.content-selects__item-input.active {
    border-color: #6adc91;
}

.content-selects__item+.content-selects__item {
    margin-top: 20px;
}

.content-selects__select-wrapper {
    width: calc(100% - 30px);
    position: relative;
}

.content-selects__select-wrapper::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 1;
    background-image: url(../images/svg/list-checkmark.svg);
}

.content-selects__select-wrapper.active .nice-select,
.content-selects__select-wrapper.active .content-selects__item-input {
    border-color: #6adc91;
}

.content-selects__remove-button {
    height: 19px;
    width: 18px;
    display: block;
    background-image: url(../images/svg/trash-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.content-selects__add-more-button {
    position: absolute;
    top: -50px;
    right: 0;
    color: #6adc91;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}

.earnings-chart {
    padding: 0 0 35px;
    height: 550px;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.earnings-chart__wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.earnings-summary {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.earnings-summary__main {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    color: #0f0f0f;
}

.earnings-summary__main::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 12px;
    display: inline-block;
    background-color: #6adc91;
}

.earnings-summary__main span:not(.earnings-summary__sum) {
    margin: 0 0 5px 5px;
    align-self: flex-end;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
}

.earnings-summary__subtitle {
    margin: 4px 0 0 28px;
    font-size: 16px;
    line-height: 24px;
}

.earnings .listings__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.earnings .listings__top h3 {
    margin-top: 32px;
    margin-bottom: 45px;
}

.earnings__control {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.earnings__control .toggle-button {
    width: -moz-fit-content;
    width: fit-content;
}

.earnings__control .nice-select.nice-select {
    width: 190px;
    padding: 16.5px 20px;
    background-color: #6adc91;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
}

.earnings__control .nice-select.nice-select::after {
    height: 6px;
    width: 6px;
    margin-top: -6px;
    right: 22px;
    display: block;
    border-color: #ffffff;
}

.earnings__control .nice-select.nice-select .list {
    max-height: 250px;
    width: 100%;
    left: 0;
    overflow: auto;
}

.earnings__control .nice-select.nice-select .list::-webkit-scrollbar {
    width: 4px;
}

.earnings__control .nice-select.nice-select .list::-webkit-scrollbar-track {
    background: #eeeeee;
}

.earnings__control .nice-select.nice-select .list::-webkit-scrollbar-thumb {
    background: #939393;
}

.earnings__control .nice-select.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.earnings__control .nice-select.nice-select .list li.option,
.earnings__control .nice-select.nice-select .current {
    font-size: inherit;
    line-height: inherit;
}

.earnings__control.default #monthsSelect+.nice-select {
    display: none;
}

.earnings__control:not(.default) #yearsSelect+.nice-select {
    display: none;
}

@media (max-width: 1030px) {
    .earnings-chart__wrapper::after {
        height: 30px;
        width: 24px;
    }
}

@media (max-width: 768px) {
    .earnings-chart {
        padding: 10px 0 20px;
        height: 450px;
    }
}

@media (max-width: 500px) {
    .earnings-chart {
        box-shadow: none;
        height: 350px;
    }

    .earnings .listings__top {
        margin-bottom: 0;
    }

    .earnings .listings__top h3 {
        margin-bottom: 30px;
    }

    .earnings__control {
        padding-bottom: 20px;
        flex-direction: column-reverse;
    }

    .earnings__control .eartings__selects {
        margin-bottom: 10px;
    }

    .earnings__control .toggle-button,
    .earnings__control .nice-select.nice-select,
    .earnings__control .eartings__selects {
        width: 100%;
    }

    .earnings-summary__main {
        font-size: 30px;
    }
}

.dark-theme .earnings-chart {
    background-color: #ffffff;
}

.dark-theme .earnings-chart__wrapper::after {
    background-color: #ffffff;
}

.dark-theme .earnings-summary__main {
    color: #dcdee4;
}

.error {
    text-align: center;
}

.error__wrapper {
    height: calc(100vh - 422px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error h1 {
    margin-bottom: 4px;
    font-weight: 900;
    font-size: 96px;
    line-height: 100px;
    letter-spacing: 1.3px;
    color: #0f0f0f;
}

.error span {
    margin-bottom: 40px;
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0f0f0f;
    letter-spacing: 0.8px;
}

.error p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.error-message {
    text-align: center;
    margin-top: 7px;
    color: red;
    font-size: 0.9em;
}

.reset-password .error-message {
    margin-top: 20px;
    text-align: left;
}

.reset-password .error-message.success {
    color: #6adc91;
}

.dark-theme .error h1,
.dark-theme .error span,
.dark-theme .error p {
    color: #dcdee4;
}

@media (max-width: 500px) {
    .error {
        padding: 50px 0;
        text-align: center;
    }

    .error__wrapper {
        min-height: unset;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.internal-intro {
    padding-bottom: 80px;
    background-color: #f7f8fa;
}

.internal-intro .breadcrumbs {
    padding: 12px 10px;
}

.internal-intro h1 {
    margin-top: 32px;
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: 1.3px;
    color: #0f0f0f;
    text-transform: uppercase;
}

.internal-intro p {
    margin-top: 30px;
    max-width: 505px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.internal-intro--single-blog {
    padding-bottom: 125px;
}

.internal-intro--single-blog h1 {
    margin-top: 8px;
}

.internal-intro .date {
    margin-top: 78px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #0f0f0f;
}

.internal-intro .row {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 125px;
    column-gap: 125px;
}

.internal-intro .row .column {
    width: 50%;
}

.internal-intro .row .column:nth-child(1) {
    max-width: 505px;
    padding-bottom: 40px;
}

.internal-intro .row .column:nth-child(2) .media {
    height: 100%;
}

.dark-theme .internal-intro {
    background-color: #0f0f0f;
}

.dark-theme .internal-intro,
.dark-theme .internal-intro h1,
.dark-theme .internal-intro p,
.dark-theme .internal-intro .date,
.dark-theme .internal-intro .breadcrumbs,
.dark-theme .internal-intro .breadcrumbs [typeof=ListItem] {
    color: #dcdee4;
}

@media (max-width: 1030px) {
    .internal-intro .row {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .internal-intro .row .column {
        width: calc(50% - 20px);
    }

    .internal-intro .row .column:nth-child(1) {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .internal-intro .row {
        flex-direction: column;
    }

    .internal-intro .row .column {
        width: 100%;
    }

    .internal-intro .row .column:nth-child(2) {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .internal-intro {
        padding-bottom: 32px;
    }

    .internal-intro .date {
        margin-top: 10px;
    }

    .internal-intro h1 {
        margin-top: 10px;
        font-size: 42px;
        line-height: initial;
    }

    .internal-intro h1 br {
        display: none;
    }

    .internal-intro p {
        margin-top: 20px;
    }

    .internal-intro .row .column {
        width: 100%;
    }

    .internal-intro .row .column:nth-child(2) {
        height: 250px;
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs [typeof=ListItem] {
    color: #000;
}

.breadcrumbs [typeof=ListItem]:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs [typeof=ListItem] .current-item {
    font-weight: 500;
    color: #6adc91;
    position: relative;
}

.internal-content {
    padding: 64px 0;
}

.internal-content .wrapper {
    max-width: 715px;
}

.internal-content .wrapper>*:last-child {
    margin-bottom: 0;
}

.internal-content.tabs .wrapper {
    max-width: unset;
}

.internal-content h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #0f0f0f;
}

.internal-content h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0f0f0f;
}

.internal-content ul:not(.iti__country-list) {
    padding-left: 30px;
    list-style: initial;
}

.internal-content p,
.internal-content ul:not(.iti__country-list),
.internal-content ol {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    word-break: break-word;
}

.internal-content b {
    font-weight: 500;
}

.internal-content p+ul:not(.iti__country-list),
.internal-content p+ol {
    margin-top: -20px;
}

.internal-content address {
    padding-bottom: 10px;
}

.internal-content table {
    width: 100%;
    min-width: 715px;
    margin: 30px 0;
    line-height: 24px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #dcdee4;
    border-right: 1px solid #dcdee4;
}

.internal-content table th,
.internal-content table td:first-child {
    font-weight: 500;
}

.internal-content table th,
.internal-content table td {
    padding: 10px;
    border-left: 1px solid #dcdee4;
}

.internal-content table tr {
    border-top: 1px solid #dcdee4;
}

.dark-theme .internal-content h2,
.dark-theme .internal-content h3,
.dark-theme .internal-content p,
.dark-theme .internal-content ul:not(.iti__country-list),
.dark-theme .internal-content ol,
.dark-theme .internal-content table {
    color: #dcdee4;
}

@media (max-width: 768px) {
    .internal-content.tabs {
        padding-bottom: 32px;
    }

    .internal-content .table-wrapper {
        overflow: auto;
    }
}

@media (max-width: 500px) {
    .internal-content {
        padding: 32px 0 50px;
    }
}

.contact-form .gform_fields {
    max-width: 610px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.contact-form .gform_fields .placeholder {
    min-height: unset;
    min-width: unset;
    height: auto;
    width: auto;
    position: static;
    margin-bottom: 4px;
    text-align: left;
}

.contact-form .gform_fields .iti {
    height: 48px;
}

.contact-form .gform_fields .nice-select {
    width: 100%;
    margin: 0;
    height: 48px;
}

.contact-form .gform_fields .nice-select::after {
    display: block;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 6px;
    width: 6px;
    right: 18px;
    margin-top: -4px;
}

.contact-form .gform_fields .nice-select .current {
    height: 100%;
    line-height: initial;
}

.contact-form .gform_fields .nice-select .list {
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 100%;
}

.contact-form .gform_fields .gfield {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact-form .gform_fields .gfield--type-textarea {
    width: 100%;
}

.contact-form .gform_fields .gfield[for=phone] {
    position: relative;
}

.contact-form .gform_fields .gfield[for=phone]::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/images/svg/edit.svg);
    background-size: cover;
}

.contact-form .gform_fields .gfield[for=message] {
    width: 100%;
}

.contact-form .gform_fields .gfield .gfield_label {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0f0f0f;
}

.contact-form .gform_fields .gfield textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #dcdee4;
    outline: 0;
    resize: none;
    transition: 0.2s;
}

.contact-form .gform_fields .gfield input,
.contact-form .gform_fields .gfield .current {
    width: 100%;
    padding: 14px 40px 14px 16px;
    display: block;
    border: 1px solid #dcdee4;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #0f0f0f;
}

.contact-form .gform_fields .gfield input::-moz-placeholder,
.contact-form .gform_fields .gfield .current::-moz-placeholder {
    color: #000;
}

.contact-form .gform_fields .gfield input::placeholder,
.contact-form .gform_fields .gfield .current::placeholder {
    color: #000;
}

.contact-form .gform_fields .gfield input:focus-visible,
.contact-form .gform_fields .gfield .current:focus-visible {
    outline: 0;
}

.contact-form .gform_fields .gfield.active input,
.contact-form .gform_fields .gfield.active textarea {
    border-color: #6adc91;
}

.contact-form .gform_fields .ginput_container.active input {
    border-color: #6adc91;
}

.contact-form span:last-child {
    width: 100%;
    margin-top: 8px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.contact-form .gform_button {
    margin-top: 12px;
    color: #ffffff !important;
    background-color: #6adc91;
}

.contact-form .gform_button:hover {
    background-color: #2fca64;
}

.contact-form .gform_button:active {
    background-color: #2bb55a;
}

.contact-form .gform_button:focus-visible {
    outline: 1px solid #26a150;
}

.contact-form .gform_confirmation_message {
    text-align: left;
}

.dark-theme .contact-form form input,
.dark-theme .contact-form form textarea,
.dark-theme .contact-form form .current {
    color: #0f0f0f;
}

.dark-theme .contact-form form input::-moz-placeholder,
.dark-theme .contact-form form textarea::-moz-placeholder,
.dark-theme .contact-form form .current::-moz-placeholder {
    color: #0f0f0f;
}

.dark-theme .contact-form form input::placeholder,
.dark-theme .contact-form form textarea::placeholder,
.dark-theme .contact-form form .current::placeholder {
    color: #0f0f0f;
}

.dark-theme .contact-form form .gfield_label {
    color: #dcdee4 !important;
}

.dark-theme .contact-form .nice-select .list li.option {
    color: #0f0f0f;
}

@media (max-width: 550px) {
    .contact-form .gform_fields {
        flex-direction: column;
    }

    .contact-form .gform_fields .gfield {
        width: 100%;
    }
}

.tabs-links {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.tabs-link {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

.tabs-link.active {
    font-weight: 500;
}

.tabs-contents {
    position: relative;
    overflow: hidden;
}

.tabs-content {
    position: absolute;
    top: 0;
    padding-top: 32px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.4s ease-out;
}

.tabs-content.active {
    transition: all 0.6s ease-out;
    transform: translateY(0);
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
}

.dark-theme .tabs-link {
    color: #dcdee4;
}

@media (max-width: 450px) {
    .tabs-links {
        flex-wrap: wrap;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .tabs-link {
        width: calc(50% - 10px);
        margin-top: 10px;
        min-width: unset !important;
    }
}

.faqs__title {
    padding: 32px 0;
    text-align: center;
    color: #0f0f0f;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faqs__title b {
    font-weight: 700;
}

.faqs-items {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: -32px;
}

.faqs-items .column {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faqs-item {
    margin-bottom: 32px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.faqs-item__title {
    padding-right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    cursor: pointer;
    position: relative;
}

.faqs-item__title::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 6px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: 0.3s;
}

.faqs-item__content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}

.faqs-item.active .faqs-item__title {
    margin-bottom: 12px;
}

.faqs-item.active .faqs-item__title::after {
    top: 8px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.faqs--home {
    padding-bottom: 72px;
}

.faqs--home .faqs-items {
    margin-top: 35px;
    padding-top: 0;
}

.dark-theme .faqs__title {
    color: #dcdee4;
}

.dark-theme .faqs-item__title {
    color: #dcdee4;
}

.dark-theme .faqs-item__title::after {
    border: solid #dcdee4;
    border-width: 0 2px 2px 0;
}

@media (max-width: 768px) {
    .faqs__title {
        padding-top: 0;
        font-size: 30px;
        text-align: left;
    }

    .faqs-items {
        padding-top: 20px;
        flex-direction: column;
    }

    .faqs-items .faqs-item:last-child {
        border-bottom: 0;
    }

    .faqs--home {
        padding-bottom: 38px;
    }

    .faqs--home .faqs-items {
        margin-top: 15px;
    }
}

@media (max-width: 500px) {
    .faqs__title {
        font-size: 24px;
    }

    .faqs__title br {
        display: none;
    }

    .faqs--home .faqs-items {
        margin-top: 5px;
    }
}

body.home-landing .faqs {
    padding-top: 96px;
    background: #f7f7f7;
}

@media (max-width: 1024px) {
    body.home-landing .faqs {
        padding-top: 45px;
    }
}

body.home-landing.dark-theme .faqs {
    background: #0f0f0f;
}

.one-column-intro {
    padding: 155px 0;
    background-color: #f7f8fa;
}

.one-column-intro .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one-column-intro h1 {
    font-weight: 900;
    font-size: 96px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 1.3px;
    color: #0f0f0f;
    text-transform: uppercase;
}

.one-column-intro .button {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .one-column-intro {
        padding: 100px 0;
    }

    .one-column-intro h1 {
        font-size: 60px;
        line-height: initial;
    }

    .one-column-intro h1 br {
        display: none;
    }
}

@media (max-width: 500px) {
    .one-column-intro {
        padding: 80px 0 40px;
    }

    .one-column-intro h1 {
        font-size: 50px;
    }
}

.benefits {
    padding: 32px 0 0;
    background-color: #f7f8fa;
}

.benefits h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;
}

.benefits-items {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.benefits-item {
    width: calc(33.333% - 13.5px);
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.benefits-item__img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.benefits-item__img .media {
    height: 100%;
}

.benefits-item h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.benefits-item p {
    font-size: 16px;
    line-height: 24px;
}

.benefits-item p+p {
    margin-top: 20px;
}

.dark-theme .benefits-item p {
    color: #000;
}

@media (max-width: 900px) {
    .benefits-item__img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .benefits-item {
        width: 100%;
    }

    .benefits-item__img {
        height: 250px;
    }
}

.benefits-faqs {
    padding: 32px 0;
}

.benefits-faqs h2 {
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 1px;
    color: #0f0f0f;
}

.dark-theme .benefits-faqs h2 {
    color: #f7f8fa;
}

@media (max-width: 768px) {
    .benefits-faqs h2 br {
        display: none;
    }
}

.have-more-question {
    padding: 40px 0 65px;
}

.have-more-question .wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.have-more-question .wrapper .column {
    width: calc(50% - 10px);
}

.have-more-question .wrapper .column:nth-child(1) .media {
    height: 100%;
}

.have-more-question .wrapper .column:nth-child(2) {
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.have-more-question .wrapper .column:nth-child(2) h2 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #0f0f0f;
}

.have-more-question .wrapper .column:nth-child(2) p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.dark-theme .have-more-question .wrapper .column:nth-child(2) h2 {
    color: #dcdee4;
}

@media (max-width: 768px) {
    .have-more-question {
        padding-top: 0;
    }

    .have-more-question .wrapper .column {
        width: 100%;
    }

    .have-more-question .wrapper .column:nth-child(1) {
        height: 250px;
    }

    .have-more-question .wrapper .column:nth-child(1) .media {
        height: 100%;
    }

    .have-more-question .wrapper .column:nth-child(2) {
        margin-top: 20px;
        padding-top: 0;
    }
}

.blog-items {
    padding: 64px 0 0;
    margin-bottom: -88px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.blog-item {
    width: calc(33.333% - 13.333px);
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);
}

.blog-item__content {
    text-align: left;
    color: rgba(0, 0, 0, 0.53);
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.blog-item h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.blog-item__img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    min-height: 432px;
    height: 432px;
}

.blog-item__img .featured-spaces-carousel__tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(17.5px);
}

.blog-item__img .media {
    padding-top: 100%;
    border-radius: 10px;
    height: 100%;
}

.blog-item:hover {
    transform: translateY(-3px);
}

.blog-item__meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
}

.blog-item__meta-icon {
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-item__meta-date {
    color: #6A7282;
    font-size: 14px;
    display: flex;
    gap: 10px;
}

.blog-item__author {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #000;
}

@media (max-width: 1300px) {
    .blog-items {
        padding: 64px 0 0;
        margin-bottom: -20px;
    }

    .blog-item {
        margin-bottom: 20px;
    }

    .blog-item__img {
        padding: 0;
        margin-bottom: 10px;
    }

    .blog-item__img {
        min-height: 330px;
        height: 330px;
    }
}

@media (max-width: 768px) {
    .blog-items {
        padding: 32px 0 0;
        margin-bottom: -20px;
    }

    .blog-item {
        width: calc(50% - 10px);
    }

}

@media (max-width: 500px) {
    .blog-item {
        width: 100%;
    }

    .blog-item__img .media {
        padding-top: 60%;
    }

    .blog-item__img {
        min-height: 230px;
        height: 230px;
    }
}

.single-blog {
    padding: 0 0 76px;
}

.single-blog .wrapper {
    max-width: unset;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 125px;
    column-gap: 125px;
}

.single-blog__info {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.single-blog__author {
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.single-blog__author h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.single-blog__author span {
    font-size: 14px;
    line-height: 24px;
    color: #0f0f0f;
}

.single-blog__readtime {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    background-color: #e4ffed;
    color: #0f0f0f;
    text-align: center;
}

.single-blog p+h2 {
    margin-top: 38px;
}

.single-blog__small-img {
    margin: 38px 0 10px;
    height: 200px;
    width: 200px;
}

.single-blog__small-img .media {
    height: 100%;
}

.single-blog__small-img img {
    -o-object-position: center top;
    object-position: center top;
}

.single-blog__sidebar {
    min-width: 400px;
    width: 900px;
    padding-top: 32px;
    /* padding-top: 133px;
    display: flex;
    flex-direction: column;
    align-items: center; */
}

.single-blog__sidebar h2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    /* margin-bottom: 32px; */
}

.single-blog .blog-items {
    padding: 0;
    display: block;
    /* margin: 0 0 -22px; */
}

.single-blog .blog-item {
    width: 100%;
    margin-bottom: 10px;
    /* margin-bottom: 22px; */
}

.single-blog .blog-item__img .media {
    padding-top: 100%;
}

.dark-theme .single-blog__author span {
    color: #dcdee4;
}

.blog-items .slick-list {
    overflow: hidden;
}

.slick-dots {
    padding: 0;
    list-style: none !important;
    display: flex;
    gap: 5px;
    justify-content: end;
}

.slick-dots li button {
    width: 25px;
    height: 3px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.10);
    text-indent: -99999px;
    border: 0;
}

.slick-dots li.slick-active button {
    background: #6ADC91;
}

@media (max-width: 1300px) {
    .single-blog__sidebar {
        min-width: 300px;
        width: 100%;
    }
}

@media (max-width: 1030px) {
    .single-blog .wrapper {
        flex-direction: column;
    }

    .single-blog__sidebar {
        margin-top: 20px;
        padding-top: 0;
        min-width: unset;
    }

    /* .single-blog .blog-item {
        width: calc(33% - 13.333px);
    } */
}

@media (max-width: 768px) {
    .single-blog .blog-item {
        width: 100%;
    }

    .single-blog .blog-item .media {
        padding-top: 40%;
    }
}

@media (max-width: 500px) {
    .single-blog .blog-item .media {
        padding-top: 60%;
    }

    .single-blog__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-blog__readtime {
        margin-top: 20px;
        align-self: flex-start;
    }

    .single-blog__readtime br {
        display: none;
    }
}

.trusted-with-form {
    padding: 64px 0;
}

.trusted-with-form .wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 125px;
    column-gap: 125px;
}

.trusted-with-form .column {
    display: flex;
    flex-direction: column;
}

.trusted-with-form .column:nth-child(1) {
    min-width: 400px;
    max-width: 400px;
}

.trusted-with-form h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #0f0f0f;
}

.trusted-with-form h3 {
    padding-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #0f0f0f;
}

.trusted-with-form h4 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.trusted-with-form p {
    font-size: 16px;
    line-height: 24px;
}

.trusted-with-form b {
    font-weight: 500;
}

.trusted-with-form .form {
    margin-top: 18px;
}

.trusted-with-form .form .button+span {
    width: 100%;
    margin-top: 8px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.trusted-with-form .trusted-by .row {
    display: flex;
    flex-wrap: wrap;
}

.trusted-with-form .trusted-by .row img {
    width: 33.333%;
}

.dark-theme .trusted-with-form h2,
.dark-theme .trusted-with-form h3 {
    color: #dcdee4;
}

@media (max-width: 1300px) {
    .trusted-with-form .wrapper {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media (max-width: 1030px) {
    .trusted-with-form .wrapper {
        -moz-column-gap: 40px;
        column-gap: 40px;
        flex-direction: column;
    }

    .trusted-with-form .column {
        width: 100%;
    }

    .trusted-with-form .column:nth-child(1) {
        max-width: unset;
        min-width: unset;
    }

    .trusted-with-form .column:nth-child(2) {
        margin-top: 20px;
    }

    .trusted-with-form .trusted-by .row img {
        width: 20%;
    }

    .trusted-with-form .form form {
        max-width: unset;
    }

    .trusted-with-form h2 br {
        display: none;
    }
}

@media (max-width: 768px) {
    .trusted-with-form .trusted-by .row img {
        width: 33.333%;
    }
}

@media (max-width: 500px) {
    .trusted-with-form {
        padding: 40px 0;
    }

    .trusted-with-form h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.concierge-service-benefits {
    padding: 64px 0;
    border: solid rgba(220, 222, 228, 0.4);
    border-width: 1px 0;
}

.concierge-service-benefits .wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.concierge-service-benefits__item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.concierge-service-benefits__item img {
    height: 65px;
    width: 65px;
}

.concierge-service-benefits__item h3 {
    padding: 5px 10px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.concierge-service-benefits__item p {
    padding: 10px;
    line-height: 24px;
}

@media (max-width: 1030px) {
    .concierge-service-benefits {
        padding-bottom: 44px;
    }

    .concierge-service-benefits__item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .concierge-service-benefits {
        padding: 40px 0 24px;
    }

    .concierge-service-benefits__item {
        width: 100%;
    }
}

.how-it-works {
    padding: 57px 0 64px;
}

.how-it-works .wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 145px;
    column-gap: 145px;
}

.how-it-works h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #0f0f0f;
    white-space: nowrap;
}

.how-it-works p {
    line-height: 24px;
}

.how-it-works p+p {
    margin-top: 30px;
}

.dark-theme .how-it-works h2 {
    color: #dcdee4;
}

@media (max-width: 1030px) {
    .how-it-works .wrapper {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media (max-width: 768px) {
    .how-it-works .wrapper {
        flex-direction: column;
    }

    .how-it-works .column:nth-child(1) {
        margin-bottom: 20px;
    }

    .how-it-works h2 {
        white-space: wrap;
    }

    .how-it-works h2 br {
        display: none;
    }
}

@media (max-width: 768px) {
    .how-it-works {
        padding: 40px 0;
    }
}

.reviews {
    padding: 40px 0;
    background-color: #000000;
}

.reviews .grw-slider-btns {
    height: 27px !important;
    width: 27px !important;
}

.reviews .grw-slider-btns svg {
    display: none;
}

.reviews .grw-slider-btns::before {
    content: "";
    border: solid #cccccc;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
    transition: 0.3s;
}

.reviews .grw-slider-btns:hover::before {
    border-color: #000;
}

.reviews .grw-slider-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.reviews .grw-slider-next::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.reviews .wp-gr.wpac a.wp-google-name {
    font-family: "GroteskNeue" !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: #0f0f0f !important;
}

.reviews .wp-google-right .wp-google-name a span {
    color: #ffffff !important;
}

.reviews .wp-gr .wp-google-time {
    font-family: "GroteskNeue" !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000 !important;
}

.reviews .wp-gr .wp-google-left img {
    margin-right: 16px !important;
    box-shadow: none !important;
}

.reviews .wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
    padding: 16px !important;
    background-color: #ffffff !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.reviews .wp-gr .wp-google-text {
    font-family: "GroteskNeue" !important;
    padding-right: 10px !important;
    margin-top: 16px !important;
    line-height: 24px !important;
    color: #0f0f0f !important;
}

.reviews .wp-gr.wpac .wp-google-review .wp-google-stars {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.reviews .wp-gr .grw-slider .grw-row {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
}

.reviews .wp-gr .grw-slider .grw-row.grw-row-s,
.reviews .wp-gr .grw-slider .grw-row.grw-row-x {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
}

.reviews .wp-gr .grw-row-m .grw-slider-header,
.reviews .wp-gr .grw-row-s .grw-slider-header,
.reviews .wp-gr .grw-row-x .grw-slider-header {
    flex: 0 0 227px !important;
    max-width: 227px !important;
}

.reviews .wp-gr .grw-row-m .grw-slider-header+.grw-slider-content {
    flex: 0 0 calc(100% - 282px) !important;
    max-width: calc(100% - 282px) !important;
}

.reviews .wp-gr .grw-row-s .grw-slider-header+.grw-slider-content,
.reviews .wp-gr .grw-row-x .grw-slider-header+.grw-slider-content {
    flex: 0 0 calc(100% - 275px) !important;
    max-width: calc(100% - 275px) !important;
}

.reviews .wp-gr .grw-slider {
    padding-bottom: 0 !important;
}

.reviews .wp-gr .grw-slider .grw-slider-header-inner {
    margin: 0 !important;
    padding: 0 !important;
}

.reviews .wp-gr .grw-slider .grw-slider-reviews {
    margin: 0 22px !important;
    padding: 0 !important;
}

.reviews .wp-google-powered {
    color: #ffffff !important;
}

.reviews .wp-gr .wp-google-powered img,
.reviews .wp-gr .grw-slider .grw-slider-review-inner>svg {
    display: none !important;
}

.reviews .wp-gr .grw-slider .wp-google-stars {
    margin: 10px 0 7px !important;
}

.reviews .wp-gr .wp-google-wr a {
    text-transform: uppercase !important;
}

.dark-theme .reviews .wp-gr .grw-slider:not(.wp-dark) .grw-slider-review-inner.grw-slider-review-border {
    background-color: #000 !important;
    border: 2px solid rgba(255, 255, 255, 0.12) !important;
}

.dark-theme .reviews .wp-gr.wpac a.wp-google-name,
.dark-theme .reviews .wp-gr .wp-google-time,
.dark-theme .reviews .wp-gr .wp-google-text {
    color: #dcdee4 !important;
}

@media (max-width: 600px) {
    .reviews .wp-gr .grw-slider .grw-row {
        row-gap: 25px !important;
    }
}

.one-column {
    padding: 64px 0;
}

.one-column .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.one-column h2 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #0f0f0f;
}

.one-column p {
    max-width: 610px;
    line-height: 24px;
}

.one-column+.gallery-slider {
    padding-bottom: 64px;
}

.one-column--referral {
    padding: 60px 0;
    color: #0f0f0f;
}

.one-column--referral h1 {
    max-width: 670px;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 1.3px;
}

.one-column--referral h1+p {
    max-width: 470px;
    margin-top: 40px;
}

.one-column--referral .button {
    margin-top: 50px;
}

.one-column--referral .row {
    max-width: 500px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.one-column--referral h3 {
    font-weight: 700;
    font-size: clamp(24px, 5vw, 30px);
    white-space: nowrap;
}

.one-column--referral h3+p {
    max-width: unset;
    text-align: left;
}

.dark-theme .one-column h2,
.dark-theme .one-column--referral {
    color: #dcdee4;
}

@media (max-width: 768px) {
    .one-column {
        padding: 40px 0;
    }
}

@media (max-width: 600px) {
    .one-column--referral h1+p {
        margin-top: 25px;
    }

    .one-column--referral .button {
        margin-top: 30px;
    }

    .one-column--referral .row {
        margin-top: 60px;
        flex-direction: column;
        align-items: center;
    }

    .one-column--referral h3 {
        white-space: normal;
    }

    .one-column--referral h3 br {
        display: none;
    }

    .one-column--referral h3+p {
        margin-top: 20px;
        text-align: center;
    }
}

.about-space {
    padding: 80px 0 40px;
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
}

.about-space .wrapper {
    display: flex;
    flex-direction: column;
}

.about-space h1,
.about-space h2 {
    max-width: 500px;
    margin-bottom: 65px;
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: 1.3px;
    color: #0f0f0f;
}

.about-space h1 span,
.about-space h2 span {
    width: 250px;
    margin-bottom: -10px;
    display: inline-block;
    border-bottom: 4px solid #0f0f0f;
}

.about-space .row {
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.about-space .icon {
    width: 100px;
    height: 100px;
    color: #dcdee4;
}

.about-space p {
    max-width: 505px;
    line-height: 24px;
}

.about-space .trusted-by {
    display: flex;
    flex-direction: column;
}

.about-space .trusted-by--dark {
    display: none;
}

.about-space .trusted-by h4 {
    font-weight: 500;
}

.about-space .trusted-by__row {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.about-space+.gallery-slider {
    padding: 60px 0;
}

.about-space--small-title h2 {
    margin: 0 0 30px;
    max-width: unset;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}

.about-space--small-title h2 b {
    font-weight: 500;
}

.dark-theme .about-space h1,
.dark-theme .about-space h2 {
    color: #dcdee4;
}

.dark-theme .about-space h1 span,
.dark-theme .about-space h2 span {
    border-color: #dcdee4;
}

.dark-theme .about-space .trusted-by--dark {
    display: flex;
}

.dark-theme .about-space .trusted-by--light {
    display: none;
}

@media (max-width: 1300px) {
    .about-space .icon {
        min-width: 100px;
    }

    .about-space p {
        flex-basis: 45%;
    }

    .about-space .trusted-by__row {
        flex-wrap: wrap;
    }

    .about-space .trusted-by__row img {
        width: 20%;
    }
}

@media (max-width: 1030px) {
    .about-space {
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .about-space .icon {
        display: none;
    }

    .about-space .row {
        margin-bottom: 32px;
        flex-direction: column;
    }

    .about-space h1,
    .about-space h2 {
        margin-bottom: 32px;
    }

    .about-space p {
        max-width: unset;
        flex-basis: auto;
    }

    .about-space p+p {
        margin-top: 32px;
    }

    .about-space .trusted-by__row img {
        width: 33.333%;
    }

    .about-space+.gallery-slider {
        padding: 40px 0;
    }
}

@media (max-width: 550px) {

    .about-space h1,
    .about-space h2 {
        font-size: 44px;
        line-height: 58px;
    }

    .about-space h1 span,
    .about-space h2 span {
        width: 180px;
    }

    .about-space--small-title h2 {
        margin: 0 0 30px;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
    }

    .about-space--small-title h2 b {
        font-weight: 500;
    }
}

@media (max-width: 380px) {

    .about-space h1,
    .about-space h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .about-space h1 span,
    .about-space h2 span {
        width: 150px;
    }

    .about-space--small-title h2 {
        font-size: 24px;
        line-height: normal;
    }
}

.scrolling-row {
    animation-name: scrolling-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: block;
    white-space: nowrap;
}

.scrolling-row span {
    margin-right: 10px;
    font-weight: 500;
    font-size: 120px;
    line-height: 143px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #0f0f0f;
}

.scrolling-row span mark {
    color: #6adc91;
    background-color: transparent;
}

.scrolling-rows {
    overflow: hidden;
    padding-bottom: 60px;
}

.scrolling-rows .scrolling-row:nth-child(1) {
    animation-duration: 107s;
}

.scrolling-rows .scrolling-row:nth-child(2) {
    animation-name: scrolling-right;
    animation-duration: 92s;
}

.scrolling-rows .scrolling-row:nth-child(3) {
    animation-duration: 114s;
}

.scrolling-rows--section {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.scrolling-rows--section .scrolling-row:nth-child(1),
.scrolling-rows--section .scrolling-row:nth-child(2) {
    animation-duration: 200s;
}

.scrolling-rows--section .scrolling-row:nth-child(3) {
    animation-duration: 150s;
}

.scrolling-rows--section .scrolling-row span {
    margin-right: -3px;
    padding-right: 65px;
    font-size: 80px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.scrolling-rows--section .scrolling-row span::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #000;
}

.scrolling-rows--section .scrolling-row span mark {
    color: initial;
    background-color: transparent;
}

@media (max-width: 1024px) {
    .scrolling-rows--section {
        padding-bottom: 38px;
    }

    .scrolling-rows--section .scrolling-row:nth-child(1),
    .scrolling-rows--section .scrolling-row:nth-child(2) {
        animation-duration: 75s;
    }

    .scrolling-rows--section .scrolling-row:nth-child(3) {
        animation-duration: 50s;
    }
}

@keyframes scrolling-right {
    0% {
        transform: translateX(-500vw);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes scrolling-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-500vw);
    }
}

.dark-theme .scrolling-row span {
    color: #dcdee4;
}

.dark-theme .scrolling-rows--section .scrolling-row {
    color: #dcdee4;
}

.dark-theme .scrolling-rows--section .scrolling-row span,
.dark-theme .scrolling-rows--section .scrolling-row mark {
    color: inherit;
}

.dark-theme .scrolling-rows--section .scrolling-row span::after {
    background: #dcdee4;
}

@media (max-width: 1300px) {
    .scrolling-row span {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 1030px) {
    .scrolling-row span {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 768px) {
    .scrolling-rows {
        padding-bottom: 40px;
    }

    .scrolling-row span {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 500px) {
    .scrolling-row span {
        font-size: 40px;
        line-height: 40px;
    }
}

.space-for {
    padding: 105px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
}

.space-for h2 {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: 1.3px;
}

.space-for h2 span {
    width: 250px;
    margin-bottom: -10px;
    display: inline-block;
    border-bottom: 4px solid #ffffff;
}

.space-for p {
    max-width: 610px;
    line-height: 24px;
}

.space-for__scrolling-rows {
    margin-bottom: 240px;
    padding-bottom: 0;
}

.space-for__scrolling-rows span {
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
}

.space-for__scrolling-rows span mark {
    color: inherit;
}

.space-for--scrolling-rows {
    padding-top: 5px;
}

.dark-theme .space-for__scrolling-rows span {
    color: #ffffff;
}

@media (max-width: 1030px) {
    .space-for__scrolling-rows {
        margin-bottom: 150px;
    }

    .space-for__scrolling-rows span {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .space-for__scrolling-rows {
        margin-bottom: 100px;
    }

    .space-for__scrolling-rows span {
        font-size: 60px;
    }
}

@media (max-width: 500px) {
    .space-for {
        padding: 40px 0;
    }

    .space-for h2 {
        font-size: 54px;
        line-height: 58px;
    }

    .space-for h2 span {
        width: 200px;
    }

    .space-for__scrolling-rows {
        margin-bottom: 80px;
    }

    .space-for__scrolling-rows span {
        font-size: 40px;
    }

    .space-for--scrolling-rows {
        padding-top: 5px;
    }
}

@media (max-width: 380px) {
    .space-for h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .space-for h2 span {
        width: 150px;
    }
}

.focused {
    padding: 10px 0 70px;
    background-color: #000000;
    color: #ffffff;
}

.focused .wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.focused .video-player {
    height: 650px;
    width: 820px;
}

.focused__content {
    width: calc(100% - 840px);
}

.focused h2 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.focused p {
    line-height: 24px;
}

.focused p+p {
    margin-top: 20px;
}

.focused a {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 34px;
}

.focused a:not(.button) {
    display: block;
    font-weight: 500;
    color: #6adc91;
}

.focused--v2 {
    padding-top: 20px;
}

.focused--v2 .wrapper {
    align-items: center;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.focused--v2 .focused__content {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 402px;
}

.focused--v2 h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.focused--v2 h2 b {
    font-weight: 500;
}

@media (max-width: 1300px) {
    .focused .video-player {
        height: auto;
        width: calc(60% - 10px);
    }

    .focused__content {
        width: calc(40% - 10px);
    }

    .focused--v2 .wrapper {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .focused--v2 .video-player {
        height: 600px;
        width: calc(50% - 10px);
    }

    .focused--v2 .focused__content {
        width: calc(50% - 10px);
        max-width: unset;
    }
}

@media (max-width: 900px) {

    .focused .video-player,
    .focused__content {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .focused {
        padding: 0 0 40px;
    }

    .focused .wrapper {
        flex-direction: column;
    }

    .focused .video-player,
    .focused__content {
        width: 100%;
    }

    .focused .video-player {
        height: 350px;
    }

    .focused__content {
        margin-top: 32px;
    }

    .focused--v2 .video-player,
    .focused--v2 .focused__content {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .focused .video-player {
        height: 250px;
    }

    .focused .button {
        width: 100%;
    }
}

.video-player {
    position: relative;
}

.video-player .player-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-player .player-controls.active {
    top: 30px;
    left: 30px;
    transform: none;
}

.video-player .play-button {
    padding: 0;
    outline: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.video-player .play-button .icon {
    width: 66px;
    height: 66px;
}

.video-player video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery {
    padding: 20px 0;
}

.gallery-items {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(2) {
    width: 505px;
}

.gallery-item .media {
    height: 100%;
    width: 100%;
}

.gallery .column {
    display: flex;
    flex-direction: column;
}

.gallery .column .gallery-item {
    width: 190px;
    height: 160px;
}

.gallery .column .gallery-item:nth-child(1) {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .gallery-items {
        flex-wrap: wrap;
    }

    .gallery-items>.gallery-item {
        height: 200px;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .gallery .column {
        width: 100%;
        flex-direction: row;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .gallery .column>.gallery-item.gallery-item {
        height: 200px;
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .gallery-items {
        flex-direction: column;
    }

    .gallery-items>.gallery-item {
        height: 150px;
        width: 100%;
        margin-bottom: 20px;
    }

    .gallery .column {
        width: 100%;
        flex-direction: row;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .gallery .column>.gallery-item.gallery-item {
        height: 150px;
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
}

.thanks {
    text-align: center;
    color: #0f0f0f;
}

.thanks .container {
    max-width: 740px;
}

.thanks .wrapper {
    min-height: calc(100vh - 421px);
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thanks__decor .icon {
    width: 109px;
    height: 110px;
    color: #6adc91;
}

.thanks__title {
    font-size: 96px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 1.3px;
}

.thanks__subtitle {
    margin-top: 15px;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
}

.thanks__subtitle+p {
    margin-top: 15px;
}

.thanks p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #000;
}

.thanks p a {
    font-weight: 600;
    color: #0f0f0f;
    text-decoration: none;
}

.thanks .button {
    min-width: 336px;
    margin-top: 30px;
}

.thanks--deposit .wrapper {
    padding: 75px 0 100px;
}

.thanks--deposit .thanks__title {
    font-size: 64px;
    font-weight: 700;
}

.thanks--deposit .thanks__subtitle {
    font-size: 24px;
    letter-spacing: initial;
}

.thanks--deposit .butto {
    margin-top: 15px;
}

.thanks__instruction {
    margin-top: 75px;
}

@media (max-width: 768px) {
    .thanks .wrapper {
        min-height: unset;
        padding: 50px 0;
    }

    .thanks .thanks__title {
        font-size: 40px;
        line-height: normal;
    }

    .thanks .thanks__subtitle {
        font-size: 24px;
    }

    .thanks__instruction {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .thanks .button {
        min-width: unset;
    }
}

.instruction {
    max-width: 560px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    text-align: left;
    color: #0f0f0f;
    background-color: #edeef2;
}

.instruction__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.instruction ol,
.instruction ul {
    padding-left: 20px;
    list-style: auto;
}

.instruction ol li+li,
.instruction ul li+li {
    margin-top: 25px;
}

.instruction p {
    color: inherit;
    font-size: 16px;
}

.discover-hero {
    padding: 40px 0 60px;
    color: #0f0f0f;
}

.discover-hero .row {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.discover-hero__title {
    max-width: 400px;
    width: 100%;
    font-size: clamp(36px, 5vw, 80px);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
}

.discover-hero__title span {
    display: block;
}

.discover-hero__title span:nth-child(2) {
    text-align: right;
}

.discover-hero__text {
    max-width: 545px;
    line-height: 24px;
}

.discover-hero__text p+h5 {
    margin-top: 10px;
}

.discover-hero__text h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.discover-hero__text b,
.discover-hero__text strong {
    font-weight: 700;
}

.discover-hero__text .read-more-content {
    margin-top: 10px;
}

.discover-hero .trusted-by {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.discover-hero .trusted-by--dark {
    display: none;
}

.discover-hero .trusted-by h4 {
    font-weight: 500;
}

.discover-hero .trusted-by__row {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.discover-hero .button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
}

.dark-theme .discover-hero {
    color: #dcdee4;
}

.dark-theme .discover-hero .trusted-by--dark {
    display: flex;
}

.dark-theme .discover-hero .trusted-by--light {
    display: none;
}

@media (max-width: 1300px) {
    .discover-hero .trusted-by__row {
        flex-wrap: wrap;
    }

    .discover-hero .trusted-by__row img {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .discover-hero .row {
        flex-direction: column;
        row-gap: 30px;
    }

    .discover-hero__title,
    .discover-hero__text {
        max-width: unset;
    }

    .discover-hero__title span {
        display: inline-block;
        text-align: left !important;
    }

    .discover-hero .trusted-by__row img {
        width: 33.333%;
    }

    .discover-hero+.gallery-slider {
        padding: 40px 0;
    }
}

@media (max-width: 500px) {
    .discover-hero {
        padding: 40px 0;
    }

    .discover-hero .button {
        margin-top: 30px;
        width: 100%;
    }
}

.simple-two-column {
    padding: 60px 0;
    color: #0f0f0f;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.simple-two-column .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px 60px;
}

.simple-two-column .column {
    width: 100%;
}

.simple-two-column .column:nth-child(1) {
    max-width: calc(100% - 480px);
}

.simple-two-column .column:nth-child(2) {
    max-width: 400px;
}

.simple-two-column h2 {
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 700;
    line-height: normal;
}

.simple-two-column p {
    margin-top: 20px;
    line-height: 1.5;
}

.simple-two-column img {
    width: 100%;
    height: auto;
    display: block;
}

.dark-theme .simple-two-column {
    color: #dcdee4;
}

@media (max-width: 1200px) {
    .simple-two-column .column:nth-child(1) {
        max-width: calc(60% - 15px);
    }

    .simple-two-column .column:nth-child(2) {
        max-width: calc(40% - 15px);
    }
}

@media (max-width: 768px) {
    .simple-two-column .wrapper {
        flex-direction: column;
    }

    .simple-two-column .column:nth-child(1),
    .simple-two-column .column:nth-child(2) {
        max-width: unset;
    }
}

@media (max-width: 500px) {
    .simple-two-column {
        padding: 40px 0;
    }
}

.compare-spaces {
    padding: 60px 0;
    color: #0f0f0f;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
    line-height: 24px;
}

.compare-spaces__title {
    max-width: 550px;
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 1.3px;
}

.compare-spaces__text p {
    margin-top: 25px;
}

.compare-spaces__items {
    counter-reset: number;
    margin-top: 45px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 40px 30px;
    list-style: none;
}

.compare-spaces__item {
    display: flex;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.compare-spaces__item::before {
    counter-increment: number;
    content: counter(number);
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #0f0f0f;
}

.compare-spaces__item h3 {
    font-size: 24px;
    font-weight: 500;
}

.compare-spaces__item p {
    margin-top: 10px;
}

.compare-spaces .button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
}

.dark-theme .compare-spaces {
    color: #dcdee4;
}

.dark-theme .compare-spaces__item::before {
    border: 1px solid #dcdee4;
}

@media (max-width: 1030px) {
    .compare-spaces__item {
        flex-direction: column;
    }

    .compare-spaces__item h3 {
        margin-top: 15px;
    }
}

@media (max-width: 834px) {
    .compare-spaces__items {
        flex-wrap: wrap;
    }

    .compare-spaces__item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .compare-spaces {
        padding: 40px 0;
    }

    .compare-spaces .button {
        width: 100%;
    }
}

.discover-spaces {
    padding: 60px 0;
    color: #0f0f0f;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.discover-spaces__title {
    font-size: 30px;
    font-weight: 700;
}

.discover-spaces .row {
    margin: 25px -15px 0;
}

.dark-theme .discover-spaces {
    color: #dcdee4;
}

@media (max-width: 500px) {
    .discover-spaces {
        padding: 40px 0;
    }
}

.our-values-hero {
    padding: 60px 0;
    color: #0f0f0f;
}

.our-values-hero .wrapper {
    display: flex;
    align-items: flex-end;
    gap: 30px 60px;
}

.our-values-hero .column {
    width: 100%;
}

.our-values-hero .column:nth-child(1) {
    max-width: 700px;
}

.our-values-hero .column:nth-child(2) {
    max-width: 380px;
}

.our-values-hero__title {
    font-size: 30px;
    font-weight: 700;
}

.our-values-hero__subtitle {
    margin-top: 25px;
    font-size: clamp(36px, 5vw, 80px);
    font-weight: 400;
    letter-spacing: 1.3px;
}

.our-values-hero__subtitle b {
    font-weight: 700;
}

.our-values-hero h3 {
    font-size: 24px;
    font-weight: 500;
}

.our-values-hero p {
    margin-top: 25px;
    line-height: 24px;
}

.dark-theme .our-values-hero {
    color: #dcdee4;
}

@media (max-width: 1030px) {
    .our-values-hero .wrapper {
        flex-direction: column;
    }

    .our-values-hero .column:nth-child(1),
    .our-values-hero .column:nth-child(2) {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .our-values-hero {
        padding: 40px 0;
    }
}

.core-values {
    padding: 40px 0;
    color: #0f0f0f;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
    border-bottom: 1px solid rgba(220, 222, 228, 0.4);
    overflow: hidden;
}

.core-values__title {
    text-align: center;
    font-size: clamp(30px, 5vw, 64px);
    letter-spacing: 1.3px;
    font-weight: 700;
}

.core-values__items {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.core-values__item {
    width: 50%;
    padding: 40px;
    position: relative;
}

.core-values__item::before {
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.core-values__item:nth-child(odd) {
    padding-left: 0;
}

.core-values__item:nth-child(even) {
    padding-right: 0;
}

.core-values__item:nth-child(even)::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid rgba(220, 222, 228, 0.4);
}

.core-values__item:last-child {
    max-width: 838px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.core-values__item p {
    margin-top: 15px;
    line-height: 24px;
}

.core-values__item h3 {
    font-size: 24px;
    font-weight: 400;
}

.core-values__item h3 b {
    font-weight: 700;
}

.dark-theme .core-values {
    color: #dcdee4;
}

@media (max-width: 768px) {
    .core-values {
        padding: 40px 0 0;
    }

    .core-values__items {
        margin-top: 40px;
    }

    .core-values__item {
        padding: 40px 15px;
    }
}

@media (max-width: 600px) {
    .core-values__item {
        width: 100%;
        padding: 30px 0;
        text-align: center;
    }

    .core-values__item::after {
        display: none;
    }
}

.locations {
    padding: 60px 0;
    color: #0f0f0f;
}

.locations__title {
    text-align: center;
    font-size: clamp(30px, 5vw, 64px);
    letter-spacing: 1.3px;
    font-weight: 700;
}

.locations__content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.locations__tabs-links {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px 30px;
    border: 0;
    position: relative;
    border: 1px solid rgba(220, 222, 228, 0.4);
    background-color: #ffffff;
}

.locations__tabs-links::before {
    content: "";
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.locations__tabs-links .tabs-link {
    width: -moz-fit-content;
    width: fit-content;
}

.locations__tabs-contents {
    width: 100%;
    margin-top: 30px;
    overflow: visible;
}

.locations .tabs-contents__inner {
    overflow: hidden;
    position: relative;
}

.locations__tabs-content {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

.locations .column {
    display: flex;
    flex-direction: column;
}

.locations__link {
    text-align: center;
    transition: 0.3s;
    text-decoration-color: transparent;
}

.locations__link+.locations__link {
    margin-top: 20px;
}

.locations__link:hover {
    text-decoration-color: #0f0f0f;
}

.dark-theme .locations {
    color: #dcdee4;
}

.dark-theme .locations__tabs-links {
    background-color: #0f0f0f;
}

.dark-theme .locations__link:hover {
    text-decoration-color: #dcdee4;
}

@media (max-width: 768px) {
    .locations {
        padding: 30px 0 0;
    }

    .locations__content {
        margin-top: 30px;
    }

    .locations__tabs-contents {
        margin-top: 0;
    }

    .locations__tabs-contents::before,
    .locations__tabs-contents::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .locations__tabs-contents::before {
        content: "";
        width: 100vw;
        border-top: 1px solid rgba(220, 222, 228, 0.4);
    }

    .locations__tabs-contents::after {
        content: "";
        height: 100%;
        border-left: 1px solid rgba(220, 222, 228, 0.4);
    }

    .locations__tabs-contents:not(.active)::before {
        opacity: 0;
    }

    .locations__tabs-contents.active::before {
        opacity: 1;
        transition: 0.3s;
    }

    .locations__tabs-content {
        padding: 30px 0;
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .locations__tabs-content::before {
        display: none;
    }

    .locations .column {
        width: calc(50% - 22.5px);
    }
}

@media (max-width: 500px) {
    .locations__tabs-links {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.how-it-works-in-steps {
    padding: 80px 0 100px;
    color: #ffffff;
    background-color: #6adc91;
}

.how-it-works-in-steps .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.how-it-works-in-steps__title {
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 1.3px;
}

.how-it-works-in-steps__items {
    margin-top: 80px;
    padding-left: 0;
    counter-reset: number;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.how-it-works-in-steps__item {
    width: calc(25% - 22.5px);
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
}

.how-it-works-in-steps__item::before {
    counter-increment: number;
    content: counter(number);
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

@media (max-width: 1030px) {
    .how-it-works-in-steps__item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 500px) {
    .how-it-works-in-steps {
        padding: 40px 0 60px;
    }

    .how-it-works-in-steps__items {
        margin-top: 40px;
    }

    .how-it-works-in-steps__item {
        width: calc(50% - 15px);
        padding: 0;
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .how-it-works-in-steps__item {
        padding: 0 15px;
        width: 100%;
    }
}

.refer-friend {
    padding: 60px 0;
    color: #0f0f0f;
}

.refer-friend .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.refer-friend__title {
    max-width: 520px;
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 1.3px;
    text-align: center;
}

.refer-friend__subtitle {
    margin-top: 60px;
    font-weight: 700;
    font-size: clamp(24px, 5vw, 30px);
    text-align: center;
}

.refer-friend p {
    max-width: 520px;
    margin-top: 16px;
    line-height: 24px;
    text-align: center;
}

.refer-friend__form {
    max-width: 520px;
    width: 100%;
    margin-top: 80px;
}

.refer-friend__form .gform_fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.refer-friend__form h4 {
    font-size: 18px;
    font-weight: 700;
}

.refer-friend__form .select-wrapper {
    margin-bottom: 20px;
}

.refer-friend__form .iti {
    height: 48px;
}

.refer-friend__form .nice-select {
    width: 100%;
    height: 48px;
    margin: 0;
}

.refer-friend__form .nice-select::after {
    display: block;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 6px;
    width: 6px;
    right: 18px;
    margin-top: -4px;
}

.refer-friend__form .nice-select .current {
    height: 100%;
    line-height: initial;
}

.refer-friend__form .nice-select .list {
    width: 100%;
    left: 0;
    top: 100%;
}

.refer-friend__form .gfield {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.refer-friend__form .gfield--width-half {
    padding-right: 5px;
    width: calc(45% - 5px);
}

.refer-friend__form .gfield--width-half+.gfield--width-half {
    padding-left: 5px;
    padding-right: 0;
    width: calc(55% - 5px);
}

.refer-friend__form .gfield .ginput_container.active input {
    border-color: #6adc91;
}

.refer-friend__form .gfield[for=phone] {
    position: relative;
}

.refer-friend__form .gfield[for=phone]::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/images/svg/edit.svg);
    background-size: cover;
}

.refer-friend__form .gfield[for=message] {
    width: 100%;
}

.refer-friend__form .gfield .gfield_label {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.refer-friend__form .gfield textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #dcdee4;
    outline: 0;
    resize: none;
    transition: 0.2s;
}

.refer-friend__form .gfield input,
.refer-friend__form .gfield .current {
    width: 100%;
    padding: 14px 40px 14px 16px;
    display: block;
    border: 1px solid #dcdee4;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #0f0f0f;
}

.refer-friend__form .gfield input::-moz-placeholder,
.refer-friend__form .gfield .current::-moz-placeholder {
    color: #000;
}

.refer-friend__form .gfield input::placeholder,
.refer-friend__form .gfield .current::placeholder {
    color: #000;
}

.refer-friend__form .gfield input:focus-visible,
.refer-friend__form .gfield .current:focus-visible {
    outline: 0;
}

.refer-friend__form .gfield textarea {
    color: #0f0f0f;
}

.refer-friend__form .gfield.active input,
.refer-friend__form .gfield.active textarea {
    border-color: #6adc91;
}

.refer-friend__form [type=submit] {
    width: 100%;
    margin-top: 12px;
    color: #ffffff;
    background-color: #6adc91;
}

.refer-friend__form [type=submit]:hover {
    background-color: #2fca64;
}

.refer-friend__form [type=submit]:active {
    background-color: #2bb55a;
}

.refer-friend__form [type=submit]:focus-visible {
    outline: 1px solid #26a150;
}

.refer-friend__afterwords {
    margin-top: 25px;
    text-align: center;
}

.dark-theme .refer-friend {
    color: #dcdee4;
}

@media (max-width: 550px) {
    .refer-friend__form .gfield--width-half.gfield--width-half {
        padding: 0;
        width: 100%;
    }
}

.banner {
    margin: 14px 0 60px;
}

.banner .wrapper {
    width: 100%;
    padding: 24px 33px 24px 27px;
    display: flex;
    justify-content: space-between;
    gap: 25px 40px;
    border-radius: 10px;
    background: rgba(106, 220, 145, 0.1);
}

.banner__title {
    max-width: 395px;
    color: #0f0f0f;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.banner__title b {
    font-weight: 700;
}

.banner .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px 30px;
}

.banner__text {
    max-width: 505px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.banner .button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 20px;
    white-space: nowrap;
}

@media (max-width: 1280px) {
    .banner {
        margin: 60px 0 0;
    }

    .banner__title br {
        display: none;
    }
}

@media (max-width: 1150px) {
    .banner .wrapper {
        align-items: center;
    }

    .banner__title {
        max-width: 305px;
    }
}

@media (max-width: 1024px) {
    .banner .wrapper {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .banner__title,
    .banner__text {
        max-width: unset;
    }
}

@media (max-width: 650px) {
    .banner .row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 500px) {
    .banner .button {
        width: 100%;
    }
}

.dark-theme .banner .wrapper {
    background: rgba(106, 220, 145, 0.8);
}

.dark-theme .banner__title,
.dark-theme .banner__text {
    color: #ffffff;
}

.footer {
    border-top: 1px solid rgba(220, 222, 228, 0.4);
    color: #0f0f0f;
    position: relative;
    overflow: hidden;
}

.footer__top .icon {
    height: 80px;
    width: 80px;
}

.footer__top .column {
    padding: 20px 0 20px;
}

.footer__top .column:nth-child(2),
.footer__top .column:nth-child(3),
.footer__top .column:nth-child(4) {
    padding-left: 20px;
    border-left: 1px solid rgba(220, 222, 228, 0.4);
}

.footer__top .column:nth-child(5) {
    display: flex;
    align-items: center;
    color: #dcdee4;
}

.footer h5 {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.footer li {
    font-size: 16px;
    line-height: 24px;
}

.footer li+li {
    margin-top: 8px;
}

.footer__bottom {
    padding: 20px 0;
    position: relative;
}

.footer__bottom::before {
    content: "";
    width: 150vw;
    position: absolute;
    top: 0;
    left: -50vw;
    border-top: 1px solid rgba(220, 222, 228, 0.4);
}

.footer__bottom .icon {
    width: 120px;
    height: 32px;
}

.footer .copyright {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer__logo.md-hidden {
    display: none;
}

.dark-theme .footer {
    color: #dcdee4;
}

.dark-theme .footer__top .column h5::after {
    border-color: #dcdee4;
}

@media (max-width: 768px) {
    .footer {
        border-top: 0;
    }

    .footer__top {
        flex-wrap: wrap;
        border-top: 1px solid rgba(220, 222, 228, 0.4);
    }

    .footer__top .column {
        width: 50%;
        position: relative;
    }

    .footer__top .column:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .footer__top .column:nth-child(3)::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100vw;
        border-top: 1px solid rgba(220, 222, 228, 0.4);
    }

    .footer__top .column:nth-child(5) {
        display: none;
    }

    .footer__logo {
        width: 120px;
        height: 32px;
        margin-bottom: 30px;
    }

    .footer__logo svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .footer__logo.sm-hidden {
        display: none;
    }

    .footer__logo.md-hidden {
        display: block;
    }

    .footer__bottom {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .footer__top {
        flex-direction: column;
    }

    .footer__top .column {
        width: 100%;
        padding: 20px 0;
        border-left: 0;
    }

    .footer__top .column:nth-child(2)::before,
    .footer__top .column:nth-child(4)::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100vw;
        border-top: 1px solid rgba(202, 209, 215, 0.3);
    }

    .footer__top .column:nth-child(2),
    .footer__top .column:nth-child(3),
    .footer__top .column:nth-child(4) {
        border-left: 0;
        padding-left: 0;
    }

    .footer__top .column h5 {
        font-size: 16px;
        line-height: initial;
        margin-bottom: 0;
        position: relative;
    }

    .footer__top .column h5::after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: 2px;
        border: solid #0f0f0f;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 6px;
        transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transition: 0.2s;
    }

    .footer__top .column ul {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .footer__top .column li {
        font-size: 16px;
    }

    .footer__top .column.active h5::after {
        top: calc(50% - 1px);
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform: translate(0, -50%) rotate(135deg);
    }

    .footer__top .column.active ul {
        margin-top: 15px;
    }
}

body.home-landing .footer {
    background: #f7f7f7;
}

body.home-landing.dark-theme .footer {
    background: #0f0f0f;
}

.ajax-loader {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.ajax-loader .tube-spinner {
    position: relative;
    width: 60px;
    height: 60px;
    background-image: url(../images/svg/tube-spinner.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ajax-loader.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.5647058824);
    z-index: 2;
    display: none;
}

.overlay.active {
    display: block;
}

.mfp-content {
    padding: 20px 0 20px;
}

.mfp-image-holder .mfp-content {
    padding: 0;
}

.mfp-image-holder .mfp-close {
    display: none;
}

.mfp-image-holder .mfp-arrow::before {
    display: none;
}

.mfp-image-holder .mfp-arrow-left::after {
    border-right: 17px solid #dcdee4;
}

.mfp-image-holder .mfp-arrow-right::after {
    border-left: 17px solid #dcdee4;
}

.mfp-image-holder .mfp-counter {
    top: 4px;
    color: #dcdee4;
    font-size: 16px;
}

.popup {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #0f0f0f;
}

.popup .mfp-close {
    display: none;
}

.popup .button.mfp-close {
    display: flex;
    position: static;
    opacity: 1;
    color: #ffffff;
    font-family: "GroteskNeue", sans-serif;
    line-height: initial;
}

.popup .wrapper {
    max-width: 400px;
    padding: 32px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.popup h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.popup__link {
    align-self: flex-end;
    font-size: 14px;
    line-height: 27px;
    text-align: right;
    text-decoration: underline;
    color: #6adc91;
}

.popup fieldset {
    margin-bottom: 20px;
    position: relative;
}

.popup fieldset span {
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.popup fieldset input {
    border: 1px solid #dcdee4;
    width: 100%;
    padding: 14px 16px 14px 40px;
    border: 1px solid #dcdee4;
    font-size: 16px;
    line-height: 18px;
}

.popup fieldset input::-moz-placeholder {
    color: #000;
}

.popup fieldset input::placeholder {
    color: #000;
}

.popup fieldset input:focus-visible {
    outline: 0;
}

.popup fieldset .icon {
    position: absolute;
    bottom: 17px;
    left: 16px;
    width: 16px;
    height: 16px;
    color: #000;
    transition: 0.18s ease;
}

.popup fieldset.active .icon {
    color: #6adc91;
}

.popup .checkbox {
    margin-top: 12px;
}

.popup [type=submit] {
    margin-top: 25px;
}

.popup .iti__country-list {
    top: unset !important;
    bottom: 100% !important;
}

.inspection-popup .wrapper {
    position: relative;
}

.confirmed-popup .confirmed-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.18s ease;
}

.confirmed-popup .confirmed-container p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;
    text-align: center;
}

.confirmed-popup .confirmed-container p b {
    font-weight: 500;
    color: #0f0f0f;
}

.confirmed-popup .confirmed-container .icon {
    height: 32px;
    width: 32px;
    margin-bottom: 4px;
    color: #6adc91;
}

.confirmed-popup .confirmed-container .button {
    margin-top: 25px;
    width: 100%;
}

.confirmed-popup .confirmed-container .button .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.confirmed-popup#listingThanksPopup p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.confirmed-popup#listingThanksPopup .button {
    margin-top: 10px;
}

.deposit-payment-popup .wrapper {
    max-width: 580px;
    padding: 35px 40px 50px;
}

.deposit-payment-popup h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}

.deposit-payment-popup h2+p {
    margin-top: 20px;
}

.deposit-payment-popup h3 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
}

.deposit-payment-popup h3+.deposit-payment-popup__row {
    margin-top: 20px;
}

.deposit-payment-popup h4 {
    font-size: 14px;
    font-weight: 700;
}

.deposit-payment-popup p {
    line-height: 24px;
    color: #666;
}

.deposit-payment-popup span {
    font-size: 14px;
}

.deposit-payment-popup__row {
    max-width: 385px;
    margin-top: 20px;
    color: #1f1f1f;
}

.deposit-payment-popup__amount {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

.deposit-payment-popup .button {
    min-width: 300px;
    margin-top: 25px;
    font-weight: 600;
}

.deposit-payment-popup__tips {
    max-width: 450px;
    margin-top: 25px;
    color: #666;
}

.deposit-payment-popup__tips a {
    font-weight: 700;
    text-decoration: underline;
}

.deposit-payment-popup__tips p+p {
    margin-top: 30px;
}

.message-popup {
    width: 100%;
    max-width: 580px;
}

.message-popup .wrapper {
    width: 100%;
    max-width: unset;
    padding: 35px 40px 45px;
    align-items: flex-start;
}

.message-popup .gform_wrapper {
    width: 100%;
}

.message-popup h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.message-popup .message-form {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 430px) {
    .mfp-container {
        overflow: scroll;
    }

    .popup {
        width: 100%;
    }

    .popup .wrapper {
        width: 100%;
        padding: 35px 15px;
    }
}

.account-popup .wrapper {
    width: 400px;
    justify-content: center;
    height: 462px;
    transition: height 0.2s ease;
    position: relative;
}

.account-popup__toggle-button {
    margin-bottom: 25px;
}

.account-popup__toggle-button a:nth-child(1) .icon {
    width: 16px;
    height: 16px;
}

.account-popup__toggle-button a:nth-child(2) .icon {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
}

.account-popup__form-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.account-popup__form-wrapper {
    display: flex;
    flex-direction: column;
}

.account-popup .account-popup__login {
    width: 100%;
    transform: translateX(0);
    transition: transform 0.18s ease;
}

.account-popup .account-popup__signup {
    width: 0;
    position: absolute;
    transform: translateX(400px);
    transition: none;
}

.account-popup .checkbox {
    margin-top: 0;
}

.account-popup h2+fieldset {
    margin-top: 20px;
}

.account-popup h2+span {
    margin-top: 4px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.account-popup form {
    display: flex;
    flex-direction: column;
}

.account-popup #loginForm fieldset:nth-child(3) {
    margin-bottom: 4px;
}

.account-popup #loginForm .checkbox {
    margin-top: 15px;
}

.account-popup fieldset {
    margin-bottom: 20px;
}

.account-popup fieldset label input+button {
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    bottom: 15px;
    right: 16px;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.account-popup fieldset label input+button .icon {
    position: static !important;
}

.account-popup fieldset label input+button.active .icon {
    color: #6adc91;
}

.account-popup fieldset label.active>.icon {
    color: #6adc91;
}

.account-popup fieldset label.active input {
    border-color: #6adc91;
}

.account-popup .remmemberCheckbox {
    font-size: 14px;
}

.account-popup .help-message {
    margin-top: 4px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}

.account-popup .verify-form-container {
    transition: transform 0.18s ease;
    position: absolute;
    transform: translateX(400px);
}

.account-popup .verify-form-container form fieldset {
    margin: 25px 0 0;
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.account-popup .verify-form-container form fieldset input {
    width: 50px;
    height: 50px;
    min-height: unset;
    padding: 14.5px 18.5px;
    font-size: 18px;
    font-weight: 500;
    background-color: #fafbfb;
    border: 1px solid #dcdee4;
    outline: none;
}

.account-popup .verify-form-container form fieldset input::-moz-placeholder {
    color: #0f0f0f;
}

.account-popup .verify-form-container form fieldset input::placeholder {
    color: #0f0f0f;
}

.account-popup .verify-form-container form fieldset input::-webkit-outer-spin-button,
.account-popup .verify-form-container form fieldset input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.account-popup .verify-form-container form fieldset input[type=number] {
    -moz-appearance: textfield;
}

.account-popup .verify-form-container form fieldset input:focus {
    border-color: #000;
}

.account-popup .verify-form-container form fieldset input.active {
    background-color: #e4ffed;
    border-color: #6adc91;
}

.account-popup .verify-form-container form [type=submit] {
    margin-top: 25px;
}

.account-popup .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translateX(400px);
    transition: transform 0.18s ease;
}

.account-popup .loading-container .spinner {
    margin-bottom: 28px;
}

.account-popup .loading-container .accepted-verification-code {
    margin: 25px 0 0;
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.account-popup .loading-container .accepted-verification-code li {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    background-color: #e4ffed;
    border: 1px solid #6adc91;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.account-popup .confirmed-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translateX(400px);
    transition: transform 0.18s ease;
}

.account-popup .confirmed-container .icon {
    height: 32px;
    width: 32px;
    margin-bottom: 4px;
    color: #6adc91;
}

.account-popup .confirmed-container .button {
    margin-top: 25px;
    width: 100%;
}

.account-popup .confirmed-container .button .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.account-popup.signup .wrapper {
    height: auto;
}

.account-popup.signup .account-popup__login {
    width: 0;
    transform: translateX(-400px);
    transition: none;
    height: 0;
}

.account-popup.signup .account-popup__signup {
    width: 100%;
    transition: transform 0.18s ease;
    position: static;
    transform: translateX(0);
}

.account-popup.verify .wrapper {
    height: 272px;
}

.account-popup.verify .account-popup__form-container,
.account-popup.verify .account-popup__toggle-button,
.account-popup.verify .account-popup__signup {
    transform: translate(-400px);
    position: absolute;
}

.account-popup.verify .verify-form-container {
    transform: translateX(0);
    position: static;
}

.account-popup.loading .wrapper {
    height: 248px;
}

.account-popup.loading .account-popup__form-container,
.account-popup.loading .account-popup__toggle-button,
.account-popup.loading .account-popup__signup,
.account-popup.loading .verify-form-container {
    transform: translate(-400px);
    position: absolute;
}

.account-popup.loading .loading-container {
    transform: translateX(0);
    position: static;
}

.account-popup.confirmed .wrapper {
    height: 250px;
}

.account-popup.confirmed .account-popup__form-container,
.account-popup.confirmed .account-popup__toggle-button,
.account-popup.confirmed .account-popup__signup,
.account-popup.confirmed .verify-form-container,
.account-popup.confirmed .loading-container {
    transform: translate(-400px);
    position: absolute;
}

.account-popup.confirmed .confirmed-container {
    transform: translateX(0);
    position: static;
}

@media (max-width: 430px) {
    .account-popup .wrapper {
        width: 100%;
    }

    .account-popup .account-popup__login,
    .account-popup .verify-form-container {
        width: 100%;
    }

    .account-popup .verify-form-container.verify-form-container fieldset {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .account-popup .verify-form-container.verify-form-container fieldset input {
        width: 16.666%;
        padding: 0;
        text-align: center;
    }

    .account-popup .loading-container {
        width: 100%;
    }

    .account-popup .loading-container .accepted-verification-code {
        width: 100%;
    }

    .account-popup .loading-container .accepted-verification-code li {
        width: 16.666%;
        padding: 0;
    }
}

@media (max-width: 380px) {
    .account-popup.confirmed .wrapper {
        height: 274px;
    }
}

@media (max-width: 345px) {
    .account-popup.verify .wrapper {
        height: 296px;
    }
}

.message-form fieldset,
.message-form .gform_fields {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.message-form .gfield_label {
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.message-form label,
.message-form .gfield {
    display: flex;
    flex-direction: column;
}

.message-form label input,
.message-form .gfield input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dcdee4;
    font-size: 16px;
    line-height: 18px;
    outline: none;
}

.message-form label input::-moz-placeholder,
.message-form .gfield input::-moz-placeholder {
    color: #666;
    font-weight: 400;
}

.message-form label input::placeholder,
.message-form .gfield input::placeholder {
    color: #666;
    font-weight: 400;
}

.message-form label.message-host-daterange input,
.message-form .gfield.message-host-daterange input {
    font-weight: 500;
}

.message-form label.message-host-daterange input.invalid-value,
.message-form .gfield.message-host-daterange input.invalid-value {
    color: #f6564a;
    border-color: #f6564a !important;
}

.message-form label textarea,
.message-form .gfield textarea {
    width: 100%;
    height: 180px;
    padding: 14px 16px;
    resize: none;
    font-family: "GroteskNeue";
    font-size: 16px;
    outline: none;
    border: 1px solid #dcdee4;
}

.message-form label textarea::-moz-placeholder,
.message-form .gfield textarea::-moz-placeholder {
    color: #666;
}

.message-form label textarea::placeholder,
.message-form .gfield textarea::placeholder {
    color: #666;
}

.message-form label .ginput_container.active input,
.message-form label .ginput_container.active textarea,
.message-form .gfield .ginput_container.active input,
.message-form .gfield .ginput_container.active textarea {
    border-color: #6adc91;
}

.message-form .button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    margin-top: 30px;
    font-weight: 500;
    background-color: #6adc91;
    color: #fff;
}

.message-form .button:hover {
    background-color: #2fca64;
}

@media (max-width: 500px) {
    .message-form .button {
        width: 100%;
    }
}

.message-daterange {
    z-index: 9999 !important;
    margin-top: 5px !important;
}

.condition-report .condition-report-content {
    max-width: 900px;
    margin: 0 auto;
}

.condition-report .condition-report-reference {
    background: #e3f2fd;
    border-left: 4px solid #1976d2;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.condition-report .condition-report-reference h3 {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
}

.condition-report .condition-report-reference p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
}

.condition-area {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.condition-area__header {
    margin-bottom: 1rem;
}

.condition-area__header h3 {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333;
}

.condition-area__header .area-description {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.condition-area__items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.condition-area__comment {
    margin-bottom: 1rem;
}

.condition-area__comment label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
}

.condition-area__comment label .optional {
    font-weight: 400;
    color: #999;
    font-size: 0.85rem;
}

.condition-area__comment textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    resize: vertical;
    font-family: inherit;
}

.condition-area__comment--readonly {
    padding: 0.75rem;
    background: #fafafa;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.condition-area__photos,
.condition-area__videos {
    margin-bottom: 1rem;
}

.condition-area__photos label,
.condition-area__videos label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
}

.condition-area__photos label .optional,
.condition-area__videos label .optional {
    font-weight: 400;
    color: #999;
    font-size: 0.85rem;
}

.condition-area__photos--readonly,
.condition-area__videos--readonly {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.condition-area--readonly {
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}

.condition-area--notes {
    background: #fff;
}

.condition-area--signature {
    background: #fff;
}

.condition-area--signature-view .signature-view {
    padding: 1rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
}

.condition-area--signature-view .signature-view img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.condition-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.condition-item:last-child {
    border-bottom: none;
}

.condition-item__label {
    flex: 1;
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

.condition-item__options {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.condition-item__checkin-ref {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: #f5f5f5;
    border-radius: 3px;
}

.condition-item--readonly {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.condition-item--readonly:last-child {
    border-bottom: none;
}

.condition-radio {
    cursor: pointer;
}

.condition-radio input[type=radio] {
    display: none;
}

.condition-radio__pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 56px;
}

.condition-radio__pill--good {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.condition-radio__pill--fair {
    background: #fff8e1;
    color: #f57f17;
    border-color: #ffecb3;
}

.condition-radio__pill--poor {
    background: #fce4ec;
    color: #c62828;
    border-color: #f8bbd0;
}

.condition-radio__pill--na {
    background: #f5f5f5;
    color: #757575;
    border-color: #e0e0e0;
}

.condition-radio__pill.active.condition-radio__pill--good {
    background: #2e7d32;
    color: #fff;
}

.condition-radio__pill.active.condition-radio__pill--fair {
    background: #f57f17;
    color: #fff;
}

.condition-radio__pill.active.condition-radio__pill--poor {
    background: #c62828;
    color: #fff;
}

.condition-radio__pill.active.condition-radio__pill--na {
    background: #757575;
    color: #fff;
}

.condition-radio input[type=radio]:checked+.condition-radio__pill--good {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

.condition-radio input[type=radio]:checked+.condition-radio__pill--fair {
    background: #f57f17;
    color: #fff;
    border-color: #f57f17;
}

.condition-radio input[type=radio]:checked+.condition-radio__pill--poor {
    background: #c62828;
    color: #fff;
    border-color: #c62828;
}

.condition-radio input[type=radio]:checked+.condition-radio__pill--na {
    background: #757575;
    color: #fff;
    border-color: #757575;
}

.condition-dropzone {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.condition-dropzone:hover {
    border-color: #4CAF50;
    background: #f9fff9;
}

.condition-dropzone .dropzone-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    color: #999;
}

.condition-dropzone .dropzone-icon {
    font-size: 1.5rem;
    color: #bbb;
}

.condition-dropzone input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.condition-photo-preview,
.condition-video-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.photo-thumb {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.photo-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.photo-thumb--uploading {
    opacity: 0.5;
}

.photo-thumb--uploading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #4CAF50;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.photo-thumb--uploaded {
    opacity: 1;
}

.photo-thumb--view {
    display: inline-block;
    transition: transform 0.2s;
}

.photo-thumb--view:hover {
    transform: scale(1.05);
}

.photo-thumb .remove-media {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-thumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #f5f5f5;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.video-thumb__icon {
    font-size: 1.2rem;
    color: #666;
}

.video-thumb__name {
    font-size: 0.85rem;
    color: #333;
}

.video-thumb--uploaded {
    border-color: #4CAF50;
    background: #f0f8f0;
}

.video-thumb .remove-media {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.video-link {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #e8f5e9;
    border-radius: 4px;
    color: #2e7d32;
    text-decoration: none;
    font-size: 0.85rem;
    margin-right: 0.5rem;
}

.video-link:hover {
    background: #c8e6c9;
    text-decoration: none;
}

.signature-pad-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    max-width: 100%;
}

.signature-pad-wrapper canvas {
    display: block;
    max-width: 100%;
    height: auto;
    touch-action: none;
}

.signature-pad-actions {
    margin-top: 0.5rem;
}

.condition-report-declaration {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
}

.condition-report-declaration .agreement-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.condition-report-declaration .agreement-checkbox input[type=checkbox] {
    margin-right: 0.75rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.condition-report-declaration .agreement-checkbox span {
    font-weight: 500;
    font-size: 0.95rem;
}

.condition-report-actions {
    text-align: center;
    margin: 1.5rem 0;
}

.condition-report-loading {
    text-align: center;
    padding: 1rem;
    color: #666;
}

.condition-report-loading .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-top-color: #4CAF50;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.condition-report-success .success-message {
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.condition-report-success .success-message h2 {
    margin-bottom: 0.5rem;
}

.condition-report-success .success-message p {
    color: #666;
    margin-bottom: 1.5rem;
}

.condition-report-success .success-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.condition-report-pdf-download {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.condition-report-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.condition-report-footer p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #666;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .condition-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .condition-item__options {
        flex-wrap: wrap;
    }

    .condition-radio__pill {
        padding: 4px 10px;
        font-size: 0.75rem;
        min-width: 48px;
    }

    .signature-pad-wrapper {
        width: 100%;
    }

    .signature-pad-wrapper canvas {
        width: 100% !important;
    }

    .condition-report-pdf-download {
        flex-direction: column;
    }

    .condition-report-success .success-actions {
        flex-direction: column;
        align-items: center;
    }

    .photo-thumb {
        width: 64px;
        height: 64px;
    }
}

.page-template-template-booking-enquiry-form .dashboard-title {
    padding: 40px 0;
    text-align: center;
}

.booking-enquiry-form {
    max-width: 700px;
    margin: 0 auto;
}

.booking-enquiry-form .form-group {
    margin-bottom: 1.25rem;
}

.booking-enquiry-form .form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
}

.booking-enquiry-form .form-group label .required {
    color: #c62828;
}

.booking-enquiry-form .form-group input[type=text],
.booking-enquiry-form .form-group input[type=email],
.booking-enquiry-form .form-group input[type=tel],
.booking-enquiry-form .form-group input[type=date],
.booking-enquiry-form .form-group input[type=number],
.booking-enquiry-form .form-group textarea,
.booking-enquiry-form .form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s;
}

.booking-enquiry-form .form-group input[type=text]:focus,
.booking-enquiry-form .form-group input[type=email]:focus,
.booking-enquiry-form .form-group input[type=tel]:focus,
.booking-enquiry-form .form-group input[type=date]:focus,
.booking-enquiry-form .form-group input[type=number]:focus,
.booking-enquiry-form .form-group textarea:focus,
.booking-enquiry-form .form-group select:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15);
}

.booking-enquiry-form .form-group textarea {
    resize: vertical;
}

.booking-enquiry-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Chat-style multi-step booking enquiry — template-booking-enquiry-form-2.php (not in SCSS) */
.booking-enquiry-form--chat {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 0 100px;
}

.booking-enquiry-form--chat .booking-enquiry-step__indicator {
    color: #99A1AF;
    margin: 0 0 48px;
    font-weight: 400;
    font-size: 14px;
}

.booking-enquiry-form--chat .booking-enquiry-step {
    display: none;
    animation: booking-enquiry-step-in 0.35s ease;
}

.booking-enquiry-form--chat .booking-enquiry-step.is-active {
    display: block;
}

.booking-enquiry-form--chat .booking-enquiry-step__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 1.75rem;
    line-height: 1.25;
}

.booking-enquiry-form--chat .booking-enquiry-step__field-label {
    display: block;
    font-size: 0.8rem;
    color: #9a9a9a;
    margin-bottom: 0.35rem;
    font-weight: 500;
}

.booking-enquiry-form--chat .booking-enquiry-step__input--underline,
.booking-enquiry-form--chat .booking-enquiry-step__textarea--underline {
    width: 100%;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 2px solid #DAE6E2;
    border-radius: 0;
    background: transparent;
    font-size: 1.05rem;
    font-family: inherit;
    color: #000;
}

.booking-enquiry-form--chat .booking-enquiry-step__input--underline::placeholder,
.booking-enquiry-form--chat .booking-enquiry-step__textarea--underline::placeholder {
    color: #b0b0b0;
}

.booking-enquiry-form--chat .booking-enquiry-step__input--underline:focus,
.booking-enquiry-form--chat .booking-enquiry-step__textarea--underline:focus {
    outline: none;
    border-bottom-color: #66d992;
    box-shadow: none;
}

.booking-enquiry-form--chat .booking-enquiry-step__textarea--underline {
    min-height: 140px;
    resize: vertical;
    padding: 10px;
    line-height: 1.5;
    border-radius: 10px;
    border: 2px solid #D2E6DC;
}

.booking-enquiry-form--chat input[type="date"].booking-enquiry-step__input--underline {
    min-height: 2.5rem;
    color-scheme: light;
}

.booking-enquiry-form--chat .booking-enquiry-step__dates {
    display: flex;
    width: 100%;
    gap: 1.5rem;
}

.booking-enquiry-form--chat .booking-enquiry-step__dates>div {
    flex: 1;
}

.booking-enquiry-form--chat .booking-enquiry-step__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 20px;
}

.booking-enquiry-form--chat .booking-enquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.75rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
}

.booking-enquiry-form--chat .booking-enquiry-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.booking-enquiry-form--chat .booking-enquiry-btn--primary {
    background: #6ADC91;
    color: #fff;
    gap: 0.5rem;
    border-radius: 0;
    height: 56px;
}

.booking-enquiry-form--chat .booking-enquiry-btn--primary .icon.arrow {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.booking-enquiry-form--chat .booking-enquiry-btn--primary:hover:not(:disabled) {
    opacity: 0.92;
}

.booking-enquiry-form--chat .booking-enquiry-btn--ghost {
    background: transparent;
    color: #9a9a9a;
    font-weight: 600;
    padding-left: 0;
    ;
}

.booking-enquiry-form--chat .booking-enquiry-btn--ghost:hover:not(:disabled) {
    color: #333;
}

.booking-enquiry-form--chat .booking-enquiry-step__error {
    font-size: 0.9rem;
    color: #c62828;
    margin: 0.75rem 0 0;
    min-height: 1.25rem;
}

.booking-enquiry-form--chat .booking-enquiry-budget-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    clip: rect(0, 0, 0, 0);
}

.booking-enquiry-form--chat .booking-enquiry-radio-card .booking-enquiry-radio-card__visual {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    position: relative;
    transition: border-color 0.2s;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card .booking-enquiry-radio-card__visual::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #66d992;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s, transform 0.2s;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card .booking-enquiry-radio-card__text {
    font-size: 1rem;
    color: #000;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card:has(input:focus-visible) {
    outline: 2px solid rgba(102, 217, 146, 0.5);
    outline-offset: 2px;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card:has(input:checked) {
    border-color: #66d992;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card:has(input:checked) .booking-enquiry-radio-card__visual {
    border-color: #66d992;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card:has(input:checked) .booking-enquiry-radio-card__visual::after {
    opacity: 1;
    transform: scale(1);
}

.booking-enquiry-form--chat .booking-enquiry-radio-card:hover {
    border-color: #cfcfcf;
}

.booking-enquiry-form--chat .booking-enquiry-radio-card:has(input:checked):hover {
    border-color: #66d992;
}

@keyframes booking-enquiry-step-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Booking enquiry success screen (template-booking-enquiry-form-2) */
.form-message.booking-enquiry-success-message.success {
    background: transparent;
    border: none;
    padding: 2.5rem 1rem 3rem;
    margin: 0 auto;
    max-width: 634px;
    text-align: center;
}

.booking-enquiry-success-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.booking-enquiry-success-icon {
    margin-bottom: 1.5rem;
}

.booking-enquiry-success-icon svg {
    display: block;
}

.booking-enquiry-success-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 1.25rem;
    line-height: 1.2;
}

.booking-enquiry-success-body {
    color: #444;
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.75rem;
}

.booking-enquiry-success-body p {
    margin: 0 0 0.85rem;
}

.booking-enquiry-success-body p:last-child {
    margin-bottom: 0;
}

.booking-enquiry-success-body strong {
    color: #222;
    font-weight: 600;
}

a.booking-enquiry-success-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.75rem;
    border: none;
    border-radius: 0;
    height: 56px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    background: #66d992;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

a.booking-enquiry-success-home:hover {
    opacity: 0.92;
    color: #fff;
}

.booking-enquiry-success-home {
    margin-bottom: 2rem;
}

.booking-enquiry-success-rule {
    width: 100%;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 1.25rem;
}

.booking-enquiry-success-ref {
    font-size: 0.8rem;
    color: #b0b0b0;
    margin: 0;
}

.booking-enquiry-success-ref span {
    color: #9a9a9a;
    letter-spacing: 0.02em;
}

.form-message {
    padding: 1rem 1.25rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.form-message p {
    margin: 0;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.dashboard-content--enquiries .dashboard-content__top {
    margin-bottom: 1.5rem;
}

.dashboard-content--enquiries .dashboard-content__top h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.enquiries-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.enquiry-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    transition: box-shadow 0.2s;
}

.enquiry-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.enquiry-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.enquiry-item__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.enquiry-item__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.enquiry-item__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.enquiry-item__info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.enquiry-item__info p {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
}

.enquiry-item__details {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 6px;
}

.enquiry-item__details .enquiry-detail {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}

.enquiry-item__details .enquiry-detail:last-child {
    border-bottom: none;
}

.enquiry-item__details .enquiry-detail strong {
    color: #555;
    margin-right: 0.5rem;
}

.enquiry-item__details .enquiry-detail p {
    margin: 0.5rem 0 0;
    color: #333;
    line-height: 1.6;
}

.enquiry-item__actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.status-badge.status-open {
    background: #e3f2fd;
    color: #1565c0;
}

.status-badge.status-in_progress {
    background: #fff8e1;
    color: #f57f17;
}

.status-badge.status-resolved {
    background: #e8f5e9;
    color: #2e7d32;
}

.status-badge.status-closed {
    background: #f5f5f5;
    color: #757575;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal .modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    max-width: 560px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal .modal-content h3 {
    margin: 0 0 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.75rem;
    color: #666;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-close:hover {
    color: #333;
}

@media (max-width: 768px) {
    .booking-enquiry-form .form-row {
        grid-template-columns: 1fr;
    }

    .enquiry-item__header {
        flex-direction: column;
        gap: 0.75rem;
    }

    .enquiry-item__actions {
        flex-direction: column;
    }

    .modal {
        padding: 1rem;
    }

    .modal .modal-content {
        padding: 1.5rem;
    }
}

.add-to-calendar {
    margin: 24px 0;
    padding: 20px 24px;
    background: #f8f9fa;
    border-radius: 12px;
    text-align: center;
}

.add-to-calendar h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #333;
}

.add-to-calendar__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.add-to-calendar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border: 1px solid #dee2e6;
    color: #333;
    background: #fff;
}

.add-to-calendar__link svg {
    flex-shrink: 0;
}

.add-to-calendar__link:hover {
    background: #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #333;
}

.add-to-calendar__link--google:hover {
    border-color: #4285f4;
    color: #4285f4;
}

.add-to-calendar__link--apple:hover {
    border-color: #333;
}

.add-to-calendar__link--outlook:hover {
    border-color: #0078d4;
    color: #0078d4;
}

.calendar-sync-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e9ecef;
}

.calendar-sync-section>h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #333;
}

.calendar-sync-export,
.calendar-sync-import {
    margin-bottom: 24px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.calendar-sync-export h4,
.calendar-sync-import h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #333;
}

.calendar-sync-export .description,
.calendar-sync-import .description {
    font-size: 13px;
    color: #6c757d;
    margin: 0 0 12px;
}

.feed-url-container,
.import-url-container {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.feed-url-container input[type=text],
.import-url-container input[type=text] {
    flex: 1;
    min-width: 200px;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 13px;
    background: #fff;
}

.feed-url-container input[type=text]:-moz-read-only,
.import-url-container input[type=text]:-moz-read-only {
    background: #e9ecef;
    cursor: text;
}

.feed-url-container input[type=text]:read-only,
.import-url-container input[type=text]:read-only {
    background: #e9ecef;
    cursor: text;
}

.feed-url-container .button,
.import-url-container .button {
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 6px;
    cursor: pointer;
}

.feed-url-container .button-secondary,
.import-url-container .button-secondary {
    background: #fff;
    border: 1px solid #ced4da;
    color: #333;
}

.feed-url-container .button-secondary:hover,
.import-url-container .button-secondary:hover {
    background: #e9ecef;
}

.feed-instructions,
.import-instructions {
    font-size: 12px;
    color: #6c757d;
    margin: 10px 0 0;
    line-height: 1.5;
}

.feed-instructions strong,
.import-instructions strong {
    color: #495057;
}

.feed-instructions em,
.import-instructions em {
    color: #495057;
}

.sync-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px;
    color: #6c757d;
}

.sync-status__label {
    font-weight: 500;
}

.sync-status .button-small {
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 4px;
}

.calendar-sync-import .import-url-container {
    margin-bottom: 0;
}

.calendar-sync-host {
    background: #f8f9fa;
    padding: 40px 0;
}

.calendar-sync-host h2 {
    margin-bottom: 8px;
}

.calendar-sync-host>.container>.wrapper>p {
    color: #666;
    margin-bottom: 24px;
}

.calendar-sync-host .cal-sync-message {
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
}

.calendar-sync-host .cal-sync-message--success {
    background: #d4edda;
    color: #155724;
}

.calendar-sync-host .cal-sync-message--error {
    background: #f8d7da;
    color: #721c24;
}

.calendar-sync-host__grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.calendar-sync-host__card {
    flex: 1;
    min-width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.calendar-sync-host__card h3 {
    margin-bottom: 4px;
}

.calendar-sync-host__card .card-desc {
    color: #888;
    font-size: 14px;
    margin-bottom: 16px;
}

.calendar-sync-host__card .card-hint {
    font-size: 12px;
    color: #aaa;
    margin-top: 12px;
}

.calendar-sync-host__input-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.calendar-sync-host__input-row input[type=text] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.calendar-sync-host__input-row input[type=text][readonly] {
    background: #fafafa;
}

.calendar-sync-host__input-row .button {
    white-space: nowrap;
}

.calendar-sync-host__status {
    font-size: 13px;
    color: #666;
}

.calendar-sync-host__status .button {
    margin-left: 8px;
    font-size: 12px;
    padding: 4px 12px;
}

@media (max-width: 576px) {
    .add-to-calendar__links {
        flex-direction: column;
    }

    .feed-url-container,
    .import-url-container {
        flex-direction: column;
    }

    .feed-url-container input[type=text],
    .import-url-container input[type=text] {
        width: 100%;
    }

    .feed-url-container .button,
    .import-url-container .button {
        width: 100%;
        text-align: center;
    }
}

.instagram-content {
    border-top: 1px solid rgba(220, 222, 228, 0.4);
    padding-top: 60px;
}

.instagram-content h2 {
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 1px;
    color: #0f0f0f;
}

body .instagram-gallery-feed .swiper-container .swiper-button-next,
body .instagram-gallery-feed .swiper-container .swiper-button-prev {
    color: #fff !important;
}

.space-videos {
    background-color: #F8F8F8;
    padding-block: 40px 60px;
    margin-bottom: 40px;
}

.space-videos h2,
.space-videos h3 {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.space-video-reels {
    margin-block: 20px 60px;
}

.space-video-reels .video-reels-wrap {
    width: 260px;
    margin-inline: 5px;
}

.space-video-reels .video-item {
    overflow: hidden;
    border-radius: 10px;
    width: 260px;
    height: 470px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.space-video-reels .video-item .play {
    height: 63px;
    width: 63px;
    background-color: #6ADC91;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 100vh;
    cursor: pointer;
    transition: all 300ms;
    opacity: 0;
    pointer-events: none;
}

.space-video-reels .video-item:not(.playing):hover .play {
    opacity: 1;
    pointer-events: all;
}

.space-video-reels .video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space-video-reels .video-title {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    text-transform: uppercase;
}

.space-video-modal {
    /* width: min(92vw, 960px); */
    margin: 0 auto;
}

.space-video-modal .mfp-close {
    top: 20px;
    color: #fff;
}

.space-video-modal video {
    display: block;
    width: 100%;
    max-height: 82vh;
    background: #000;
    border-radius: 10px;
}

.button-pill {
    padding: 10px;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
    background: #000;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
}

.button-pill:hover {
    filter: brightness(0.8);
}

.brands__carousel {
    display: none;
}

.brands__carousel.slick-initialized {
    display: block;
}

.section-cta .section-text p a {
    text-decoration: none !important;
    border-bottom: 1px solid;
}

.section-cta .section-text p a.button {
    border: 0;
}

.v2 h2 {
    font-weight: 500;
}