body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #c2b299 !important;
}
.bg-info {
  background-color: #a7908a !important;
}
.bg-warning {
  background-color: #79526f !important;
}
.bg-danger {
  background-color: #436262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #a7908a !important;
  border-color: #a7908a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7d645e !important;
  border-color: #7d645e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7d645e !important;
  border-color: #7d645e !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79526f !important;
  border-color: #79526f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #436262 !important;
  border-color: #436262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a7908a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7d645e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a7908a !important;
  border-color: #a7908a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2b299;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28963 !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: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79526f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #452f40 !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: #79526f !important;
  border-color: #79526f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #436262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202f2f !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: #436262 !important;
  border-color: #436262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.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: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #c2b299 !important;
}
.text-info {
  color: #a7908a !important;
}
.text-warning {
  color: #79526f !important;
}
.text-danger {
  color: #436262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99815c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #745d57 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c2937 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a2525 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a7908a;
}
.alert-warning {
  background-color: #79526f;
}
.alert-danger {
  background-color: #436262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2eee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ded5d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b694ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7ea7a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #e4dfd4 !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='%23ffffff' %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: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #a7908a !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #79526f !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #436262 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #a7908a !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #a7908a !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6qa7qxDpI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #555354;
  mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
}
.cid-v6qa7qxDpI .item:focus,
.cid-v6qa7qxDpI span:focus {
  outline: none;
}
.cid-v6qa7qxDpI .item {
  cursor: pointer;
}
.cid-v6qa7qxDpI .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-v6qa7qxDpI .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-v6qa7qxDpI .grid-container-1,
.cid-v6qa7qxDpI .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-v6qa7qxDpI .grid-container-1,
  .cid-v6qa7qxDpI .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-v6qa7qxDpI .mbr-section-title {
  margin-bottom: 50px;
  color: #1f1f1f;
  text-align: center;
}
.cid-v6qa7qxDpI .content-head {
  max-width: 800px;
}
.cid-v6qa7qxDpI .container,
.cid-v6qa7qxDpI .container-fluid {
  overflow: hidden;
}
.cid-v6qa7qxDpI .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v6qa7qxDpI .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6qa7qxDpI .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-v6qa7qxDpI .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-v6qa7qxDpI .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-v6qa7qxDpI .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-v6qa7qxDpI .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v6qa7qxDpI .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v6qa7qxDpI .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v6qa7qxDpI .grid-item img {
    height: 140px;
  }
}
.cid-v6qa7qxDpI .grid-container-1,
.cid-v6qa7qxDpI .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v6qa7qxDpI .grid-container-1 {
  align-items: flex-end;
}
.cid-v6qa7qxDpI .grid-container-2 {
  align-items: flex-start;
}
.cid-v6q2Yr9WFZ {
  background-image: url("../../../assets/images/9-800x600.jpg");
}
.cid-v6q2Yr9WFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6q2Yr9WFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6q2Yr9WFZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .container {
    padding: 0 20px;
  }
}
.cid-v6q2Yr9WFZ .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .image-wrapper img {
    height: 400px;
  }
}
.cid-v6q2Yr9WFZ .title-wrapper {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .title-wrapper {
    padding: 0 20px;
  }
}
.cid-v6q2Yr9WFZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6q2Yr9WFZ .row {
  position: relative;
  justify-content: center;
  align-items: center;
}
.cid-v6q2Yr9WFZ .row .video-block {
  position: absolute;
  top: 20%;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .row .video-block {
    width: 100%;
    top: 27%;
  }
}
.cid-v6q2Yr9WFZ .row .video-block .mbr-figure {
  height: 100%;
}
.cid-v6q2Yr9WFZ .row .video-block .mbr-figure .app-video-wrapper {
  height: 100%;
}
.cid-v6q2Yr9WFZ .row .video-block .mbr-figure .app-video-wrapper img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .row .video-block .mbr-figure .app-video-wrapper img {
    height: 300px !important;
  }
}
.cid-v6q2Yr9WFZ .row .video-block .mbr-figure iframe {
  height: 500px !important;
}
@media (max-width: 992px) {
  .cid-v6q2Yr9WFZ .row .video-block .mbr-figure iframe {
    height: 300px !important;
  }
}
.cid-v6q2Yr9WFZ .mbr-section-title {
  color: #c2b299;
  text-align: center;
}
.cid-tGGwbYbj5h {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-tGGwbYbj5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGwbYbj5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGwbYbj5h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .container {
    padding: 0 20px;
  }
}
.cid-tGGwbYbj5h .row {
  justify-content: center;
}
.cid-tGGwbYbj5h .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-tGGwbYbj5h .mbr-text {
  color: #e4dfd4;
}
.cid-tGGwbYbj5h .mbr-desc {
  color: #e4dfd4;
}
.cid-tGGwcDvfR9 {
  background-image: url("../../../assets/images/19-800x877.jpg");
}
.cid-tGGwcDvfR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGwcDvfR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGwcDvfR9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGwcDvfR9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGwcDvfR9 .container {
    padding: 0 20px;
  }
}
.cid-tGGwcDvfR9 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tGGwcDvfR9 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tGGwcDvfR9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGGwcDvfR9 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGGwcDvfR9 .mbr-section-title {
  color: #ffffff;
}
.cid-tGGwcDvfR9 .mbr-section-title,
.cid-tGGwcDvfR9 .mbr-section-btn {
  text-align: center;
}
.cid-tGGwgrl6i9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #dbd4c5;
}
.cid-tGGwgrl6i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGwgrl6i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGwgrl6i9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGwgrl6i9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGwgrl6i9 .container {
    padding: 0 20px;
  }
}
.cid-tGGwgrl6i9 .row {
  margin: 0;
}
.cid-tGGwgrl6i9 .card {
  padding: 0;
}
.cid-tGGwgrl6i9 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGGwgrl6i9 .image-wrapper img {
    height: 450px;
  }
}
.cid-tGGwgrl6i9 .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tGGwgrl6i9 .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tGGwgrl6i9 .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tGGwgrl6i9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGwgrl6i9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGGwgrl6i9 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tGGwgrl6i9 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tGGwgrl6i9 .mbr-section-title {
  color: #c2b299;
}
.cid-tGGwgrl6i9 .mbr-text {
  color: #e4dfd4;
}
.cid-v6qjD0whrm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #dbd4c5;
}
.cid-v6qjD0whrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qjD0whrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qjD0whrm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v6qjD0whrm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v6qjD0whrm .container {
    padding: 0 20px;
  }
}
.cid-v6qjD0whrm .row {
  margin: 0;
}
.cid-v6qjD0whrm .card {
  padding: 0;
}
.cid-v6qjD0whrm .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6qjD0whrm .image-wrapper img {
    height: 450px;
  }
}
.cid-v6qjD0whrm .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-v6qjD0whrm .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-v6qjD0whrm .title-wrapper .title-wrap {
  width: 100%;
}
.cid-v6qjD0whrm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6qjD0whrm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6qjD0whrm .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-v6qjD0whrm .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6qjD0whrm .mbr-section-title {
  color: #c2b299;
}
.cid-v6qjD0whrm .mbr-text {
  color: #e4dfd4;
}
.cid-v6q5kGiP0C {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-v6q5kGiP0C .background-white {
  display: block !important;
}
.cid-v6q5kGiP0C .background-white {
  display: none;
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  z-index: 0;
  background-color: #ffffff;
}
.cid-v6q5kGiP0C img {
  position: relative;
  width: 65%;
  pointer-events: all;
  filter: grayscale(1);
  z-index: 10;
  display: inline;
}
.cid-v6q5kGiP0C .img1 {
  text-align: left;
  position: absolute;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
.cid-v6q5kGiP0C .img2 {
  position: absolute;
  width: 60%;
  text-align: right;
  pointer-events: none;
}
.cid-v6q5kGiP0C .img3 {
  position: absolute;
  width: 60%;
  pointer-events: none;
}
.cid-v6q5kGiP0C .img4 {
  position: absolute;
  text-align: right;
  width: 60%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-v6q5kGiP0C .img1 {
    right: -1rem;
    top: 0rem;
  }
  .cid-v6q5kGiP0C .img2 {
    top: 3rem;
    right: 1rem;
  }
  .cid-v6q5kGiP0C .img3 {
    bottom: 2rem;
    left: 3rem;
  }
  .cid-v6q5kGiP0C .img4 {
    bottom: 3rem;
    right: 4rem;
  }
  .cid-v6q5kGiP0C .item {
    height: 300px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-v6q5kGiP0C .img1 {
    right: 0rem;
    top: 0rem;
  }
  .cid-v6q5kGiP0C .img2 {
    top: 3rem;
    right: 0rem;
  }
  .cid-v6q5kGiP0C .img3 {
    bottom: 0rem;
    left: 6.2rem;
  }
  .cid-v6q5kGiP0C .img4 {
    bottom: 2rem;
    right: 10rem;
  }
  .cid-v6q5kGiP0C .item {
    height: 600px;
  }
  .cid-v6q5kGiP0C .row {
    margin: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6q5kGiP0C .img1 {
    right: 0rem;
    top: 0rem;
  }
  .cid-v6q5kGiP0C .img2 {
    top: 3rem;
    right: 0rem;
  }
  .cid-v6q5kGiP0C .img3 {
    bottom: 0rem;
    left: 6.2rem;
  }
  .cid-v6q5kGiP0C .img4 {
    bottom: 3rem;
    right: 10rem;
  }
  .cid-v6q5kGiP0C .item {
    height: 800px;
  }
  .cid-v6q5kGiP0C .row {
    margin: 0rem;
  }
}
@media (min-width: 1200px) {
  .cid-v6q5kGiP0C .img1 {
    right: 0rem;
    top: 0rem;
  }
  .cid-v6q5kGiP0C .img2 {
    top: 3rem;
    right: 0rem;
  }
  .cid-v6q5kGiP0C .img3 {
    bottom: 4rem;
    left: 6.2rem;
  }
  .cid-v6q5kGiP0C .img4 {
    bottom: 10rem;
    right: 10rem;
  }
  .cid-v6q5kGiP0C .item {
    height: 1000px;
  }
  .cid-v6q5kGiP0C .row {
    margin: 0rem;
  }
}
.cid-v6q5kGiP0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6q5kGiP0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qkFNVjHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbd4c5;
}
.cid-v6qkFNVjHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qkFNVjHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qkFNVjHe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v6qkFNVjHe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v6qkFNVjHe .container {
    padding: 0 20px;
  }
}
.cid-v6qkFNVjHe .row {
  margin: 0;
}
.cid-v6qkFNVjHe .card {
  padding: 0;
}
.cid-v6qkFNVjHe .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6qkFNVjHe .image-wrapper img {
    height: 450px;
  }
}
.cid-v6qkFNVjHe .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-v6qkFNVjHe .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-v6qkFNVjHe .title-wrapper .title-wrap {
  width: 100%;
}
.cid-v6qkFNVjHe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6qkFNVjHe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6qkFNVjHe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-v6qkFNVjHe .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6qkFNVjHe .mbr-section-title {
  color: #c2b299;
}
.cid-v6qkFNVjHe .mbr-text {
  color: #e4dfd4;
}
