body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b79b6c !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b79b6c !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border-color: #896f43 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border: none  !important;
  color: #808080 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #b79b6c;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #896f43 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #ffffff;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border-color: transparent;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #b79b6c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f673e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b79b6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b79b6c;
  border-color: #b79b6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b79b6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d5c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b79b6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #b79b6c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b79b6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b79b6c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b79b6c;
  border-bottom-color: #b79b6c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b79b6c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b79b6c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #b79b6c !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.cid-tDSzcKy6aT {
  background-image: url("../../../assets/images/adventure-3957359-2000x1333.webp");
}
.cid-tDSzcKy6aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSzcKy6aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tDSzcKy6aT .col-content {
    text-align: center;
  }
}
.cid-tDSzcKy6aT .label-container {
  margin-bottom: 16px;
}
.cid-tDSzcKy6aT .label-text {
  color: #ffffff;
  text-align: center;
}
.cid-tDSzcKy6aT .label-text-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tDSzcKy6aT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tDSzcKy6aT .text-container {
  margin-top: 24px;
}
.cid-tDSzcKy6aT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tDSzcKy6aT .mbr-text {
  color: #b79b6c;
}
.cid-tDSzcKy6aT .mbr-section-btn {
  margin-top: 28px;
}
.cid-tDSzcKy6aT .mbr-text,
.cid-tDSzcKy6aT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJMxCBNGQu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJMxCBNGQu .title__block {
  margin-bottom: 55px;
}
.cid-tJMxCBNGQu .mbr-section-title {
  margin-bottom: 16px;
  color: #33363b;
  text-align: center;
}
.cid-tJMxCBNGQu .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tJMxCBNGQu .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tJMxCBNGQu .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tJMxCBNGQu .card__content {
  display: block;
  width: 100%;
}
.cid-tJMxCBNGQu .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #282727;
}
.cid-tJMxCBNGQu .card__text {
  margin-bottom: 0;
  color: #282727;
}
@media (max-width: 991px) {
  .cid-tJMxCBNGQu .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tJMxCBNGQu .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tJMxCBNGQu .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tJMxCBNGQu .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tJMxCBNGQu .card__image {
    max-width: 90px;
  }
  .cid-tJMxCBNGQu .card__image img {
    width: 70%;
  }
}
.cid-tJMxCBNGQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMxCBNGQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJMxCBNGQu .mbr-section-subtitle {
  color: #282727;
}
.cid-tJMxCBNGQu .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tK9N4S9cu2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1257.webp");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #cde2bb;
}
@media (max-width: 992px) {
  .cid-tK9N4S9cu2 {
    background-size: cover;
    background-position: center;
  }
}
.cid-tK9N4S9cu2 .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-tK9N4S9cu2 .start:hover {
  background: #ff1f3f;
}
@media (max-width: 992px) {
  .cid-tK9N4S9cu2 .align-left {
    text-align: center;
  }
}
.cid-tK9N4S9cu2 .mbr-section-title {
  color: #33363b;
}
.cid-tK9N4S9cu2 .mbr-text,
.cid-tK9N4S9cu2 .mbr-section-btn,
.cid-tK9N4S9cu2 .text-wrapper {
  color: #33363b;
  text-align: left;
}
.cid-tDSzIIcSpW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tDSzIIcSpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSzIIcSpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSzIIcSpW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSzIIcSpW .mbr-section-title {
  color: #33363b;
}
.cid-tDSzIIcSpW .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSzIIcSpW .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tDSzIIcSpW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
  min-height: 380px;
}
.cid-tDSzIIcSpW .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
.cid-tDSzIIcSpW .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tDSzIIcSpW .item-content {
    text-align: center;
  }
}
.cid-tDSzIIcSpW .card-title-1 {
  color: #ffffff;
}
.cid-tDSzIIcSpW .card-title-2 {
  color: #24262b;
}
.cid-tDSzIIcSpW .card-subtitle-1 {
  margin-top: 16px;
  color: #ffffff;
}
.cid-tDSzIIcSpW .card-subtitle-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSzIIcSpW .card-text-1 {
  color: #24262b;
}
.cid-tDSzIIcSpW .card-text-2 {
  color: #24262b;
}
.cid-tDSzIIcSpW .mbr-section-btn {
  margin-top: auto;
  padding-top: 14px;
}
.cid-tDSzIIcSpW .card-1 .card-wrap {
  background-image: url("../../../assets/images/gps-1167-01-1-2000x1333.webp");
}
.cid-tDSzIIcSpW .card-2 .card-wrap {
  background-image: url("../../../assets/images/hhh-1837x1226.webp");
}
.cid-tDSzIIcSpW .card-text-1,
.cid-tDSzIIcSpW .mbr-section-btn-1 {
  color: #ffffff;
}
.cid-tJMwxeHMzS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tJMwxeHMzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMwxeHMzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJMwxeHMzS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJMwxeHMzS .mbr-section-title {
  color: #24262b;
}
.cid-tJMwxeHMzS .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJMwxeHMzS .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tJMwxeHMzS .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
  min-height: 380px;
}
.cid-tJMwxeHMzS .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
.cid-tJMwxeHMzS .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJMwxeHMzS .item-content {
    text-align: center;
  }
}
.cid-tJMwxeHMzS .card-title-1 {
  color: #ffffff;
}
.cid-tJMwxeHMzS .card-title-2 {
  color: #ffffff;
}
.cid-tJMwxeHMzS .card-subtitle-1 {
  margin-top: 16px;
  color: #ffffff;
}
.cid-tJMwxeHMzS .card-subtitle-2 {
  margin-top: 16px;
  color: #ffffff;
}
.cid-tJMwxeHMzS .card-text-1 {
  color: #24262b;
}
.cid-tJMwxeHMzS .card-text-2 {
  color: #24262b;
}
.cid-tJMwxeHMzS .mbr-section-btn {
  margin-top: auto;
  padding-top: 14px;
}
.cid-tJMwxeHMzS .card-1 .card-wrap {
  background-image: url("../../../assets/images/river-edge-dandeli-dandeli-resorts-gallery-2-800x450.webp");
}
.cid-tJMwxeHMzS .card-2 .card-wrap {
  background-image: url("../../../assets/images/wild-wings-dandeli-5-1280x853.webp");
}
.cid-tJMwxeHMzS .card-text-1,
.cid-tJMwxeHMzS .mbr-section-btn-1 {
  color: #ffffff;
}
.cid-tJMwxeHMzS .card-text-2,
.cid-tJMwxeHMzS .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-tJMxzOcCJl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJMxzOcCJl .title__block {
  margin-bottom: 120px;
}
.cid-tJMxzOcCJl .mbr-section-subtitle {
  color: #ececec;
  margin-top: 9px;
  margin-left: 38%;
  text-align: left;
}
.cid-tJMxzOcCJl .mbr-section-title {
  position: relative;
  color: #33363b;
  text-align: center;
}
.cid-tJMxzOcCJl .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-tJMxzOcCJl .card__image {
  width: 100%;
}
.cid-tJMxzOcCJl .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tJMxzOcCJl .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-tJMxzOcCJl .card__title {
  margin-bottom: 16px;
  color: #97e0b0;
}
.cid-tJMxzOcCJl .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-tJMxzOcCJl .card__contacts {
  margin-bottom: 18px;
}
.cid-tJMxzOcCJl .card__phone,
.cid-tJMxzOcCJl .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-tJMxzOcCJl .card__phone .mbr-iconfont,
.cid-tJMxzOcCJl .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-tJMxzOcCJl .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tJMxzOcCJl .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-tJMxzOcCJl .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tJMxzOcCJl .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-tJMxzOcCJl .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-tJMxzOcCJl .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-tJMxzOcCJl .title__block {
    margin-bottom: 60px;
  }
  .cid-tJMxzOcCJl .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-tJMxzOcCJl .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-tJMxzOcCJl .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJMxzOcCJl .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-tJMxzOcCJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMxzOcCJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJMxzOcCJl .card__text,
.cid-tJMxzOcCJl .link {
  color: #ececec;
}
.cid-tJMxzOcCJl .card__phone {
  color: #9e9e9e;
}
.cid-tJMxzOcCJl .card__mail {
  color: #97e0b0;
}
.cid-tDSzzuMiNe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDSzzuMiNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSzzuMiNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSzzuMiNe .col-title {
  margin-bottom: 32px;
}
.cid-tDSzzuMiNe .mbr-section-title {
  color: #24262b;
}
.cid-tDSzzuMiNe .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSzzuMiNe .cars-row {
  row-gap: 32px;
}
.cid-tDSzzuMiNe .card {
  border-radius: 0;
}
.cid-tDSzzuMiNe .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tDSzzuMiNe .text-wrap {
  flex-grow: 1;
}
.cid-tDSzzuMiNe .card-title {
  color: #24262b;
}
.cid-tDSzzuMiNe .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSzzuMiNe .mbr-section-btn {
  margin-top: 12px;
}
.cid-tK9MPa1bsY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tK9MPa1bsY .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-tK9MPa1bsY .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-tK9MPa1bsY .ico-line {
  display: -webkit-flex;
}
.cid-tK9MPa1bsY .col-md-4 {
  padding: 0;
}
.cid-tK9MPa1bsY p {
  line-height: 1.6;
}
.cid-tK9MPa1bsY .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tK9MPa1bsY .card-title {
  color: #003d59;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-tK9MPa1bsY .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-tK9MPa1bsY .price-box {
  position: absolute;
  background: #ffffff;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-tK9MPa1bsY img {
  transition: all 0.3s;
}
.cid-tK9MPa1bsY h5 {
  margin: 0;
}
.cid-tK9MPa1bsY .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-tK9MPa1bsY .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-tK9MPa1bsY .card-box > p,
.cid-tK9MPa1bsY .mbr-section-btn {
  color: #282727;
  text-align: left;
}
.cid-tK9MPa1bsY .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tK9MPa1bsY .price {
  color: #ffffff;
  text-align: left;
}
.cid-tK9MPa1bsY .rev {
  color: #656565;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-tK9MPa1bsY .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-tK9MPa1bsY .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-tK9MPa1bsY .col-md-4 {
    padding: 0 15px;
  }
  .cid-tK9MPa1bsY .col-md-8 {
    margin: 0 15px;
  }
  .cid-tK9MPa1bsY .price-box {
    left: 15px;
  }
  .cid-tK9MPa1bsY .card-box {
    padding: 1rem;
  }
}
.cid-tK9M0ReQfU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tK9M0ReQfU h4 {
  display: flex;
  color: #000000;
}
.cid-tK9M0ReQfU .panel-text {
  color: #24262b;
  line-height: 1.7;
}
.cid-tK9M0ReQfU .wrap {
  display: flex;
}
.cid-tK9M0ReQfU .icon {
  background: #a2c286;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-tK9M0ReQfU img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-tK9M0ReQfU .mbr-section-title {
  color: #33363b;
  text-align: center;
}
.cid-tK9M0ReQfU p {
  margin: 0;
}
.cid-tK9M0ReQfU .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-tK9M0ReQfU .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-tK9M0ReQfU .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tK9M0ReQfU .panel-group {
  width: 100%;
}
.cid-tK9M0ReQfU .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tK9M0ReQfU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tK9M0ReQfU .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tK9M0ReQfU .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tK9M0ReQfU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tK9M0ReQfU .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-tK9M0ReQfU .card .panel-body {
  background: #ffffff;
}
.cid-tK9M0ReQfU .sign {
  color: #000000;
}
.cid-tK9M0ReQfU .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tK9M0ReQfU .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tK9M0ReQfU .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tK9M0ReQfU .header-text,
.cid-tK9M0ReQfU .sign {
  color: #24262b;
}
.cid-tK9LYbFRrR {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-tK9LYbFRrR .main {
  height: 460px;
  flex-direction: row-reverse;
}
.cid-tK9LYbFRrR .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-tK9LYbFRrR .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tK9LYbFRrR .map {
    height: auto;
  }
}
.cid-tK9LYbFRrR .wrap__content {
  display: flex;
  padding: 0;
}
.cid-tK9LYbFRrR .block__content1,
.cid-tK9LYbFRrR .block__content2 {
  padding: 90px 70px 90px 15px;
}
.cid-tK9LYbFRrR .block__content1 {
  background-color: #e4eedb;
}
.cid-tK9LYbFRrR .block__content2 {
  background-color: #cde2bb;
}
.cid-tK9LYbFRrR .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK9LYbFRrR .content__title,
.cid-tK9LYbFRrR .title__address {
  margin-bottom: 20px;
}
.cid-tK9LYbFRrR .content__span,
.cid-tK9LYbFRrR .content__span2 {
  color: #6a696c;
}
.cid-tK9LYbFRrR .content__phone {
  margin-bottom: 25px;
  color: #689681;
}
.cid-tK9LYbFRrR .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tK9LYbFRrR .main {
    height: auto;
  }
  .cid-tK9LYbFRrR .block__content1,
  .cid-tK9LYbFRrR .block__content2 {
    padding: 70px 25px 70px 15px;
  }
}
@media (max-width: 767px) {
  .cid-tK9LYbFRrR .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-tK9LYbFRrR .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-tK9LYbFRrR .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-tK9LYbFRrR .wrap__content {
    flex-direction: column;
  }
}
.cid-tK9LYbFRrR .title__address {
  color: #689681;
}
.cid-tK9LYbFRrR .text__address {
  color: #33363b;
}
.cid-tK9LYbFRrR .content__title {
  color: #689681;
}
.cid-tK9LYbFRrR .work__time {
  color: #689681;
}
