.row1780, .row1700, .row1600, .row1540, .row1440, .row1340, .row1270, .row1170, .row1070, .row920, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.row1780 {
  width: 1780px;
}
.row1700 {
  width: 1700px;
}
.row1600 {
  width: 1600px;
}
.row1540 {
  width: 1540px;
}
.row1440 {
  width: 1540px;
}
.row1340 {
  width: 1340px;
}
.row1270 {
  width: 1270px;
}
.row1170 {
  width: 1170px;
}
.row1070 {
  width: 1070px;
}
.row920 {
  width: 920px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
.m-space-xl {
  margin: 80px 0;
}
.m-space-lg {
  margin: 100px 0;
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
.p-space-xl {
  padding: 80px 0;
}
.p-space-lg {
  padding: 100px 0;
}
/* FONTS
 ========================================================================== */
@font-face {
  font-family: "BreveDisplay";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BreveDisplay-Regular.woff") format('woff'), url("../fonts/BreveDisplay-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "BreveDisplay";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/BreveDisplay-Italic.woff") format('woff'), url("../fonts/BreveDisplay-Italic.woff2") format('woff2');
}
@font-face {
  font-family: "BreveDisplayStencil";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BreveDisplay-Stencil.woff") format('woff'), url("../fonts/BreveDisplay-Stencil.woff2") format('woff2');
}
@font-face {
  font-family: "BreveDisplayStencil";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/BreveDisplay-StencilItalic.woff") format('woff'), url("../fonts/BreveDisplay-StencilItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Avenir";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/AvenirLTPro-Roman.woff") format('woff'), url("../fonts/AvenirLTPro-Roman.woff2") format('woff2');
}
@font-face {
  font-family: "Avenir";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/AvenirLTPro85Heavy.woff") format('woff'), url("../fonts/AvenirLTPro85Heavy.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Montserrat-Black.woff") format('woff'), url("../fonts/Montserrat-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff") format('woff'), url("../fonts/Montserrat-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff") format('woff'), url("../fonts/Montserrat-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff") format('woff'), url("../fonts/Montserrat-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff") format('woff'), url("../fonts/Montserrat-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat-Light.woff") format('woff'), url("../fonts/Montserrat-Light.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #515151;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #b28a6d;
  color: #fff;
}
body ::selection {
  background: #b28a6d;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #b28a6d;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #121212;
}
h1, h2, h3 {
  margin-bottom: 30px;
}
h4:not(.list-title) {
  margin-bottom: 20px;
}
h1 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 46px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 35px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 22px;
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 17px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
p:last-child {
  padding-bottom: 0;
}
span {
  line-height: 1.2;
  font-size: 15px;
}
@media (max-width: 768px) {
  span {
    font-size: 14px;
  }
}
a {
  font-size: 15px;
  color: #b28a6d;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #b28a6d;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #a97d5c;
  }
}
.scroll-table-container {
  width: 100%;
  overflow: scroll;
}
.scroll-table-container table tr th {
  text-align: left;
}
@media (max-width: 768px) {
  .scroll-table-container table {
    width: 500px;
  }
  .scroll-table-container table td {
    white-space: nowrap;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #b28a6d;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.btn:hover {
  background: #a17555;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #8a6449;
}
.btn.rounded {
  font-size: 25px;
  border-radius: 60px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .btn.rounded {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .btn.rounded {
    font-size: 18px;
  }
}
.btn.big {
  font-size: 25px;
  padding: 15px 50px;
}
.btn.small {
  font-size: 16px;
  padding: 15px 25px;
}
.btn.green {
  background-color: #96bdb8;
}
.btn.red {
  background-color: #bd0006;
}
.btn.transparent {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}
.btn.white {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 0;
}
.btn.teal {
  background-color: #d1e7e4;
  color: #b28a6d;
  border-radius: 0;
  margin-bottom: 20px;
}
.button.golden {
  background-color: #b28a6d !important;
}
.btn-2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #b28a6d;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.btn-2.white {
  background-color: #fff;
  color: #b28a6d;
}
.btn-2.white:hover {
  background-color: #b28a6d;
  color: #fff;
}
.btn-2.black {
  background-color: #121212;
  color: #fff;
}
.btn-2.black:hover {
  background-color: #fff;
  color: #121212;
}
.btn-2.rounded {
  font-size: 25px;
  border-radius: 60px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .btn-2.rounded {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .btn-2.rounded {
    font-size: 18px;
  }
}
.btn-2.big {
  font-size: 25px;
  padding: 15px 50px;
}
.more-btn {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #121212;
  font-weight: 700;
  border: 2px solid #121212;
  display: inline-block;
  padding: 12px 50px 12px 20px;
  position: relative;
}
.more-btn:after {
  content: url('../img/btn_arrow.svg');
  position: absolute;
  right: -24px;
  top: 50%;
  height: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #121212;
}
.more-btn:hover:after {
  right: -19px;
}
.more-btn.golden {
  border-color: #b28a6d;
}
.more-btn.thin {
  border-width: 1px;
}
.more-btn.big {
  font-size: 20px;
  padding: 15px 50px;
}
@media (max-width: 576px) {
  .more-btn.big {
    padding: 15px 40px 15px 25px;
  }
}
.more-btn.black {
  border-color: #121212;
  color: #121212;
}
.more-btn.black:hover {
  background-color: transparent;
  color: #121212;
}
.more-btn.widget {
  margin: 0 auto;
}
.more-btn.widget:hover a {
  color: #fff;
}
.more-btn.widget a {
  font-size: 17px;
  color: #333;
  text-decoration: none;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys ul li {
  position: relative;
  position: relative;
  padding-left: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.wys ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #b28a6d;
  border-radius: 50%;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Montserrat', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fas, .some .fa {
  display: inline-block;
}
.some .fas {
  vertical-align: baseline;
  font-size: 30px;
  text-decoration: none;
}
.some .fa {
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #b28a6d;
  background: #b28a6d;
}
.breadcrumbs-wrapper {
  padding: 10px 0;
}
.breadcrumbs-wrapper .breadcrumbs {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.breadcrumbs-wrapper .breadcrumbs span, .breadcrumbs-wrapper .breadcrumbs a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs-wrapper .breadcrumbs span.current-item, .breadcrumbs-wrapper .breadcrumbs a.current-item {
  font-weight: 700;
}
.breadcrumbs-wrapper .breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs-wrapper .breadcrumbs a:hover span {
  color: #b28a6d;
}
.bc-breadcrumbs .breadcrumbs-wrapper .breadcrumbs a, .bc-breadcrumbs .breadcrumbs-wrapper .breadcrumbs span {
  color: #121212;
}
#top {
  min-height: 260px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
#top .row1780 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
#top.no-image {
  min-height: auto;
}
#top.no-image .title {
  padding: 40px 0;
  max-width: 1100px;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 auto;
}
#top.no-image .title h1, #top.no-image .title h2, #top.no-image .title h3, #top.no-image .title h4 {
  display: block;
  padding: 0;
}
#top.no-image .breadcrumbs-wrapper .breadcrumbs a, #top.no-image .breadcrumbs-wrapper .breadcrumbs span {
  color: #121212;
}
#top .title {
  text-align: center;
  padding: 20px 45px 15px;
}
#top .title h1, #top .cpt-title h1, #top .title h2, #top .cpt-title h2, #top .title h3, #top .cpt-title h3, #top .title h4, #top .cpt-title h4 {
  background-color: #fff;
  color: #121212;
  margin-bottom: 0;
  font-family: 'BreveDisplay', sans-serif;
  display: inline-block;
}
#top .cpt-archive-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 30px;
  margin: 25px 0 60px;
}
@media (max-width: 1024px) {
  #top .cpt-archive-top {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
#top .cpt-archive-top .cpt-descriptions p {
  font-size: 22px;
}
@media (max-width: 1024px) {
  #top .cpt-archive-top .cpt-descriptions p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #top .cpt-archive-top .cpt-descriptions p {
    font-size: 16px;
  }
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.mobile-main-menu {
  position: fixed;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background: #fff;
  border-top: solid 1px rgba(151, 151, 151, 0.3);
  z-index: 100;
  padding: 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li {
  border-bottom: solid 1px rgba(151, 151, 151, 0.3);
}
.mobile-main-menu li .description {
  display: none;
}
.mobile-main-menu li a {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #333;
  text-transform: uppercase;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu li a .fa {
  color: #b28a6d;
  font-size: 22px;
}
.mobile-main-menu li .sub-menu {
  padding-left: 0;
}
.mobile-main-menu li > .sub-menu {
  padding-bottom: 10px;
}
.mobile-main-menu li > .sub-menu > li {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: none;
}
.mobile-main-menu li > .sub-menu > li > a {
  font-size: 13px;
}
.mobile-main-menu li > .sub-menu > li.menu-item-has-children a em {
  display: none;
}
.mobile-main-menu li > .sub-menu > li.menu-item-has-children > .sub-menu {
  display: block;
}
.mobile-main-menu li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  font-weight: 300;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #515151;
  padding: 7px 20px;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #b28a6d;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #b28a6d;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 101;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  will-change: transform, opacity;
  background-color: #fff;
}
header .row1780 {
  position: static;
}
header .header-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 125px;
}
@media (max-width: 1140px) {
  header .header-wrapper {
    min-height: auto;
    padding: 15px 7px;
  }
}
header .header-wrapper #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-basis: 270px;
  flex-basis: 270px;
  max-width: 270px;
  align-self: center;
}
@media (max-width: 1140px) {
  header .header-wrapper #logo {
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    -ms-flex-basis: 130px;
    flex-basis: 130px;
    max-width: 130px;
  }
}
header .header-wrapper #logo img, header .header-wrapper #logo svg {
  max-width: 100%;
}
header .header-wrapper #logo:hover {
  opacity: 0.8;
}
header .header-wrapper .menu-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-self: flex-end;
  grid-gap: 20px;
}
@media (max-width: 1140px) {
  header .header-wrapper .menu-wrapper {
    align-self: center;
    grid-template-columns: repeat(2, auto);
  }
}
header .header-wrapper .menu-wrapper .second-menu {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 35px;
}
@media (max-width: 1140px) {
  header .header-wrapper .menu-wrapper .second-menu {
    padding: 0;
  }
}
header .header-wrapper .menu-wrapper .second-menu .level_a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 40px;
}
header .header-wrapper .menu-wrapper .second-menu .level_a li a {
  color: #222d35;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
header .header-wrapper .menu-wrapper .second-menu .level_a li a:hover {
  color: #b28a6d;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap {
  position: relative;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_select_btn {
  text-decoration: none;
  padding: 7px 15px;
  grid-gap: 10px;
  background-color: #f2f0f4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_select_btn > span {
  font-weight: 600;
  font-size: 13px;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_select_btn:hover, header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_select_btn.active {
  background-color: #121212;
  color: #fff;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_select_btn.active + .loc_popup {
  opacity: 1;
  z-index: 101;
  visibility: visible;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup {
  min-width: 310px;
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 30px 25px;
  border: 2px solid #121212;
  z-index: 90;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) skew(7deg, 7deg);
  -moz-transform: rotate(-45deg) skew(7deg, 7deg);
  -ms-transform: rotate(-45deg) skew(7deg, 7deg);
  transform: rotate(-45deg) skew(7deg, 7deg);
  right: 40px;
  top: -9px;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #b28a6d;
  cursor: pointer;
  color: #121212;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close:after, header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close:before {
  content: '';
  display: block;
  width: 13px;
  height: 2px;
  background-color: #121212;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close:hover:after, header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_popup_close:hover:before {
  background-color: #fff;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_dd {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 10px;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_dd select {
  width: 100%;
  border-radius: 0;
  border-width: 2px;
  border-color: #b28a6d;
  background: #fff;
  letter-spacing: 0;
  outline: 0;
  padding: 10px 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_reset {
  font-weight: 500;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .loc_dd_wrap .loc_popup .loc_reset:hover {
  color: #b28a6d;
}
header .header-wrapper .menu-wrapper .second-menu .dropdown-locations-select-header .form-submit {
  display: none;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  display: flex;
  justify-content: flex-end;
}
.main_nav .level_a li {
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 17px;
  padding: 18px 40px 17px;
  color: rgba(34, 45, 53, 0.9);
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .main_nav .level_a > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  background-color: #121212;
  color: #fff;
}
.main_nav .level_a > li.menu-item-has-children > a {
  position: relative;
}
.main_nav .level_a > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  display: none;
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu-wrapper {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.main_nav .level_a > li.menu-item-has-children:hover a:after {
  display: block;
}
.main_nav .level_a > li.menu-item-has-children:hover:before {
  display: block;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu, .main_nav .level_a > li.menu-item-has-children > .description {
  display: none;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin-top: 27px;
  padding: 50px 0 70px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  background: #fff;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .sub-menu {
  display: block;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #121212;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper a:hover {
  text-decoration: none;
  color: #b28a6d;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  grid-gap: 40px;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .description p {
  font-size: 17px;
  font-weight: 500;
  color: #515151;
  line-height: 1.6;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .description .more-btn {
  display: inline-block;
  padding: 12px 50px 12px 20px;
  border-color: #b28a6d;
  font-size: 16px;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .description .more-btn:hover {
  color: #fff;
  background-color: #121212;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 50px;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu li a {
  padding: 0;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu .bolder > a {
  font-weight: 600;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu > li {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu > li:last-child {
  border-right: none;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu > li .sub-menu a {
  color: #4c4c4c;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 10px;
}
.main_nav .level_a > li.menu-item-has-children > .sub-menu-wrapper .grid-menu > .sub-menu > li .sub-menu a:hover {
  color: #b28a6d;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #fff;
  color: #222;
  overflow-x: hidden;
}
footer .top-footer {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: flex-start;
  grid-gap: 50px;
}
@media (max-width: 1280px) {
  footer .top-footer {
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 1024px) {
  footer .top-footer {
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    grid-template-columns: repeat(1, auto);
  }
}
footer .top-footer .col {
  overflow: hidden;
}
@media (max-width: 768px) {
  footer .top-footer .col {
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  }
}
footer .top-footer .col--title {
  font-weight: 700;
  color: #121212;
  margin-bottom: 20px;
  position: relative;
}
footer .top-footer .col--title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
footer .top-footer .col--title span:before, footer .top-footer .col--title span:after {
  content: '';
  background-color: #b28a6d;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
@media (max-width: 768px) {
  footer .top-footer .col--title span:before, footer .top-footer .col--title span:after {
    display: block;
  }
}
footer .top-footer .col--title span:before {
  right: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer .top-footer .col--title span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
footer .top-footer .col--title.active span:before, footer .top-footer .col--title.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
footer .top-footer .col--links {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 25px;
}
@media (max-width: 768px) {
  footer .top-footer .col--links {
    display: none;
  }
}
footer .top-footer .col--links .link-row {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  grid-gap: 10px;
}
@media (max-width: 768px) {
  footer .top-footer .col--links .link-row {
    display: flex;
    margin-bottom: 20px;
  }
}
footer .top-footer .col--links .link-row:before {
  content: url('../img/icon-arrow-r-corp.svg');
  -webkit-flex-basis: 18px;
  -moz-flex-basis: 18px;
  -ms-flex-basis: 18px;
  flex-basis: 18px;
  max-width: 18px;
  height: 13px;
}
footer .top-footer .col--links .link-row .link {
  font-size: 16px;
  line-height: 1;
  color: #515151;
  text-decoration: none;
  font-weight: 500;
}
footer .top-footer .col--links .link-row .link:hover {
  color: #b28a6d;
}
footer .top-footer .col.buttons-col {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-items: center;
  align-self: center;
  justify-content: center;
  grid-gap: 60px;
}
@media (max-width: 1280px) {
  footer .top-footer .col.buttons-col {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (max-width: 768px) {
  footer .top-footer .col.buttons-col {
    padding-right: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  footer .top-footer .col.buttons-col .more-btn {
    width: 100%;
  }
}
footer .top-footer .col.buttons-col .more-btn:first-child {
  border-color: #b28a6d;
}
footer .top-footer .col.buttons-col .more-btn:last-child:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 1px;
  background-color: #e2e2e2;
  top: -30px;
  left: 0;
}
footer .bottom-footer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 60px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  padding: 30px 0;
}
@media (max-width: 1380px) {
  footer .bottom-footer {
    grid-gap: 20px;
  }
}
@media (max-width: 576px) {
  footer .bottom-footer {
    grid-gap: 10px;
  }
}
footer .bottom-footer--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 15px;
}
@media (max-width: 1380px) {
  footer .bottom-footer--top .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .bottom-footer--top .copyright span {
  font-size: 15px;
  font-weight: 500;
  color: #515151;
}
@media (max-width: 1480px) {
  footer .bottom-footer--top .copyright span {
    font-size: 14px;
  }
}
@media (max-width: 1380px) {
  footer .bottom-footer--top .footer_nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .bottom-footer--top .footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1380px) {
  footer .bottom-footer--top .footer_nav ul {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer--top .footer_nav ul {
    grid-gap: 10px;
  }
}
footer .bottom-footer--top .footer_nav ul li {
  padding: 0 20px;
  border-right: 1px solid #b28a6d;
}
@media (max-width: 1500px) {
  footer .bottom-footer--top .footer_nav ul li {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer--top .footer_nav ul li {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    text-align: center;
    padding: 0;
  }
}
footer .bottom-footer--top .footer_nav ul li:last-child {
  border-right: none;
}
footer .bottom-footer--top .footer_nav ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #515151;
  text-decoration: none;
}
@media (max-width: 1480px) {
  footer .bottom-footer--top .footer_nav ul li a {
    font-size: 14px;
  }
}
footer .bottom-footer--top .footer_nav ul li a:hover {
  color: #b28a6d;
}
footer .bottom-footer--bot {
  text-align: right;
}
@media (max-width: 1380px) {
  footer .bottom-footer--bot {
    text-align: center;
  }
}
footer .bottom-footer--bot span, footer .bottom-footer--bot a {
  font-size: 12px;
}
footer .bottom-footer--bot span {
  color: #515151;
  font-weight: 500;
}
footer .bottom-footer--bot a {
  color: #222;
  text-decoration: none;
}
.custom-title {
  font-weight: 900;
  letter-spacing: 2px;
  color: #121212;
  margin-bottom: 30px;
}
.custom-title strong {
  background-image: linear-gradient(to bottom, #b28a6d 0, #b28a6d 100%);
  background-repeat: repeat-x;
  background-size: 100% 10px;
  background-position: 0 90%;
  display: inline;
  font-size: inherit;
  line-height: 1.4;
  font-weight: 900;
}
.f-start {
  justify-content: flex-start;
  gap: 20px;
}
.custom-links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 20px;
}
.custom-links-list .custom-link {
  color: #b28a6d;
  font-size: 22px;
  position: relative;
  text-decoration: none;
}
.custom-links-list .custom-link:hover {
  color: #121212;
}
.custom-links-list .custom-link:after {
  content: '|';
  position: absolute;
  right: -13px;
  color: #121212;
}
.custom-links-list .custom-link:last-child:after {
  display: none;
}
.view-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #121212;
  letter-spacing: 2.6px;
}
.view-link:hover {
  text-decoration: none;
  color: #b28a6d;
}
.view-link svg {
  width: 25px;
}
.custom-dropdown {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.custom-dropdown .list-title {
  border: 1px solid #121212;
  border-radius: 0;
  color: #121212;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 20px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-dropdown .list-title svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-dropdown ul {
  background-color: #fff;
  padding: 25px;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  border: 2px solid #121212;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-dropdown ul li {
  grid-gap: 10px;
}
.custom-dropdown ul li:after {
  display: none;
}
.custom-dropdown ul li a {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.custom-dropdown ul li a:hover {
  color: #b28a6d;
}
.custom-dropdown.active .list-title {
  background-color: #121212;
  color: #fff;
}
.custom-dropdown.active .list-title svg {
  width: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-dropdown.active ul {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.ld-title {
  font-size: 26px;
}
@media (max-width: 1024px) {
  .ld-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .ld-title {
    font-size: 18px;
  }
}
.border-block {
  background-color: #fff;
  border: 2px solid #121212;
}
.footer-connect-section {
  display: grid;
  grid-template-columns: 1fr 0.45fr 0.35fr;
}
@media (max-width: 1350px) {
  .footer-connect-section {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .footer-connect-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer-connect-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-connect-section > div h4 {
  font-weight: 500;
  font-family: 'BreveDisplay', sans-serif;
}
.footer-connect-section > div:not(.download) {
  background-color: #121212;
}
.footer-connect-section > div:not(.download) * {
  color: #fff;
}
.footer-connect-section > div.sign-me {
  padding: 70px 50px 70px 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  align-items: center;
  grid-gap: 60px;
}
@media (max-width: 1350px) {
  .footer-connect-section > div.sign-me {
    grid-column: span 3;
  }
}
@media (max-width: 1180px) {
  .footer-connect-section > div.sign-me {
    grid-template-columns: repeat(1, 800px);
    justify-content: center;
    grid-gap: 20px;
    text-align: center;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .footer-connect-section > div.sign-me {
    grid-column: span 2;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .footer-connect-section > div.sign-me {
    grid-column: auto;
  }
}
.footer-connect-section > div.sign-me .right {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .footer-connect-section > div.sign-me .right {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
.footer-connect-section > div.sign-me .right .sign-me--text p {
  font-size: 16px;
}
.footer-connect-section > div.some-block {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 30px;
}
@media (max-width: 1350px) {
  .footer-connect-section > div.some-block {
    grid-column: span 2;
  }
}
@media (max-width: 1024px) {
  .footer-connect-section > div.some-block {
    grid-column: auto;
  }
}
@media (max-width: 1180px) {
  .footer-connect-section > div.some-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    grid-gap: 15px;
  }
  .footer-connect-section > div.some-block br {
    display: none;
  }
}
.footer-connect-section > div.some-block .some {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 20px;
}
.footer-connect-section > div.download {
  background-color: #b28a6d;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 30px;
}
@media (max-width: 1180px) {
  .footer-connect-section > div.download {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    grid-gap: 15px;
  }
  .footer-connect-section > div.download br {
    display: none;
  }
}
.footer-connect-section > div.download * {
  color: #121212;
}
.footer-connect-section > div.download .download--icons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1180px) {
  .footer-connect-section > div.download .download--icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-connect-section > div.download .download--icons a img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-connect-section > div.download .download--icons a:hover img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.hp-top-slider__section .mySwiper {
  overflow-y: visible;
}
.hp-top-slider__section .text-image-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .hp-top-slider__section .text-image-slide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-top-slider__section .text-image-slide.reverse .image {
  order: -1;
}
.hp-top-slider__section .text-image-slide .text {
  position: relative;
  overflow: hidden;
  padding: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1480px) {
  .hp-top-slider__section .text-image-slide .text {
    padding: 80px;
  }
}
@media (max-width: 1180px) {
  .hp-top-slider__section .text-image-slide .text {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .hp-top-slider__section .text-image-slide .text {
    padding: 20px;
  }
}
.hp-top-slider__section .text-image-slide .text h2, .hp-top-slider__section .text-image-slide .text h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 60px;
  text-transform: capitalize;
}
@media (max-width: 1380px) {
  .hp-top-slider__section .text-image-slide .text h2, .hp-top-slider__section .text-image-slide .text h1 {
    font-size: 45px;
  }
}
.hp-top-slider__section .text-image-slide .text h3 {
  font-weight: 500;
}
.hp-top-slider__section .text-image-slide .text h1, .hp-top-slider__section .text-image-slide .text h2, .hp-top-slider__section .text-image-slide .text h3, .hp-top-slider__section .text-image-slide .text h4 {
  color: #222;
}
.hp-top-slider__section .text-image-slide .text h1 strong, .hp-top-slider__section .text-image-slide .text h2 strong, .hp-top-slider__section .text-image-slide .text h3 strong, .hp-top-slider__section .text-image-slide .text h4 strong {
  font-weight: 900;
}
.hp-top-slider__section .text-image-slide .text h1 a, .hp-top-slider__section .text-image-slide .text h2 a, .hp-top-slider__section .text-image-slide .text h3 a, .hp-top-slider__section .text-image-slide .text h4 a {
  font-size: inherit;
}
.hp-top-slider__section .text-image-slide .text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #121212;
}
@media (max-width: 768px) {
  .hp-top-slider__section .text-image-slide .text p {
    font-size: 14px;
  }
}
.hp-top-slider__section .text-image-slide .text p .underline {
  text-decoration: underline;
}
.hp-top-slider__section .text-image-slide .text .btn {
  margin-bottom: 30px;
  font-size: 17px;
}
.hp-top-slider__section .text-image-slide .text .btn-2 {
  margin: 30px 0;
  min-width: 320px;
}
@media (max-width: 480px) {
  .hp-top-slider__section .text-image-slide .text .btn-2 {
    min-width: auto;
  }
}
.hp-top-slider__section .text-image-slide .text.colored .btn {
  background-color: #fff;
  color: #222;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .hp-top-slider__section .text-image-slide .image {
    order: -1;
  }
}
.hp-top-slider__section .text-image-slide .image figure {
  position: relative;
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
}
.hp-top-slider__section .text-image-slide .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.hp-top-slider__section .promo-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 80px;
  min-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
@media (max-width: 1480px) {
  .hp-top-slider__section .promo-slide {
    min-height: 700px;
  }
}
@media (max-width: 1380px) {
  .hp-top-slider__section .promo-slide {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hp-top-slider__section .promo-slide {
    padding: 25px 0;
    min-height: 350px;
  }
}
.hp-top-slider__section .promo-slide .text .flex .text-overlay {
  margin-bottom: 0;
}
.hp-top-slider__section .promo-slide .text .flex .custom-dropdown .list-title {
  gap: 25px;
}
.hp-top-slider__section .promo-slide .text .text-overlay {
  background-color: rgba(210, 232, 229, 0.7);
  padding: 25px 20px 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .hp-top-slider__section .promo-slide .text .text-overlay {
    padding: 20px 15px 5px 15px;
  }
}
.hp-top-slider__section .promo-slide .text .text-overlay > * {
  color: #333;
}
.hp-top-slider__section .promo-slide .text > h1, .hp-top-slider__section .promo-slide .text h2, .hp-top-slider__section .promo-slide .text h3, .hp-top-slider__section .promo-slide .text h4, .hp-top-slider__section .promo-slide .text h5, .hp-top-slider__section .promo-slide .text h6, .hp-top-slider__section .promo-slide .text p {
  color: #fff;
  font-family: 'Avenir';
}
.hp-top-slider__section .promo-slide .text > h1 span, .hp-top-slider__section .promo-slide .text h2 span, .hp-top-slider__section .promo-slide .text h3 span, .hp-top-slider__section .promo-slide .text h4 span, .hp-top-slider__section .promo-slide .text h5 span, .hp-top-slider__section .promo-slide .text h6 span, .hp-top-slider__section .promo-slide .text p span {
  font-size: inherit;
}
.hp-top-slider__section .promo-slide .text > h1 a, .hp-top-slider__section .promo-slide .text h2 a, .hp-top-slider__section .promo-slide .text h3 a, .hp-top-slider__section .promo-slide .text h4 a, .hp-top-slider__section .promo-slide .text h5 a, .hp-top-slider__section .promo-slide .text h6 a, .hp-top-slider__section .promo-slide .text p a {
  font-size: inherit;
}
.hp-top-slider__section .promo-slide .text h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .hp-top-slider__section .promo-slide .text h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .hp-top-slider__section .promo-slide .text h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .hp-top-slider__section .promo-slide .text h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.hp-top-slider__section .promo-slide .text .custom-dropdown {
  max-width: 240px;
  background-color: #d2e8e5;
  margin: 50px 0;
}
@media (max-width: 576px) {
  .hp-top-slider__section .promo-slide .text .custom-dropdown {
    margin: 0 0 15px;
  }
}
.hp-top-slider__section .promo-slide .text .custom-dropdown .list-title {
  border: none;
  color: #333;
}
.hp-top-slider__section .promo-slide .text .custom-dropdown.active .list-title {
  color: #fff;
}
.hp-top-slider__section .promo-slide .text .btn {
  background-color: #d2e8e5;
  margin: 50px 0;
  color: #333;
  border-radius: 0;
  margin: 50px 0;
}
@media (max-width: 576px) {
  .hp-top-slider__section .promo-slide .text .btn {
    margin: 0 0 15px;
  }
}
.hp-top-slider__section .promo-slide .text .btn.white {
  background-color: #fad8d8;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .hp-top-slider__section .promo-slide .text .btn.white {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  .hp-top-slider__section .promo-slide .text .btn.white {
    margin: 20px 0;
  }
}
.hp-top-slider__section .full-width-image figure {
  position: relative;
  aspect-ratio: 2;
}
.hp-top-slider__section .full-width-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.underline {
  text-decoration: underline;
}
.hp-gtku__section {
  min-height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .hp-gtku__section {
    min-height: auto;
  }
}
.hp-gtku__section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.3);
  z-index: 1;
}
.hp-gtku__wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  grid-gap: 40px;
}
@media (max-width: 1380px) {
  .hp-gtku__wrapper {
    grid-template-columns: 1fr 0.85fr;
  }
}
@media (max-width: 1180px) {
  .hp-gtku__wrapper {
    grid-template-columns: repeat(1, 600px);
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hp-gtku__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-gtku__wrapper * {
  color: #fff;
}
.hp-gtku__wrapper .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-gtku__wrapper .left .toggle-video {
  text-align: center;
  cursor: pointer;
}
.hp-gtku__wrapper .left .toggle-video h3, .hp-gtku__wrapper .left .toggle-video span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hp-gtku__wrapper .left .toggle-video h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.hp-gtku__wrapper .left .toggle-video span {
  font-size: 15px;
  font-weight: 700;
}
.hp-gtku__wrapper .left .toggle-video:hover h3, .hp-gtku__wrapper .left .toggle-video:hover span {
  color: #b28a6d;
}
.hp-gtku__wrapper .right .buttons {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 576px) {
  .hp-gtku__wrapper .right .buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-gtku__wrapper .right .buttons .more-btn {
  border-color: #fff;
  font-size: 17px;
  padding: 17px 50px 17px 20px;
  border-width: 1px;
}
.hp-gtku__wrapper .right .buttons .more-btn:after {
  right: 30px;
}
.hp-gtku__wrapper .right .buttons .more-btn:hover:after {
  right: 40px;
}
.hp-classes-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.hp-classes-section .classes-row {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hp-classes-section .classes-row {
    background-image: none !important;
    background-color: #bcbcbc;
    padding: 40px 20px;
    min-height: auto;
  }
}
.hp-classes-section .classes-row .row1780 {
  width: 96%;
  max-width: 1700px;
}
.hp-classes-section .classes-row .classes-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-classes-section .classes-row .classes-wrapper.text-left {
  justify-content: flex-start;
}
.hp-classes-section .classes-row .classes-wrapper.text-left .info .text.main {
  order: -1;
}
.hp-classes-section .classes-row .classes-wrapper.text-right {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .hp-classes-section .classes-row .classes-wrapper.text-right .info .text.main {
    order: -1;
  }
}
.hp-classes-section .classes-row .classes-wrapper .info {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 130px;
}
@media (max-width: 1580px) {
  .hp-classes-section .classes-row .classes-wrapper .info {
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    -ms-flex-basis: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }
}
@media (max-width: 1380px) {
  .hp-classes-section .classes-row .classes-wrapper .info {
    grid-gap: 80px;
  }
}
@media (max-width: 1024px) {
  .hp-classes-section .classes-row .classes-wrapper .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hp-classes-section .classes-row .classes-wrapper .info {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.hp-classes-section .classes-row .classes-wrapper .info .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hp-classes-section .classes-row .classes-wrapper .info .text p {
  font-size: 21px;
}
.hp-classes-section .classes-row .classes-wrapper .info .text .more-btn {
  display: inline-block;
  margin-bottom: 20px;
}
.hp-classes-section .classes-row .classes-wrapper .info .text .more-btn:last-child {
  margin-bottom: 0;
}
.hp-classes-section .classes-row .classes-wrapper .info .text.main .classes-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 15px;
  margin-bottom: 40px;
}
.hp-classes-section .classes-row .classes-wrapper .info .text.main .classes-links a {
  font-size: 15px;
  font-weight: 700;
  color: #121212;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
}
.hp-classes-section .classes-row .classes-wrapper .info .text.main .classes-links a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #b28a6d;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hp-classes-section .classes-row .classes-wrapper .info .text.main .classes-links a:last-child {
  padding-right: 0;
}
.hp-classes-section .classes-row .classes-wrapper .info .text.main .classes-links a:last-child:after {
  display: none;
}
.hp-classes-section .classes-row .classes-wrapper .info .text.main .classes-links a:hover {
  color: #b28a6d;
}
.press-companies--section {
  margin: 40px 0;
}
.press-companies--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media (max-width: 1024px) {
  .press-companies--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .press-companies--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.press-companies--wrapper:after {
  content: '';
  top: 0;
  right: -1px;
  height: 100%;
  width: 4px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
.press-companies--wrapper:before {
  content: '';
  bottom: -1px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
.press-companies--wrapper .company {
  padding: 30px 15px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  min-height: 220px;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.press-companies--wrapper .company .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100px;
  min-height: 100px !important;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.press-companies--wrapper .company .logo img, .press-companies--wrapper .company .logo svg {
  max-width: 100%;
}
.press-companies--wrapper .company .date span {
  color: #121212;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-companies--wrapper .company:hover .date span {
  color: #b28a6d;
}
.cwf--page {
  padding: 20px 0;
}
.cwf--title {
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
}
.cwf--title h1 {
  font-family: 'BreveDisplay', sans-serif;
  color: #121212;
  margin-bottom: 20px;
}
.cwf--content {
  padding: 40px 0;
}
.gift-top-banner {
  display: grid;
  grid-template-columns: 1fr 0.89fr;
}
@media (max-width: 768px) {
  .gift-top-banner {
    grid-template-columns: 1fr;
  }
}
.gift-top-banner .left {
  background-color: #f2f0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 40px 20px;
}
.gift-top-banner .left .wys {
  max-width: 880px;
}
.gift-top-banner .left .wys h1, .gift-top-banner .left .wys h2, .gift-top-banner .left .wys h3, .gift-top-banner .left .wys h4, .gift-top-banner .left .wys h5, .gift-top-banner .left .wys h6 {
  font-family: 'BreveDisplay', sans-serif;
  color: #121212;
}
.gift-top-banner .right figure {
  aspect-ratio: 3;
}
@media (max-width: 1580px) {
  .gift-top-banner .right figure {
    aspect-ratio: 2;
  }
}
@media (max-width: 1280px) {
  .gift-top-banner .right figure {
    aspect-ratio: 1.3333333333;
  }
}
@media (max-width: 768px) {
}
.gift-top-banner .right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-cards--section {
  padding: 60px 0;
}
.gift-cards--title {
  text-align: center;
}
.gift-cards--wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 30px;
}
.gift-cards--wrapper .card {
  background-color: #f2f0f4;
  padding: 30px;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  max-width: 33%;
}
@media (max-width: 1024px) {
  .gift-cards--wrapper .card {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  .gift-cards--wrapper .card {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .gift-cards--wrapper .card {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.gift-cards--wrapper .card > h4 {
  font-weight: 700;
  margin-bottom: 25px;
  color: #121212;
}
.gift-cards--wrapper .card .wys {
  margin-bottom: 25px;
}
.demand-top--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 580px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.demand-top--section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.demand-top--text {
  position: relative;
  z-index: 2;
}
.demand-top--text p, .demand-top--text a, .demand-top--text h1, .demand-top--text h2, .demand-top--text h3, .demand-top--text h4, .demand-top--text h5, .demand-top--text h6, .demand-top--text .custom-title {
  color: #fff;
}
.demand-top--buttons {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 40px;
}
.wellness-page__logo {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .wellness-page__logo {
    margin: 30px 0 10px;
  }
}
.wellness-page__logo .image {
  max-width: 950px;
  margin: 0 auto;
}
.wellness-page__logo .image img {
  max-width: 100%;
}
.wellness-page__top-text {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .wellness-page__top-text {
    margin: 0 0 60px;
  }
}
.wellness-page__top-text .text h1, .wellness-page__top-text .text h2, .wellness-page__top-text .text h3, .wellness-page__top-text .text h4, .wellness-page__top-text .text h5, .wellness-page__top-text .text h6 {
  margin: 0;
  padding: 0;
}
.wellness-page__top-text .text h3 {
  font-size: 48px;
}
@media (max-width: 1280px) {
  .wellness-page__top-text .text h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .wellness-page__top-text .text h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .wellness-page__top-text .text h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .wellness-page__top-text .text h3 {
    font-size: 28px;
  }
}
.wellness-page__top-text .text h2 {
  font-size: 55px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .wellness-page__top-text .text h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .wellness-page__top-text .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .wellness-page__top-text .text h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .wellness-page__top-text .text h2 {
    font-size: 30px;
  }
}
.wellness-page__top-text .text h2 strong {
  font-weight: 900;
  color: #96bdb8;
}
.wellness-page__locations {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .wellness-page__locations {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .wellness-page__locations {
    margin: 60px 0;
  }
}
.wellness-page__locations .title {
  text-align: center;
  margin-bottom: 60px;
}
.wellness-page__locations .title h3 {
  display: inline-block;
  background-color: #96bdb8;
  color: #030303;
  font-size: 48px;
  padding: 12px 25px;
  border-radius: 60px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .wellness-page__locations .title h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .wellness-page__locations .title h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .wellness-page__locations .title h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .wellness-page__locations .title h3 {
    font-size: 28px;
  }
}
.wellness-page__locations .links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 40px;
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .wellness-page__locations .links {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .wellness-page__locations .links {
    margin: 40px 0;
  }
}
.wellness-page__locations .links .link {
  display: block;
  font-size: 36px;
  text-decoration: underline;
  font-weight: 700;
  color: #121212;
}
.wellness-page__locations .links .link:hover {
  color: #b28a6d;
}
@media (max-width: 1024px) {
  .wellness-page__locations .links .link {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wellness-page__locations .links .link {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .wellness-page__locations .links .link {
    font-size: 20px;
  }
}
.wellness-page__options {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: stretch;
  grid-gap: 0;
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .wellness-page__options {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .wellness-page__options {
    margin: 60px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.wellness-page__options .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wellness-page__options .card.full-width {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
}
.wellness-page__options .card.full-width li {
  text-align: left;
}
.wellness-page__options .card.text-card:nth-child(odd) {
  background-color: #e0efed;
}
.wellness-page__options .card.text-card:nth-child(even) {
  background-color: #d2b9a8;
}
.wellness-page__options .card .image {
  position: relative;
  height: 400px;
}
@media (max-width: 768px) {
  .wellness-page__options .card .image {
    height: auto;
    aspect-ratio: 1.5;
    order: -1;
  }
}
.wellness-page__options .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wellness-page__options .card .info {
  padding: 45px 60px;
}
@media (max-width: 1280px) {
  .wellness-page__options .card .info {
    padding: 20px;
  }
}
.wellness-page__options .card .info .title h3 {
  text-align: center;
  font-weight: 900;
}
.wellness-page__options .card .info .text ul {
  display: inline-block;
}
.wellness-page__options .card .info .text h4 {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .wellness-page__options .card .info .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .wellness-page__options .card .info .text h4 {
    font-size: 20px;
  }
}
.wellness-page__options .card .info .text ul {
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .wellness-page__options .card .info .text ul {
    margin: 20px 0;
  }
}
.wellness-page__options .card .info .text ul li {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .wellness-page__options .card .info .text ul li {
    font-size: 18px;
  }
}
.wellness-page__options .card .info .text ul li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #030303;
}
.wellness-page__options .bottom-text {
  grid-column: span 2;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .wellness-page__options .bottom-text {
    grid-column: span 1;
  }
}
.wellness-page__options .bottom-text h3 {
  font-weight: 900;
  font-size: 34px;
}
@media (max-width: 1024px) {
  .wellness-page__options .bottom-text h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wellness-page__options .bottom-text h3 {
    font-size: 26px;
  }
}
.locations-cards--labels {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 30px;
}
.locations-cards--labels .label {
  position: relative;
}
.locations-cards--labels .label:after {
  content: '|';
  position: absolute;
  right: -20px;
  top: 0;
  color: #e2e2e2;
}
.locations-cards--labels .label span {
  font-size: 18px;
  font-weight: 500;
}
.locations-cards--labels .label:last-child:after {
  display: none;
}
.locations-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 1024px) {
  .locations-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .locations-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.locations-cards--wrapper .card .image figure {
  aspect-ratio: 1.5;
  position: relative;
}
.locations-cards--wrapper .card .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-cards--wrapper .card .info {
  margin-top: -110px;
  position: relative;
  z-index: 10;
  width: calc(100% - 20px);
  margin-left: auto;
}
.locations-cards--wrapper .card .info .title h3 {
  color: #fff;
  margin-bottom: 10px;
}
.locations-cards--wrapper .card .info .places {
  background-color: #fff;
  min-height: 130px;
  padding: 25px;
}
.locations-cards--wrapper .card .info .places .place {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  text-decoration: none;
  grid-gap: 20px;
  margin-bottom: 10px;
}
.locations-cards--wrapper .card .info .places .place span {
  color: #515151;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.locations-cards--wrapper .card .info .places .place:hover span {
  color: #b28a6d;
}
.locations-cards--wrapper .card .info .places .place .icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.pm-loc-select--section {
  background-color: #f2f0f4;
}
.pm-loc-select--wrapper {
  max-width: 470px;
  margin: 0 auto;
}
.pm-loc-select--wrapper .loc-select {
  width: 100%;
  border-radius: 0;
  border-width: 3px;
  border-color: #121212;
  background: #fff;
  letter-spacing: 0;
  outline: 0;
  font-size: 20px;
  padding: 13px 22px 12px 22px;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.8);
  color: #121212;
}
.pm-loc-select--wrapper .loc-select option {
  text-transform: uppercase;
}
.pm-pricing-tabs--section {
  background-color: #f2f0f4;
  position: relative;
}
.pm-pricing-tabs--section:before {
  content: '';
  width: 1100px;
  max-width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pm-pricing-tabs--block .tabs {
  margin-bottom: 40px;
}
.pm-pricing-tabs--block .tabs .tab-title {
  padding: 20px 30px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border: 2px solid #b28a6d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 360px;
}
.pm-pricing-tabs--block .tabs .tab-title h4 {
  color: #121212;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.pm-pricing-tabs--block .tabs .tab-title:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #b28a6d;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  margin-left: -9px;
  bottom: -9px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pm-pricing-tabs--block .tabs .tab-title:hover {
  background-color: #b28a6d;
}
.pm-pricing-tabs--block .tabs .tab-title.active {
  color: #fff;
  background-color: #b28a6d;
}
.pm-pricing-tabs--block .tabs .tab-title.active:after {
  opacity: 1;
}
.pm-pricing-tabs--block .tab-content {
  display: none;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card {
  -webkit-flex-basis: calc(25% - 20px);
  -moz-flex-basis: calc(25% - 20px);
  -ms-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
@media (max-width: 1180px) {
  .pm-pricing-tabs--block .tab-content .membeship-prices-content .card {
    -webkit-flex-basis: calc(33% - 20px);
    -moz-flex-basis: calc(33% - 20px);
    -ms-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .pm-pricing-tabs--block .tab-content .membeship-prices-content .card {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .pm-pricing-tabs--block .tab-content .membeship-prices-content .card {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.pm-pricing-tabs--block .tab-content .fitness-prices-content .card {
  -webkit-flex-basis: calc(20% - 20px);
  -moz-flex-basis: calc(20% - 20px);
  -ms-flex-basis: calc(20% - 20px);
  flex-basis: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
@media (max-width: 1380px) {
  .pm-pricing-tabs--block .tab-content .fitness-prices-content .card {
    -webkit-flex-basis: calc(25% - 20px);
    -moz-flex-basis: calc(25% - 20px);
    -ms-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (max-width: 1180px) {
  .pm-pricing-tabs--block .tab-content .fitness-prices-content .card {
    -webkit-flex-basis: calc(33% - 20px);
    -moz-flex-basis: calc(33% - 20px);
    -ms-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .pm-pricing-tabs--block .tab-content .fitness-prices-content .card {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .pm-pricing-tabs--block .tab-content .fitness-prices-content .card {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content, .pm-pricing-tabs--block .tab-content .fitness-prices-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  grid-gap: 20px;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card {
  background-color: #fff;
  padding: 30px;
  border-bottom: 10px solid #121212;
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  grid-template-rows: auto 1fr auto;
  grid-gap: 20px;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .title, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .title {
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .title h4, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .title h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .info, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .info {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 20px;
  padding-top: 15px;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .info .price span, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .info .price span {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  display: block;
  text-align: center;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .info .price span strong, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .info .price span strong {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pm-pricing-tabs--block .tab-content .membeship-prices-content .card .info .price span strong, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .info .price span strong {
    font-size: 30px;
  }
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .button, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .button, .pm-pricing-tabs--block .tab-content .membeship-prices-content .card .more-btn-block, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .more-btn-block {
  text-align: center;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .button .more-btn, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .button .more-btn, .pm-pricing-tabs--block .tab-content .membeship-prices-content .card .more-btn-block .more-btn, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .more-btn-block .more-btn {
  background-color: #b28a6d;
  border-color: #b28a6d;
}
.pm-pricing-tabs--block .tab-content .membeship-prices-content .card .button .more-btn:after, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .button .more-btn:after, .pm-pricing-tabs--block .tab-content .membeship-prices-content .card .more-btn-block .more-btn:after, .pm-pricing-tabs--block .tab-content .fitness-prices-content .card .more-btn-block .more-btn:after {
  content: url('../img/btn_arrow-black.svg');
}
.pm-pricing-tabs--block .tab-content .spa-prices-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
}
@media (max-width: 1280px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card {
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 1480px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content .card {
    padding: 60px 40px;
  }
}
@media (max-width: 1350px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content .card {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content .card {
    padding: 30px;
  }
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card > .title {
  margin-bottom: 35px;
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card > .title h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content .card > .title h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .pm-pricing-tabs--block .tab-content .spa-prices-content .card > .title h4 {
    font-size: 22px;
  }
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card .options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card .options .option .top {
  margin-bottom: 10px;
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card .options .option .top .name, .pm-pricing-tabs--block .tab-content .spa-prices-content .card .options .option .top .price {
  font-weight: 700;
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card .options .option .timing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card .options .option .timing .time {
  flex: 1;
}
.pm-pricing-tabs--block .tab-content .spa-prices-content .card .options .option .timing .t-price {
  font-weight: 700;
}
.faq-blocks--wrapper .acc-row {
  padding: 20px 0;
  border-bottom: 1px solid #c2c2c2;
}
.faq-blocks--wrapper .acc-row .acc-title .custom-title {
  margin-bottom: 0;
}
.faq-blocks--wrapper .acc-row .acc .item > .title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.faq-blocks--wrapper .acc-row .acc .item > .title h3 {
  margin-bottom: 10px;
}
.faq-blocks--wrapper .acc-row .acc .item > .title span:before, .faq-blocks--wrapper .acc-row .acc .item > .title span:after {
  content: '';
  background-color: #b28a6d;
  width: 15px;
  height: 3px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-blocks--wrapper .acc-row .acc .item > .title span:before {
  right: 11px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.faq-blocks--wrapper .acc-row .acc .item > .title span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.faq-blocks--wrapper .acc-row .acc .item > .title.active span:before, .faq-blocks--wrapper .acc-row .acc .item > .title.active span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-blocks--wrapper .acc-row .acc .item .info {
  display: none;
}
.vh-content--section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.vh-content--row .row1340 {
  max-width: 1340px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .vh-content--row .row1340 {
    padding: 80px 0 60px;
  }
}
.vh-content--row .row1340 .btn {
  background-color: #030303;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.vh-content--row .row1340 .btn:hover {
  background-color: #434343;
}
.vh-content--row .row1340 .label {
  display: inline-block;
  background-color: #030303;
  color: #fff;
  font-size: 18px;
  border-radius: 60px;
  padding: 10px 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.vh-content--row .row1340 .text p {
  color: #030303;
}
@media (max-width: 768px) {
  .vh-content--row .row1340 .text p br {
    display: none;
  }
}
@media (max-width: 850px) {
  .vh-content--row .row1340 .bottom-text {
    text-align: center;
  }
}
.vh-content--row .row1340 .image-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 100px;
  margin-bottom: 25px;
}
@media (max-width: 850px) {
  .vh-content--row .row1340 .image-text {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width: 850px) {
  .vh-content--row .row1340 .image-text .left .text p, .vh-content--row .row1340 .image-text .left .text > * {
    text-align: center !important;
  }
}
.vh-content--row .row1340 .image-text .right figure {
  position: relative;
  aspect-ratio: 1.3333333333;
}
.vh-content--row .row1340 .image-text .right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vh-content--row:nth-child(even) .text * {
  color: #fff !important;
}
.vh-content--row:nth-child(even) .image-text .right {
  order: -1;
}
@media (max-width: 850px) {
  .vh-content--row:nth-child(even) .image-text .right {
    order: 2;
  }
}
.cpt-cat__section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.cpt-cat__section .cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #f2f0f4;
}
.cpt-cat__section .cat-row:nth-child(even) .cat-info {
  order: -1;
}
@media (max-width: 1150px) {
  .cpt-cat__section .cat-row:nth-child(even) .cat-info {
    order: 2;
  }
}
.cpt-cat__section .cat-row .cat-image {
  position: relative;
  aspect-ratio: 1.6666666667;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.cpt-cat__section .cat-row .cat-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.3);
  z-index: 2;
}
@media (max-width: 1150px) {
  .cpt-cat__section .cat-row .cat-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.cpt-cat__section .cat-row .cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpt-cat__section .cat-row .cat-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 40px 70px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 1150px) {
  .cpt-cat__section .cat-row .cat-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cpt-cat__section .cat-row .cat-info {
    padding: 40px 20px;
  }
}
.cpt-cat__section .cat-row .cat-info .wys {
  max-width: 720px;
}
.cpt-cat__section .cat-row .cat-info .wys .custom-title {
  text-transform: uppercase;
}
.cpt-cat__section .cat-row .cat-info .wys .custom-title strong {
  font-weight: 700;
}
.cpt-cat__section .cat-row .cat-info .description p {
  font-size: 18px;
  font-weight: 500;
}
.cpt-cat__section .cat-row .cat-info .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 0;
}
@media (max-width: 1280px) {
  .cpt-cat__section .cat-row .cat-info .buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cpt-cat__section .cat-row .cat-info .buttons .more-btn {
  margin-left: -2px;
}
@media (max-width: 1280px) {
  .cpt-cat__section .cat-row .cat-info .buttons .more-btn {
    margin-left: 0;
  }
}
.cpt-cat__section .cat-row .cat-info .buttons .custom-dropdown {
  margin-bottom: 0;
}
.cpt-cat__section .cat-row .cat-info .buttons .list-title, .cpt-cat__section .cat-row .cat-info .buttons .more-btn {
  border-width: 2px;
  border-color: #b28a6d;
  padding: 18px 14px;
  font-size: 18px;
}
@media (max-width: 1480px) {
  .cpt-cat__section .cat-row .cat-info .buttons .list-title, .cpt-cat__section .cat-row .cat-info .buttons .more-btn {
    font-size: 14px;
  }
}
.cpt-cat__section .cat-row .cat-info .buttons .list-title:after, .cpt-cat__section .cat-row .cat-info .buttons .more-btn:after {
  right: 15px;
}
.fitness-card {
  -webkit-flex-basis: calc(25% - 20px);
  -moz-flex-basis: calc(25% - 20px);
  -ms-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 0;
}
@media (max-width: 1140px) {
  .fitness-card {
    -webkit-flex-basis: calc(33% - 20px);
    -moz-flex-basis: calc(33% - 20px);
    -ms-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .fitness-card {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .fitness-card {
    -webkit-flex-basis: calc(50% - 10px);
    -moz-flex-basis: calc(50% - 10px);
    -ms-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .fitness-card {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.fitness-card .post-thumbnail {
  display: block;
  position: relative;
  aspect-ratio: 1.5;
}
.fitness-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fitness-card .content {
  padding: 45px 28px 30px;
  background-color: #f2f0f4;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 768px) {
  .fitness-card .content {
    padding: 30px 15px 20px;
  }
}
.fitness-card .content > * {
  color: #000;
}
.fitness-card .content:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 32px;
  top: -12px;
  background-color: inherit;
}
.fitness-card .content:hover {
  background-color: #b28a6d;
}
.fitness-card .content:hover .read-more svg path {
  fill: #333;
}
.fitness-card .content .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.fitness-card .content .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.fitness-card .content .read-more svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cpt-fitness-classes--section, .cpt-spa-therapy--section {
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .cpt-fitness-classes--section, .cpt-spa-therapy--section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .cpt-fitness-classes--section, .cpt-spa-therapy--section {
    margin: 40px 0;
  }
}
.cpt-fitness-classes--title, .cpt-spa-therapy--title {
  margin-bottom: 40px;
}
.cpt-fitness-classes--wrapper, .cpt-spa-therapy--wrapper {
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 768px) {
  .cpt-fitness-classes--wrapper, .cpt-spa-therapy--wrapper {
    gap: 10px;
  }
}
.cpt-fitness-classes--wrapper .spa-card, .cpt-spa-therapy--wrapper .spa-card {
  padding: 30px 28px;
  background-color: #f2f0f4;
  -webkit-flex-basis: calc(25% - 20px);
  -moz-flex-basis: calc(25% - 20px);
  -ms-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
@media (max-width: 1140px) {
  .cpt-fitness-classes--wrapper .spa-card, .cpt-spa-therapy--wrapper .spa-card {
    -webkit-flex-basis: calc(33% - 20px);
    -moz-flex-basis: calc(33% - 20px);
    -ms-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .cpt-fitness-classes--wrapper .spa-card, .cpt-spa-therapy--wrapper .spa-card {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .cpt-fitness-classes--wrapper .spa-card, .cpt-spa-therapy--wrapper .spa-card {
    -webkit-flex-basis: calc(50% - 10px);
    -moz-flex-basis: calc(50% - 10px);
    -ms-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .cpt-fitness-classes--wrapper .spa-card, .cpt-spa-therapy--wrapper .spa-card {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.cpt-fitness-classes--wrapper .spa-card--title, .cpt-spa-therapy--wrapper .spa-card--title {
  margin-bottom: 20px;
  font-weight: 700;
}
.cpt-taxonomy-top--section, .cpt-single-top--section {
  position: relative;
}
.cpt-taxonomy-top--section .bc-breadcrumbs, .cpt-single-top--section .bc-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.cpt-taxonomy-top--wrapper, .cpt-single-top--wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-gap: 0;
}
@media (max-width: 1200px) {
  .cpt-taxonomy-top--wrapper, .cpt-single-top--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cpt-taxonomy-top--wrapper .info, .cpt-single-top--wrapper .info {
  background-color: #f2f0f4;
  padding: 70px 20px;
}
.cpt-taxonomy-top--wrapper .info .wys, .cpt-single-top--wrapper .info .wys {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .cpt-taxonomy-top--wrapper .info .wys, .cpt-single-top--wrapper .info .wys {
    margin: 0;
  }
}
.cpt-taxonomy-top--wrapper .info .wys .title h1, .cpt-single-top--wrapper .info .wys .title h1 {
  font-family: 'BreveDisplay', sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
.cpt-taxonomy-top--wrapper .info .wys .description p, .cpt-single-top--wrapper .info .wys .description p {
  font-size: 22px;
  color: #515151;
  font-weight: 500;
}
.cpt-taxonomy-top--wrapper .info .wys .buttons, .cpt-single-top--wrapper .info .wys .buttons {
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 30px;
}
.cpt-taxonomy-top--wrapper .info .wys .buttons .more-btn, .cpt-single-top--wrapper .info .wys .buttons .more-btn {
  padding-right: 90px;
}
.cpt-taxonomy-top--wrapper .info .wys .buttons .more-btn:after, .cpt-single-top--wrapper .info .wys .buttons .more-btn:after {
  right: 20px;
}
.cpt-taxonomy-top--wrapper .info .wys .buttons .more-btn span, .cpt-single-top--wrapper .info .wys .buttons .more-btn span {
  font-size: 18px;
}
.cpt-taxonomy-top--wrapper .info .wys .buttons .custom-dropdown, .cpt-single-top--wrapper .info .wys .buttons .custom-dropdown {
  max-width: 50%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cpt-taxonomy-top--wrapper .info .wys .buttons .custom-dropdown, .cpt-single-top--wrapper .info .wys .buttons .custom-dropdown {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .cpt-taxonomy-top--wrapper .info .wys .buttons .custom-dropdown, .cpt-single-top--wrapper .info .wys .buttons .custom-dropdown {
    width: 100%;
  }
}
.cpt-taxonomy-top--wrapper .info .wys .buttons .custom-dropdown .list-title, .cpt-single-top--wrapper .info .wys .buttons .custom-dropdown .list-title {
  border-color: #b28a6d;
  border-width: 2px;
  gap: 15px;
}
.cpt-taxonomy-top--wrapper .info .wys .exercises-list ul, .cpt-single-top--wrapper .info .wys .exercises-list ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.cpt-taxonomy-top--wrapper .info .wys .exercises-list ul li, .cpt-single-top--wrapper .info .wys .exercises-list ul li {
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
}
.cpt-taxonomy-top--wrapper .info .wys .exercises-list ul li:before, .cpt-single-top--wrapper .info .wys .exercises-list ul li:before {
  content: '\f058';
  font: var(--fa-font-solid);
  color: #b28a6d;
  font-size: 24px;
}
.cpt-taxonomy-top--wrapper .info .wys .exercises-list ul li:after, .cpt-single-top--wrapper .info .wys .exercises-list ul li:after {
  display: none;
}
.cpt-taxonomy-top--wrapper .info .wys .exercises-list ul li span, .cpt-single-top--wrapper .info .wys .exercises-list ul li span {
  font-size: 20px;
  font-weight: 500;
}
.cpt-taxonomy-top--wrapper .image, .cpt-single-top--wrapper .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1.1666666667;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .cpt-taxonomy-top--wrapper .image, .cpt-single-top--wrapper .image {
    aspect-ratio: 1.7777777778;
  }
}
.cpt-taxonomy-top--wrapper .image:after, .cpt-single-top--wrapper .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.3);
  z-index: 2;
}
.cpt-single-top--wrapper .image {
  aspect-ratio: auto;
  height: 100%;
}
@media (max-width: 1200px) {
  .cpt-single-top--wrapper .image {
    aspect-ratio: 1.7777777778;
  }
}
.first-steps--wrapper {
  position: relative;
}
.first-steps--wrapper:after, .first-steps--wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 576px) {
  .first-steps--wrapper:after, .first-steps--wrapper:before {
    display: none;
  }
}
.first-steps--wrapper:before {
  top: -1px;
}
.first-steps--wrapper:after {
  bottom: -1px;
}
.first-steps--wrapper .title {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 35px 0;
}
@media (max-width: 1250px) {
  .first-steps--wrapper .title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.first-steps--wrapper .steps {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  position: relative;
  position: relative;
}
@media (max-width: 768px) {
  .first-steps--wrapper .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .first-steps--wrapper .steps {
    grid-template-columns: repeat(1, 1fr);
  }
}
.first-steps--wrapper .steps:after, .first-steps--wrapper .steps:before {
  content: '';
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 576px) {
  .first-steps--wrapper .steps:after, .first-steps--wrapper .steps:before {
    display: none;
  }
}
.first-steps--wrapper .steps:before {
  left: -1px;
}
.first-steps--wrapper .steps:after {
  right: -1px;
}
.first-steps--wrapper .steps .step {
  padding: 35px 50px;
  border: 1px solid #e2e2e2;
}
@media (max-width: 1250px) {
  .first-steps--wrapper .steps .step {
    border-top: none;
  }
}
@media (max-width: 1024px) {
  .first-steps--wrapper .steps .step {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .first-steps--wrapper .steps .step {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
  }
}
.first-steps--wrapper .steps .step .icon {
  margin-bottom: 20px;
}
.first-steps--wrapper .steps .step .icon i {
  color: #b28a6d;
}
.first-steps--wrapper .steps .step .wys h4 {
  margin-bottom: 20px;
}
.first-steps--wrapper .steps .step .wys p {
  font-size: 15px;
}
.cpt-bottom--wrapper > div {
  padding: 50px 70px;
  flex: 1;
}
@media (max-width: 1180px) {
  .cpt-bottom--wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cpt-bottom--wrapper > div {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .cpt-bottom--wrapper > div {
    padding: 40px 20px;
  }
}
.cpt-bottom--wrapper > div.left {
  background-color: #b28a6d;
}
.cpt-bottom--wrapper > div.left .more-btn:after {
  content: url('../img/btn_arrow-black.svg');
}
.cpt-bottom--wrapper > div.right {
  background-color: #000;
}
.cpt-bottom--wrapper > div.right > * {
  color: #fff;
}
.cpt-bottom--wrapper > div.right .more-btn {
  color: #fff;
}
#virgin-hotel-form-popup {
  background-color: #000;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px;
}
@media (max-width: 1024px) {
  #virgin-hotel-form-popup {
    padding: 60px;
  }
}
@media (max-width: 768px) {
  #virgin-hotel-form-popup {
    padding: 40px;
  }
}
#virgin-hotel-form-popup * {
  color: #fff;
  background-color: transparent;
}
#virgin-hotel-form-popup .form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  #virgin-hotel-form-popup .form-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#virgin-hotel-form-popup .form-wrapper .title {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #virgin-hotel-form-popup .form-wrapper .title {
    font-size: 20px;
  }
}
#virgin-hotel-form-popup .form-wrapper p {
  color: #b2b2b2;
  font-size: 21px;
  margin-bottom: 20px;
}
#virgin-hotel-form-popup .form-wrapper form label input, #virgin-hotel-form-popup .form-wrapper form fieldset input, #virgin-hotel-form-popup .form-wrapper form .gfield input {
  height: 63px;
  font-size: 27px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: none;
  outline: none;
}
#virgin-hotel-form-popup .form-wrapper form label input::placeholder, #virgin-hotel-form-popup .form-wrapper form fieldset input::placeholder, #virgin-hotel-form-popup .form-wrapper form .gfield input::placeholder {
  font-size: 27px;
  color: #fff;
}
@media (max-width: 1024px) {
  #virgin-hotel-form-popup .form-wrapper form label input, #virgin-hotel-form-popup .form-wrapper form fieldset input, #virgin-hotel-form-popup .form-wrapper form .gfield input {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #virgin-hotel-form-popup .form-wrapper form label input, #virgin-hotel-form-popup .form-wrapper form fieldset input, #virgin-hotel-form-popup .form-wrapper form .gfield input {
    font-size: 20px;
  }
}
#virgin-hotel-form-popup .form-wrapper form .gform_footer .button {
  display: inline-block;
  line-height: 1;
  padding: 16px 20px;
  background: #e31e23;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 31px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: 1px solid #e31e23;
  transition: all 0.4s ease;
  min-width: 223px;
}
@media (max-width: 1024px) {
  #virgin-hotel-form-popup .form-wrapper form .gform_footer .button {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #virgin-hotel-form-popup .form-wrapper form .gform_footer .button {
    font-size: 24px;
  }
}
#virgin-hotel-form-popup .form-wrapper figure {
  position: relative;
  aspect-ratio: 1.3333333333;
}
#virgin-hotel-form-popup .form-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.franchise-partners--title {
  text-align: center;
}
.franchise-partners--title h2 {
  margin-bottom: 0;
  font-weight: 500;
}
.franchise-partners--tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
@media (max-width: 768px) {
  .franchise-partners--tiles {
    grid-template-columns: repeat(1, 390px);
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .franchise-partners--tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.franchise-partners--tiles .tile {
  padding: 20px;
}
.franchise-partners--tiles .tile img {
  max-width: 100%;
}
.offer-top--block {
  position: relative;
  aspect-ratio: 1.5;
  padding: 70px 20px;
}
.offer-top--block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-top--block .text {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.offer-top--block .text.white-text > * {
  color: #fff;
}
.offer-bottom {
  position: relative;
}
.offer-bottom--wave {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom center;
}
.offer-bottom--address {
  margin-top: 300px;
}
@media (max-width: 1024px) {
  .offer-bottom--address {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .offer-bottom--address {
    margin-top: 50px;
  }
}
.our-team-cta--section {
  padding: 140px 0;
  min-height: 535px;
  position: relative;
}
@media (max-width: 1024px) {
  .our-team-cta--section {
    padding: 80px 0;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .our-team-cta--section {
    padding: 60px 0;
  }
}
.our-team-cta--section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.our-team-cta--text {
  text-align: center;
  position: relative;
  z-index: 2;
}
.our-team-cta--text.white-txt > *, .our-team-cta--text.white-txt .custom-title, .our-team-cta--text.white-txt .more-btn {
  color: #fff;
}
.our-team-cta--text.white-txt .more-btn {
  border-color: #fff;
}
.our-team-cta--text .text {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .our-team-cta--text .button {
    padding-right: 20px;
  }
  .our-team-cta--text .button .more-btn {
    font-size: 16px;
  }
}
.cta--blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .cta--blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cta--block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1.3333333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
}
@media (max-width: 1024px) {
  .cta--block {
    justify-content: flex-start;
    aspect-ratio: 1.6666666667;
  }
}
@media (max-width: 768px) {
  .cta--block {
    aspect-ratio: 1.5;
    padding: 40px 20px;
  }
}
.cta--block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 1024px) {
  .cta--block:after {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.cta--block * {
  color: #fff;
}
.cta--block .info {
  position: relative;
  z-index: 2;
  max-width: 450px;
}
.cta--block .info .text {
  margin-bottom: 30px;
}
#hidden-video-popup {
  padding: 0;
  width: 800px;
  max-width: 100%;
  aspect-ratio: 1.7777777778;
}
#hidden-video-popup iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-page hr {
  margin-bottom: 30px;
  display: block;
}
.default-page .scroll-table-container table tr td {
  vertical-align: top;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  color: #121212;
  padding: 15px 25px;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
}
.default-page .scroll-table-container table tr td:not(:last-child) {
  border-right: 1px solid #c2c2c2;
}
@media (max-width: 576px) {
  .default-page .scroll-table-container table tr td {
    font-size: 12px;
  }
}
.default-page .wys form {
  max-width: 800px;
  margin: 0 auto;
}
.default-page .wys form .gform_fields input {
  border: none;
  border-bottom: 1px solid #b28a6d;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.default-page .wys form .gform_button {
  background-color: #b28a6d !important;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8);
}
#main-popup-select-location {
  max-width: 1000px;
  width: 100%;
}
#main-popup-select-location .sl-block #sl-logo {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
#main-popup-select-location .sl-block .sl-title {
  text-align: center;
}
#main-popup-select-location .sl-block .sl-title .custom-title {
  font-size: 60px;
}
@media (max-width: 1024px) {
  #main-popup-select-location .sl-block .sl-title .custom-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #main-popup-select-location .sl-block .sl-title .custom-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  #main-popup-select-location .sl-block .sl-title .custom-title {
    font-size: 26px;
  }
}
#main-popup-select-location .sl-block .sl-title .custom-title strong {
  font-weight: 600;
}
#main-popup-select-location .sl-block .sl-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  #main-popup-select-location .sl-block .sl-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  #main-popup-select-location .sl-block .sl-tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main-popup-select-location .sl-block .sl-tiles .tile {
  background-color: #f2f0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  #main-popup-select-location .sl-block .sl-tiles .tile {
    padding: 15px;
  }
}
#main-popup-select-location .sl-block .sl-tiles .tile span {
  font-weight: 700;
  color: #000;
  font-size: 23px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #main-popup-select-location .sl-block .sl-tiles .tile span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #main-popup-select-location .sl-block .sl-tiles .tile span {
    font-size: 16px;
  }
}
#main-popup-select-location .sl-block .sl-tiles .tile:hover {
  background-color: #b28a6d;
}
#main-popup-select-location .is-close-btn {
  top: 5px;
  right: 5px;
  opacity: 1;
}
#main-popup-select-location .is-close-btn svg {
  width: 15px;
  height: 15px;
  color: #000;
}
.rtb--wrapper {
  background-color: #b28a6d;
  gap: 20px;
  padding: 40px 80px 40px 40px;
}
@media (max-width: 576px) {
  .rtb--wrapper {
    padding: 30px;
  }
}
.rtb--wrapper > * {
  color: #000;
}
.rtb--wrapper .title h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.rtb--wrapper .button .more-btn.black:after {
  content: url('../img/btn_arrow-black.svg');
}
.tax-pricing-tabs--title {
  text-align: center;
}
.tax-pricing-tabs--section {
  position: relative;
  margin: 70px 0;
}
.tax-pricing-tabs--wrapper {
  background: #f2f0f4;
  position: relative;
  padding-bottom: 70px;
}
.tax-pricing-tabs--wrapper:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  z-index: 1;
}
.tax-pricing-tabs--wrapper > div {
  position: relative;
  z-index: 3;
}
.tax-pricing-tabs--wrapper .tabs-titles-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.tax-pricing-tabs--wrapper .tabs-titles-block .tab-title {
  align-items: center;
  padding: 20px 30px;
  border: 2px solid #121212;
  background-color: #fff;
  color: #121212;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  min-width: 400px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .tax-pricing-tabs--wrapper .tabs-titles-block .tab-title {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tabs-titles-block .tab-title {
    font-size: 18px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.tax-pricing-tabs--wrapper .tabs-titles-block .tab-title:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #121212;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  margin-left: -9px;
  bottom: -9px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tax-pricing-tabs--wrapper .tabs-titles-block .tab-title:hover {
  color: #fff;
  background-color: #121212;
}
.tax-pricing-tabs--wrapper .tabs-titles-block .tab-title.active {
  color: #fff;
  background-color: #121212;
}
.tax-pricing-tabs--wrapper .tabs-titles-block .tab-title.active:after {
  opacity: 1;
}
.tax-pricing-tabs--wrapper .tab-content {
  display: none;
}
.tax-pricing-tabs--wrapper .tab-content .bottom-content-text {
  margin: 20px 0;
  text-align: center;
}
.tax-pricing-tabs--wrapper .tab-content .bottom-content-text .more-btn {
  margin: 20px 0;
}
.tax-pricing-tabs--wrapper .tab-content .top-content-text {
  margin: 10px 0 30px;
  text-align: center;
}
.tax-pricing-tabs--wrapper .tab-content .top-content-text p {
  font-size: 20px;
}
.tax-pricing-tabs--wrapper .tab-content .pricing {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.tax-pricing-tabs--wrapper .tab-content .pricing.grid-4 .tab-content-item-box {
  -webkit-flex-basis: calc(25% - 20px);
  -moz-flex-basis: calc(25% - 20px);
  -ms-flex-basis: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
@media (max-width: 1024px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-4 .tab-content-item-box {
    padding: 30px 20px;
    -webkit-flex-basis: calc(33% - 20px);
    -moz-flex-basis: calc(33% - 20px);
    -ms-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-4 .tab-content-item-box {
    padding: 30px 15px;
    border-bottom: 5px solid #121212;
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-4 .tab-content-item-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.tax-pricing-tabs--wrapper .tab-content .pricing.grid-3 .tab-content-item-box {
  -webkit-flex-basis: calc(33% - 20px);
  -moz-flex-basis: calc(33% - 20px);
  -ms-flex-basis: calc(33% - 20px);
  flex-basis: calc(33% - 20px);
  max-width: calc(33% - 20px);
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-3 .tab-content-item-box {
    padding: 30px 15px;
    border-bottom: 5px solid #121212;
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-3 .tab-content-item-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.tax-pricing-tabs--wrapper .tab-content .pricing.grid-5 .tab-content-item-box {
  -webkit-flex-basis: calc(20% - 20px);
  -moz-flex-basis: calc(20% - 20px);
  -ms-flex-basis: calc(20% - 20px);
  flex-basis: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
@media (max-width: 1380px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-5 .tab-content-item-box {
    -webkit-flex-basis: calc(25% - 20px);
    -moz-flex-basis: calc(25% - 20px);
    -ms-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (max-width: 1024px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-5 .tab-content-item-box {
    padding: 30px 20px;
    -webkit-flex-basis: calc(33% - 20px);
    -moz-flex-basis: calc(33% - 20px);
    -ms-flex-basis: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-5 .tab-content-item-box {
    padding: 30px 15px;
    border-bottom: 5px solid #121212;
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing.grid-5 .tab-content-item-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.tax-pricing-tabs--wrapper .tab-content .pricing .tab-content-item-box {
  max-width: 385px;
  padding: 35px;
  background: #fff;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  border-bottom: 10px solid #121212;
}
.tax-pricing-tabs--wrapper .tab-content .pricing .tab-content-item-title {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.tax-pricing-tabs--wrapper .tab-content .pricing .tab-content-item-title h4 {
  color: #121212;
  font-weight: 700;
}
.tax-pricing-tabs--wrapper .tab-content .pricing .price-box {
  text-align: center;
}
.tax-pricing-tabs--wrapper .tab-content .pricing .price-box span {
  font-size: 40px;
  font-weight: 700;
  color: #121212;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing .price-box span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing .price-box span {
    font-size: 30px;
  }
}
.tax-pricing-tabs--wrapper .tab-content .pricing .price-box span .small {
  font-size: 20px;
  padding: 0;
}
.tax-pricing-tabs--wrapper .tab-content .pricing .more-btn-block {
  text-align: center;
}
.tax-pricing-tabs--wrapper .tab-content .pricing .more-btn-block .more-btn {
  background: #b28a6d;
  border-color: #b28a6d;
  padding: 16px 40px 16px 35px;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing .more-btn-block .more-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .pricing .more-btn-block .more-btn {
    font-size: 15px;
    padding: 12px 40px 12px 35px;
  }
}
.tax-pricing-tabs--wrapper .tab-content .pricing .more-btn-block .more-btn:after {
  color: #121212;
  content: url('../img/btn_arrow-black.svg');
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1px;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card {
  background-color: #fff;
  padding: 60px;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  max-width: 33%;
}
@media (max-width: 1480px) {
  .tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card {
    padding: 60px 40px;
  }
}
@media (max-width: 1350px) {
  .tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card {
    padding: 30px;
  }
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card > .title {
  margin-bottom: 35px;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card > .title h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card > .title h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card > .title h4 {
    font-size: 22px;
  }
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options .option .top {
  margin-bottom: 10px;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options .option .top .name, .tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options .option .top .price {
  font-weight: 700;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options .option .timing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options .option .timing .time {
  flex: 1;
}
.tax-pricing-tabs--wrapper .tab-content .spa-prices-content .card .options .option .timing .t-price {
  font-weight: 700;
}
@media (max-width: 768px) {
  .holliday-retreat {
    padding-top: 60px;
  }
}
.holliday-retreat .top {
  text-align: center;
}
.holliday-retreat .top img {
  width: 100%;
}
.holliday-retreat .top p {
  color: #030303;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.023%;
  /* 51.689px */
  letter-spacing: 2.66px;
}
@media (max-width: 1024px) {
  .holliday-retreat .top p {
    font-size: 26px;
  }
}
.holliday-retreat .button {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border-radius: 60px;
  background-color: #921c58;
  text-decoration: underline;
  padding: 19px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .holliday-retreat .button {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.holliday-retreat .button:hover {
  background-color: #2e2e2e;
}
.holliday-retreat .middle {
  text-align: center;
  padding-bottom: 100px;
}
.holliday-retreat .middle img {
  width: 100%;
}
.holliday-retreat .middle p {
  color: #030303;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 154.523%;
  /* 49.447px */
}
@media (max-width: 1024px) {
  .holliday-retreat .middle p {
    font-size: 26px;
  }
}
.holliday-retreat .bottom {
  text-align: center;
  width: 1185px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #b48b6e;
  color: #000;
  padding: 40px 0;
  margin-top: 40px;
}
.holliday-retreat .bottom p {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.023%;
  letter-spacing: 2.66px;
}
@media (max-width: 1024px) {
  .holliday-retreat .bottom p {
    font-size: 26px;
  }
}
.holliday-retreat .locations {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.holliday-retreat .locations .title {
  color: #030303;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 58.719px */
}
.holliday-retreat .locations .box .location {
  display: inline-block;
  margin: 10px 25px;
  color: #030303;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.523%;
  /* 58.719px */
  text-decoration-line: underline;
  text-transform: uppercase;
}
.custom-exhale-on-demand .wrapper {
  width: 1340px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
.custom-exhale-on-demand .top {
  background-color: #deeeeb;
  position: relative;
}
.custom-exhale-on-demand .top .wrapper {
  display: flex;
  justify-content: flex-end;
}
.custom-exhale-on-demand .top .text {
  width: 50%;
  padding-left: 65px;
  padding-top: 20px;
  padding-bottom: 121px;
}
@media (max-width: 1024px) {
  .custom-exhale-on-demand .top .text {
    width: 100%;
    padding-left: 0;
  }
}
.custom-exhale-on-demand .top p {
  color: #030303;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 37.085px */
}
.custom-exhale-on-demand .top .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .custom-exhale-on-demand .top .image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.custom-exhale-on-demand .top .button {
  border: 1px solid #000;
  padding: 20px 45px;
  line-height: 1;
  text-align: center;
  color: #030303;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.custom-exhale-on-demand .top .button:hover {
  opacity: 0.6;
}
.custom-exhale-on-demand h2, .custom-exhale-on-demand h1 {
  color: #030303;
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-top: 0;
  position: relative;
}
.custom-exhale-on-demand .bottom {
  background-color: #e8e3da;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
.custom-exhale-on-demand .bottom .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  transform: translateY(-100%);
}
.custom-exhale-on-demand .bottom .top-text {
  text-align: center;
  margin-bottom: 80px;
}
.custom-exhale-on-demand .bottom .top-text p {
  color: #030303;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 37.085px */
}
.custom-exhale-on-demand .bottom .button {
  color: #030303;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background-color: #96bdb8;
  padding: 16px 50px;
}
.custom-exhale-on-demand .bottom .button:hover {
  opacity: 0.6;
}
.custom-exhale-on-demand .bottom .box {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 50px;
}
@media (max-width: 1024px) {
  .custom-exhale-on-demand .bottom .box {
    display: block;
  }
}
.custom-exhale-on-demand .bottom .box .column {
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .custom-exhale-on-demand .bottom .box .column {
    flex-basis: 100%;
  }
  .custom-exhale-on-demand .bottom .box .column.left {
    margin-bottom: 40px;
  }
}
.custom-exhale-on-demand .bottom h3 {
  color: #030303;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.custom-exhale-on-demand .bottom p {
  color: #030303;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 24.724px */
}
.virgin-hotel-new {
  color: #030303;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 37.085px */
}
.virgin-hotel-new .row1340 {
  max-width: 1340px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.virgin-hotel-new .button {
  background-color: #030303;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.virgin-hotel-new .button:hover {
  background-color: #434343;
}
.virgin-hotel-new .button.round {
  border-radius: 60px;
}
.virgin-hotel-new .button.red {
  background-color: #eb0000;
}
.virgin-hotel-new .button.red:hover {
  background-color: #ff6c6c;
}
.virgin-hotel-new div.button {
  margin-bottom: 25px;
}
.virgin-hotel-new div.button:hover {
  background-color: #030303;
}
.virgin-hotel-new p {
  color: #030303;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 37.085px */
}
.virgin-hotel-new p a {
  color: #030303;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
}
.virgin-hotel-new h2, .virgin-hotel-new h1 {
  color: #030303;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
.virgin-hotel-new h3 {
  color: #030303;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 49.447px */
  padding: 0;
  margin: 0 0 20px 0;
}
.virgin-hotel-new .top-note {
  text-align: center;
  background-color: #b28a6d;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .virgin-hotel-new .top-note {
    margin-top: 87px;
  }
}
.virgin-hotel-new .top-note h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 23px;
}
.virgin-hotel-new .top-note h3 a {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 23px;
}
.virgin-hotel-new .top-note a {
  color: #030303;
  text-decoration: underline;
}
.virgin-hotel-new .top-note a:hover {
  text-decoration: none;
}
.virgin-hotel-new .vh-top {
  padding: 60px 0;
  background-color: #deeeeb;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-top {
    padding: 40px 0 80px;
  }
}
.virgin-hotel-new .vh-top .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-top .top {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.virgin-hotel-new .vh-top .top .images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  grid-gap: 20px;
  flex: 0 1 850px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-top .top .images {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.virgin-hotel-new .vh-top .top .text {
  flex: 0 1 690px;
  margin-right: 35px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-top .top .text {
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  .virgin-hotel-new .vh-top .top .text h1 {
    font-size: 26px;
  }
  .virgin-hotel-new .vh-top .top .text h3 {
    font-size: 22px;
  }
  .virgin-hotel-new .vh-top .top .text p {
    font-size: 16px;
  }
}
.virgin-hotel-new .vh-top .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 840px;
  max-width: 100%;
  margin: 0 auto 50px;
  gap: 15px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-top .buttons {
    flex-wrap: wrap;
  }
}
.virgin-hotel-new .vh-top .buttons .button {
  margin: 10px;
}
.virgin-hotel-new .vh-top .bottom {
  text-align: center;
}
.virgin-hotel-new .vh-top .button.round {
  font-size: 16px;
}
.virgin-hotel-new .vh-orange {
  padding: 60px 0;
  background-color: #b18a6d;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-orange {
    padding: 80px 0;
  }
}
.virgin-hotel-new .vh-orange .row1340 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-orange .row1340 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.virgin-hotel-new .vh-orange img {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .virgin-hotel-new .vh-orange img {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-orange img {
    margin-bottom: 20px;
  }
}
.virgin-hotel-new .vh-orange .text {
  color: #fff;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .virgin-hotel-new .vh-orange .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-orange .text {
    margin-left: 0;
  }
}
.virgin-hotel-new .vh-orange .text h2, .virgin-hotel-new .vh-orange .text p {
  color: #fff;
}
.virgin-hotel-new .vh-orange .text ul li {
  padding-left: 20px;
  font-size: 18px;
  position: relative;
}
.virgin-hotel-new .vh-orange .text ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 15px;
}
.virgin-hotel-new .vh_card {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .virgin-hotel-new .vh_card {
    padding: 40px 0;
  }
}
.virgin-hotel-new .vh_card .row1340 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh_card .row1340 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.virgin-hotel-new .vh_card img {
  flex: 0 1 520px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh_card img {
    margin-bottom: 20px;
  }
}
.virgin-hotel-new .vh_card .text {
  color: #fff;
  flex: 0 1 820px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh_card .text {
    margin-left: 0;
  }
}
.virgin-hotel-new .vh-cyan {
  background-color: #deeeeb;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-cyan {
    padding: 40px 0;
  }
}
.virgin-hotel-new .vh-cyan .top {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-cyan .top {
    margin-bottom: 40px;
  }
}
.virgin-hotel-new .vh-cyan .top h2 {
  text-align: center;
}
.virgin-hotel-new .vh-cyan .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-cyan .box {
    flex-wrap: wrap;
  }
}
.virgin-hotel-new .vh-cyan .left {
  flex: 0 1 650px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-cyan .left {
    flex-basis: 100%;
  }
}
.virgin-hotel-new .vh-cyan .right {
  flex: 0 1 580px;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-cyan .right {
    flex-basis: 100%;
  }
}
.virgin-hotel-new .vh-cyan h4 {
  color: #121212;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.virgin-hotel-new .vh-cyan h4 strong {
  font-weight: 900;
}
.virgin-hotel-new .vh-cyan ul {
  margin-bottom: 20px;
}
.virgin-hotel-new .vh-cyan ul li {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
}
.virgin-hotel-new .vh-cyan ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 15px;
}
.virgin-hotel-new .vh-info {
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .virgin-hotel-new .vh-info {
    padding: 80px 0;
  }
}
.virgin-hotel-new .vh-info .row1340 {
  border: 2px solid #000;
  padding: 70px;
}
@media (max-width: 480px) {
  .virgin-hotel-new .vh-info .row1340 {
    padding: 20px;
  }
}
.custom-spa-therapies .row {
  max-width: 1340px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.custom-spa-therapies .button {
  background-color: #b18a6d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.custom-spa-therapies .button:hover {
  background-color: #ddcdc0;
}
.custom-spa-therapies .button.round {
  border-radius: 60px;
}
.custom-spa-therapies p {
  color: #030303;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 37.085px */
}
.custom-spa-therapies h2 {
  color: #030303;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
.custom-spa-therapies h3 {
  color: #030303;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 49.447px */
  padding: 0;
  margin: 0 0 20px 0;
}
.custom-spa-therapies h4 {
  color: #121212;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-spa-therapies h4 strong {
  font-weight: 900;
}
.custom-spa-therapies .spa-therapies-top {
  padding-top: 120px;
}
.custom-spa-therapies .spa-therapies-top .line {
  margin-bottom: 170px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-top .line {
    margin-bottom: 80px;
  }
}
.custom-spa-therapies .spa-therapies-top .top-text {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-top .top-text {
    margin-bottom: 80px;
  }
}
.custom-spa-therapies .spa-therapies-top .top-text h2 {
  position: relative;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 1.2px;
}
.custom-spa-therapies .spa-therapies-top .top-text hr {
  display: block;
  width: 1070px;
  max-width: 100%;
  height: 1px;
  background-color: #000;
  margin: 25px auto 25px;
}
.custom-spa-therapies .spa-therapies-top .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-top .box {
    flex-wrap: wrap;
  }
}
.custom-spa-therapies .spa-therapies-top .col {
  flex: 0 1 680px;
  max-width: 680px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-top .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.custom-spa-therapies .spa-therapies-top .col.left {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-top .col.left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.custom-spa-therapies .spa-therapies-top .col strong {
  padding-right: 40px;
  font-weight: 700;
}
.custom-spa-therapies .spa-therapies-bottom {
  margin-bottom: 80px;
}
.custom-spa-therapies .spa-therapies-bottom .row {
  background-color: #d5d4d7;
  max-width: 1580px;
  padding: 55px 120px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-bottom .row {
    padding: 40px 20px;
  }
}
.custom-spa-therapies .spa-therapies-bottom .top {
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.custom-spa-therapies .spa-therapies-bottom .top h2 {
  text-align: center;
  font-weight: 700;
}
.custom-spa-therapies .spa-therapies-bottom .top p {
  font-size: 16px;
}
.custom-spa-therapies .spa-therapies-bottom .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-bottom .box {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.custom-spa-therapies .spa-therapies-bottom .col.left {
  flex: 0 1 605px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-bottom .col.left {
    margin-right: 0;
    margin-bottom: 40px;
    flex-basis: 100%;
  }
}
.custom-spa-therapies .spa-therapies-bottom .col.right {
  flex: 0 1 695px;
}
@media (max-width: 1024px) {
  .custom-spa-therapies .spa-therapies-bottom .col.right {
    flex-basis: 100%;
  }
}
.custom-spa-therapies .spa-therapies-bottom h4 {
  font-size: 22px;
  font-weight: 700;
}
.custom-spa-therapies .spa-therapies-bottom p {
  font-size: 20px;
}
.custom-spa-therapies .spa-therapies-bottom .bottom {
  text-align: center;
  margin-bottom: 40px;
}
.custom-spa-therapies .spa-therapies-bottom .bottom h2 {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}
.custom-spa-therapies .spa-therapies-bottom .bottom h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 1070px;
  max-width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #000;
}
.custom-page {
  font-family: 'Avenir' !important;
  font-size: 22px;
}
.custom-page .wrapper {
  max-width: 1600px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.custom-page .button {
  background-color: #b18a6d;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  text-align: center;
  font-family: 'Avenir' !important;
}
.custom-page .button:hover {
  background-color: #ddcdc0;
}
.custom-page .button.round {
  border-radius: 60px;
}
.custom-page p {
  color: #030303;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
  /* 37.085px */
  margin-bottom: 20px;
}
.custom-page a:not(.button) {
  text-decoration: underline;
}
.custom-page a:not(.button):hover {
  text-decoration: none;
}
.custom-page h1 {
  font-size: 70px !important;
  font-weight: 700;
  font-family: 'Avenir' !important;
}
@media (max-width: 1024px) {
  .custom-page h1 {
    font-size: 40px !important;
    line-height: 1.6 !important;
  }
}
.custom-page h2 {
  color: #030303;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Avenir' !important;
}
@media (max-width: 1024px) {
  .custom-page h2 {
    font-size: 36px !important;
  }
}
.custom-page h3 {
  color: #030303;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 154.523%;
  /* 49.447px */
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Avenir' !important;
}
@media (max-width: 1024px) {
  .custom-page h3 {
    font-size: 30px !important;
  }
}
.custom-page .wrapper {
  padding: 0 60px;
}
@media (max-width: 480px) {
  .custom-page .wrapper {
    padding: 0;
  }
}
.custom-page .atlanta-top {
  width: 1620px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.custom-page .atlanta-top .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 700px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 700px;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-top .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .custom-page .atlanta-top .image img {
    display: inline-block;
  }
}
.custom-page .atlanta-top .texts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 700px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 700px;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-top .texts {
    padding-top: 0;
    padding: 0 20px;
  }
}
.custom-page .atlanta-top .top {
  text-align: left;
}
.custom-page .atlanta-top .top h1 {
  font-size: 40px !important;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-top .top h1 {
    font-size: 34px !important;
  }
}
.custom-page .atlanta-top .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .custom-page .atlanta-top .box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.custom-page .atlanta-top .box .col {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.custom-page .atlanta-top .box .col p {
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.custom-page .atlanta-top .box .col a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.custom-page .atlanta-top .box .col.left {
  margin-right: 20px;
  text-align: left;
}
.custom-page .atlanta-top .box .col.left a {
  font-weight: 400;
}
.custom-page .atlanta-top .box .col.left p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.custom-page .atlanta-top .box .col.left p strong {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .custom-page .atlanta-top .box .col.left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.custom-page .atlanta-top .box .col.right {
  font-size: 28px;
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}
.custom-page .buttons-bg {
  background-color: #d1e7e4;
  padding: 10px 0;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .custom-page .buttons-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.custom-page .buttons-bg .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media (max-width: 1024px) {
  .custom-page .buttons-bg .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .custom-page .buttons-bg .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-page .buttons-bg .box .button {
  margin: 10px 20px;
  font-size: 18px;
  padding: 10px 15px;
}
.custom-page .buttons-bg .wrapper {
  max-width: 1000px;
}
.custom-page .atlanta-testimonials {
  margin-bottom: 60px;
}
.custom-page .atlanta-testimonials .top-text {
  text-align: center;
}
.custom-page .atlanta-testimonials .top-text p {
  font-size: 18px;
}
.custom-page .atlanta-testimonials .wrapper {
  max-width: 900px;
  padding: 0;
}
.custom-page .atlanta-text-images {
  margin-bottom: 60px;
}
.custom-page .atlanta-text-images .line {
  position: relative;
}
@media (min-width: 1025px) {
  .custom-page .atlanta-text-images .line .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-page .atlanta-text-images .line:nth-child(odd) .wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .custom-page .atlanta-text-images .line:nth-child(odd) .image {
    top: 0;
    left: 0;
    bottom: 0;
  }
  .custom-page .atlanta-text-images .line:nth-child(odd) .image .note {
    right: 0;
    left: auto;
  }
  .custom-page .atlanta-text-images .line:nth-child(even) .image {
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.custom-page .atlanta-text-images .line .button {
  padding: 7px 25px;
  font-size: 18px;
}
.custom-page .atlanta-text-images .image {
  position: absolute;
  width: 50%;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-text-images .image {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.custom-page .atlanta-text-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-text-images .image img {
    height: auto;
    display: inline-block;
  }
}
.custom-page .atlanta-text-images .image .note {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #d1e7e4;
  border-radius: 50%;
  font-size: 26px;
  text-align: center;
  padding: 20px;
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .custom-page .atlanta-text-images .image .note {
    width: 60px;
    height: 60px;
    padding: 5px;
    font-size: 7px;
  }
}
.custom-page .atlanta-text-images .text {
  width: 50%;
  padding: 40px 50px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-text-images .text {
    width: 100%;
    padding: 20px;
  }
}
.custom-page .atlanta-text-images .text p {
  font-size: 18px;
}
.custom-page .atlanta-text-images .text ul li {
  text-decoration: underline;
}
.custom-page .atlanta-text-images .text ul li a {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  color: #030303;
}
.custom-page .atlanta-text-images .button {
  display: block;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
.custom-page ul {
  padding-left: 20px;
}
.custom-page ul li {
  font-size: 22px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #030303;
}
.custom-page ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 7px;
  background-color: #030303;
}
.custom-page ol {
  padding-left: 20px;
  counter-reset: counter;
  list-style: none;
}
.custom-page ol li {
  font-size: 22px;
  position: relative;
  padding-left: 25px;
  color: #030303;
  margin-bottom: 10px;
  counter-increment: counter;
}
.custom-page ol li::before {
  content: counter(counter) '.';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #030303;
}
.custom-page .fullframe {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
}
.custom-page .fullframe iframe, .custom-page .fullframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-page .atlanta-slider {
  margin-bottom: 60px;
}
.custom-page .atlanta-slider .top-text {
  text-align: center;
  margin-bottom: 60px;
}
.custom-page .atlanta-columns {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-columns {
    margin-bottom: 40px;
  }
}
.custom-page .atlanta-columns .top-text {
  text-align: center;
  margin-bottom: 60px;
}
.custom-page .atlanta-columns .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 180px;
}
@media (max-width: 1600px) {
  .custom-page .atlanta-columns .box {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .custom-page .atlanta-columns .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .custom-page .atlanta-columns .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-page .atlanta-columns .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #d1e7e4;
  border: 1px solid #b28a6d;
  padding: 15px;
}
.custom-page .atlanta-columns .item .price {
  margin-top: auto;
  margin-bottom: 40px;
  text-align: center;
}
.custom-page .atlanta-columns .item .text {
  margin-bottom: 40px;
}
.custom-page .atlanta-columns .item ul li, .custom-page .atlanta-columns .item ol li {
  font-size: 18px;
}
.custom-page .atlanta-columns .button {
  display: block;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .custom-page .atlanta-columns .button {
    width: 100%;
  }
}
.custom-page .atlanta-gift {
  margin-bottom: 60px;
}
.custom-page .atlanta-gift .top-text {
  text-align: center;
  margin-bottom: 60px;
}
.custom-page .atlanta-gift .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-page .atlanta-gift .box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.custom-page .atlanta-gift .text {
  text-align: center;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 800px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 800px;
  -ms-flex: 0 1 800px;
  flex: 0 1 800px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .custom-page .atlanta-gift .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}
.custom-page .atlanta-gift .text p {
  font-size: 18px;
}
@media (max-width: 576px) {
  .custom-page .atlanta-gift .text p {
    font-size: 16px;
  }
}
.custom-page .atlanta-gift .button {
  display: block;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
.custom-page .atlanta-know-us {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #f1f1f1;
}
.custom-page .atlanta-know-us .top-text {
  text-align: center;
  margin-bottom: 60px;
}
.custom-page .atlanta-know-us .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-know-us .box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.custom-page .atlanta-know-us .box .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 700px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 700px;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  margin-right: 20px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-know-us .box .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.custom-page .atlanta-know-us .box .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 610px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 610px;
  -ms-flex: 0 1 610px;
  flex: 0 1 610px;
}
.custom-page .atlanta-icons {
  margin-bottom: 60px;
}
.custom-page .atlanta-icons .wrapper {
  padding: 0;
}
.custom-page .atlanta-icons .top-text {
  text-align: center;
  margin-bottom: 60px;
}
.custom-page .atlanta-icons .box {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 50px;
}
@media (max-width: 1580px) {
  .custom-page .atlanta-icons .box {
    gap: 23px;
  }
}
@media (max-width: 1280px) {
  .custom-page .atlanta-icons .box {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .custom-page .atlanta-icons .box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .custom-page .atlanta-icons .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-page .atlanta-icons .item {
  text-align: center;
}
@media (max-width: 1480px) {
  .custom-page .atlanta-icons .item .text {
    font-size: 18px;
  }
}
.custom-page .atlanta-icons .image {
  margin-bottom: 20px;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-page .atlanta-icons .image img {
  display: inline-block;
  transform: scale(0.7);
}
.custom-page .atlanta-icons .text {
  font-size: 18px;
}
.custom-page .atlanta-location {
  padding: 60px 0;
  background-color: #f1f1f1;
}
.custom-page .atlanta-location .wrapper {
  max-width: 1300px;
}
.custom-page .atlanta-location .top-text {
  text-align: center;
  margin-bottom: 60px;
}
.custom-page .atlanta-location .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-location .box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.custom-page .atlanta-location .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 400px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 400px;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-location .left {
    margin-bottom: 20px;
  }
}
.custom-page .atlanta-location .map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 540px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 540px;
  -ms-flex: 0 1 540px;
  flex: 0 1 540px;
}
.custom-page .atlanta-location .map .inner {
  position: relative;
  padding-bottom: 70%;
  height: 0;
}
.custom-page .atlanta-location .map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-page .atlanta-location .bottom {
  margin-bottom: 60px;
}
.custom-page .atlanta-location .bottom p {
  font-size: 18px;
}
.custom-page .atlanta-location .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-location .buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.custom-page .atlanta-location .button {
  display: block;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-location .button {
    margin: 10px;
  }
}
.custom-page .atlanta-connect {
  padding: 20px 0;
  background-color: #d1e7e4;
}
.custom-page .atlanta-connect .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-connect .wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.custom-page .atlanta-connect .wrapper::before {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 350px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 350px;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-connect .wrapper::before {
    display: none;
  }
}
.custom-page .atlanta-connect .middle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 520px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 520px;
  -ms-flex: 0 1 520px;
  flex: 0 1 520px;
  text-align: center;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-connect .middle {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.custom-page .atlanta-connect .middle .sc {
  font-size: 0;
}
.custom-page .atlanta-connect .middle .sc .icn {
  display: inline-block;
  margin: 10px 40px;
}
.custom-page .atlanta-connect .middle .sc img {
  display: block;
}
.custom-page .atlanta-connect .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 350px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 350px;
  -ms-flex: 0 1 350px;
  flex: 0 1 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .custom-page .atlanta-connect .right {
    margin-left: 0;
  }
}
.custom-page .atlanta-connect .right .text {
  margin-right: 20px;
  text-align: center;
}
.custom-page .atlanta-connect .right .text *:last-child {
  margin-bottom: 0;
}
.custom-page .atlanta-connect .right .links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.custom-page .atlanta-connect .right .links a {
  display: block;
  margin-bottom: 5px;
}
.custom-page .atlanta-connect .right .links a img {
  display: block;
}
.custom-page .atlanta-connect a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-page .atlanta-connect a:hover img {
  opacity: 0.6;
}
.spa-specials .button {
  display: inline-block;
}
.spa-specials h1 {
  font-size: 50px !important;
}
@media (max-width: 1480px) {
  .spa-specials h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 1024px) {
  .spa-specials h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 768px) {
  .spa-specials h1 {
    font-size: 30px !important;
  }
}
.spa-specials .atlanta-top-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1620px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.spa-specials .atlanta-top-block .left {
  -webkit-flex-basis: 43.5%;
  -moz-flex-basis: 43.5%;
  -ms-flex-basis: 43.5%;
  flex-basis: 43.5%;
  max-width: 43.5%;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-top-block .left {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-top-block .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.spa-specials .atlanta-top-block .left .image {
  aspect-ratio: 1.5;
  position: relative;
  width: 100%;
  height: 100%;
}
.spa-specials .atlanta-top-block .left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spa-specials .atlanta-top-block .left .image .label {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #d1e7e4;
  padding: 20px 40px;
}
.spa-specials .atlanta-top-block .left .image .label span {
  font-family: 'Avenir';
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.spa-specials .atlanta-top-block .right {
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-basis: 46%;
  flex-basis: 46%;
  max-width: 46%;
  padding: 40px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-top-block .right {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-top-block .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.spa-specials .atlanta-top-block .right .title h1 {
  font-size: 40px !important;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-top-block .right .title h1 {
    font-size: 34px !important;
  }
}
.spa-specials .atlanta-top-block .right .info {
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 15px;
}
@media (max-width: 576px) {
  .spa-specials .atlanta-top-block .right .info {
    grid-template-columns: repeat(1, auto);
    margin: 20px auto 0;
  }
}
.spa-specials .atlanta-top-block .right .info .hours p {
  font-family: 'Montserrat';
  font-size: 18px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-top-block .right .info .hours p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-top-block .right .info .links p {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  font-family: 'Montserrat';
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-top-block .right .info .links p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-top-block .right .info .links p a {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-top-block .right .info .links p a {
    font-size: 18px;
  }
}
.spa-specials .atlanta-top-block .right .goog-reviews {
  text-align: center;
  margin: 40px 0 0;
}
@media (max-width: 576px) {
  .spa-specials .atlanta-top-block .right .goog-reviews {
    margin: 20px 0 0;
  }
}
.spa-specials .atlanta-top-block .right .goog-reviews > h4, .spa-specials .atlanta-top-block .right .goog-reviews h5 {
  margin-bottom: 10px;
}
.spa-specials .atlanta-top-block .right .goog-reviews h5 {
  font-size: 18px;
}
.spa-specials .atlanta-top-block .right .goog-reviews .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
}
.spa-specials .atlanta-top-block .right .goog-reviews .stars:before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #ccc var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spa-specials .atlanta-top-block .right .goog-reviews .review-info span {
  font-size: 16px;
}
.spa-specials .atlanta-discount {
  background-color: #d1e7e4;
  padding: 30px 0;
}
.spa-specials .atlanta-discount h3 {
  text-align: center;
  margin-bottom: 0;
}
.spa-specials .atlanta-signature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 850px) {
  .spa-specials .atlanta-signature {
    grid-template-columns: repeat(1, 1fr);
  }
}
.spa-specials .atlanta-signature .image {
  aspect-ratio: 1.4;
}
.spa-specials .atlanta-signature .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spa-specials .atlanta-signature .text {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.spa-specials .atlanta-signature .text > div {
  max-width: 750px;
  margin: 0 auto;
}
.spa-specials .atlanta-signature .text > div.wys {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .spa-specials .atlanta-signature .text > div.wys {
    margin-bottom: 20px;
  }
}
.spa-specials .atlanta-signature .text > div.wys p {
  font-family: 'Montserrat';
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-signature .text > div.wys p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-signature .text > div.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-signature .text > div.buttons {
    gap: 20px;
  }
}
.spa-specials .atlanta-signature .text > div.buttons .button {
  padding: 12px 50px;
  text-decoration: none;
  min-width: 300px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-signature .text > div.buttons .button {
    line-height: 1.06;
    font-size: 18px;
  }
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-signature .text > div.buttons .button {
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-signature .text > div.buttons .button {
    min-width: 120px;
  }
}
.spa-specials .atlanta-therapies {
  background-color: #f1f1f1;
}
.spa-specials .atlanta-therapies .therapies-title {
  padding: 50px 0;
  background-color: #d1e7e4;
  text-align: center;
}
@media (max-width: 576px) {
  .spa-specials .atlanta-therapies .therapies-title {
    padding: 25px 0;
  }
}
.spa-specials .atlanta-therapies .therapies-title h2 {
  margin-bottom: 0;
  letter-spacing: 10px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies-title h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .spa-specials .atlanta-therapies .therapies-title h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 576px) {
  .spa-specials .atlanta-therapies .therapies-title h2 {
    letter-spacing: 1.2px;
    font-size: 24px !important;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 850px) {
  .spa-specials .atlanta-therapies .therapies .therapy {
    grid-template-columns: 1fr;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy:nth-child(even) .text {
  order: -1;
}
@media (max-width: 850px) {
  .spa-specials .atlanta-therapies .therapies .therapy:nth-child(even) .text {
    order: 2;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy .image {
  aspect-ratio: 2;
  position: relative;
  padding: 10px;
}
.spa-specials .atlanta-therapies .therapies .therapy .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.spa-specials .atlanta-therapies .therapies .therapy .image .image-label {
  background-color: #d1e7e4;
  border-radius: 50%;
  min-width: 200px;
  min-height: 200px;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies .therapy .image .image-label {
    font-size: 18px;
    min-width: 150px;
    min-height: 150px;
  }
}
@media (max-width: 576px) {
  .spa-specials .atlanta-therapies .therapies .therapy .image .image-label {
    min-width: 100px;
    min-height: 100px;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy .image .image-label p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies .therapy .image .image-label p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy .image .image-label a {
  font-size: 22px;
  color: #000;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies .therapy .image .image-label a {
    font-size: 18px;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy .text {
  padding: 20px 10px;
}
.spa-specials .atlanta-therapies .therapies .therapy .text > div {
  max-width: 790px;
  margin: 0 auto;
}
.spa-specials .atlanta-therapies .therapies .therapy .text .wys {
  margin-bottom: 50px;
}
.spa-specials .atlanta-therapies .therapies .therapy .text .wys ul li {
  font-size: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies .therapy .text .wys ul li {
    font-size: 18px;
    font-family: 'Montserrat';
  }
}
.spa-specials .atlanta-therapies .therapies .therapy .text .wys ul li:after {
  display: none;
}
.spa-specials .atlanta-therapies .therapies .therapy .text .wys ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  background: #b28a6d;
  border-radius: 50%;
  padding: 5px 6px;
  color: #fff;
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  font-size: 20px;
}
.spa-specials .atlanta-therapies .therapies .therapy .text .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-therapies .therapies .therapy .text .buttons {
    gap: 20px;
  }
}
.spa-specials .atlanta-therapies .therapies .therapy .text .buttons .button {
  padding: 12px 50px;
  text-decoration: none;
  min-width: 300px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies .therapy .text .buttons .button {
    line-height: 1.06;
    font-size: 18px;
  }
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-therapies .therapies .therapy .text .buttons .button {
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-therapies .therapies .therapy .text .buttons .button {
    min-width: 120px;
  }
}
.spa-specials .atlanta-slider {
  padding: 30px 0;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-slider h2 {
    font-size: 36px !important;
  }
}
.spa-specials .atlanta-slider .swiper-button {
  background-color: rgba(255, 255, 255, 0.7);
}
.spa-specials .atlanta-slider .swiper-button:after {
  color: #b28a6d;
}
.spa-specials .atlanta-yft {
  background-color: #f1f1f1;
  padding: 30px 0;
}
.spa-specials .atlanta-yft .wrapper {
  max-width: 1580px;
  padding: 0;
}
.spa-specials .atlanta-yft .yft-title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .spa-specials .atlanta-yft .yft-title {
    margin-bottom: 20px;
  }
}
.spa-specials .atlanta-yft .yft-title h3 {
  font-size: 26px !important;
}
.spa-specials .atlanta-yft .yft-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px 100px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-yft .yft-steps {
    gap: 50px;
  }
}
@media (max-width: 1140px) {
  .spa-specials .atlanta-yft .yft-steps {
    gap: 20px;
  }
}
.spa-specials .atlanta-yft .yft-steps .step {
  -webkit-flex-basis: calc(32% - 100px);
  -moz-flex-basis: calc(32% - 100px);
  -ms-flex-basis: calc(32% - 100px);
  flex-basis: calc(32% - 100px);
  max-width: calc(32% - 100px);
  background-color: #fff;
  border: 5px solid #d1e7e4;
  padding: 30px 15px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-yft .yft-steps .step {
    -webkit-flex-basis: calc(32% - 50px);
    -moz-flex-basis: calc(32% - 50px);
    -ms-flex-basis: calc(32% - 50px);
    flex-basis: calc(32% - 50px);
    max-width: calc(32% - 50px);
  }
}
@media (max-width: 1140px) {
  .spa-specials .atlanta-yft .yft-steps .step {
    -webkit-flex-basis: calc(32% - 20px);
    -moz-flex-basis: calc(32% - 20px);
    -ms-flex-basis: calc(32% - 20px);
    flex-basis: calc(32% - 20px);
    max-width: calc(32% - 20px);
  }
}
@media (max-width: 1024px) {
  .spa-specials .atlanta-yft .yft-steps .step {
    -webkit-flex-basis: calc(50% - 20px);
    -moz-flex-basis: calc(50% - 20px);
    -ms-flex-basis: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .spa-specials .atlanta-yft .yft-steps .step {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.spa-specials .atlanta-yft .yft-steps .step .title h4 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.spa-specials .atlanta-yft .yft-steps .step .title h4 i {
  background: #b28a6d;
  border-radius: 50%;
  padding: 5px 6px;
  color: #fff;
}
.spa-specials .atlanta-yft .yft-steps .step .text p {
  font-family: 'Montserrat';
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-yft .yft-steps .step .text p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-icons {
  padding: 40px 0;
  margin-bottom: 0;
  background-color: #fff;
}
.spa-specials .atlanta-icons .wrapper {
  padding: 0 60px;
}
.spa-specials .atlanta-location {
  background-color: #f1f1f1;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-location .left h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-location .left p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-location .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.spa-specials .atlanta-location .buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 15px 50px;
  text-decoration: none;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-location .buttons .button {
    padding: 12px 50px;
    line-height: 1.06;
    font-size: 18px;
  }
}
.spa-specials .atlanta-location .botton p {
  font-size: 18px;
}
.spa-specials .atlanta-rdb {
  background-color: #d1e7e4;
  padding: 40px 0;
}
.spa-specials .atlanta-rdb .wrapper {
  max-width: 1580px;
  padding: 0;
}
.spa-specials .atlanta-rdb .rdb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-rdb .rdb-wrapper {
    gap: 25px;
  }
}
@media (max-width: 1140px) {
  .spa-specials .atlanta-rdb .rdb-wrapper {
    gap: 10px;
  }
}
.spa-specials .atlanta-rdb .rdb-wrapper .title {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-basis: 350px;
  flex-basis: 350px;
  max-width: 350px;
  text-align: center;
}
@media (max-width: 1140px) {
  .spa-specials .atlanta-rdb .rdb-wrapper .title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.spa-specials .atlanta-rdb .rdb-wrapper .title h3 {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-rdb .rdb-wrapper .title h3 {
    font-size: 26px;
  }
}
.spa-specials .atlanta-rdb .rdb-wrapper .text {
  flex: 1;
}
@media (max-width: 1140px) {
  .spa-specials .atlanta-rdb .rdb-wrapper .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.spa-specials .atlanta-rdb .rdb-wrapper .text p {
  font-size: 22px;
  font-family: 'Avenir';
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-rdb .rdb-wrapper .text p {
    font-size: 18px;
  }
}
.spa-specials .atlanta-rdb .rdb-wrapper .button-wrap {
  -webkit-flex-basis: 250px;
  -moz-flex-basis: 250px;
  -ms-flex-basis: 250px;
  flex-basis: 250px;
  max-width: 250px;
  text-align: center;
}
@media (max-width: 1140px) {
  .spa-specials .atlanta-rdb .rdb-wrapper .button-wrap {
    margin: 0 auto;
  }
}
.spa-specials .atlanta-rdb .rdb-wrapper .button-wrap .button {
  width: 100%;
  display: inline-block;
  letter-spacing: 1px;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .spa-specials .atlanta-rdb .rdb-wrapper .button-wrap .button {
    font-size: 18px;
  }
}
.site-promo-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-height: 200px;
  display: inline-flex;
  align-items: center;
  max-width: 360px;
  z-index: 100;
  padding: 30px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .site-promo-popup {
    max-width: 300px;
    padding: 20px;
  }
}
.site-promo-popup .close-modal {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.site-promo-popup > * {
  color: #333;
}
.site-promo-popup .title {
  text-align: center;
  font-family: 'Avenir';
}
.site-promo-popup .title span {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Times New Roman';
}
.site-promo-popup .bordered-text {
  margin: 25px 0;
  border: 1px solid #b28a6d;
  padding: 10px;
  text-align: center;
}
.site-promo-popup .bordered-text > * {
  color: #b28a6d;
  font-family: 'Avenir';
  font-weight: 700;
}
.site-promo-popup .bordered-text a {
  text-decoration: underline;
}
.site-promo-popup .link {
  text-align: center;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 700;
  font-family: 'Avenir';
}
@media (max-width: 576px) {
  .site-promo-popup .link {
    font-size: 14px;
  }
}
.site-promo-popup .image {
  max-width: 80%;
  margin: 0 auto 15px;
}
@media (max-width: 576px) {
  .site-promo-popup .image {
    max-width: 70%;
  }
}
.site-promo-popup .image img {
  width: 100%;
}
.site-promo-popup .text h5 {
  font-family: 'Avenir', sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .site-promo-popup .text h5 {
    font-size: 15px;
  }
}
.site-promo-popup .text h5 span {
  font-size: 18px;
}
@media (max-width: 576px) {
  .site-promo-popup .text h5 span {
    font-size: 16px;
  }
}
.site-promo-popup .text h5 strong {
  font-weight: 900;
}
.site-promo-popup .text h5 strong span {
  font-size: 18px;
}
@media (max-width: 576px) {
  .site-promo-popup .text h5 strong span {
    font-size: 16px;
  }
}
.site-promo-popup .text .btn.white {
  margin: 15px 0;
}
.site-promo-popup .text p, .site-promo-popup .text a {
  font-family: 'Avenir', sans-serif;
  font-size: 12px;
}
@media (max-width: 576px) {
  .site-promo-popup .text p, .site-promo-popup .text a {
    font-size: 10px;
  }
}
.exhale-everywhere {
  background-color: #deeeeb;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
}
.exhale-everywhere figure {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
  aspect-ratio: 1.5;
}
@media (max-width: 1024px) {
  .exhale-everywhere figure {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.exhale-everywhere figure .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhale-everywhere .text {
  padding: 60px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  max-width: 800px;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .exhale-everywhere .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 60px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .exhale-everywhere .text {
    padding: 40px 20px;
  }
}
.exhale-everywhere .text p {
  color: #030303;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.523%;
}
.exhale-everywhere .text .btn {
  border: 1px solid #000;
  padding: 20px 45px;
  line-height: 1;
  text-align: center;
  color: #030303;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.exhale-everywhere .text .btn:hover {
  opacity: 0.6;
}
.cky-switch input[type='checkbox']:checked {
  background-color: #565767 !important;
}
.top-opt-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}
.virgin-hotel-text-images {
  margin: 60px 0;
}
.virgin-hotel-text-images .line {
  position: relative;
}
@media (min-width: 1025px) {
  .virgin-hotel-text-images .line .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .virgin-hotel-text-images .line:nth-child(odd) .wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .virgin-hotel-text-images .line:nth-child(odd) .image {
    top: 0;
    left: 0;
    bottom: 0;
  }
  .virgin-hotel-text-images .line:nth-child(odd) .image .note {
    right: 0;
    left: auto;
  }
  .virgin-hotel-text-images .line:nth-child(even) .image {
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.virgin-hotel-text-images .line .button {
  padding: 7px 25px;
  font-size: 18px;
}
.virgin-hotel-text-images .line ul {
  margin-bottom: 20px;
}
.virgin-hotel-text-images .line ul li {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
}
.virgin-hotel-text-images .line ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  left: 0;
  top: 15px;
}
.virgin-hotel-text-images .image {
  position: absolute;
  width: 50%;
  aspect-ratio: 1.9;
}
@media (max-width: 1024px) {
  .virgin-hotel-text-images .image {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.virgin-hotel-text-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .virgin-hotel-text-images .image img {
    height: auto;
    display: inline-block;
  }
}
.virgin-hotel-text-images .image .note {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #d1e7e4;
  border-radius: 50%;
  font-size: 26px;
  text-align: center;
  padding: 20px;
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .virgin-hotel-text-images .image .note {
    width: 60px;
    height: 60px;
    padding: 5px;
    font-size: 7px;
  }
}
.virgin-hotel-text-images .text {
  width: 50%;
  padding: 40px 50px;
}
@media (max-width: 1024px) {
  .virgin-hotel-text-images .text {
    width: 100%;
    padding: 20px;
  }
}
.virgin-hotel-text-images .text h2 {
  color: #030303;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Avenir' !important;
}
.virgin-hotel-text-images .text p {
  font-family: 'Avenir';
  font-size: 18px;
}
.virgin-hotel-text-images .text ul li {
  text-decoration: underline;
}
.virgin-hotel-text-images .text ul li a {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  color: #030303;
}
.virgin-hotel-text-images .button {
  display: block;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
.virgin-hotel-slider h2 {
  text-align: center;
}
@media (max-width: 1480px) {
  .virgin-hotel-slider h2 {
    font-size: 36px !important;
  }
}
.virgin-hotel-slider .swiper-button {
  background-color: rgba(255, 255, 255, 0.7);
}
.virgin-hotel-slider .swiper-button:after {
  color: #b28a6d;
}
.tpl-renault {
  background-color: #dfeeec;
}
.tpl-renault .opening--section {
  margin-bottom: 50px;
}
.tpl-renault .opening--section.bottom {
  margin-bottom: 0;
}
.tpl-renault .opening--section.bottom .opening--wrapper .logos {
  max-width: 550px;
}
.tpl-renault .opening--wrapper {
  background-color: #000;
  padding: 50px 20px;
}
@media (max-width: 768px) {
  .tpl-renault .opening--wrapper {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .tpl-renault .opening--wrapper {
    padding: 40px 20px;
  }
}
.tpl-renault .opening--wrapper * {
  color: #fff;
}
.tpl-renault .opening--wrapper .wys {
  margin-bottom: 40px;
}
.tpl-renault .opening--wrapper .logos {
  max-width: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  gap: 100px;
}
@media (max-width: 576px) {
  .tpl-renault .opening--wrapper .logos {
    gap: 50px;
  }
}
.tpl-renault .opening--wrapper .logos .logo {
  position: relative;
}
.tpl-renault .opening--wrapper .logos .logo:after {
  content: '+';
  font-size: 35px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .tpl-renault .opening--wrapper .logos .logo:after {
    right: -20px;
  }
}
.tpl-renault .opening--wrapper .logos .logo:last-child:after {
  display: none;
}
.tpl-renault .opening--wrapper .logos .logo img {
  max-width: 100%;
  object-fit: cover;
}
.tpl-renault .rnlt-gallery--section {
  margin: 50px 0;
}
.tpl-renault .rnlt-gallery--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 0;
}
@media (max-width: 576px) {
  .tpl-renault .rnlt-gallery--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tpl-renault .rnlt-gallery--wrapper .image {
  position: relative;
  aspect-ratio: 1.5;
}
.tpl-renault .rnlt-gallery--wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpl-renault .rnlt-join--section {
  margin: 50px 0;
}
.tpl-renault .rnlt-join--wrapper {
  background-color: #000;
  padding: 50px 20px;
}
.tpl-renault .rnlt-join--wrapper * {
  color: #fff;
}
.tpl-renault .rnlt-join--wrapper .wys h2 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join--wrapper .wys h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .tpl-renault .rnlt-join--wrapper .wys h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .tpl-renault .rnlt-join--wrapper .wys h2 {
    font-size: 18px;
  }
}
.tpl-renault .rnlt-join--wrapper .wys .btn {
  border-radius: 0;
}
.tpl-renault .rnlt-join-with-img--section {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join-with-img--section {
    padding: 50px 0;
  }
}
.tpl-renault .rnlt-join-with-img--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 80px;
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join-with-img--wrapper {
    gap: 40px;
  }
}
.tpl-renault .rnlt-join-with-img--wrapper .left {
  -webkit-flex-basis: 590px;
  -moz-flex-basis: 590px;
  -ms-flex-basis: 590px;
  flex-basis: 590px;
  max-width: 590px;
}
@media (max-width: 1280px) {
  .tpl-renault .rnlt-join-with-img--wrapper .left {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join-with-img--wrapper .left {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .tpl-renault .rnlt-join-with-img--wrapper .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.tpl-renault .rnlt-join-with-img--wrapper .left figure {
  position: relative;
  aspect-ratio: 1;
}
.tpl-renault .rnlt-join-with-img--wrapper .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpl-renault .rnlt-join-with-img--wrapper .right {
  flex: 1;
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join-with-img--wrapper .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join-with-img--wrapper .right .wys > * {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .tpl-renault .rnlt-join-with-img--wrapper .right .wys > * {
    text-align: center !important;
  }
}
.tpl-renault .rnlt-join-with-img--wrapper .right .wys h4 {
  font-size: 25px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .tpl-renault .rnlt-join-with-img--wrapper .right .wys h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tpl-renault .rnlt-join-with-img--wrapper .right .wys h4 {
    font-size: 18px;
  }
}
.tpl-renault .rnlt-join-with-img--wrapper .right .wys .btn, .tpl-renault .rnlt-join-with-img--wrapper .right .wys .btn-2 {
  font-weight: 700;
}
.tpl-renault .join-form--section {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .tpl-renault .join-form--section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .tpl-renault .join-form--section {
    padding: 40px 0;
  }
}
.tpl-renault .join-form--title {
  margin-bottom: 100px;
  max-width: 950px;
  margin: 0 auto 100px;
}
@media (max-width: 1024px) {
  .tpl-renault .join-form--title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 576px) {
  .tpl-renault .join-form--title h3 {
    font-size: 18px;
  }
}
.tpl-renault .join-form--wrapper {
  background-color: #000;
  padding: 90px 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
@media (max-width: 1280px) {
  .tpl-renault .join-form--wrapper {
    padding: 80px;
  }
}
@media (max-width: 1180px) {
  .tpl-renault .join-form--wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .tpl-renault .join-form--wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
}
.tpl-renault .join-form--wrapper * {
  color: #fff;
}
.tpl-renault .join-form--wrapper .left p {
  font-size: 20px;
}
@media (max-width: 576px) {
  .tpl-renault .join-form--wrapper .left p {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .tpl-renault .join-form--wrapper .left .form h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .tpl-renault .join-form--wrapper .left .form h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .tpl-renault .join-form--wrapper .left .form h3 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}
.tpl-renault .join-form--wrapper .left .form form .gfield label {
  display: none;
}
.tpl-renault .join-form--wrapper .left .form form .gfield .ginput_container input {
  background-color: transparent;
  height: 60px;
  color: #fff;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: none;
  border-radius: 0;
  font-size: 25px;
}
.tpl-renault .join-form--wrapper .left .form form .gfield .ginput_container input::placeholder {
  color: #454545;
  font-size: 25px;
}
.tpl-renault .join-form--wrapper .left .form form .gform_footer .gform_button {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 15px 25px !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border: none;
  outline: 0;
  background: #bd0006 !important;
  appearance: none;
  transition: all 0.4s ease-in-out !important;
}
.tpl-renault .join-form--wrapper .right figure {
  position: relative;
  aspect-ratio: 1.5;
}
.tpl-renault .join-form--wrapper .right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row1200 {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
.offer-bottom--text h3 span, .offer-bottom--text h3 a {
  color: #000;
  text-decoration: underline;
  font-size: 35px;
}
@media (max-width: 1024px) {
  .offer-bottom--text h3 span, .offer-bottom--text h3 a {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .offer-bottom--text h3 span, .offer-bottom--text h3 a {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .offer-bottom--text h3 span, .offer-bottom--text h3 a {
    font-size: 26px;
  }
}
.offer-bottom--text h3 a {
  text-decoration: none;
}
.offer-bottom--text h3 a:hover {
  color: #b28a6d;
}
.acc-block {
  padding-top: 15px;
}
.acc-block .acc {
  -webkit-flex-basis: 46.5%;
  -moz-flex-basis: 46.5%;
  -ms-flex-basis: 46.5%;
  flex-basis: 46.5%;
  margin-bottom: 45px;
}
@media (max-width: 1240px) {
  .acc-block .acc {
    margin-bottom: 35px;
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
}
@media (max-width: 1024px) {
  .acc-block .acc {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .acc-block .acc {
    margin-bottom: 15px;
  }
}
.acc-block .item {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .acc-block .item {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .acc-block .item {
    margin-bottom: 20px;
  }
}
.acc-block .item .item-container {
  -webkit-flex-basis: 67%;
  -moz-flex-basis: 67%;
  -ms-flex-basis: 67%;
  flex-basis: 67%;
}
@media (max-width: 768px) {
  .acc-block .item .item-container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.acc-block .item .tabs-main {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.acc-block .item .tabs-main .tab-title {
  border-right: solid 1px #e3e2e2;
  padding: 6px 28px;
  color: #777;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .acc-block .item .tabs-main .tab-title {
    padding: 6px 20px;
  }
}
@media (max-width: 768px) {
  .acc-block .item .tabs-main .tab-title {
    padding: 15px 35px 15px 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    border-right: 0;
    border-bottom: solid 1px #e3e2e2;
  }
}
.acc-block .item .tabs-main .tab-title:last-child {
  border-right: 0;
  border-bottom: 0;
}
.acc-block .item .tabs-main .tab-title:hover {
  color: #b28a6d;
}
.acc-block .item .tabs-main .tab-title.active {
  color: #b28a6d;
}
.acc-block .item.active {
  height: auto;
}
@media (max-width: 768px) {
  .acc-block .item.active .title-mark {
    top: 290px;
  }
}
.acc-block .item.active .title-mark:before, .acc-block .item.active .title-mark:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .acc-block .item.active .acc-img {
    height: 255px;
  }
}
.acc-block .item .acc-img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-basis: 33%;
  flex-basis: 33%;
  background-size: cover;
  background-position: bottom;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .acc-block .item .acc-img {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    min-height: auto;
  }
}
.acc-block .item .item-title {
  padding: 25px;
  position: relative;
  width: 100%;
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}
@media (max-width: 1240px) {
  .acc-block .item .item-title {
    padding: 25px 15px;
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .acc-block .item .item-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .acc-block .item .item-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .acc-block .item .item-title {
    font-size: 28px;
  }
}
.acc-block .item .title-mark {
  position: absolute;
  width: 20px;
  right: 20px;
  top: 40px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .acc-block .item .title-mark {
    right: 12px;
  }
}
@media (max-width: 768px) {
  .acc-block .item .title-mark {
    top: 100px;
  }
}
.acc-block .item .title-mark:before, .acc-block .item .title-mark:after {
  content: '';
  background-color: #b28a6d;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-block .item .title-mark:before {
  right: 8px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc-block .item .title-mark:after {
  right: 1px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc-block .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
  padding: 30px 50px 30px 15px;
}
@media (max-width: 1024px) {
  .acc-block .item .info {
    padding: 25px 35px 25px 20px;
  }
}
.acc-block .tabs-block .tabs {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  flex-basis: 200px;
  border-right: solid 1px #e3e2e2;
}
@media (max-width: 1140px) {
  .acc-block .tabs-block .tabs {
    -webkit-flex-basis: 150px;
    -moz-flex-basis: 150px;
    -ms-flex-basis: 150px;
    flex-basis: 150px;
  }
}
@media (max-width: 1024px) {
  .acc-block .tabs-block .tabs {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    border-right: none;
    margin-bottom: 20px;
  }
}
.acc-block .tabs-block .tabs .tab-title {
  border-bottom: solid 1px #e3e2e2;
  padding: 19px 10px 19px 0;
  color: #777;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .acc-block .tabs-block .tabs .tab-title {
    padding: 10px 15px 10px 0;
  }
}
.acc-block .tabs-block .tabs .tab-title:hover {
  color: #b28a6d;
}
.acc-block .tabs-block .tabs .tab-title.active {
  color: #b28a6d;
}
.acc-block .tab-content {
  display: none;
  font-weight: 300;
  color: #515151;
  line-height: 1.7;
}
.acc-block .tab-content h3 {
  color: #121212;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .acc-block .tab-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .acc-block .tab-content h3 {
    font-size: 20px;
  }
}
.acc-block .tab-content .phone-mail-block {
  margin-bottom: 20px;
}
.acc-block .tab-content .phone-mail-block a {
  color: #515151;
  line-height: 1.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-block .tab-content .phone-mail-block a:hover {
  color: #b28a6d;
}
.acc-block .tab-content .phone-mail-block .link-phone {
  text-decoration: none;
  margin-right: 10px;
}
.acc-block .tab-content .phone-mail-block .link-mail {
  text-decoration: underline;
}
.acc-block .tab-content .hours-info a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-block .tab-content .hours-info a:hover {
  color: #515151;
}
.acc-block .tab-content-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .acc-block .tab-content-items {
    margin-left: 0;
  }
}
.acc-block .tab-content-items .tab-content-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .acc-block .tab-content-items .tab-content-contact {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.acc-block .tab-content-items .tab-content-features {
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-basis: 190px;
  flex-basis: 190px;
  margin-left: 20px;
}
@media (max-width: 1140px) {
  .acc-block .tab-content-items .tab-content-features {
    margin-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .acc-block .tab-content-items .tab-content-features {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}
.acc-block .tab-content-items .tab-content-features li {
  line-height: 1.3;
  margin-bottom: 9px;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #e2e2e2;
}
@media (max-width: 1024px) {
  .index-style .post-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .index-style .post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .index-style .post-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.index-style .post-item-box {
  position: relative;
  overflow: hidden;
}
.index-style .post-item-box:after {
  content: '';
  display: table;
  table-layout: fixed;
}
.index-style .post-title {
  display: inline-block;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.index-style .post-title a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #b28a6d;
  font-size: 35px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .index-style .post-title a {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .index-style .post-title a {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .index-style .post-title a {
    font-size: 26px;
  }
}
.index-style .post-title a:hover {
  color: #515151;
}
.index-style .post-thumbnail {
  float: left;
  width: 300px;
  margin: 0 25px 5px 0;
}
@media (max-width: 576px) {
  .index-style .post-thumbnail {
    width: 100%;
    margin: 0 0 15px;
  }
}
.index-style .post-thumbnail img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.index-style .post-content .post-content-text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 500;
  color: #515151;
}
.index-style .cats, .index-style .tags {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 15px;
}
.index-style .cats a, .index-style .tags a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-style .cats a:hover, .index-style .tags a:hover {
  color: #515151;
}
.blog-top {
  width: 900px;
  padding: 65px 0;
  margin-bottom: 100px;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog-top {
    padding: 40px 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blog-top {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .blog-top {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.blog-top h1 {
  font-family: 'BreveDisplay', sans-serif;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .blog-top h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .blog-top h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .blog-top h1 {
    font-size: 30px;
  }
}
.index-aside .aside-box {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .index-aside .aside-box {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .index-aside .aside-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .index-aside .aside-box {
    padding-bottom: 20px;
  }
}
.index-aside .aside-box:last-child {
  padding-bottom: 0;
}
.index-aside .aside-box h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .index-aside .aside-box h4 {
    font-size: 18px;
  }
}
.index-aside .aside-box li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.index-aside .aside-box li:first-child {
  border-top: 1px solid #ddd;
}
.index-aside .aside-box a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-aside .aside-box a:hover {
  color: #515151;
}
.index-aside .aside-box .wp-block-calendar caption {
  font-size: 20px;
  color: #121212;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
.index-aside .aside-box .wp-block-calendar thead tr th {
  background-color: #121212;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
.single-post .blog-top {
  width: 1200px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .single-post .blog-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-post .blog-top {
    margin-bottom: 30px;
  }
}
.single-post .index-main-box {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .single-post .index-main-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-post .index-main-box {
    margin-bottom: 30px;
  }
}
.single-post .index-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .single-post .index-main {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-post .index-main {
    margin-bottom: 30px;
  }
}
.single-post .index-main:after {
  content: '';
  display: table;
  table-layout: fixed;
}
.single-post .index-main .single-image {
  float: left;
  width: 300px;
  margin: 0 25px 5px 0;
}
@media (max-width: 576px) {
  .single-post .index-main .single-image {
    width: 100%;
    margin: 0 0 15px;
  }
}
.single-post .index-main .single-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post .index-main time {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.single-post .index-main p {
  font-size: 16px;
  font-weight: 500;
}
.post-navigation {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .post-navigation {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .post-navigation {
    margin-top: 30px;
  }
}
.post-navigation [rel='next']:hover, .post-navigation [rel='prev']:hover {
  opacity: 0.5;
}
.post-navigation [rel='next'] svg, .post-navigation [rel='prev'] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel='next'] span, .post-navigation [rel='prev'] span {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.pagination-block {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .pagination-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pagination-block {
    margin-bottom: 30px;
  }
}
.pagination-block .page-numbers {
  font-size: 17px;
  display: inline-block;
  margin: 5px 10px;
  text-decoration: none;
}
.pagination-block .prev, .pagination-block .next {
  line-height: 20px;
}
.virtual-fitness-top-image figure {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.virtual-fitness-top-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.virtual-fitness-top-image.desc-hide {
  display: none;
}
@media (max-width: 576px) {
  .virtual-fitness-top-image.desc-hide {
    display: block;
  }
}
.virtual-fitness-top {
  min-height: 568px;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .virtual-fitness-top {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-top {
    min-height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .virtual-fitness-top {
    padding: 20px 0;
    background-image: none !important;
  }
}
.virtual-fitness-top * {
  color: #fff;
}
@media (max-width: 576px) {
  .virtual-fitness-top * {
    color: #333;
  }
}
.virtual-fitness-top .title {
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 1024px) {
  .virtual-fitness-top .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-top .title {
    margin-bottom: 30px;
  }
}
.virtual-fitness-top h1 {
  font-family: 'BreveDisplay', sans-serif;
  font-size: 65px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .virtual-fitness-top h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-top h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .virtual-fitness-top h1 {
    font-size: 30px;
  }
}
.virtual-fitness-top p {
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .virtual-fitness-top p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .virtual-fitness-top p {
    font-size: 16px;
  }
}
.virtual-fitness-top strong {
  font-weight: 700;
}
.virtual-fitness-top .top-block-links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .virtual-fitness-top .top-block-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.virtual-fitness-top .btn {
  color: #b28a6d;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  border-radius: 0;
  margin: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .virtual-fitness-top .btn {
    margin: 0 10px 10px;
  }
}
@media (max-width: 576px) {
  .virtual-fitness-top .btn {
    background-color: #b28a6d;
    color: #fff;
  }
}
.virtual-fitness-top .btn:hover {
  color: #fff;
  background: #b28a6d;
}
.virtual-fitness-top .virtual-fitness-top-box-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.virtual-fitness-top .top-map {
  -webkit-flex-basis: 337px;
  -moz-flex-basis: 337px;
  -ms-flex-basis: 337px;
  flex-basis: 337px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .virtual-fitness-top .top-map {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.virtual-fitness-top .top-map iframe {
  width: 353px;
  height: 350px;
}
@media (max-width: 480px) {
  .virtual-fitness-top .top-map iframe {
    width: 100%;
    height: 300px;
  }
}
.virtual-fitness-top .top-block-contact-info {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .virtual-fitness-top .top-block-contact-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-top .top-block-contact-info {
    margin-bottom: 20px;
  }
}
.virtual-fitness-top .top-block-hours {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .virtual-fitness-top .top-block-hours {
    margin-bottom: 20px;
  }
}
.virtual-fitness-top .top-block-address {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .virtual-fitness-top .top-block-address {
    margin-left: 0;
    flex-basis: 100%;
  }
}
.virtual-fitness-top .top-block-social a {
  font-size: 19px;
  font-weight: 300;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.virtual-fitness-top .top-block-social span {
  font-size: 19px;
  font-weight: 700;
}
.virtual-fitness-top .top-block-social i {
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 17px;
}
.virtual-fitness-block {
  background: #f2f0f4;
  padding-bottom: 70px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .virtual-fitness-block {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block {
    padding-bottom: 30px;
  }
}
.virtual-fitness-block .tabs-title-block .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.virtual-fitness-block .tab-title {
  align-items: center;
  padding: 20px 30px;
  border: 2px solid #121212;
  background-color: #fff;
  color: #121212;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .virtual-fitness-block .tab-title {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block .tab-title {
    font-size: 18px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.virtual-fitness-block .tab-title:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #121212;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  margin-left: -9px;
  bottom: -9px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.virtual-fitness-block .tab-title:hover {
  color: #fff;
  background-color: #121212;
}
.virtual-fitness-block .tab-title.active {
  color: #fff;
  background-color: #121212;
}
.virtual-fitness-block .tab-title.active:after {
  opacity: 1;
}
.virtual-fitness-block .general-information-info {
  padding-bottom: 50px;
  max-width: 840px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .virtual-fitness-block .general-information-info {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block .general-information-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.virtual-fitness-block .general-classes-titles-block h2 {
  text-align: center;
  font-weight: 700;
}
.virtual-fitness-block .general-classes-titles-block .general-classes-titles {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .virtual-fitness-block .general-classes-titles-block .general-classes-titles {
    margin-bottom: 30px;
  }
}
.virtual-fitness-block .general-classes-titles-block .general-classes-titles .general-classes-title {
  padding: 0 20px;
  margin-bottom: 15px;
  color: #515151;
  border-right: 1px solid #e2e2e2;
}
.virtual-fitness-block .general-classes-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.virtual-fitness-block .general-classes-items > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 1024px) {
  .virtual-fitness-block .general-classes-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .virtual-fitness-block .general-classes-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.virtual-fitness-block .general-classes-items .general-classes-item {
  min-height: 440px;
  position: relative;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .virtual-fitness-block .general-classes-items .general-classes-item {
    padding: 20px 15px;
    min-height: 300px;
  }
}
.virtual-fitness-block .general-classes-items .general-classes-item .general-classes-item-box {
  position: relative;
  z-index: 1;
}
.virtual-fitness-block .general-classes-items .general-classes-item .general-classes-item-title h2 {
  font-weight: 700;
  color: #fff;
}
.virtual-fitness-block .general-classes-items .general-classes-item .general-classes-item-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.virtual-fitness-block .general-classes-items .general-classes-item .general-classes-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.virtual-fitness-block .general-classes-items .general-classes-item .btn {
  color: #b28a6d;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  border-radius: 0;
  margin: 0;
}
.virtual-fitness-block .general-classes-items .general-classes-item .btn:hover {
  color: #fff;
  background: #b28a6d;
}
.virtual-fitness-block .tabs-title-inside-block .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
.virtual-fitness-block .tabs-title-inside-block .tabs .tab-title {
  border: 2px solid #b28a6d;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.virtual-fitness-block .tabs-title-inside-block .tabs .tab-title:after {
  background-color: #b28a6d;
}
.virtual-fitness-block .tabs-title-inside-block .tabs .tab-title:hover {
  background-color: #b28a6d;
}
.virtual-fitness-block .tabs-title-inside-block .tabs .tab-title.active {
  background-color: #b28a6d;
}
.virtual-fitness-block .tabs-title-inside-block .tabs .tab-title.active:after {
  opacity: 1;
}
.virtual-fitness-block .tab-content-items .tab-content-item-inside {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  grid-gap: 20px;
}
.virtual-fitness-block .tab-content-items .tab-content-item-inside.col-3 .tab-content-item-box {
  max-width: calc(29% - 20px);
  flex-basis: calc(29% - 20px);
}
@media (max-width: 1250px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-inside.col-3 .tab-content-item-box {
    max-width: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-inside.col-3 .tab-content-item-box {
    padding: 30px 15px;
    border-bottom: 5px solid #121212;
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-inside.col-3 .tab-content-item-box {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.virtual-fitness-block .tab-content-items .tab-content-item-box {
  max-width: calc(20% - 20px);
  flex-basis: calc(20% - 20px);
  padding: 35px;
  background: #fff;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  border-bottom: 10px solid #121212;
}
@media (max-width: 1480px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-box {
    max-width: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
  }
}
@media (max-width: 1250px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-box {
    max-width: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
  }
}
@media (max-width: 1024px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-box {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-box {
    padding: 30px 15px;
    border-bottom: 5px solid #121212;
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .virtual-fitness-block .tab-content-items .tab-content-item-box {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.virtual-fitness-block .tab-content-items .tab-content-item-title {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.virtual-fitness-block .tab-content-items .tab-content-item-title span {
  color: #121212;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.virtual-fitness-block .tab-content-items .info {
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .virtual-fitness-block .tab-content-items .info {
    padding: 0;
  }
}
.virtual-fitness-block .tab-content-items ul li {
  position: relative;
  padding-left: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.virtual-fitness-block .tab-content-items ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #b28a6d;
  border-radius: 50%;
}
.virtual-fitness-block .tab-content-items .price-box {
  font-size: 50px;
  font-weight: 700;
  color: #121212;
  display: block;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .virtual-fitness-block .tab-content-items .price-box {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block .tab-content-items .price-box {
    font-size: 30px;
  }
}
.virtual-fitness-block .tab-content-items .more-btn-block {
  text-align: center;
}
.virtual-fitness-block .tab-content-items .more-btn {
  background: #b28a6d;
  border-color: #b28a6d;
  padding: 16px 40px 16px 35px;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .virtual-fitness-block .tab-content-items .more-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .virtual-fitness-block .tab-content-items .more-btn {
    font-size: 15px;
    padding: 12px 40px 12px 35px;
  }
}
.virtual-fitness-block .tab-content-items .more-btn:after {
  color: #121212;
  content: url('../img/btn_arrow-black.svg');
}
.virtual-fitness-block .tab-content, .virtual-fitness-block .tab-content-item {
  display: none;
}
.exhale-locations-page .general-classes-item-box * {
  color: #fff;
}
.exhale-locations-page .general-classes-item-box .general-classes-item-text {
  margin-bottom: 30px;
}
.exhale-locations-page .general-classes-item-box .general-classes-item-text p {
  padding-bottom: 10px;
}
.exhale-locations-page .general-classes-item-box .general-classes-item-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.exhale-locations-page .spa-prices-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
}
@media (max-width: 1280px) {
  .exhale-locations-page .spa-prices-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .exhale-locations-page .spa-prices-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.exhale-locations-page .spa-prices-content .card {
  background-color: #fff;
  padding: 60px;
}
@media (max-width: 1480px) {
  .exhale-locations-page .spa-prices-content .card {
    padding: 60px 40px;
  }
}
@media (max-width: 1350px) {
  .exhale-locations-page .spa-prices-content .card {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .exhale-locations-page .spa-prices-content .card {
    padding: 30px;
  }
}
.exhale-locations-page .spa-prices-content .card > .title {
  margin-bottom: 35px;
}
.exhale-locations-page .spa-prices-content .card > .title h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .exhale-locations-page .spa-prices-content .card > .title h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .exhale-locations-page .spa-prices-content .card > .title h4 {
    font-size: 22px;
  }
}
.exhale-locations-page .spa-prices-content .card .options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.exhale-locations-page .spa-prices-content .card .options .option .top {
  margin-bottom: 10px;
}
.exhale-locations-page .spa-prices-content .card .options .option .top .name, .exhale-locations-page .spa-prices-content .card .options .option .top .price {
  font-weight: 700;
}
.exhale-locations-page .spa-prices-content .card .options .option .timing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.exhale-locations-page .spa-prices-content .card .options .option .timing .time {
  flex: 1;
}
.exhale-locations-page .spa-prices-content .card .options .option .timing .t-price {
  font-weight: 700;
}
.exhale-locations-page .tab-content-items {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .exhale-locations-page .tab-content-items {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .exhale-locations-page .tab-content-items {
    margin-bottom: 30px;
  }
}
.exhale-locations-page .tab-content-item-bottom-info {
  padding: 50px 0 20px;
}
@media (max-width: 768px) {
  .exhale-locations-page .tab-content-item-bottom-info {
    padding: 30px 0 10px;
  }
}
.exhale-locations-page .more-spa-btn {
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .exhale-locations-page .more-spa-btn {
    margin-bottom: 30px;
  }
}
.full-block {
  position: relative;
  padding: 40px 20px;
  min-height: 330px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .full-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .full-block {
    margin-bottom: 30px;
    min-height: auto;
  }
}
.full-block .full-image-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.full-block .full-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-block .full-block-box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.full-block .full-block-box * {
  color: #fff;
}
.full-block .full-block-box h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.full-block .full-block-title {
  text-align: center;
}
.full-block .full-block-btn {
  text-align: center;
}
.full-block .full-block-btn .btn {
  color: #b28a6d;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  border-radius: 0;
  margin: 0;
}
.full-block .full-block-btn .btn:hover {
  color: #fff;
  background: #b28a6d;
}
.full-block .full-block-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .full-block .full-block-item {
    padding: 20px 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.full-block .full-block-item:nth-child(2) {
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .full-block .full-block-item:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #fff;
  }
}
.more-ways-block {
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .more-ways-block {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .more-ways-block {
    padding: 20px 0;
    margin-bottom: 25px;
  }
}
.more-ways-block .more-ways-title {
  text-align: center;
}
.more-ways-block .more-ways-title h2 {
  font-weight: 700;
}
.more-ways-block .more-ways-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.more-ways-block .more-ways-items > * {
  width: 48.5%;
  margin: 0 0.75% 1.125em;
}
@media (max-width: 1024px) {
  .more-ways-block .more-ways-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .more-ways-block .more-ways-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.more-ways-block .more-ways-items .more-ways-item {
  min-height: 400px;
  position: relative;
  padding: 60px 50px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .more-ways-block .more-ways-items .more-ways-item {
    padding: 60px 25px;
  }
}
@media (max-width: 768px) {
  .more-ways-block .more-ways-items .more-ways-item {
    padding: 60px 15px;
    min-height: 250px;
  }
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-btn .btn {
  min-width: 235px;
  border-radius: 0;
  margin: 5px 0 0 5px;
}
@media (max-width: 768px) {
  .more-ways-block .more-ways-items .more-ways-item .more-ways-btn .btn {
    min-width: auto;
  }
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-item-text {
  position: relative;
  z-index: 1;
  width: 100%;
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-item-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-item-text * {
  color: #fff;
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-item-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.more-ways-block .more-ways-items .more-ways-item .more-ways-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhale-gallery-block {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.exhale-gallery-block h2 {
  font-weight: 700;
}
.exhale-gallery-block .swiper-slide {
  height: 500px;
}
@media (max-width: 768px) {
  .exhale-gallery-block .swiper-slide {
    height: 350px;
  }
}
.exhale-gallery-block .exhale-gallery-slider {
  position: relative;
}
.exhale-gallery-block .swiper {
  max-width: 725px;
  overflow: inherit;
  margin: 0 auto;
  position: static;
}
@media (max-width: 1240px) {
  .exhale-gallery-block .swiper {
    max-width: 75%;
  }
}
.exhale-gallery-block .swiper-wrapper {
  position: static;
}
.exhale-gallery-block img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.exhale-gallery-block .swiper-buttons {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.exhale-gallery-block .swiper-button {
  color: #e9e4df;
  position: absolute;
  height: 100%;
  pointer-events: all;
  background-color: rgba(178, 138, 109, 0.5);
  outline: 0;
  top: 0 !important;
  width: calc((100% - 725px) / 2);
  margin: 0;
}
@media (max-width: 1240px) {
  .exhale-gallery-block .swiper-button {
    width: calc((100% - 75%) / 2);
  }
}
.exhale-gallery-block .swiper-button:after {
  font-size: 25px;
  font-weight: 700;
  position: absolute;
}
.exhale-gallery-block .swiper-button.swiper-button-prev {
  left: 0;
}
.exhale-gallery-block .swiper-button.swiper-button-prev:after {
  right: 60px;
}
@media (max-width: 1240px) {
  .exhale-gallery-block .swiper-button.swiper-button-prev:after {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .exhale-gallery-block .swiper-button.swiper-button-prev:after {
    right: 15px;
  }
}
.exhale-gallery-block .swiper-button.swiper-button-next {
  right: 0;
}
.exhale-gallery-block .swiper-button.swiper-button-next:after {
  left: 60px;
}
@media (max-width: 1240px) {
  .exhale-gallery-block .swiper-button.swiper-button-next:after {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .exhale-gallery-block .swiper-button.swiper-button-next:after {
    left: 15px;
  }
}
.cwf--page .cwf--content {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .cwf--page .cwf--content {
    flex-wrap: wrap;
  }
}
.cwf--page .cwf--content .wys {
  width: 66%;
  flex-basis: 66%;
}
@media (max-width: 768px) {
  .cwf--page .cwf--content .wys {
    width: 100%;
    flex-basis: 100%;
  }
}
.cwf--page .cwf--content .form {
  width: 34%;
  flex-basis: 34%;
}
@media (max-width: 768px) {
  .cwf--page .cwf--content .form {
    width: 100%;
    flex-basis: 100%;
  }
}
.cwf--page .cwf--content .form form #gform_fields_2 {
  grid-row-gap: 20px;
}
.cwf--page .cwf--content .form form .gfield_required::before {
  content: '*';
  color: #b94a48;
  font-size: 12px;
  font-weight: bold;
}
.cwf--page .cwf--content .form form .gfield_required .gfield_required_text {
  display: none;
}
.rtb--section .button .custom-dropdown {
  width: 262px;
  max-width: 100%;
  margin-bottom: 0;
}
.rtb--section .button .custom-dropdown .list-title {
  border-width: 2px;
}
.rtb--section .button .custom-dropdown:not(.active) .list-title path {
  fill: #121212;
}
.rtb--section .button .more-btn span {
  font-size: inherit;
}
