.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Domine', serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Domine', serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Domine', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #361a19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #53572b;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e4e7cd !important;
  border-color: #e4e7cd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #53572b !important;
  background-color: #e4e7cd !important;
  border-color: #e4e7cd !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #361a19 !important;
}
.bg-success {
  background-color: #0079c1 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #361a19 !important;
  border-color: #361a19 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #592b29 !important;
  border-color: #592b29 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #592b29 !important;
  border-color: #592b29 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #0079c1 !important;
  border-color: #0079c1 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0099f4 !important;
  border-color: #0099f4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0099f4 !important;
  border-color: #0099f4 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #d2d6ab !important;
  border-color: #d2d6ab !important;
  color: #361a19 !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #361a19;
  color: #361a19;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #361a19 !important;
  border-color: #361a19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d2d6ab;
  color: #d2d6ab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ba71 !important;
  background-color: transparent !important;
  border-color: #b3ba71 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #53572b !important;
  background-color: #d2d6ab !important;
  border-color: #d2d6ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0079c1;
  color: #0079c1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00436a !important;
  background-color: transparent !important;
  border-color: #00436a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0079c1 !important;
  border-color: #0079c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #361a19 !important;
}
.text-secondary {
  color: #d2d6ab !important;
}
.text-success {
  color: #0079c1 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #adb566 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00395b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #361a19;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #361a19;
  border-color: #361a19;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #361a19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bf7875;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #42b8ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  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: #361a19 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #361a19;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #361a19;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #361a19;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #361a19;
  border-bottom-color: #361a19;
}
.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: #ffffff !important;
  background-color: #361a19 !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: #d2d6ab !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='%23361a19' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uadCOs9d86 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uadCOs9d86 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uadCOs9d86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uadCOs9d86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uadCOs9d86 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uadCOs9d86 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uadCOs9d86 .menu_box .navbar.opened,
  .cid-uadCOs9d86 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uadCOs9d86 nav.navbar {
  position: fixed !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uadCOs9d86 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uadCOs9d86 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uadCOs9d86 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uadCOs9d86 .btn {
  border-radius: 15px !important;
  min-width: 180px !important;
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 10px 40px !important;
}
.cid-uadCOs9d86 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uadCOs9d86 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f5f5f7;
  }
  .cid-uadCOs9d86 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uadCOs9d86 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uadCOs9d86 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uadCOs9d86 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uadCOs9d86 .offcanvas-body .mbr-text,
  .cid-uadCOs9d86 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uadCOs9d86 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uadCOs9d86 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uadCOs9d86 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uadCOs9d86 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uadCOs9d86 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uadCOs9d86 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uadCOs9d86 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uadCOs9d86 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uadCOs9d86 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uadCOs9d86 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uadCOs9d86 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uadCOs9d86 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uadCOs9d86 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uadCOs9d86 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uadCOs9d86 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uadCOs9d86 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uadCOs9d86 .nav-item {
    margin: 0 !important;
  }
}
.cid-uadCOs9d86 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-uadCOs9d86 .nav-item .nav-link:hover,
.cid-uadCOs9d86 .nav-item .nav-link:focus {
  background-color: #ffffff !important;
}
.cid-uadCOs9d86 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uadCOs9d86 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uadCOs9d86 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uadCOs9d86 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uadCOs9d86 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uadCOs9d86 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uadCOs9d86 .offcanvas_box {
    display: none;
  }
}
.cid-uadCOs9d86 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uadCOs9d86 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uadCOs9d86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uadCOs9d86 .container {
  display: flex;
  margin: auto;
}
.cid-uadCOs9d86 .iconfont-wrapper {
  color: #1d1d1f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uadCOs9d86 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uadCOs9d86 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uadCOs9d86 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uadCOs9d86 .navbar-nav {
    margin: 0;
  }
}
.cid-uadCOs9d86 .dropdown-menu,
.cid-uadCOs9d86 .navbar.opened {
  background-color: false !important;
}
.cid-uadCOs9d86 .nav-item:focus,
.cid-uadCOs9d86 .nav-link:focus {
  outline: none;
}
.cid-uadCOs9d86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uadCOs9d86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uadCOs9d86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uadCOs9d86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uadCOs9d86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uadCOs9d86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uadCOs9d86 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uadCOs9d86 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uadCOs9d86 .navbar.opened {
  transition: all 0.3s;
}
.cid-uadCOs9d86 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uadCOs9d86 .navbar .navbar-logo img {
  max-width: 250px;
  min-height: 59px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uadCOs9d86 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uadCOs9d86 .navbar.collapsed {
  justify-content: center;
}
.cid-uadCOs9d86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uadCOs9d86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uadCOs9d86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uadCOs9d86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uadCOs9d86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uadCOs9d86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uadCOs9d86 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uadCOs9d86 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uadCOs9d86 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uadCOs9d86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uadCOs9d86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uadCOs9d86 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uadCOs9d86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uadCOs9d86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uadCOs9d86 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uadCOs9d86 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uadCOs9d86 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uadCOs9d86 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uadCOs9d86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uadCOs9d86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uadCOs9d86 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uadCOs9d86 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uadCOs9d86 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uadCOs9d86 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uadCOs9d86 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uadCOs9d86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uadCOs9d86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uadCOs9d86 .dropdown-item.active,
.cid-uadCOs9d86 .dropdown-item:active {
  background-color: transparent;
}
.cid-uadCOs9d86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uadCOs9d86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uadCOs9d86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uadCOs9d86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uadCOs9d86 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uadCOs9d86 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uadCOs9d86 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #361a19;
}
.cid-uadCOs9d86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uadCOs9d86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uadCOs9d86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uadCOs9d86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uadCOs9d86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uadCOs9d86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uadCOs9d86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uadCOs9d86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uadCOs9d86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uadCOs9d86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uadCOs9d86 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uadCOs9d86 .navbar {
    height: 70px;
  }
  .cid-uadCOs9d86 .navbar.opened {
    height: auto;
  }
  .cid-uadCOs9d86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uadCOs9d86 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uadCOs9d86 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uadCOs9d86 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uadCOs9d86 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uadCOs9d86 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uadCOs9d86 .navbar-caption:hover {
  color: #361a19;
}
@media (min-width: 992px) {
  .cid-uadCOs9d86 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uadCOs9d86 .text_widget {
  margin-bottom: 32px;
}
.cid-uadCOs9d86 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uadCOs9d86 .text_widget a:hover,
.cid-uadCOs9d86 .text_widget a:focus {
  opacity: .8;
}
.cid-uadCOs9d86 .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-uadCOs9d86 .navbar-caption {
  color: #1D1D1F;
}
.cid-uadCOs9d86 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uadCOs9d86 .mbr-section-subtitle,
.cid-uadCOs9d86 .text_widget,
.cid-uadCOs9d86 .mbr-section-btn {
  text-align: center;
}
.cid-uadCOs9d86 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uadCOs9d86 p a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cid-ulUN9uvh3j {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/eagle-in-sky-2000x1333.jpeg");
}
.cid-ulUN9uvh3j .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-ulUN9uvh3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulUN9uvh3j .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ulUN9uvh3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulUN9uvh3j {
    align-items: flex-end;
  }
  .cid-ulUN9uvh3j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulUN9uvh3j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulUN9uvh3j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulUN9uvh3j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulUN9uvh3j .content-wrap {
    width: 100%;
  }
}
.cid-ulUN9uvh3j .mbr-section-subtitle,
.cid-ulUN9uvh3j .line {
  color: #ffffff;
}
.cid-ulUN9uvh3j .mbr-text,
.cid-ulUN9uvh3j .mbr-section-btn {
  text-align: left;
}
.cid-ulTURzRvGG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulTURzRvGG .mbr-section-subtitle {
  color: #767676;
}
.cid-ulTURzRvGG .container-fluid {
  padding: 0!important;
}
.cid-ulTURzRvGG .col-md-12 {
  padding: 0;
}
.cid-ulTURzRvGG .row {
  margin: 0;
}
.cid-ulTURzRvGG .btn {
  margin: 0.6rem;
  margin-top: 2rem;
}
.cid-ulTURzRvGG .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-ulTURzRvGG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-ulTURzRvGG .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ulTURzRvGG .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-ulTURzRvGG .period {
  display: block;
}
.cid-ulTURzRvGG .dot {
  display: none;
}
.cid-ulTURzRvGG .countdown-cont {
  max-width: 700px;
}
.cid-ulTURzRvGG .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-ulTURzRvGG .number-wrap {
    margin-bottom: 15px;
  }
  .cid-ulTURzRvGG .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-ulTURzRvGG .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-ulTURzRvGG .number,
  .cid-ulTURzRvGG .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ulTURzRvGG .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  .cid-ulTURzRvGG .number,
  .cid-ulTURzRvGG .dot {
    font-size: 40px !important;
  }
  .cid-ulTURzRvGG .container-fluid {
    margin-top: 100px !important;
  }
  .cid-ulTURzRvGG .period {
    font-size: 0.8rem !important;
  }
  .cid-ulTURzRvGG .box {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
    height: 300px !important;
  }
}
@media (max-width: 350px) {
  .cid-ulTURzRvGG .number,
  .cid-ulTURzRvGG .dot {
    font-size: 40px !important;
  }
  .cid-ulTURzRvGG .container-fluid {
    margin-top: 100px !important;
  }
  .cid-ulTURzRvGG .period {
    font-size: 0.8rem !important;
  }
  .cid-ulTURzRvGG .box {
    margin-top: -200px !important;
  }
}
.cid-ulTURzRvGG .box {
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulTURzRvGG .icon-wrap {
  background-color: #4284df !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ulTURzRvGG .icon-wrap:hover {
  opacity: 0.8;
}
.cid-ulTURzRvGG .icon-wrap span {
  padding-left: 8px;
}
.cid-ulTURzRvGG .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ulTURzRvGG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ulTURzRvGG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ulTURzRvGG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ulTURzRvGG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ulTURzRvGG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ulTURzRvGG a.close:hover {
  color: #ffffff;
}
.cid-ulTURzRvGG .mbr-text {
  color: #767676;
}
.cid-ulTURzRvGG H4 {
  color: #767676;
}
.cid-ulTURzRvGG H2 {
  color: #361a19;
}
@media screen and (max-width: 480px) {
  .cid-ulTURzRvGG .column2 {
    margin-top: -130px;
  }
}
.cid-upvknT4jMn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #d2d6ab;
}
.cid-upvknT4jMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upvknT4jMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upvknT4jMn .row {
  justify-content: center;
}
.cid-upvknT4jMn .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upvknT4jMn .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-upvknT4jMn .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-upvknT4jMn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upvknT4jMn .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upvknT4jMn .item {
    margin-bottom: 35px;
  }
}
.cid-upvknT4jMn .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upvknT4jMn .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-upvknT4jMn .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4b721d;
  color: #ffffff;
  font-size: 60px;
}
.cid-upvknT4jMn .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-upvknT4jMn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-upvknT4jMn .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-upvknT4jMn .mbr-section-title {
  color: #361a19;
  text-align: center;
}
.cid-upvknT4jMn .mbr-text {
  color: #000000;
}
.cid-upvknT4jMn .item-title {
  color: #000000;
}
.cid-upvknT4jMn .item-text {
  color: #000000;
  text-align: center;
}
.cid-upvknT4jMn .item-title,
.cid-upvknT4jMn .icon-wrapper {
  text-align: center;
}
.cid-upvknT4jMn .btn {
  border-radius: 13px !important;
  min-width: 180px !important;
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 10px 40px !important;
}
.cid-upvknT4jMn .btn:hover {
  box-shadow: none;
}
.cid-upvknT4jMn .card-title,
.cid-upvknT4jMn .mbr-section-btn,
.cid-upvknT4jMn .item-img {
  color: #361a19;
}
.cid-upvknT4jMn .btn:hover {
  border-radius: 13px !important;
  border: 1px solid #0079c1 !important;
}
.cid-uae94kVKVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7edf2;
}
.cid-uae94kVKVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae94kVKVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae94kVKVO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uae94kVKVO .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uae94kVKVO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uae94kVKVO .container {
    padding: 0 16px;
  }
}
.cid-uae94kVKVO .row {
  justify-content: space-between;
}
.cid-uae94kVKVO .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uae94kVKVO .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uae94kVKVO .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uae94kVKVO .content-wrapper {
  position: relative;
}
.cid-uae94kVKVO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uae94kVKVO .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uae94kVKVO .mbr-text {
  color: #333333;
}
.cid-uae94kVKVO .mbr-section-title,
.cid-uae94kVKVO .mbr-section-btn {
  color: #361a19;
}
.cid-uae94kVKVO .btn {
  border-radius: 15px !important;
  min-width: 180px !important;
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 10px 40px !important;
}
.cid-uae94kVKVO .btn:hover {
  box-shadow: none;
}
.cid-uaiBR8a1qj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f1f4e9;
}
.cid-uaiBR8a1qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaiBR8a1qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uaiBR8a1qj .container {
    padding: 0 30px;
  }
}
.cid-uaiBR8a1qj .row {
  justify-content: center;
}
.cid-uaiBR8a1qj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaiBR8a1qj .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-uaiBR8a1qj .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uaiBR8a1qj .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-uaiBR8a1qj .google-map {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uaiBR8a1qj .google-map {
    padding: 0;
  }
}
.cid-uaiBR8a1qj .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uaiBR8a1qj .google-map iframe {
    height: 300px;
  }
}
.cid-uaiBR8a1qj .mbr-card-title {
  color: #212529;
}
.cid-uaiBR8a1qj .mbr-text {
  color: #212529;
}
.cid-uaiBR8a1qj .mbr-card-title,
.cid-uaiBR8a1qj .title-wrapper {
  color: #361a19;
}
.cid-uaiAF7yXSt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaiAF7yXSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaiAF7yXSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaiAF7yXSt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uaiAF7yXSt .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uaiAF7yXSt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaiAF7yXSt .container {
    padding: 0 16px;
  }
}
.cid-uaiAF7yXSt .row {
  justify-content: space-between;
}
.cid-uaiAF7yXSt .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaiAF7yXSt .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uaiAF7yXSt .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uaiAF7yXSt .content-wrapper {
  position: relative;
}
.cid-uaiAF7yXSt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uaiAF7yXSt .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uaiAF7yXSt .mbr-text {
  color: #333333;
}
.cid-uaiAF7yXSt .mbr-section-title,
.cid-uaiAF7yXSt .mbr-section-btn {
  color: #361a19;
}
.cid-uaiAF7yXSt .btn {
  border-radius: 15px !important;
  min-width: 180px !important;
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 10px 40px !important;
}
.cid-uaiAF7yXSt .btn:hover {
  box-shadow: none;
}
.cid-uaiEgG87GK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #361a19;
  overflow: hidden;
}
.cid-uaiEgG87GK .media-container-row .mbr-text {
  color: #fffcee;
}
