body {
  font-family: "Source Serif Pro" !important;
  overflow-x: hidden;
}

/***********************Custom Scrollbar**************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas-body::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #000000;
}

/***********************Custom Highlight Text***********************/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #243119;
}

::selection {
  color: #fff;
  background: #243119;
}

/***********************Custom Formattings**************************/
.nice-select:focus,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/***********************Slick Slider Formatting***********************/
.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #243119;
  font-size: 0;
  border: 0;
}

.rooms-slider .slick-dots {
  display: flex;
  padding-top: 2.6041666667vw !important;
}
.rooms-slider .slick-dots li {
  flex-grow: 1;
}
.rooms-slider .slick-dots button {
  border-radius: 0 !important;
  height: 2px;
  width: 100%;
  background: #abb3ab;
}
.rooms-slider .slick-dots .slick-active button {
  background: #243119;
}

.bottom-auto {
  bottom: auto !important;
}

.gallery-slider .slick-dots,
.acc-gallery-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 2.6041666667vw !important;
}
.gallery-slider .slick-dots li,
.acc-gallery-slider .slick-dots li {
  width: 2.0833333333vw;
  margin: 0 0.5208333333vw;
}
.gallery-slider .slick-dots button,
.acc-gallery-slider .slick-dots button {
  border-radius: 0 !important;
  height: 2px;
  width: 100%;
  background: #abb3ab;
}
.gallery-slider .slick-dots .slick-active button,
.acc-gallery-slider .slick-dots .slick-active button {
  background: #243119;
}

.acc-gallery-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.6041666667vw;
  padding-top: 0 !important;
  z-index: 1;
}
.acc-gallery-slider .slick-dots button {
  background: rgba(255, 255, 255, 0.59) !important;
}
.acc-gallery-slider .slick-active button {
  background: #6a7645 !important;
}

.slick-arrow {
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 70%;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    height: 40px;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-slider .slick-prev {
  background-image: url("../../img/prev-b.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-prev:hover {
  background-image: url("../../img/g-prev.png") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next {
  background-image: url("../../img/next-b.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next:hover {
  background-image: url("../../img/g-next.png") !important;
  transition: all 0.5s;
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.no-arrows {
  padding-bottom: 0 !important;
}

.top-right-arrows .slick-arrow {
  position: absolute;
  top: -4.1666666667vw;
}
.top-right-arrows .slick-prev {
  right: 3.6458333333vw;
}
.top-right-arrows .slick-next {
  right: 0;
}

.location-slider .slick-arrow {
  position: absolute;
  top: 11.4583333333vw;
}
.location-slider .slick-prev {
  left: -3.6458333333vw;
}
.location-slider .slick-next {
  right: -3.6458333333vw;
}

.layout-slider .slick-arrow {
  position: absolute;
  top: 10.15625vw;
}
.layout-slider .slick-prev {
  left: -3.125vw;
}
.layout-slider .slick-next {
  right: -3.125vw;
}

.bottom-arrows {
  position: relative;
}
@media (min-width: 1025px) {
  .bottom-arrows {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bottom-arrows {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bottom-arrows {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .bottom-arrows {
    padding-bottom: 60px;
  }
}
.bottom-arrows .slick-arrow {
  position: absolute;
  bottom: 0;
}
.bottom-arrows .slick-prev {
  left: calc(50% - 3.125vw);
}
.bottom-arrows .slick-next {
  right: calc(50% - 3.125vw);
}

.bottom-right-arrows .slick-arrow {
  position: absolute;
  bottom: -3.6458333333vw;
}
.bottom-right-arrows .slick-prev {
  right: 3.6458333333vw;
}
.bottom-right-arrows .slick-next {
  right: 0;
}

.center-out-arrows .slick-arrow {
  position: absolute;
  top: calc(50% - 1.3020833333vw);
}
.center-out-arrows .slick-prev {
  left: -3.6458333333vw;
}
.center-out-arrows .slick-next {
  right: -3.6458333333vw;
}

.cuisine-slider-inner .slick-arrow,
.signature-slider-inner .slick-arrow {
  position: absolute;
  top: 11.71875vw;
}
.cuisine-slider-inner .slick-prev,
.signature-slider-inner .slick-prev {
  left: -3.6458333333vw;
}
.cuisine-slider-inner .slick-next,
.signature-slider-inner .slick-next {
  right: -3.6458333333vw;
}

.acc-inner-slider .slick-arrow,
.rooms-slider .slick-arrow {
  position: absolute;
  top: 14.3229166667vw;
}
.acc-inner-slider .slick-prev,
.rooms-slider .slick-prev {
  left: -3.6458333333vw;
}
.acc-inner-slider .slick-next,
.rooms-slider .slick-next {
  right: -3.6458333333vw;
}

.dining-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.3020833333vw);
}
.dining-slider .slick-prev {
  left: -2.6041666667vw;
}
.dining-slider .slick-next {
  right: -2.6041666667vw;
}

.left-out-arrows .slick-arrow {
  position: absolute;
  left: -7.8125vw;
}
.left-out-arrows .slick-prev {
  top: calc(50% - 2.6041666667vw);
}
.left-out-arrows .slick-next {
  bottom: calc(50% - 2.6041666667vw);
}

.testimonial-slider {
  padding: 0 10%;
}
.testimonial-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5625vw);
}
.testimonial-slider .slick-prev {
  left: 0;
}
.testimonial-slider .slick-next {
  right: 0;
}

.gallery-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.3020833333vw);
}
.gallery-slider .slick-prev {
  left: 4.1666666667vw;
}
.gallery-slider .slick-next {
  right: 4.1666666667vw;
}

/***********************Remove Autofill bg Color***********************/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

/***********************Default Formatting***********************/
/*********************************Global Styles***************************************************/
.all-caps {
  text-transform: uppercase;
}

.title-case {
  text-transform: capitalize !important;
}

.z-top {
  z-index: 2;
  position: relative;
}

.overflow-hidden {
  overflow-x: hidden !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-italic {
  font-style: italic;
}

.text-deco-none {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .without-banner {
    height: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner {
    height: 6.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .without-banner {
    height: 60px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.mrl-auto {
  margin-left: auto;
  margin-right: auto;
}

.one-nav {
  display: none !important;
}

/**************************Wrapper****************************************/
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--95 {
    width: 90%;
  }
}
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--85 {
    width: 90%;
  }
}
.wrapper--50 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--50 {
    width: 90%;
  }
}
.wrapper--40 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--40 {
    width: 90%;
  }
}
.wrapper--35 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--35 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--35 {
    width: 90%;
  }
}
.wrapper--65 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--65 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--65 {
    width: 90%;
  }
}
.wrapper--55 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--55 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--55 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--70 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--70 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--70 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--90 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--80 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--80 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--63 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--63 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--53 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--53 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--43 {
    width: 43%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--43 {
    width: 43%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--43 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--43 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--49 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--49 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--48 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--48 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--47 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--47 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--35 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--35 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--33 {
    width: 33.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--33 {
    width: 33.5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--33 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--33 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--30 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--30 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--20 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--15 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--15 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--10 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--10 {
    width: 100%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--170 {
    font-size: 8.8541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--170 {
    font-size: 8.8541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--170 {
    font-size: 70px !important;
  }
}
@media (max-width: 600px) {
  .heading--170 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--170 {
    line-height: 9.375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--170 {
    line-height: 9.375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--170 {
    line-height: 80px;
  }
}
@media (max-width: 600px) {
  .heading--170 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--70 {
    font-size: 3.6458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--70 {
    font-size: 3.6458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--70 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--70 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .heading--70 {
    line-height: 4.375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--70 {
    line-height: 4.375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--70 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--70 {
    line-height: 45px;
  }
}
@media (min-width: 1025px) {
  .heading--54 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--54 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--54 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .heading--54 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--54 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--54 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--54 {
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .heading--54 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    line-height: 20px;
  }
}

@media (min-width: 1025px) {
  .paragraph--18-line-height-small {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18-line-height-small {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18-line-height-small {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--18-line-height-small {
    line-height: 20px;
  }
}

.font-color--dark-green {
  color: #243119;
}
.font-color--black {
  color: #414141;
}
.font-color--light-green {
  color: #6a7645;
}
.font-color--xlight-gray {
  color: #d4d9d1;
}
.font-color--gray-v1 {
  color: #abb3ab;
}
.font-color--gray-v2 {
  color: #97a097;
}
.font-color--white {
  color: #fff;
}

.font-family--source {
  font-family: "Source Serif Pro";
}
.font-family--losta {
  font-family: "Losta Masta";
}

.font-weight--100 {
  font-weight: 100 !important;
}
.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}
.font-weight--700 {
  font-weight: 700 !important;
}

@media (min-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (min-width: 1025px) {
  .letter-space--18 {
    letter-spacing: 0.05625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--18 {
    letter-spacing: 0.05625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--18 {
    letter-spacing: 1.08px;
  }
}
@media (max-width: 600px) {
  .letter-space--18 {
    letter-spacing: 1.08px;
  }
}
@media (min-width: 1025px) {
  .letter-space--06 {
    letter-spacing: 0.0333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--06 {
    letter-spacing: 0.0333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--06 {
    letter-spacing: 0.64px;
  }
}
@media (max-width: 600px) {
  .letter-space--06 {
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1025px) {
  .letter-space--04 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--04 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--04 {
    letter-spacing: 0.48px;
  }
}
@media (max-width: 600px) {
  .letter-space--04 {
    letter-spacing: 0.48px;
  }
}

a.font-color--white {
  transition: all 0.5s;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #243119;
}

.font-style-italic {
  font-style: italic;
}

.logo-svg-top-left {
  z-index: 1;
  position: absolute;
}
@media (min-width: 1025px) {
  .logo-svg-top-left {
    left: -4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-top-left {
    left: -4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-top-left {
    left: 0px;
  }
}
@media (max-width: 600px) {
  .logo-svg-top-left {
    left: 0px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-top-left {
    top: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-top-left {
    top: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-top-left {
    top: 500px;
  }
}
@media (max-width: 600px) {
  .logo-svg-top-left {
    top: 500px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-top-left svg {
    width: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-top-left svg {
    width: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-top-left svg {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .logo-svg-top-left svg {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-top-left svg {
    height: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-top-left svg {
    height: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-top-left svg {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .logo-svg-top-left svg {
    height: 100px;
  }
}

.logo-svg-bottom-right {
  z-index: 1;
  position: absolute;
}
@media (min-width: 1025px) {
  .logo-svg-bottom-right {
    right: -4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-bottom-right {
    right: -4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-bottom-right {
    right: 0px;
  }
}
@media (max-width: 600px) {
  .logo-svg-bottom-right {
    right: 0px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-bottom-right {
    bottom: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-bottom-right {
    bottom: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-bottom-right {
    bottom: 300px;
  }
}
@media (max-width: 600px) {
  .logo-svg-bottom-right {
    bottom: 300px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-bottom-right svg {
    width: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-bottom-right svg {
    width: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-bottom-right svg {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .logo-svg-bottom-right svg {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-bottom-right svg {
    height: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-bottom-right svg {
    height: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-bottom-right svg {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .logo-svg-bottom-right svg {
    height: 100px;
  }
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--100 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--100 {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .padding-left--200 {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--200 {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--200 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--200 {
    padding-left: 0px;
  }
}

@media (min-width: 1025px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--100 {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .padding-right--100 {
    padding-right: 0px;
  }
}

@media (min-width: 1025px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--dark-green {
  background-color: #243119;
}
.bg-color--black {
  background-color: #414141;
}
.bg-color--light-green {
  background-color: #6a7645;
}
.bg-color--xlight-gray {
  background-color: #d4d9d1;
}
.bg-color--gray-v1 {
  background-color: #abb3ab;
}
.bg-color--gray-v2 {
  background-color: #97a097;
}
.bg-color--gray-v3 {
  background-color: #f6f6f6;
}
.bg-color--white {
  background-color: #fff;
}

.next-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  font-family: "Source Serif Pro";
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 0.9px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 0.9px;
  }
}
.next-btn img,
.next-btn svg {
  object-fit: scale-down;
  z-index: 1;
}
@media (min-width: 1025px) {
  .next-btn img,
  .next-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img,
  .next-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img,
  .next-btn svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn img,
  .next-btn svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn img,
  .next-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img,
  .next-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img,
  .next-btn svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn img,
  .next-btn svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn img,
  .next-btn svg {
    margin-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img,
  .next-btn svg {
    margin-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img,
  .next-btn svg {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .next-btn img,
  .next-btn svg {
    margin-left: 10px;
  }
}
.next-btn--white-line {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1025px) {
  .next-btn--white-line {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-line {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-line {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line {
    padding-right: 20px;
  }
}
.next-btn--white-line:hover {
  color: #000;
  background: #fff;
}
.next-btn--white-fill {
  background: #fff;
  color: #414141;
  border: 1px solid #fff;
}
@media (min-width: 1025px) {
  .next-btn--white-fill {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-fill {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-fill {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-fill {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-fill {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-fill {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-fill {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-fill {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-fill {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-fill {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-fill {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-fill {
    padding-right: 20px;
  }
}
.next-btn--white-fill:hover {
  color: #fff;
  background: #243119;
  border: 1px solid #243119;
}
.next-btn--green-fill {
  background: #6a7645;
  color: #fff;
  border: 1px solid #6a7645;
}
@media (min-width: 1025px) {
  .next-btn--green-fill {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--green-fill {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--green-fill {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn--green-fill {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .next-btn--green-fill {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--green-fill {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--green-fill {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--green-fill {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn--green-fill {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--green-fill {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--green-fill {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--green-fill {
    padding-right: 20px;
  }
}
.next-btn--green-fill:hover {
  color: #fff;
  background: #243119;
}
.next-btn--black-line {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
@media (min-width: 1025px) {
  .next-btn--black-line {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .next-btn--black-line {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn--black-line {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line {
    padding-right: 20px;
  }
}
.next-btn--black-line:hover {
  color: #fff;
  background: #000;
}
.next-btn--black-text-line {
  background: transparent;
  color: #243119;
}
.next-btn--black-text-line:hover {
  color: #243119;
}
.next-btn--black-text-line:hover::after {
  color: #243119;
}
.next-btn--black-text-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #6a7645;
}
.next-btn--white-text-line {
  background: transparent;
  color: #fff;
}
.next-btn--white-text-line:hover {
  color: #243119;
}
.next-btn--white-text-line:hover::after {
  background: #243119;
}
.next-btn--white-text-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}
.next-btn--green-line {
  background: transparent;
  color: #6a7645;
}
.next-btn--green-line:hover {
  color: #243119;
}
.next-btn--green-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #6a7645;
}
.next-btn--green-line:hover::after {
  background: #243119;
}
.next-btn--white-line-img {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1025px) {
  .next-btn--white-line-img {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line-img {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line-img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line-img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-line-img {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line-img {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line-img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line-img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-line-img {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line-img {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line-img {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line-img {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .next-btn--white-line-img {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--white-line-img {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--white-line-img {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .next-btn--white-line-img {
    padding-right: 0px;
  }
}
.next-btn--white-line-img svg {
  margin: 0 !important;
}
.next-btn--white-line-img:hover {
  color: #000;
  background: #fff;
}
.next-btn--white-line-img:hover svg path {
  fill: #000;
}
.next-btn--black-line-img {
  background: transparent;
  color: #6a7645;
  border: 1px solid #6a7645;
}
@media (min-width: 1025px) {
  .next-btn--black-line-img {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line-img {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line-img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line-img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn--black-line-img {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line-img {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line-img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line-img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn--black-line-img {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line-img {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line-img {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line-img {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .next-btn--black-line-img {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn--black-line-img {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn--black-line-img {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .next-btn--black-line-img {
    padding-right: 0px;
  }
}
.next-btn--black-line-img svg {
  margin: 0 !important;
}
.next-btn--black-line-img:hover {
  color: #000;
  background: #6a7645;
}
.next-btn--black-line-img:hover svg path {
  fill: #fff;
}

@media (min-width: 1025px) {
  .next-btn-small {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn-small {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn-small {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .next-btn-small {
    font-size: 13px !important;
  }
}

.hover-white:hover {
  color: #fff !important;
}
.hover-white:hover::after {
  background: #fff !important;
}

a.font-color--black {
  text-decoration: none;
}
a.font-color--black:hover {
  color: #6a7645;
}

a.font-color--white {
  text-decoration: none;
}
a.font-color--white:hover {
  color: #243119;
}

.full-video {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .full-video {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .full-video {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .full-video {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  .full-video {
    bottom: 30px;
  }
}
.full-video a:hover {
  color: #fff !important;
}
.full-video a:hover::before {
  display: none !important;
}
.full-video a:hover svg {
  transform: scale(0.9);
  transition: all 0.5s;
}
.full-video a svg {
  transform: scale(1);
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .full-video a svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .full-video a svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .full-video a svg {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  .full-video a svg {
    margin-right: 5px;
  }
}
@media (min-width: 1025px) {
  .full-video a svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .full-video a svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .full-video a svg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .full-video a svg {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .full-video a svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .full-video a svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .full-video a svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .full-video a svg {
    width: 40px;
  }
}

@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .gallery-slider {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider .slide-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider .slide-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider .slide-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider .slide-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .two-item-grid-venture .list-item,
  .three-item-grid-careers .list-item,
  .team-list-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid-venture .list-item,
  .three-item-grid-careers .list-item,
  .team-list-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid-venture .list-item,
  .three-item-grid-careers .list-item,
  .team-list-grid .list-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .two-item-grid-venture .list-item,
  .three-item-grid-careers .list-item,
  .team-list-grid .list-item {
    padding-bottom: 30px;
  }
}

.three-item-grid-acc .list-item {
  display: flex;
  flex-direction: column;
}

.star-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width: 1025px) {
  .star-ul {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .star-ul {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .star-ul {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .star-ul {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .star-ul {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .star-ul {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .star-ul {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .star-ul {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .star-ul li {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .star-ul li {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .star-ul li {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .star-ul li {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .star-ul img {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .star-ul img {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .star-ul img {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .star-ul img {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .star-ul img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .star-ul img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .star-ul img {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .star-ul img {
    height: 20px;
  }
}

.review-box hr {
  height: 1px;
  background: #6a7645;
  width: 100px;
  opacity: 1;
}
@media (min-width: 1025px) {
  .review-box hr {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .review-box hr {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .review-box hr {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .review-box hr {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .review-box hr {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .review-box hr {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .review-box hr {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .review-box hr {
    margin-top: 30px;
  }
}

.not-fount-img {
  object-fit: contain;
}
@media (min-width: 1025px) {
  .not-fount-img {
    height: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .not-fount-img {
    height: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .not-fount-img {
    height: 150px;
  }
}
@media (max-width: 600px) {
  .not-fount-img {
    height: 150px;
  }
}

.review-box:last-child hr {
  display: none !important;
}

.google-map-iframe iframe {
  width: 100%;
  height: 100%;
}

.listing-short-image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .listing-short-image img {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .listing-short-image img {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .listing-short-image img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .listing-short-image img {
    height: 350px;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

@media (min-width: 1025px) {
  .gallery-slider-in {
    margin-left: -0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider-in {
    margin-left: -0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-in {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-in {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider-in {
    margin-right: -0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider-in {
    margin-right: -0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-in {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-in {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider-in .slide-item {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider-in .slide-item {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-in .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-in .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .gallery-slider-in .slide-item {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider-in .slide-item {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-in .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-in .slide-item {
    padding-right: 5px;
  }
}
.gallery-slider-in img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .gallery-slider-in img {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-slider-in img {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-in img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-in img {
    height: 400px;
  }
}

.offer-inner .wysiwig-container h1,
.offer-inner .wysiwig-container h2,
.offer-inner .wysiwig-container h3,
.offer-inner .wysiwig-container h4,
.offer-inner .wysiwig-container h6 {
  position: relative;
  display: flex;
  align-items: center;
}
.offer-inner .wysiwig-container h1::after,
.offer-inner .wysiwig-container h2::after,
.offer-inner .wysiwig-container h3::after,
.offer-inner .wysiwig-container h4::after,
.offer-inner .wysiwig-container h6::after {
  content: "";
  position: relative;
  height: 1px;
  background: #6a7645;
}
@media (min-width: 1025px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    width: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    width: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  .offer-inner .wysiwig-container h1::after,
  .offer-inner .wysiwig-container h2::after,
  .offer-inner .wysiwig-container h3::after,
  .offer-inner .wysiwig-container h4::after,
  .offer-inner .wysiwig-container h6::after {
    margin-left: 5px;
  }
}
.offer-inner .feature-text {
  width: max-content;
  background: #e5d1bb;
}
@media (min-width: 1025px) {
  .offer-inner .feature-text {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-inner .feature-text {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-inner .feature-text {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .offer-inner .feature-text {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .offer-inner .feature-text {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-inner .feature-text {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-inner .feature-text {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .offer-inner .feature-text {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .offer-inner .feature-text {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-inner .feature-text {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-inner .feature-text {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .offer-inner .feature-text {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .offer-inner .feature-text {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-inner .feature-text {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-inner .feature-text {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .offer-inner .feature-text {
    padding-bottom: 5px;
  }
}

.ul-half ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul-half ul li {
  width: 48%;
}

.wysiwig-testimonial a {
  font-weight: 600;
}

.flex-grow-unset {
  flex-grow: unset !important;
}

/****************************bg Color end*********************************************/
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-right: 0px;
  }
}

@media (min-width: 1025px) {
  .btn-wrap-cloud a {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-cloud a {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-cloud a {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-cloud a {
    margin-bottom: 10px;
  }
}

.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  color: #000 !important;
}
.sitemap-div .sitemap {
  width: max-content;
  margin: auto;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(0px, 20px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.scrolled.revealleft {
  animation: animateleft 0.5s ease-in-out both;
}

.scrolled.moveleft {
  animation: moveleft 1s ease-in-out both;
}

.scrolled.movetop {
  animation: movetop 0.5s ease-in-out both;
}

.scrolled.movebottom {
  animation: movebottom 0.5s ease-in-out both;
}

@keyframes animateleft {
  0% {
    transform: translate3d(-100px, 0px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveleft {
  0% {
    transform: translate3d(-40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
/* Initial state for reveal containers */
.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* Default to reveal-left */
}

.reveal-top img,
.reveal-bottom img,
.reveal-left img,
.reveal-right img {
  transform: scale(1.3); /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-bottom.scrolled {
  animation: slideInBottomClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-bottom {
  clip-path: inset(0 0 100% 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-top.scrolled {
  animation: slideInTopClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-top {
  clip-path: inset(100% 0 0 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%); /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1s forwards ease-out; /* Image animation starts after 1.5s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0); /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%); /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInTopClip {
  from {
    clip-path: inset(100% 0 0 0); /* Fully clipped from the top */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInBottomClip {
  from {
    clip-path: inset(0 0 100% 0); /* Fully clipped from the bottom */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.scroll-element {
  transition: transform 0.1s ease-out;
}

.animate-title .letter {
  position: relative;
}

#adaptive-cursor {
  align-items: center !important;
  background-color: #243119;
  color: #fff;
  display: flex !important;
  justify-content: center !important;
  padding: 0px;
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  font-family: "Losta Masta";
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  width: 5px;
  height: 5px;
  z-index: 100;
  font-size: 0;
}
#adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
  color: #fff;
  transition-delay: 0.3s;
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 16px;
  }
}
#adaptive-cursor.has-label-state::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  right: 0;
  background: rgba(36, 49, 25, 0.67);
  filter: blur(100%);
  z-index: -1;
}
#adaptive-cursor.has-linkhover-state {
  font-size: 0 !important;
}
#adaptive-cursor.has-linkhover-state {
  mix-blend-mode: difference;
  transition-delay: 0.3s;
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.speaker-icon {
  background-position: center;
  background-image: url("../../img/pause.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .speaker-icon {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .speaker-icon {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .speaker-icon {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .speaker-icon {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .speaker-icon {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .speaker-icon {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .speaker-icon {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .speaker-icon {
    width: 20px;
  }
}

.speaker-icon.paused {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/play.png");
}

.christmas-mp3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(36, 49, 25, 0.39);
  position: fixed;
  z-index: 9;
}
@media (min-width: 1025px) {
  .christmas-mp3 {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 {
    bottom: 80px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 {
    bottom: 110px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 {
    right: 10px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 {
    padding-bottom: 5px;
  }
}
.christmas-mp3 img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .christmas-mp3 img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 img {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .christmas-mp3 img {
    margin-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .christmas-mp3 img {
    margin-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .christmas-mp3 img {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .christmas-mp3 img {
    margin-bottom: 5px;
  }
}

.venobox {
  position: relative;
}
.venobox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.46);
  background-image: url("../../img/plus.png");
  background-repeat: no-repeat !important;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}
.venobox:hover::before {
  opacity: 1;
  transition: all 0.3s;
}

.venobox-after-none::before {
  display: none !important;
}

.pagination-div {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .pagination-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .pagination-div {
    padding-top: 20px;
  }
}
.pagination-div .page-numbers {
  margin: 0 5px;
  color: #243119 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #243119;
  background: transparent;
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    font-size: 14px !important;
  }
}
.pagination-div .page-numbers.current {
  color: #fff !important;
  background: #243119;
}
.pagination-div .next.page-numbers,
.pagination-div .prev.page-numbers {
  display: none !important;
}

.text-center ul li {
  text-align: left !important;
}

/****************************Nav Buttons END*********************************************/
.loading-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .loading-wrap img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .loading-wrap img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .loading-wrap img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .loading-wrap img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .loading-wrap img {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .loading-wrap img {
    width: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .loading-wrap img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .loading-wrap img {
    width: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .desktop-arrows-hide .slick-arrow {
    display: none !important;
  }
  .max-content-width {
    width: max-content !important;
  }
  .desktop-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile_tab_el,
  .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .white-arrows .slick-prev {
    background-image: url("../../img/prev-w.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-prev:hover {
    background-image: url("../../img/g-prev.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next {
    background-image: url("../../img/next-w.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next:hover {
    background-image: url("../../img/g-next.png") !important;
    transition: all 0.3s;
  }
  .vbox-content img {
    height: 95vh !important;
    object-fit: contain !important;
  }
  .vbox-child {
    background: transparent !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-wrapper--90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .exp-grid:not(.slick-initialized) {
    display: none !important;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  .exp-grid {
    margin-left: -0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .exp-grid {
    margin-left: -0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .exp-grid {
    margin-left: -5px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 600px) {
  .exp-grid {
    margin-left: -5px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  .exp-grid {
    margin-right: -0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .exp-grid {
    margin-right: -0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .exp-grid {
    margin-right: -5px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 600px) {
  .exp-grid {
    margin-right: -5px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  .exp-grid .slide-item {
    padding-left: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .exp-grid .slide-item {
    padding-left: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .exp-grid .slide-item {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 600px) {
  .exp-grid .slide-item {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  .exp-grid .slide-item {
    padding-right: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .exp-grid .slide-item {
    padding-right: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .exp-grid .slide-item {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 600px) {
  .exp-grid .slide-item {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) {
  .exp-grid img {
    height: 18.2291666667vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .exp-grid img {
    height: 18.2291666667vw;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .exp-grid img {
    height: 350px;
  }
}
@media only screen and (max-width: 1025px) and (max-width: 600px) {
  .exp-grid img {
    height: 350px;
  }
}
@media only screen and (max-width: 1025px) {
  #adaptive-cursor {
    display: none !important;
  }
  .white-arrows .slick-prev {
    background-image: url("../../img/b-prev-n.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-prev:hover {
    background-image: url("../../img/g-prev.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next {
    background-image: url("../../img/b-next-n.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next:hover {
    background-image: url("../../img/g-next.png") !important;
    transition: all 0.3s;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .desktop_el {
    display: none !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .offer-slider {
    padding: 0;
  }
  .slick-slider {
    padding-bottom: 55px;
  }
  .slick-slider .slick-arrow {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
  .slick-slider .slick-prev {
    right: auto !important;
    left: calc(50% - 55px) !important;
  }
  .slick-slider .slick-next {
    left: auto !important;
    right: calc(50% - 55px) !important;
  }
  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-slider {
    padding-bottom: 0 !important;
  }
  .font-family--losta.heading--36 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .logo-svg-top-left {
    display: none !important;
  }
  .slick-dots {
    display: none !important;
  }
  .mobile-with--100 {
    width: 100% !important;
  }
  .mobile-justify-between .icon-box {
    justify-content: space-between !important;
  }
  .mobile-font-20 {
    font-size: 18px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-align-first {
    align-items: flex-start !important;
  }
  .tab-flex-column {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .team-list-grid .list-item {
    padding-bottom: 15px !important;
  }
  .order-tab-first {
    order: -1 !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .tab-width--50 {
    width: 50%;
  }
  .tab-width--60 {
    width: 60%;
  }
  .tab-width--25 {
    width: 25%;
  }
  .tab-width--45 {
    width: 45%;
  }
  .tab-width--30 {
    width: 30%;
  }
  .tab-width--40 {
    width: 40%;
  }
  .tab-width--47 {
    width: 47%;
  }
  .tab-creative-center {
    justify-content: center;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-width--35 {
    width: 40%;
  }
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile_el {
    display: none !important;
  }
  .tab-flex-column {
    flex-direction: column;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-padding-top--50 {
    padding-top: 50px !important;
  }
  .tab-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-display-flex {
    display: flex;
  }
  .tab-width--49 {
    width: 49% !important;
  }
  .tab-width-auto {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab-padding-top--30 {
    padding-top: 30px !important;
  }
  .tab-justify-between {
    justify-content: space-between !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-padding-top--0 {
    padding-top: 0;
  }
  .tab-justify-center {
    justify-content: center;
  }
  .tab-column-reverse {
    flex-direction: column-reverse;
  }
  .tab-width--100 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-flex-column-reverse-only {
    flex-direction: column-reverse;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .order-mobile-first {
    order: -1 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .btn-wrap a {
    width: 230px;
  }
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .next-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .mobile-justify-center {
    display: flex;
    justify-content: center !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .three-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .four-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .two-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile-padding-top--0 {
    padding-top: 0 !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-padding-top--50 {
    padding-top: 50px;
  }
  .mobile-padding-left--0 {
    padding-left: 0;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-padding-bottom--100 {
    padding-bottom: 150px !important;
  }
  .mobile-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .mobile-padding--0 {
    padding: 0 !important;
  }
  .mobile-padding-top--10 {
    padding-top: 10px !important;
  }
  .mobile-padding-top--30 {
    padding-top: 30px !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-padding-left--0 {
    padding-left: 0 !important;
  }
  .mobile-padding-right--0 {
    padding-right: 0 !important;
  }
  .mobile-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-margin-top--30 {
    margin-top: 30px !important;
  }
  .mobile-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-flex-column-revers {
    flex-direction: column-reverse;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .creative-line {
    justify-content: center;
    font-size: 12px !important;
  }
  .creative-line-main {
    justify-content: center;
  }
  .creative-line::after,
  .creative-line-main::after,
  .creative-line-main--ab::before {
    width: 20px;
    display: none !important;
  }
  .mobile-width--20 {
    width: 20%;
  }
  .mobile-width--80 {
    width: 80%;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .logo-svg-bottom-right {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) {
  .btn-wrap a {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .btn-wrap a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ul-half ul li {
    width: 100%;
  }
  .desktop_tab_el {
    display: none !important;
  }
  .team-list-grid .list-item {
    padding-bottom: 15px !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .btn-wrap-cloud a {
    width: 100% !important;
  }
  .mobile-paralax-none {
    transform: none !important;
  }
}
@media (min-width: 1025px) {
  .dining-slider .hover-box__img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dining-slider .hover-box__img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dining-slider .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .dining-slider .hover-box__img {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .offer-sec .hover-box__img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offer-sec .hover-box__img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-sec .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .offer-sec .hover-box__img {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .cuisine-slider .hover-box__img {
    height: 36.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .cuisine-slider .hover-box__img {
    height: 36.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .cuisine-slider .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .cuisine-slider .hover-box__img {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .cuisine-slider-inner .hover-box__img,
  .signature-slider-inner .hover-box__img,
  .location-slider .hover-box__img {
    height: 27.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .cuisine-slider-inner .hover-box__img,
  .signature-slider-inner .hover-box__img,
  .location-slider .hover-box__img {
    height: 27.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .cuisine-slider-inner .hover-box__img,
  .signature-slider-inner .hover-box__img,
  .location-slider .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .cuisine-slider-inner .hover-box__img,
  .signature-slider-inner .hover-box__img,
  .location-slider .hover-box__img {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .exp-listing .hover-box__img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .exp-listing .hover-box__img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .exp-listing .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .exp-listing .hover-box__img {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .header-hover .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-hover .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-hover .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .header-hover .hover-box__img {
    height: 350px;
  }
}

.hover-box {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.hover-box .hover-box__img {
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s;
  width: 100%;
  transition: all 0.4s;
}
.hover-box .hover-box__content-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  transition: all 0.4s;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-bottom {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-bottom {
    padding-bottom: 20px;
  }
}
.hover-box .hover-box__content-bottom .hover-box__content-bottom-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5208333333vw);
  transition: all 0.4s;
}
.hover-box .hover-box__content-bottom .hover-box__content-bottom-visible {
  transform: translateY(3.3854166667vw);
  transition: all 0.4s;
}
.hover-box .hover-box__content-bottom-down {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  transition: all 0.4s;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-bottom-down {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-bottom-down {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-bottom-down {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-bottom-down {
    padding-bottom: 20px;
  }
}
.hover-box .hover-box__content-center-down {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  transition: all 0.4s;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-center-down {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-center-down {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-center-down {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-center-down {
    padding-bottom: 20px;
  }
}
.hover-box .hover-box__content-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  right: 12%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.0416666667vw);
  z-index: 1;
  transition: all 0.4s;
}
.hover-box .hover-box__content-center-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.0416666667vw);
}
.hover-box:hover .hover-box__content-bottom-hidden {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s;
}
.hover-box:hover .hover-box__content-center,
.hover-box:hover .hover-box__content-center-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s;
}
.hover-box:hover .hover-box__content-bottom-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.0416666667vw);
}
.hover-box:hover .hover-box__content-bottom-visible {
  transform: translateY(0);
  transition: all 0.4s;
}
.hover-box:hover .hover-box__img {
  transform: scale(1.05);
  transition: all 0.4s;
}
.hover-box .hover-box__bottom-content {
  text-align: center;
}
.hover-box .hover-box__content-span {
  color: #414141 !important;
  font-family: "Source Serif Pro" !important;
  width: max-content;
  background: #d4d9d1;
  display: flex;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    line-height: 16px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    margin-left: 0.15625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    margin-left: 0.15625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    margin-left: 3px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    margin-left: 3px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-span {
    margin-right: 0.15625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-span {
    margin-right: 0.15625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-span {
    margin-right: 3px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-span {
    margin-right: 3px;
  }
}
.hover-box .hover-box__content-span-wrap {
  display: flex;
  justify-content: center;
}
.hover-box .hover-box__content-center-down .hover-box__content-span {
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__content-center-down .hover-box__content-span {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__content-center-down .hover-box__content-span {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__content-center-down .hover-box__content-span {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__content-center-down .hover-box__content-span {
    margin-bottom: 10px;
  }
}

.hover-full-after {
  position: relative;
}
.hover-full-after::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.hover-full-after:hover::after {
  opacity: 1;
  transition: all 0.3s;
}

.bottom-after {
  position: relative;
}
.bottom-after::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.bottom-before {
  position: relative;
}
.bottom-before::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.bottom-before:hover::before {
  opacity: 0.3;
  transition: all 0.3s;
}

.bottom-before-light {
  position: relative;
}
.bottom-before-light::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.bottom-before-light:hover::before {
  opacity: 0.3;
  transition: all 0.3s;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

@media (min-width: 1025px) {
  .header-logo img {
    height: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-logo img {
    height: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-logo img {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .header-logo img {
    height: 100px;
  }
}

@media (min-width: 1025px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-menu-logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .fixed-menu-logo img {
    height: 40px;
  }
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .header-menu li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .header-menu li {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li {
    padding-right: 0px;
  }
}
.header-menu li a {
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Serif Pro";
}
@media (min-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    line-height: 20px;
  }
}
.header-menu li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0%;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  .header-menu li a::before {
    bottom: -0.15625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a::before {
    bottom: -0.15625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li a::before {
    bottom: 0px;
  }
}
.header-menu li a:hover::before {
  width: 100%;
  background: #fff;
}
.header-menu li.menu-item-has-children {
  position: relative;
}
.header-menu li.menu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}
.header-menu li.menu-item-has-children a::after {
  content: "";
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  transition: all 0.3s;
  background-image: url("../../img/down-w.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat !important;
}
.header-menu li.menu-item-has-children:hover a::after {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.header-menu li.menu-item-has-children:hover .sub-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.header-menu li.menu-item-has-children .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 0px;
  }
}
.header-menu li.menu-item-has-children .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header-menu li.menu-item-has-children .sub-menu li:hover {
  background: #243119;
}
.header-menu li.menu-item-has-children .sub-menu li:hover a {
  color: #fff !important;
}
.header-menu li.menu-item-has-children .sub-menu a {
  font-weight: 500;
  text-align: left !important;
  width: 100%;
  justify-content: flex-start;
  color: #000;
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
.header-menu li.menu-item-has-children .sub-menu a::after,
.header-menu li.menu-item-has-children .sub-menu a::before {
  display: none;
}
.header-menu .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header-menu .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu {
    top: 30px;
  }
}
.header-menu .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
}
.header-menu .sub-menu li:hover {
  background: #243119;
}
.header-menu .sub-menu a {
  width: 100%;
  color: #000;
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    padding-right: 30px;
  }
}
.header-menu .sub-menu a::after {
  display: none;
}

.header.no-banners #primary-menu li a:hover::before {
  background: #6a7645;
}

.header_button .header_button-toggle,
.fix-toggle .header_button-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1025px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 30px;
  }
}
.header_button .header_button-toggle button,
.fix-toggle .header_button-toggle button {
  position: relative;
  width: 2em;
  height: 2.5em;
  padding: 0;
  font-size: inherit;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.header_button .header_button-toggle button span,
.fix-toggle .header_button-toggle button span {
  position: absolute;
  right: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 0;
  transition: inherit;
}
.header_button .header_button-toggle button span:nth-child(1),
.fix-toggle .header_button-toggle button span:nth-child(1) {
  top: 0.625em;
}
.header_button .header_button-toggle button span:nth-child(2),
.fix-toggle .header_button-toggle button span:nth-child(2) {
  top: 1.25em;
}
.header_button .header_button-toggle button span:nth-child(3),
.fix-toggle .header_button-toggle button span:nth-child(3) {
  top: 1.875em;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(1),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(2),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(2) {
  right: 50%;
  width: 0;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(3),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

.fix-toggle {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.header.no-banners {
  padding-bottom: 0 !important;
  background: #d4d9d1;
}
@media (min-width: 1025px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .header.no-banners {
    padding-top: 0px;
  }
}
.header.no-banners .header_top {
  padding-top: 0 !important;
  align-items: center !important;
}
@media (min-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header.no-banners .header-logo img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header.no-banners .header-logo img {
    height: 60px;
  }
}
.header.no-banners a {
  color: #414141;
}
.header.no-banners .hamburger span {
  background: #414141;
}
.header.no-banners li.menu-item-has-children a::after {
  background-image: url("../../img/down-b.svg");
}
.header.no-banners .header_top #primary-menu .current-menu-item a {
  color: #243119;
}
.header.no-banners .header_top #primary-menu .current-menu-item a::before {
  background: #243119 !important;
}
.header.no-banners .header_top #primary-menu .current-menu-item .sub-menu a {
  color: #000;
}
.header.no-banners .header_top #primary-menu .current-menu-item .sub-menu a:hover {
  color: #fff !important;
}

.no-banners .without-banner {
  background: #d4d9d1;
}

.scroll-menu {
  transition: all 0.5s;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #d4d9d1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .scroll-menu {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .scroll-menu {
    height: 60px;
  }
}
.scroll-menu .header-menu li {
  align-items: center;
  display: flex;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li {
    height: 50px;
  }
}
.scroll-menu .header-menu li a {
  position: relative;
  color: #414141;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .header-menu li a {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    line-height: 20px;
  }
}
.scroll-menu .header-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #6a7645;
  bottom: 1.3020833333vw;
  transition: all 0.5s;
}
.scroll-menu .header-menu li a:hover {
  color: #6a7645 !important;
}
.scroll-menu .header-menu .current-menu-item a {
  color: #6a7645 !important;
}
.scroll-menu .header-menu .current-menu-item a::before {
  width: 100%;
  transition: all 0.5s;
}
.scroll-menu .scroll-menu_logo img {
  width: auto;
}
@media (min-width: 1025px) {
  .scroll-menu .scroll-menu_logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .scroll-menu .scroll-menu_logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .scroll-menu_logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .scroll-menu_logo img {
    height: 40px;
  }
}
.scroll-menu .hamburger span {
  background: #243119 !important;
}
.scroll-menu .sub-menu {
  top: 4.1666666667vw !important;
}
.scroll-menu .sub-menu li {
  height: auto !important;
}
.scroll-menu li.menu-item-has-children {
  position: relative;
}
.scroll-menu li.menu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}
.scroll-menu li.menu-item-has-children a::after {
  background-image: url("../../img/down-b.svg");
}

#header.header-scrolled .scroll-menu {
  transition: all 0.5s;
  transform: translateY(0%);
}

.bottom-menu {
  margin-top: 1.0416666667vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}

@media (min-width: 1025px) {
  #offcanvasMenu {
    width: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu {
    width: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu {
    width: 100%;
  }
}
#offcanvasMenu .offcanvas-body {
  overflow: scroll;
  height: 100vh;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 30px;
  }
}
#offcanvasMenu .offcanvas-header {
  justify-content: flex-end;
  display: flex;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 30px;
  }
}
#offcanvasMenu .offcanvas-header button {
  opacity: 1 !important;
}
#offcanvasMenu .offmenu_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 10px;
  }
}
#offcanvasMenu .offmenu_top ul a {
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  font-family: "Source Serif Pro";
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 0.1927083333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 0.1927083333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 20px;
  }
}
#offcanvasMenu .offmenu_top ul a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0px;
  }
}
#offcanvasMenu .offmenu_top ul a:hover::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
#offcanvasMenu .offmenu_bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 10px;
  }
}
#offcanvasMenu .offmenu_bottom ul a {
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  width: max-content;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Source Serif Pro";
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 20px;
  }
}
#offcanvasMenu .offmenu_bottom ul a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0px;
  }
}
#offcanvasMenu .offmenu_bottom ul a:hover::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
#offcanvasMenu hr {
  background: #000;
}
@media (min-width: 1025px) {
  #offcanvasMenu hr {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu hr {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu hr {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu hr {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu hr {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasMenu hr {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu hr {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu hr {
    margin-top: 20px;
  }
}

.off-menu li.current_page_item a {
  color: #000 !important;
}

.menu-social-ul,
.menu-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 35px;
  }
}
.menu-social-ul li svg path,
.menu-social li svg path {
  fill: #fff;
}
.menu-social-ul li svg circle,
.menu-social li svg circle {
  stroke: #fff;
}
.menu-social-ul a:hover path,
.menu-social a:hover path {
  fill: #6a7645 !important;
}
.menu-social-ul a:hover circle,
.menu-social a:hover circle {
  stroke: #6a7645 !important;
}

.menu-left-div {
  height: 100vh;
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .menu-left-div {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-bottom: 10px;
  }
}

.main-menu {
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #abb3ab;
  display: flex;
  opacity: 0;
  height: 100vh;
  width: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .main-menu .menu-top img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-top img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
.main-menu .hamburger span {
  background: #414141 !important;
}
.main-menu .header_button-toggle {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
.main-menu #nav_accordion a {
  text-decoration: none;
  position: relative;
  color: #414141;
}
.main-menu #nav_accordion a:hover {
  color: #6a7645;
}
.main-menu #nav_accordion .current_page_item a {
  color: #6a7645 !important;
}
.main-menu .menu-bottom {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 6.25vw);
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
.main-menu .menu-bottom a {
  text-decoration: none;
  position: relative;
  color: #414141;
}
.main-menu .menu-bottom a:hover {
  color: #6a7645;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  font-family: "Source Serif Pro";
}
.main-menu ul li a {
  text-decoration: none;
  position: relative;
  color: #414141;
}
.main-menu ul li a:hover {
  color: #6a7645;
}
.main-menu .line {
  height: 1px;
  background: #414141;
}
@media (min-width: 1025px) {
  .main-menu .line {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .line {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .line {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .main-menu .line {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .main-menu .line {
    margin-top: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .line {
    margin-top: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .line {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .main-menu .line {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-bottom: 15px;
  }
}
.main-menu .side-top li:hover a {
  display: block;
  position: relative;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-top a {
  font-family: "Losta Masta";
  color: #243119;
  font-weight: 300;
  padding: 0 !important;
  display: block;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
.main-menu .side-top .has-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu .side-top .has-submenu .has-submenu-toggle {
  width: calc(100% - 2.6041666667vw);
}
.main-menu .side-top .has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu .side-top .has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../img/down-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.0416666667vw;
}
.main-menu .side-top .has-submenu ul {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
.main-menu .side-top .has-submenu ul a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
.main-menu .side-top .has-submenu ul a:hover {
  transition: all 0.3s;
  color: #6a7645 !important;
  transform: translateX(0.5208333333vw) !important;
}
.main-menu .side-top li.active a {
  color: #6a7645;
}
.main-menu .side-top li.active .submenu a {
  color: #6a7645;
}
.main-menu .side-top li.active .submenu li.active a {
  color: #6a7645;
}
.main-menu .side-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.main-menu .side-bottom li {
  width: 50%;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
.main-menu .side-bottom li:hover a {
  display: block;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-bottom a {
  transition: all 0.3s;
  display: block;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    line-height: 30px;
  }
}

.off-menu a {
  width: max-content;
}

.off-menu a {
  position: relative;
}
.off-menu a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .off-menu a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .off-menu a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .off-menu a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .off-menu a::before {
    bottom: 0px;
  }
}
.off-menu li.current_page_item a {
  color: #6a7645 !important;
}
.off-menu li.current_page_item a::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
  background: #6a7645 !important;
}

.header_top #primary-menu li.current_page_item a {
  color: #fff;
}
.header_top #primary-menu li.current_page_item a::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
  background: #fff !important;
}
.header_top #primary-menu li.current_page_item .sub-menu a {
  color: #000;
}
.header_top #primary-menu .sub-menu li.current_page_item {
  color: #fff !important;
  background: #243119 !important;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9; /* Ensure it's below the menu */
}

.no-scroll {
  overflow: hidden !important;
}

@media only screen and (min-width: 1025px) {
  .header_top {
    display: flex;
    align-items: center !important;
  }
  .menu-social {
    padding-top: 1.5625vw !important;
  }
  .toggle-btn-slide::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggle-btn-slide.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .side-top li .submenu li {
    padding-bottom: 10px !important;
  }
  .toggle-btn-slide::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggle-btn-slide.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .has-submenu-toggle {
    width: calc(100% - 160px) !important;
  }
  .toggle-btn-slide {
    width: 160px !important;
    height: 30px !important;
  }
  .toggle-btn-slide::after {
    width: 30px !important;
    left: auto !important;
    background-size: 25px !important;
    background-position: calc(100% - 5px) !important;
  }
  .menu-bottom .flex-grow-1 {
    flex-grow: unset !important;
  }
  .menu-social {
    padding-top: 20px !important;
  }
  .menu-bottom {
    height: calc(100vh - 120px);
  }
  .contact-box .menu-social-ul {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    width: 100%;
  }
  .contact-box .menu-social-ul li {
    padding-left: 10px !important;
  }
  .header.no-banners .header_button {
    flex-grow: 1;
  }
  .header.no-banners .header_top {
    width: auto !important;
    padding-left: 5%;
  }
  .header.no-banners .header_top img {
    height: 40px !important;
  }
  .header.no-banners .header_top {
    height: 60px !important;
  }
  .mobile-logo img {
    height: 60px;
  }
  #offcanvasMenu .offcanvas-header {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .header_button {
    width: 30%;
  }
  .header-logo,
  .fixed-menu-logo {
    width: 40%;
  }
  .book_div {
    width: 30%;
  }
  .header_top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #offcanvasMenu {
    width: 100% !important;
  }
  #header .header_top,
  #header .scroll-menu .wrapper--90 {
    flex-direction: row-reverse;
  }
  #header .header_button {
    justify-content: flex-end;
  }
  #header .header_button-toggle {
    padding-right: 0 !important;
  }
  .scroll-menu .header_button {
    width: 100% !important;
  }
  .scroll-menu .header_button .fixed-menu-logo {
    flex-grow: 1 !important;
  }
}
.copyright-menu,
.footer-bottom {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.copyright-menu li,
.footer-bottom li {
  border-right: 1px solid #414141;
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 10px;
  }
}
.copyright-menu li:first-child,
.footer-bottom li:first-child {
  padding-left: 0;
}
.copyright-menu li:last-child,
.footer-bottom li:last-child {
  border: 0;
}
.copyright-menu a,
.copyright-menu li,
.copyright-menu p,
.footer-bottom a,
.footer-bottom li,
.footer-bottom p {
  margin: 0;
  font-weight: 400;
  position: relative;
  color: #414141;
  text-decoration: none;
  font-family: "Source Serif Pro";
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.0135416667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.0135416667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.26px;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.26px;
  }
}
.copyright-menu a:hover,
.footer-bottom a:hover {
  color: #6a7645;
}
.copyright-menu a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #6a7645;
  bottom: 0;
  transition: all 0.5s;
}
.copyright-menu .current-menu-item a,
.footer-bottom .current-menu-item a {
  color: #6a7645 !important;
}
.copyright-menu .current-menu-item a::after,
.footer-bottom .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.copyright-menu {
  padding: 0;
  margin: 0;
  justify-content: center;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-box img,
.contact-box svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-box img,
  .contact-box svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box img,
  .contact-box svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-box img,
  .contact-box svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box img,
  .contact-box svg {
    width: 20px;
  }
}
.contact-box .contact-box__text {
  width: calc(100% - 3.125vw);
}
@media (min-width: 1025px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 20px;
  }
}

.social-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 1025px) {
  .social-ul {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .social-ul {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .social-ul li svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .social-ul li svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    width: 35px;
  }
}
.social-ul a:hover path {
  fill: #fff !important;
}
.social-ul a:hover circle {
  stroke: #fff;
}

.social-ul-con svg path {
  fill: #414141;
}
.social-ul-con a:hover svg path {
  fill: #6a7645 !important;
}

.whatsapp-float {
  position: fixed;
  z-index: 9;
}
@media (min-width: 1025px) {
  .whatsapp-float {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-float {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 55px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-float {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-float {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float {
    right: 10px;
  }
}
.whatsapp-float svg {
  transform: scale(1);
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .whatsapp-float svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-float svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float svg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float svg {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-float svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .whatsapp-float svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float svg {
    width: 40px;
  }
}
.whatsapp-float:hover svg {
  transform: scale(0.9);
  transition: all 0.5s;
}

@media (min-width: 1025px) {
  .phone-text span {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .phone-text span {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .phone-text span {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .phone-text span {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .phone-text span {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .phone-text span {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .phone-text span {
    line-height: 13px;
  }
}
@media (max-width: 600px) {
  .phone-text span {
    line-height: 13px;
  }
}
@media (min-width: 1025px) {
  .phone-text {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .phone-text {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .phone-text {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .phone-text {
    padding-bottom: 10px;
  }
}

.phone-text:last-child {
  padding-bottom: 0 !important;
}

.footer-menu-large ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .footer-menu-large li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large li {
    padding-bottom: 10px;
  }
}
.footer-menu-large li:last-child {
  padding: 0 !important;
}
.footer-menu-large a {
  margin: 0;
  font-weight: 300;
  color: #243119;
  text-decoration: none;
  width: max-content;
  position: relative;
  font-family: "Losta Masta";
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    letter-spacing: 0.0291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    letter-spacing: 0.0291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    letter-spacing: 0.56px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    letter-spacing: 0.56px;
  }
}
.footer-menu-large a:hover {
  color: #6a7645;
}
.footer-menu-large a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #6a7645;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-large .current-menu-item a {
  color: #6a7645 !important;
}
.footer-menu-large .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.footer-menu-small ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-small li {
  width: 50%;
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-right: 15px;
  }
}
.footer-menu-small a {
  margin: 0;
  font-weight: 400;
  color: #243119;
  text-decoration: none;
  position: relative;
  width: max-content;
  font-family: "Source Serif Pro";
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-small a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small a {
    line-height: 20px;
  }
}
.footer-menu-small a:hover {
  color: #6a7645;
}
.footer-menu-small a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #6a7645;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-small .current-menu-item a {
  color: #6a7645 !important;
}
.footer-menu-small .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.logo-svg-footer {
  overflow: hidden;
  position: absolute;
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer {
    right: 20px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer svg {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer svg {
    width: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer svg {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer svg {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer svg {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .logo-svg-footer svg {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer svg {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer svg {
    height: 50px;
  }
}

#sub-newsletter-form {
  display: flex;
}
#sub-newsletter-form input {
  margin: 0;
  flex-grow: 1;
  border: 1px solid #d4d9d1;
  background: #d4d9d1;
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    padding-left: 15px;
  }
}
#sub-newsletter-form button {
  background: #6a7645;
  border: 1px solid #6a7645;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button {
    width: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button {
    width: 45px;
  }
}
#sub-newsletter-form button img,
#sub-newsletter-form button svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 20px;
  }
}

.ceylon-logo {
  width: auto;
}
@media (min-width: 1025px) {
  .ceylon-logo {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .ceylon-logo {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ceylon-logo {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .ceylon-logo {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .ceylon-logo {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .ceylon-logo {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ceylon-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .ceylon-logo {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 1025px) {
  .contact-box {
    align-items: flex-start !important;
    padding-bottom: 15px;
  }
  .footer-menu-large,
  .footer-menu-small {
    text-align: left;
  }
  #footer-menu {
    text-align: left !important;
    padding-bottom: 50px;
  }
  #footer-menu li {
    padding-bottom: 15px;
  }
  #footer-menu-small {
    text-align: left !important;
  }
  #footer-menu-small p {
    text-align: left !important;
  }
  #footer-menu-small li {
    width: 50% !important;
  }
  .copyright-menu {
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
  }
  .contact-box__text {
    padding-bottom: 10px;
  }
  .contact-box .contact-box__text {
    width: calc(100% - 30px) !important;
  }
  .footer-bottom {
    flex-direction: column;
    display: flex;
    padding-bottom: 30px;
  }
  .footer {
    padding-bottom: 30px !important;
  }
  .copyright-menu {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: row !important;
    padding-bottom: 0 !important;
  }
  .footer-bottom .width--33 {
    width: 50%;
  }
  .footer-bottom .gdpr-div {
    width: 100% !important;
    justify-content: center;
    padding-bottom: 15px;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .footer-menu-large {
    width: 40%;
  }
  .footer-menu-small {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .contact-box:last-child {
    padding: 0 !important;
  }
}
.banner-section::after,
.banner-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 60%;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.banner-section {
  height: 100vh;
}

.video-container video,
.video-container img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .video-container video {
    margin-bottom: -0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-container video {
    margin-bottom: -0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-container video {
    margin-bottom: -8px;
  }
}
@media (max-width: 600px) {
  .video-container video {
    margin-bottom: -8px;
  }
}

@media (min-width: 1025px) {
  .banner-section-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-section-inner {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-section-inner {
    height: 500px;
  }
}
.banner-section-inner .banner-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .banner-section-inner .banner-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner .banner-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-section-inner .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-section-inner .banner-img {
    height: 500px;
  }
}

#bannerSlider {
  position: relative;
}
#bannerSlider .carousel-item {
  position: relative;
}
#bannerSlider .carousel-item .banner-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 100vh;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-item .banner-img {
    height: value-desktop;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-item .banner-img {
    height: 500px;
  }
}
#bannerSlider .carousel-indicators {
  position: absolute;
  right: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  margin: auto !important;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
#bannerSlider .carousel-indicators button {
  background: #fff;
  text-indent: unset !important;
  display: flex;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2px;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
#bannerSlider .carousel-indicators button.active {
  background: #6a7645;
}

.banner-caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1025px) {
  .banner-caption {
    padding-top: 10.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    padding-top: 10.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .banner-caption {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    bottom: 50px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    bottom: 50px;
  }
}
.banner-caption .banner-caption__inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1025px) {
  .banner-section-inner {
    height: 41.6666666667vw !important;
  }
  .banner-section-inner .banner-img {
    height: 41.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption .banner-caption__inner {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .banner-caption .banner-caption__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-container video,
  .video-container img {
    height: 600px;
  }
  .banner-section {
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .video-container video,
  .video-container img {
    height: 500px;
  }
  .banner-section {
    height: 500px;
  }
}
.sri-lankan {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.sri-lankan .close-terms {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .sri-lankan .close-terms {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .close-terms {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .close-terms {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .close-terms {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .close-terms {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .close-terms {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .close-terms {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .close-terms {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .close-terms img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .close-terms img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .close-terms img {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .close-terms img {
    height: 20px;
  }
}
.sri-lankan .terms-and-cond {
  position: relative;
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 5px;
  }
}
.sri-lankan .sri-lankan-inner {
  width: max-content;
  background: #d4d9d1;
}
@media (min-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .sri-lankan-inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .sri-lankan-inner {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .sri-lankan-inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .sri-lankan-inner {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .sri-lankan-inner {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .sri-lankan-inner {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sri-lankan .sri-lankan-inner {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .sri-lankan-inner {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .sri-lankan-inner {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .book-widget-details {
    padding-top: 1.0416666667vw;
  }
  .book-widget-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .book-widget-details ul li {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Source Serif Pro";
  }
  .book-widget-details ul {
    list-style: none;
  }
  .book-widget-details ul li {
    text-align: left !important;
    position: relative;
    padding-left: 0.78125vw;
    padding-bottom: 0.2604166667vw;
  }
  .book-widget-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #243119;
    border-radius: 50%;
    height: 0.3645833333vw;
    width: 0.3645833333vw;
    top: 0.2604166667vw;
  }
  .book-widget-details a {
    color: #243119;
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Source Serif Pro";
  }
  .book-widget-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .book-widget-details ul li {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Source Serif Pro";
  }
  .book-widget-details a {
    color: #243119;
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Source Serif Pro";
  }
  .booking-widget input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #414141 !important;
  }
  .booking-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 0.5208333333vw;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #414141;
    display: inline-block;
    border: 1px solid #414141 !important;
  }
  .booking-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    border: 1px solid #414141 !important;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.64) !important;
    font-weight: 600;
  }
  .flatpickr-calendar {
    width: auto !important;
    font-size: 0.78125vw !important;
    line-height: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-weekday {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-day {
    font-size: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-monthDropdown-months,
  .flatpickr-calendar .numInput {
    font-size: 1.0416666667vw !important;
  }
  .flatpickr-calendar .flatpickr-weekdays {
    height: 2.0833333333vw;
  }
  .flatpickr-calendar .flatpickr-day {
    border-radius: 50%;
    max-width: 2.0833333333vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.64) !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: 2.0833333333vw;
  }
  .flatpickr-calendar .dayContainer,
  .flatpickr-calendar .flatpickr-days,
  .flatpickr-calendar .flatpickr-weekdays {
    width: 16.1458333333vw;
    max-width: 16.1458333333vw;
    min-width: 16.1458333333vw;
  }
  .flatpickr-calendar .flatpickr-current-month {
    left: 0 !important;
    width: 100% !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    height: 1.8229166667vw !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    height: 1.8229166667vw !important;
    padding: 0.5208333333vw !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    width: 0.78125vw !important;
    height: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    padding: 0.3895833333vw 0 0 0;
  }
  .flatpickr-calendar.open,
  .flatpickr-calendar.inline {
    max-height: max-content !important;
  }
  .booking-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.0416666667vw);
    transition: all 0.3s;
    position: fixed;
    right: 5%;
    background: #d4d9d1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    padding: 0.78125vw 1.5625vw 1.5625vw 1.5625vw;
    width: 18.2291666667vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) {
  .booking-widget {
    top: 7.8125vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget {
    top: 7.8125vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget {
    top: 90px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 600px) {
  .booking-widget {
    top: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .booking-widget .form-row {
    padding-bottom: 0.3645833333vw;
  }
  .booking-widget input[type=text] {
    border: 1px solid #6a7645;
    font-family: "Source Serif Pro";
    color: #414141;
    width: 100%;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    height: 2.0833333333vw;
    padding: 0 0.5208333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
  .booking-widget input[type=text]:focus {
    border: 1px solid #243119;
    background-color: #fff !important;
  }
  .booking-widget .select-drop {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
  .booking-widget .nationality-drop button,
  .booking-widget .property-drop button {
    border: 1px solid #6a7645;
    font-family: "Source Serif Pro";
    text-align: left;
    color: #414141;
    width: 100%;
    color: #757575 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    background-image: url("../../img/down-b.svg");
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-color: #fff;
    background-position: calc(100% - 0.5208333333vw);
    background-size: 0.5208333333vw auto;
    height: 2.6041666667vw;
    padding: 0 0.5208333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
  .booking-widget .nationality-drop button:focus,
  .booking-widget .property-drop button:focus {
    border: 1px solid #414141;
    background-color: #fff !important;
  }
  .booking-widget .nationality-drop ul,
  .booking-widget .property-drop ul {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0;
  }
  .booking-widget .nationality-drop ul li a,
  .booking-widget .property-drop ul li a {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
  .booking-widget .nationality-drop ul li a:active,
  .booking-widget .property-drop ul li a:active {
    background: #414141 !important;
  }
  .booking-widget .nationality-drop ul li a.active,
  .booking-widget .property-drop ul li a.active {
    background: #414141 !important;
  }
  .booking-widget .date-range,
  .booking-widget .date-range:focus,
  .booking-widget .date-range:hover {
    background-image: url("../../img/cal.svg");
    background-size: 1.0416666667vw auto;
    background-repeat: no-repeat;
    background-position: 0.78125vw center;
    padding-left: 2.6041666667vw !important;
  }
  .booking-widget label {
    text-align: left;
    font-family: "Source Serif Pro";
    color: #414141;
    font-size: 0.78125vw;
    line-height: 1.5625vw;
  }
  .booking-widget label:not(.checkbox-inline) {
    padding-bottom: 0vw;
  }
  .booking-widget .booking-submit,
  .booking-widget #id-validate {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    font-style: normal;
    transition: all 0.3s;
    border-radius: 0 !important;
    border: 1px solid #243119;
    font-family: "Source Serif Pro" !important;
    background-color: #243119;
    color: #fff;
    height: 1.8229166667vw;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: 0.046875vw;
  }
  .booking-widget .booking-submit:hover,
  .booking-widget #id-validate:hover {
    transition: all 0.3s;
    color: #fff;
    background-color: #243119;
    border: 1px solid #243119;
  }
  .booking-widget .error-text {
    padding-top: 0.5208333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
  }
  .booking-widget .checkbox-wrap {
    position: relative;
  }
  .booking-widget .checkbox-wrap input {
    position: absolute !important;
    left: 0;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 0.2604166667vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget .checkbox-wrap input {
    top: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 6px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 600px) {
  .booking-widget .checkbox-wrap input {
    top: 6px;
  }
}
@media only screen and (min-width: 1920px) {
  .booking-widget .checkbox-wrap label {
    padding-left: 1.5625vw;
    padding-bottom: 0 !important;
  }
  .min-max-div {
    padding: 0 0 0 0.5208333333vw;
    border: 1px solid #6a7645;
    background-color: #f6f6f6 !important;
    height: 2.0833333333vw;
  }
  .min-max-div input {
    height: 1.8229166667vw !important;
    width: 1.8229166667vw !important;
    margin-left: 0.15625vw;
    margin-right: 0.15625vw;
  }
  .min-max-div button {
    background: #d4d9d1;
    border: 1px solid #d4d9d1;
    height: 1.8229166667vw;
    width: 1.8229166667vw;
    font-size: 1.0416666667vw;
  }
  .min-max-div div {
    display: flex;
  }
  .booking-widget.show {
    z-index: 999;
    transition: all 0.3s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .booking-widget.booking-scrolled {
    transition: all 0.3s;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget.booking-scrolled {
    top: 6.25vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 75px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 600px) {
  .booking-widget.booking-scrolled {
    top: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .book-widget-open {
    width: 9.8958333333vw;
  }
  .book-widget-open .btn-close-btn {
    display: none;
  }
  .book-widget-open:hover {
    border: 1px solid #243119 !important;
    background: #243119 !important;
    color: #fff !important;
  }
  .book-widget-open.show .btn-next {
    display: none;
  }
  .book-widget-open.show .btn-close-btn {
    display: block;
  }
  .best-rate {
    font-size: 0.8333333333vw !important;
    line-height: 1.1458333333vw;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.4) !important;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    color: #fff !important;
  }
}
@media only screen and (max-width: 1920px) {
  .book-widget-details {
    padding-top: 10px;
  }
  .book-widget-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .book-widget-details ul li {
    font-size: 15px;
    line-height: 18px;
    font-family: "Source Serif Pro";
  }
  .book-widget-details ul {
    list-style: none;
  }
  .book-widget-details ul li {
    text-align: left !important;
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .book-widget-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #243119;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    top: 5px;
  }
  .book-widget-details a {
    color: #243119;
    font-size: 16px;
    line-height: 18px;
    font-family: "Source Serif Pro";
  }
  .booking-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    position: fixed;
    right: 5%;
    background: #d4d9d1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    padding: 30px 30px 30px 30px;
    width: 400px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget {
    top: 7.8125vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget {
    top: 7.8125vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget {
    top: 90px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 600px) {
  .booking-widget {
    top: 10px;
  }
}
@media only screen and (max-width: 1920px) {
  .booking-widget .form-row {
    padding-bottom: 7px;
  }
  .booking-widget input[type=text] {
    border: 1px solid #6a7645;
    font-family: "Source Serif Pro";
    color: #414141;
    width: 100%;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget input[type=text]:focus {
    border: 1px solid #243119;
    background-color: #fff !important;
  }
  .booking-widget .select-drop {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
  .booking-widget .nationality-drop button,
  .booking-widget .property-drop button {
    border: 1px solid #6a7645;
    font-family: "Source Serif Pro";
    text-align: left;
    color: #414141;
    width: 100%;
    color: #757575 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    background-image: url("../../img/down-b.svg");
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-color: #fff;
    background-position: calc(100% - 10px);
    background-size: 10px auto;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget .nationality-drop button:focus,
  .booking-widget .property-drop button:focus {
    border: 1px solid #414141;
    background-color: #fff !important;
  }
  .booking-widget .nationality-drop ul,
  .booking-widget .property-drop ul {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0;
  }
  .booking-widget .nationality-drop ul li a,
  .booking-widget .property-drop ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget .nationality-drop ul li a:active,
  .booking-widget .property-drop ul li a:active {
    background: #414141 !important;
  }
  .booking-widget .nationality-drop ul li a.active,
  .booking-widget .property-drop ul li a.active {
    background: #414141 !important;
  }
  .booking-widget .date-range,
  .booking-widget .date-range:focus,
  .booking-widget .date-range:hover {
    background-image: url("../../img/cal.svg");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px !important;
  }
  .booking-widget label {
    text-align: left;
    font-family: "Source Serif Pro";
    color: #414141;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
  .booking-widget .booking-submit,
  .booking-widget #id-validate {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    font-style: normal;
    transition: all 0.3s;
    border-radius: 0 !important;
    border: 1px solid #243119;
    font-family: "Source Serif Pro" !important;
    background-color: #243119;
    color: #fff;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.9px;
  }
  .booking-widget .booking-submit:hover,
  .booking-widget #id-validate:hover {
    transition: all 0.3s;
    color: #fff;
    background-color: #243119;
    border: 1px solid #243119;
  }
  .booking-widget .error-text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .booking-widget .checkbox-wrap {
    position: relative;
  }
  .booking-widget .checkbox-wrap input {
    position: absolute !important;
    left: 0;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 0.2604166667vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget .checkbox-wrap input {
    top: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 7px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 600px) {
  .booking-widget .checkbox-wrap input {
    top: 7px;
  }
}
@media only screen and (max-width: 1920px) {
  .booking-widget .checkbox-wrap label {
    padding-left: 30px;
    padding-bottom: 0 !important;
  }
  .min-max-div {
    padding: 0 0 0 10px;
    border: 1px solid #6a7645;
    background-color: #fff !important;
    height: 50px;
  }
  .min-max-div input {
    height: 35px !important;
    width: 35px !important;
    margin-left: 3px;
    margin-right: 3px;
  }
  .min-max-div button {
    background: #d4d9d1;
    border: 1px solid #d4d9d1;
    height: 35px;
    width: 35px;
    font-size: 20px;
  }
  .min-max-div div {
    display: flex;
  }
  .booking-widget.show {
    z-index: 999;
    transition: all 0.3s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .booking-widget.booking-scrolled {
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget.booking-scrolled {
    top: 6.25vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 75px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 600px) {
  .booking-widget.booking-scrolled {
    top: 10px;
  }
}
@media only screen and (max-width: 1920px) {
  .book-widget-open {
    width: 9.8958333333vw;
  }
  .book-widget-open .btn-close-btn {
    display: none;
  }
  .book-widget-open:hover {
    border: 1px solid #243119 !important;
    background: #243119 !important;
    color: #fff !important;
  }
  .book-widget-open.show .btn-next {
    display: none;
  }
  .book-widget-open.show .btn-close-btn {
    display: block;
  }
  .best-rate {
    font-size: 16px !important;
    line-height: 22px;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.4) !important;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    color: #fff !important;
  }
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.8);
    font-weight: 600;
  }
  .flatpickr-calendar {
    width: auto !important;
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .flatpickr-calendar .flatpickr-weekday {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
  }
  .flatpickr-calendar .flatpickr-day {
    font-size: 15px !important;
  }
  .flatpickr-calendar .flatpickr-monthDropdown-months,
  .flatpickr-calendar .numInput {
    font-size: 20px !important;
  }
  .flatpickr-calendar .flatpickr-day {
    border-radius: 50%;
    max-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.8) !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: 40px;
  }
  .flatpickr-calendar .dayContainer,
  .flatpickr-calendar .flatpickr-days,
  .flatpickr-calendar .flatpickr-weekdays {
    width: 310px;
    max-width: 310px;
    min-width: 310px;
  }
  .flatpickr-calendar .flatpickr-current-month {
    left: 0 !important;
    width: 100% !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    height: 35px !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    height: 35px !important;
    padding: 10px !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    width: 15px !important;
    height: 15px !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    padding: 7.48px 0 0 0;
  }
  .form-row-submit {
    padding: 0 !important;
  }
  .booking-widget input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #414141 !important;
  }
  .booking-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #414141;
    display: inline-block;
    border: 1px solid #414141 !important;
  }
  .booking-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    border: 1px solid #414141 !important;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .booking-widget {
    width: 400px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-widget-details {
    height: auto;
  }
  .booking-widget {
    right: 7.5% !important;
  }
}
@media only screen and (max-width: 1025px) {
  .sri-lankan {
    bottom: 0 !important;
  }
  .book-widget-open {
    width: max-content;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.64);
    font-weight: 600;
  }
  .booking-title {
    font-size: 18px !important;
  }
  .form-row-submit {
    padding: 10px 0 0 0 !important;
  }
  .booking-widget .date-range,
  .booking-widget .date-range:focus,
  .booking-widget .date-range:hover {
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px !important;
  }
  .booking-widget input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #414141 !important;
  }
  .booking-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #414141;
    display: inline-block;
    border: 1px solid #414141 !important;
  }
  .booking-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    border: 1px solid #414141 !important;
  }
}
@media only screen and (min-width: 600px) {
  .book-widget-open-mobile {
    top: auto;
    right: auto;
    position: relative !important;
    background: transparent !important;
    border: 0 !important;
    width: max-content !important;
    display: flex;
    height: auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .book-widget-open-mobile:hover {
    background: transparent !important;
    border: 0 !important;
  }
  .book-widget-open-mobile img {
    height: 20px !important;
    width: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .book-widget-details-content {
    height: 120px;
    overflow: auto;
    padding-right: 20px;
    background: #e9e5db;
    padding: 10px;
  }
  .book-widget-details-term {
    padding-top: 10px;
  }
  .header.no-banners .book-widget-open {
    color: #fff !important;
  }
  .booking-title {
    font-size: 25px !important;
  }
  .booking-widget {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .book-widget-open {
    width: 100% !important;
  }
  .booking-form .booking-submit,
  .booking-form #id-validate {
    height: 35px !important;
  }
  .book-widget-open {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #243119;
    border: 1px solid #243119;
  }
  .booking-widget {
    top: auto !important;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .book-widget-open-mobile {
    top: 15px;
    right: 15px;
    position: absolute !important;
    background: transparent !important;
    border: 0 !important;
    width: max-content !important;
    display: flex;
    height: auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .book-widget-open-mobile:hover {
    background: transparent !important;
    border: 0 !important;
  }
  .book-widget-open-mobile img {
    height: 20px !important;
    width: 20px !important;
  }
  .book-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
  }
  .book-overlay.show {
    opacity: 1;
    z-index: 9;
  }
  .booking-widget {
    padding: 20px 30px;
  }
  .book-widget-open.next-btn--white-line {
    background: #243119 !important;
    border: 1px solid #243119 !important;
  }
  .book-widget-open.next-btn--white-line img {
    display: none !important;
  }
}
.wysiwig-container {
  font-family: "Source Serif Pro";
  color: #414141;
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #414141;
  font-family: "Source Serif Pro";
}
.wysiwig-container strong {
  font-weight: 600 !important;
  color: #000 !important;
}
.wysiwig-container a {
  font-family: "Source Serif Pro";
  color: #414141;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #6a7645 !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  font-weight: 300 !important;
  color: #414141;
  font-family: "Losta Masta";
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
.wysiwig-container {
  /*custom list Style*/
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
.wysiwig-container table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwig-container table th,
.wysiwig-container table td {
  border: 1px solid #454545;
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
.wysiwig-container table th {
  background: #454545;
  color: #fff;
}

.wysiwig-container.font-color--white {
  color: #fff !important;
}
.wysiwig-container.font-color--white h1,
.wysiwig-container.font-color--white h2,
.wysiwig-container.font-color--white h3,
.wysiwig-container.font-color--white h4,
.wysiwig-container.font-color--white h5,
.wysiwig-container.font-color--white h6 {
  color: #fff !important;
}
.wysiwig-container.font-color--white p,
.wysiwig-container.font-color--white a,
.wysiwig-container.font-color--white li,
.wysiwig-container.font-color--white td,
.wysiwig-container.font-color--white th {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
/*# sourceMappingURL=global.css.map */
