.btn {
  border-width: 2px;
}
body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.17;
}
.display-5 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.5rem;
    font-size: calc( 2.425rem + (8.125 - 2.425) * ((100vw - 20rem) / (48 - 20)) /2);
    line-height: 1;
  }
  .display-2 {
    font-size: 4.5rem;
    font-size: calc( 1.9249999999999998rem + (5.625 - 1.9249999999999998) * ((100vw - 20rem) / (48 - 20)) /1.8);
    line-height: 1.1;
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 2.1rem + (3.75 - 2.1) * ((100vw - 20rem) / (48 - 20))/1.5);
    line-height: 1.1;
  }
  .display-7 {
    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))));
  }
}
/* 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: #8c69ec !important;
}
.bg-success {
  background-color: #00524f !important;
}
.bg-info {
  background-color: #8163d3 !important;
}
.bg-warning {
  background-color: #dedb7b !important;
}
.bg-danger {
  background-color: #ed7a5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8c69ec !important;
  border-color: #8c69ec !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #8c69ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcd5db !important;
  border-color: #fcd5db !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #fcd5db !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8163d3 !important;
  border-color: #8163d3 !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #8163d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00524f !important;
  border-color: #00524f !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #00524f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dedb7b !important;
  border-color: #dedb7b !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #dedb7b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed7a5f !important;
  border-color: #ed7a5f !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #ed7a5f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #f8f1ec !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-black,
.btn-black:active {
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #272727 !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: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8c69ec;
  color: #8c69ec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #8c69ec !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fcd5db;
  color: #fcd5db;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #fcd5db !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #c40e2a !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8163d3;
  color: #8163d3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #8163d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00524f;
  color: #00524f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #00524f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dedb7b;
  color: #dedb7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #dedb7b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #484612 !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ed7a5f;
  color: #ed7a5f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #ed7a5f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #272727;
  color: #272727;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #272727 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f8f1ec;
  color: #f8f1ec;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #a76a3e !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.text-primary {
  color: #8c69ec !important;
}
.text-secondary {
  color: #fcd5db !important;
}
.text-success {
  color: #00524f !important;
}
.text-info {
  color: #8163d3 !important;
}
.text-warning {
  color: #dedb7b !important;
}
.text-danger {
  color: #ed7a5f !important;
}
.text-white {
  color: #f8f1ec !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c1bd4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f57689 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4d2ea2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c2be31 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cf3a17 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ddbaa1 !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: #8c69ec;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8163d3;
}
.alert-warning {
  background-color: #dedb7b;
}
.alert-danger {
  background-color: #ed7a5f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8c69ec;
  border-color: #8c69ec;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8c69ec;
}
.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: #39fff8;
}
.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: #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: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #8c69ec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #8c69ec;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8c69ec;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8c69ec;
}
.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: #8c69ec;
  border-bottom-color: #8c69ec;
}
.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: #8c69ec !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: #fcd5db !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='%238c69ec' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container {
  max-width: 1800px;
  margin: 0 auto;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 60px;
  padding: 1em 2em;
  font-weight: 400;
  line-height: 1 !important;
  box-shadow: none !important;
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: scale3d(1.03, 1.03, 1);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #f8f1ec !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
}
b,
strong {
  font-weight: 600;
}
.cid-tgzsba4rsv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-tgzsba4rsv nav.navbar {
  position: fixed;
}
.cid-tgzsba4rsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgzsba4rsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgzsba4rsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgzsba4rsv .dropdown-item:hover,
.cid-tgzsba4rsv .dropdown-item:focus {
  background: #8c69ec !important;
  color: white !important;
}
.cid-tgzsba4rsv .dropdown-item:hover span {
  color: white;
}
.cid-tgzsba4rsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgzsba4rsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgzsba4rsv .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tgzsba4rsv .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-tgzsba4rsv .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-tgzsba4rsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgzsba4rsv .nav-link {
  position: relative;
}
.cid-tgzsba4rsv .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tgzsba4rsv .container {
    flex-wrap: nowrap;
  }
}
.cid-tgzsba4rsv .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgzsba4rsv .dropdown-menu,
.cid-tgzsba4rsv .navbar.opened {
  background: #ffffff !important;
}
.cid-tgzsba4rsv .nav-item:focus,
.cid-tgzsba4rsv .nav-link:focus {
  outline: none;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgzsba4rsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgzsba4rsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgzsba4rsv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-tgzsba4rsv .navbar.opened {
  transition: all 0.3s;
}
.cid-tgzsba4rsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgzsba4rsv .navbar .navbar-logo img {
  width: auto;
}
.cid-tgzsba4rsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgzsba4rsv .navbar.collapsed {
  justify-content: center;
}
.cid-tgzsba4rsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgzsba4rsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgzsba4rsv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgzsba4rsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgzsba4rsv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgzsba4rsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgzsba4rsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgzsba4rsv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgzsba4rsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgzsba4rsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgzsba4rsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgzsba4rsv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgzsba4rsv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgzsba4rsv .navbar.navbar-short {
  min-height: 70px;
}
.cid-tgzsba4rsv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgzsba4rsv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgzsba4rsv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-tgzsba4rsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgzsba4rsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgzsba4rsv .dropdown-item.active,
.cid-tgzsba4rsv .dropdown-item:active {
  background-color: transparent;
}
.cid-tgzsba4rsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgzsba4rsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgzsba4rsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgzsba4rsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgzsba4rsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgzsba4rsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgzsba4rsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgzsba4rsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgzsba4rsv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzsba4rsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgzsba4rsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgzsba4rsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgzsba4rsv .navbar {
    height: 70px;
  }
  .cid-tgzsba4rsv .navbar.opened {
    height: auto;
  }
  .cid-tgzsba4rsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgzsba4rsv .navbar-short .container {
  background: #ffffff !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
}
.cid-tgzsba4rsv .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-tgzsba4rsv .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-tgzsba4rsv .mbr-section-btn .btn-success:hover,
.cid-tgzsba4rsv .mbr-section-btn .btn-success:focus,
.cid-tgzsba4rsv .mbr-section-btn .btn-success.focus,
.cid-tgzsba4rsv .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-tgzsba4rsv .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-tgzsba4rsv .navbar {
    transition: .3s all !important;
  }
  .cid-tgzsba4rsv .container {
    padding: 2%;
  }
  .cid-tgzsba4rsv .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-tgzsba4rsv .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-tgzsba4rsv .navbar.opened {
    background: #ffffff;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-tgzsba4rsv .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-tgzsba4rsv .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-tgzsba4rsv .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-tgzsba4rsv .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-tgzsba4rsv .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tgzsba4rsv .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-tgzsba4rsv .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-tgzsba4rsv .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-tgzsba4rsv .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-tgzsba4rsv .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-tgzsba4rsv .mbr-section-btn {
    text-align: left;
  }
}
.cid-tgzscJ4ACx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-612x408.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tgzscJ4ACx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzscJ4ACx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzscJ4ACx .container,
.cid-tgzscJ4ACx .container-fluid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .cid-tgzscJ4ACx .container,
  .cid-tgzscJ4ACx .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cid-tgzscJ4ACx .row {
  flex-grow: 1;
}
.cid-tgzscJ4ACx .main-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.cid-tgzscJ4ACx .mbr-section-title {
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 32px;
  text-align: center;
}
.cid-tgzscJ4ACx .mbr-text {
  width: 100%;
  color: #272727;
}
.cid-tgzscJ4ACx .mbr-section-btn {
  margin-top: 30px;
}
.cid-tgzscJ4ACx .mbr-text,
.cid-tgzscJ4ACx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tgztbFTYYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgztbFTYYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgztbFTYYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgztbFTYYF .row {
  display: flex;
  align-items: flex-start;
  gap: 6em;
}
@media (max-width: 767px) {
  .cid-tgztbFTYYF .row {
    gap: 3em;
  }
}
@media (max-width: 575px) {
  .cid-tgztbFTYYF .row {
    flex-wrap: wrap;
  }
}
.cid-tgztbFTYYF .col-text {
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tgztbFTYYF .col-text {
    width: 100%;
  }
}
.cid-tgztbFTYYF .mbr-section-title {
  color: #000000;
  opacity: 0.4;
  margin-bottom: 4px;
}
.cid-tgztbFTYYF .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
.cid-tgztbFTYYF .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgztbFTYYF .col-img {
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tgztbFTYYF .col-img {
    width: 100%;
  }
}
.cid-tgztbFTYYF .image-wrapper {
  width: 80%;
  margin: 0 auto;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgztbFTYYF .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgztbFTYYF .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-tgztbFTYYF .image-wrapper img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tgztbFTYYF .image-wrapper {
    width: 100%;
  }
}
.cid-tgzxd9AYXh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tgzxd9AYXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzxd9AYXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzxd9AYXh .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .row {
    flex-wrap: wrap;
  }
}
.cid-tgzxd9AYXh .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .col-text {
    width: 100%;
  }
}
.cid-tgzxd9AYXh .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .text-wrapper {
    padding: 0;
  }
}
.cid-tgzxd9AYXh .mbr-section-title {
  color: #dedb7b;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tgzxd9AYXh .mbr-section-subtitle {
  color: #dedb7b;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tgzxd9AYXh .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tgzxd9AYXh .mbr-text {
    max-width: 100%;
  }
}
.cid-tgzxd9AYXh .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgzxd9AYXh .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tgzxd9AYXh .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tgzxd9AYXh .image-wrapper {
    width: 100%;
  }
}
.cid-tgzxd9AYXh .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgzxd9AYXh .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tgzxd9AYXh .mbr-text,
.cid-tgzxd9AYXh .mbr-section-btn {
  color: #dedb7b;
}
.cid-tgzxPimAOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tgzxPimAOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzxPimAOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzxPimAOs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tgzxPimAOs .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tgzxPimAOs .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzxPimAOs .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tgzxPimAOs .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tgzxPimAOs .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tDnFSnM1CI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f8f1ec;
}
.cid-tDnFSnM1CI .mbr-section-title {
  color: #272727;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tDnFSnM1CI .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-tDnFSnM1CI .mbr-text {
  color: #272727;
  text-align: center;
}
.cid-tgzyBxE338 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzyBxE338 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzyBxE338 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzyBxE338 .main-col {
  padding-top: 12px;
}
.cid-tgzyBxE338 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  min-height: 30em;
  border-radius: 4.6em;
  padding: 3%;
  transform-style: preserve-3d;
  transition: .5s all;
}
@media (max-width: 575px) {
  .cid-tgzyBxE338 .content-container {
    border-radius: 2.6em;
  }
}
.cid-tgzyBxE338 .content-container .mbr-section-btn {
  position: relative;
  z-index: 5;
  margin-top: auto;
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-tgzyBxE338 .content-container .mbr-section-btn .btn-white:hover {
  background-color: #f8f1ec !important;
  color: #272727 !important;
  transform: scale3d(1, 1, 1) !important;
}
.cid-tgzyBxE338 .content-container:hover {
  transform: translate3d(0px, -12px, 0px);
}
.cid-tgzyBxE338 .content-container:hover .text-wrap {
  transform: translate3d(0px, -4px, 0px);
}
.cid-tgzyBxE338 .content-container:hover .mbr-section-btn {
  transform: translate3d(0px, -16px, 0px);
}
.cid-tgzyBxE338 .content-container:hover .img-bg-wrap {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tgzyBxE338 .img-bg-wrap {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/2-1-612x408.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-tgzyBxE338 .text-wrap {
  position: relative;
  z-index: 5;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  transform-style: preserve-3d;
  transition: .5s all;
  padding-bottom: 16px;
}
.cid-tgzyBxE338 .mbr-section-title {
  color: #0d6663;
  margin-bottom: 24px;
  text-align: center;
}
.cid-tgzyBxE338 .mbr-text {
  color: #272727;
  opacity: 0.5;
}
.cid-tgzyBxE338 .buttons-container {
  text-align: right !important;
}
.cid-tgzyBxE338 .mbr-text,
.cid-tgzyBxE338 .card-btns {
  text-align: center;
  color: #0d6663;
}
.cid-tDnJ9ZUkna {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDnJ9ZUkna .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnJ9ZUkna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnJ9ZUkna .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tDnJ9ZUkna .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDnJ9ZUkna .container-fluid .row {
  padding: 0;
}
.cid-tDnJ9ZUkna .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tDnJ9ZUkna .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tDnJ9ZUkna .card {
    padding: 48px 20px;
  }
}
.cid-tDnJ9ZUkna .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tDnJ9ZUkna .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDnJ9ZUkna .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tDnJ9ZUkna .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tDnJ9ZUkna .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tDnHYv1bSE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
@media (max-width: 767px) {
  .cid-tDnHYv1bSE .content {
    text-align: center;
  }
  .cid-tDnHYv1bSE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tDnHYv1bSE .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-tDnHYv1bSE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDnHYv1bSE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDnHYv1bSE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDnHYv1bSE .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDnHYv1bSE .google-map {
    width: 100%;
  }
}
.cid-tDnHYv1bSE H2 {
  text-align: center;
}
.cid-tDnHYv1bSE P {
  text-align: center;
}
.cid-tgzzEZagk3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tgzzEZagk3 .mbr-text {
  color: #f8f1ec;
}
.cid-tgzsba4rsv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-tgzsba4rsv nav.navbar {
  position: fixed;
}
.cid-tgzsba4rsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgzsba4rsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgzsba4rsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgzsba4rsv .dropdown-item:hover,
.cid-tgzsba4rsv .dropdown-item:focus {
  background: #8c69ec !important;
  color: white !important;
}
.cid-tgzsba4rsv .dropdown-item:hover span {
  color: white;
}
.cid-tgzsba4rsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgzsba4rsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgzsba4rsv .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tgzsba4rsv .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-tgzsba4rsv .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-tgzsba4rsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgzsba4rsv .nav-link {
  position: relative;
}
.cid-tgzsba4rsv .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tgzsba4rsv .container {
    flex-wrap: nowrap;
  }
}
.cid-tgzsba4rsv .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgzsba4rsv .dropdown-menu,
.cid-tgzsba4rsv .navbar.opened {
  background: #ffffff !important;
}
.cid-tgzsba4rsv .nav-item:focus,
.cid-tgzsba4rsv .nav-link:focus {
  outline: none;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgzsba4rsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgzsba4rsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgzsba4rsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgzsba4rsv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-tgzsba4rsv .navbar.opened {
  transition: all 0.3s;
}
.cid-tgzsba4rsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgzsba4rsv .navbar .navbar-logo img {
  width: auto;
}
.cid-tgzsba4rsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgzsba4rsv .navbar.collapsed {
  justify-content: center;
}
.cid-tgzsba4rsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgzsba4rsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgzsba4rsv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgzsba4rsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgzsba4rsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgzsba4rsv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgzsba4rsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgzsba4rsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgzsba4rsv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgzsba4rsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgzsba4rsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgzsba4rsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgzsba4rsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgzsba4rsv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgzsba4rsv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgzsba4rsv .navbar.navbar-short {
  min-height: 70px;
}
.cid-tgzsba4rsv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgzsba4rsv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgzsba4rsv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-tgzsba4rsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgzsba4rsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgzsba4rsv .dropdown-item.active,
.cid-tgzsba4rsv .dropdown-item:active {
  background-color: transparent;
}
.cid-tgzsba4rsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgzsba4rsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgzsba4rsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgzsba4rsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgzsba4rsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgzsba4rsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgzsba4rsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgzsba4rsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgzsba4rsv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzsba4rsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgzsba4rsv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzsba4rsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgzsba4rsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgzsba4rsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgzsba4rsv .navbar {
    height: 70px;
  }
  .cid-tgzsba4rsv .navbar.opened {
    height: auto;
  }
  .cid-tgzsba4rsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgzsba4rsv .navbar-short .container {
  background: #ffffff !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
}
.cid-tgzsba4rsv .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-tgzsba4rsv .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-tgzsba4rsv .mbr-section-btn .btn-success:hover,
.cid-tgzsba4rsv .mbr-section-btn .btn-success:focus,
.cid-tgzsba4rsv .mbr-section-btn .btn-success.focus,
.cid-tgzsba4rsv .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-tgzsba4rsv .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-tgzsba4rsv .navbar {
    transition: .3s all !important;
  }
  .cid-tgzsba4rsv .container {
    padding: 2%;
  }
  .cid-tgzsba4rsv .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-tgzsba4rsv .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-tgzsba4rsv .navbar.opened {
    background: #ffffff;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-tgzsba4rsv .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-tgzsba4rsv .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-tgzsba4rsv .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-tgzsba4rsv .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-tgzsba4rsv .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tgzsba4rsv .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-tgzsba4rsv .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-tgzsba4rsv .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-tgzsba4rsv .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-tgzsba4rsv .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-tgzsba4rsv .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDnJFDHKA1 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #dedb7b;
}
.cid-tDnJFDHKA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnJFDHKA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnJFDHKA1 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .row {
    flex-wrap: wrap;
  }
}
.cid-tDnJFDHKA1 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .col-text {
    width: 100%;
  }
}
.cid-tDnJFDHKA1 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .text-wrapper {
    padding: 0;
  }
}
.cid-tDnJFDHKA1 .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tDnJFDHKA1 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tDnJFDHKA1 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tDnJFDHKA1 .mbr-text {
    max-width: 100%;
  }
}
.cid-tDnJFDHKA1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDnJFDHKA1 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tDnJFDHKA1 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tDnJFDHKA1 .image-wrapper {
    width: 100%;
  }
}
.cid-tDnJFDHKA1 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tDnJFDHKA1 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tDnJOIvqQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tDnJOIvqQn .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tDnJOIvqQn .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-tDnJOIvqQn .mbr-text {
  color: #272727;
}
.cid-tDovxUHP7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tDovxUHP7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDovxUHP7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDovxUHP7u .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDovxUHP7u .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDovxUHP7u .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDovxUHP7u .container {
    padding: 0 20px;
  }
  .cid-tDovxUHP7u .container .row {
    padding: 0;
  }
}
.cid-tDovxUHP7u .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDovxUHP7u .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDovxUHP7u .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDovxUHP7u .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDovxUHP7u .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDovxUHP7u .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDovxUHP7u .image-wrapper img {
    height: 300px;
  }
}
.cid-tDovxUHP7u .mbr-section-title {
  color: #222222;
}
.cid-tDovxUHP7u .mbr-text {
  color: #222222;
}
.cid-tDovA6TwNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tDovA6TwNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDovA6TwNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDovA6TwNf .container,
.cid-tDovA6TwNf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDovA6TwNf .container,
  .cid-tDovA6TwNf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDovA6TwNf .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #dedb7b;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tDovA6TwNf .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tDovA6TwNf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDovA6TwNf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tDovA6TwNf .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDovA6TwNf .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDovA6TwNf .mbr-section-title {
  color: #3d4045;
}
.cid-tDovA6TwNf .mbr-text {
  color: #3d4045;
}
.cid-tDovA6TwNf .mbr-section-btn {
  text-align: right;
}
.cid-tDoxZyunFq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDoxZyunFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoxZyunFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoxZyunFq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDoxZyunFq .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDoxZyunFq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDoxZyunFq .container {
    padding: 0 20px;
  }
}
.cid-tDoxZyunFq .card {
  padding: 0;
}
.cid-tDoxZyunFq .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoxZyunFq .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tDoxZyunFq .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tDoxZyunFq .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoxZyunFq .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDoxZyunFq .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDoxZyunFq .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDoxZyunFq .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tDoxZyunFq .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDoxZyunFq .mbr-text {
  color: #1d1d1d;
}
.cid-tDoy9TCa6g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dedb7b;
}
.cid-tDoy9TCa6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoy9TCa6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoy9TCa6g .container,
.cid-tDoy9TCa6g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoy9TCa6g .container,
  .cid-tDoy9TCa6g .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoy9TCa6g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tDoy9TCa6g .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tDoy9TCa6g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDoy9TCa6g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tDoy9TCa6g .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tDoy2u6yhk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dedb7b;
}
.cid-tDoy2u6yhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoy2u6yhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoy2u6yhk .container,
.cid-tDoy2u6yhk .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoy2u6yhk .container,
  .cid-tDoy2u6yhk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoy2u6yhk .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoy2u6yhk .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tDoy2u6yhk .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tDoy2u6yhk .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tDoy2u6yhk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDoy2u6yhk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tDozOrcuqR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
@media (max-width: 767px) {
  .cid-tDozOrcuqR .content {
    text-align: center;
  }
  .cid-tDozOrcuqR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tDozOrcuqR .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-tDozOrcuqR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDozOrcuqR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDozOrcuqR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDozOrcuqR .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDozOrcuqR .google-map {
    width: 100%;
  }
}
.cid-tDozOrcuqR H2 {
  text-align: center;
}
.cid-tDozOrcuqR P {
  text-align: center;
}
.cid-tgzzEZagk3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tgzzEZagk3 .mbr-text {
  color: #f8f1ec;
}
.cid-tDoCfCMgb2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-tDoCfCMgb2 nav.navbar {
  position: fixed;
}
.cid-tDoCfCMgb2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDoCfCMgb2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDoCfCMgb2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDoCfCMgb2 .dropdown-item:hover,
.cid-tDoCfCMgb2 .dropdown-item:focus {
  background: #8c69ec !important;
  color: white !important;
}
.cid-tDoCfCMgb2 .dropdown-item:hover span {
  color: white;
}
.cid-tDoCfCMgb2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDoCfCMgb2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDoCfCMgb2 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tDoCfCMgb2 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-tDoCfCMgb2 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-tDoCfCMgb2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDoCfCMgb2 .nav-link {
  position: relative;
}
.cid-tDoCfCMgb2 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tDoCfCMgb2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tDoCfCMgb2 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDoCfCMgb2 .dropdown-menu,
.cid-tDoCfCMgb2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDoCfCMgb2 .nav-item:focus,
.cid-tDoCfCMgb2 .nav-link:focus {
  outline: none;
}
.cid-tDoCfCMgb2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDoCfCMgb2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDoCfCMgb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDoCfCMgb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDoCfCMgb2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDoCfCMgb2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDoCfCMgb2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-tDoCfCMgb2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDoCfCMgb2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDoCfCMgb2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDoCfCMgb2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDoCfCMgb2 .navbar.collapsed {
  justify-content: center;
}
.cid-tDoCfCMgb2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDoCfCMgb2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDoCfCMgb2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDoCfCMgb2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDoCfCMgb2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDoCfCMgb2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDoCfCMgb2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDoCfCMgb2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDoCfCMgb2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDoCfCMgb2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDoCfCMgb2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDoCfCMgb2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDoCfCMgb2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDoCfCMgb2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDoCfCMgb2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDoCfCMgb2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDoCfCMgb2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDoCfCMgb2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDoCfCMgb2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDoCfCMgb2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDoCfCMgb2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDoCfCMgb2 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDoCfCMgb2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDoCfCMgb2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDoCfCMgb2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-tDoCfCMgb2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDoCfCMgb2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDoCfCMgb2 .dropdown-item.active,
.cid-tDoCfCMgb2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDoCfCMgb2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDoCfCMgb2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDoCfCMgb2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDoCfCMgb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDoCfCMgb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDoCfCMgb2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDoCfCMgb2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDoCfCMgb2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDoCfCMgb2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-tDoCfCMgb2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-tDoCfCMgb2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-tDoCfCMgb2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tDoCfCMgb2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tDoCfCMgb2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-tDoCfCMgb2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDoCfCMgb2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDoCfCMgb2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDoCfCMgb2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDoCfCMgb2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDoCfCMgb2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDoCfCMgb2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDoCfCMgb2 .navbar {
    height: 70px;
  }
  .cid-tDoCfCMgb2 .navbar.opened {
    height: auto;
  }
  .cid-tDoCfCMgb2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDoCfCMgb2 .navbar-short .container {
  background: #ffffff !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
}
.cid-tDoCfCMgb2 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-tDoCfCMgb2 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-tDoCfCMgb2 .mbr-section-btn .btn-success:hover,
.cid-tDoCfCMgb2 .mbr-section-btn .btn-success:focus,
.cid-tDoCfCMgb2 .mbr-section-btn .btn-success.focus,
.cid-tDoCfCMgb2 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-tDoCfCMgb2 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-tDoCfCMgb2 .navbar {
    transition: .3s all !important;
  }
  .cid-tDoCfCMgb2 .container {
    padding: 2%;
  }
  .cid-tDoCfCMgb2 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-tDoCfCMgb2 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-tDoCfCMgb2 .navbar.opened {
    background: #ffffff;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-tDoCfCMgb2 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-tDoCfCMgb2 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-tDoCfCMgb2 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-tDoCfCMgb2 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-tDoCfCMgb2 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tDoCfCMgb2 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-tDoCfCMgb2 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-tDoCfCMgb2 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-tDoCfCMgb2 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-tDoCfCMgb2 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-tDoCfCMgb2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDoCfE9S9Q {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f8b3be;
}
.cid-tDoCfE9S9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoCfE9S9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoCfE9S9Q .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .row {
    flex-wrap: wrap;
  }
}
.cid-tDoCfE9S9Q .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .col-text {
    width: 100%;
  }
}
.cid-tDoCfE9S9Q .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .text-wrapper {
    padding: 0;
  }
}
.cid-tDoCfE9S9Q .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tDoCfE9S9Q .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tDoCfE9S9Q .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tDoCfE9S9Q .mbr-text {
    max-width: 100%;
  }
}
.cid-tDoCfE9S9Q .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDoCfE9S9Q .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tDoCfE9S9Q .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tDoCfE9S9Q .image-wrapper {
    width: 100%;
  }
}
.cid-tDoCfE9S9Q .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tDoCfE9S9Q .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tDoCfFjZLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tDoCfFjZLT .mbr-section-title {
  color: #272727;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tDoCfFjZLT .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-tDoCfFjZLT .mbr-text {
  color: #000000;
}
.cid-tDoCfGUZqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8b3be;
}
.cid-tDoCfGUZqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoCfGUZqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoCfGUZqi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDoCfGUZqi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoCfGUZqi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDoCfGUZqi .container {
    padding: 0 20px;
  }
  .cid-tDoCfGUZqi .container .row {
    padding: 0;
  }
}
.cid-tDoCfGUZqi .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDoCfGUZqi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDoCfGUZqi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tDoCfGUZqi .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tDoCfGUZqi .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDoCfGUZqi .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tDoCfGUZqi .image-wrapper img {
    height: 300px;
  }
}
.cid-tDoCfGUZqi .mbr-section-title {
  color: #222222;
}
.cid-tDoCfGUZqi .mbr-text {
  color: #222222;
}
.cid-tDoCfHvUWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tDoCfHvUWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoCfHvUWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoCfHvUWE .container,
.cid-tDoCfHvUWE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoCfHvUWE .container,
  .cid-tDoCfHvUWE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoCfHvUWE .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #f8b3be;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tDoCfHvUWE .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tDoCfHvUWE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDoCfHvUWE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tDoCfHvUWE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDoCfHvUWE .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDoCfHvUWE .mbr-section-title {
  color: #3d4045;
}
.cid-tDoCfHvUWE .mbr-text {
  color: #3d4045;
}
.cid-tDoCfHvUWE .mbr-section-btn {
  text-align: right;
}
.cid-tDoCfIGuym {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDoCfIGuym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoCfIGuym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoCfIGuym .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDoCfIGuym .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDoCfIGuym .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDoCfIGuym .container {
    padding: 0 20px;
  }
}
.cid-tDoCfIGuym .card {
  padding: 0;
}
.cid-tDoCfIGuym .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoCfIGuym .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tDoCfIGuym .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tDoCfIGuym .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoCfIGuym .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDoCfIGuym .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDoCfIGuym .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDoCfIGuym .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tDoCfIGuym .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDoCfIGuym .mbr-text {
  color: #1d1d1d;
}
.cid-tDoCfJ7VgH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8b3be;
}
.cid-tDoCfJ7VgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoCfJ7VgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoCfJ7VgH .container,
.cid-tDoCfJ7VgH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoCfJ7VgH .container,
  .cid-tDoCfJ7VgH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoCfJ7VgH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tDoCfJ7VgH .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tDoCfJ7VgH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tDoCfJ7VgH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tDoCfJ7VgH .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tDoCfJCack {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8b3be;
}
.cid-tDoCfJCack .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoCfJCack .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoCfJCack .container,
.cid-tDoCfJCack .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoCfJCack .container,
  .cid-tDoCfJCack .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoCfJCack .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoCfJCack .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tDoCfJCack .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tDoCfJCack .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tDoCfJCack .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDoCfJCack .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tDoCfK3PcS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
@media (max-width: 767px) {
  .cid-tDoCfK3PcS .content {
    text-align: center;
  }
  .cid-tDoCfK3PcS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tDoCfK3PcS .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-tDoCfK3PcS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDoCfK3PcS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDoCfK3PcS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDoCfK3PcS .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDoCfK3PcS .google-map {
    width: 100%;
  }
}
.cid-tDoCfK3PcS H2 {
  text-align: center;
}
.cid-tDoCfK3PcS P {
  text-align: center;
}
.cid-tDoCfKDRWg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tDoCfKDRWg .mbr-text {
  color: #f8f1ec;
}
.cid-tDoEi0u6A4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-tDoEi0u6A4 nav.navbar {
  position: fixed;
}
.cid-tDoEi0u6A4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDoEi0u6A4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDoEi0u6A4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDoEi0u6A4 .dropdown-item:hover,
.cid-tDoEi0u6A4 .dropdown-item:focus {
  background: #8c69ec !important;
  color: white !important;
}
.cid-tDoEi0u6A4 .dropdown-item:hover span {
  color: white;
}
.cid-tDoEi0u6A4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDoEi0u6A4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDoEi0u6A4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tDoEi0u6A4 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-tDoEi0u6A4 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-tDoEi0u6A4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDoEi0u6A4 .nav-link {
  position: relative;
}
.cid-tDoEi0u6A4 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tDoEi0u6A4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tDoEi0u6A4 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDoEi0u6A4 .dropdown-menu,
.cid-tDoEi0u6A4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDoEi0u6A4 .nav-item:focus,
.cid-tDoEi0u6A4 .nav-link:focus {
  outline: none;
}
.cid-tDoEi0u6A4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDoEi0u6A4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDoEi0u6A4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDoEi0u6A4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDoEi0u6A4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDoEi0u6A4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDoEi0u6A4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-tDoEi0u6A4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDoEi0u6A4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDoEi0u6A4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDoEi0u6A4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDoEi0u6A4 .navbar.collapsed {
  justify-content: center;
}
.cid-tDoEi0u6A4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDoEi0u6A4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDoEi0u6A4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDoEi0u6A4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDoEi0u6A4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDoEi0u6A4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDoEi0u6A4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDoEi0u6A4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDoEi0u6A4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDoEi0u6A4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDoEi0u6A4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDoEi0u6A4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDoEi0u6A4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDoEi0u6A4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDoEi0u6A4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDoEi0u6A4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDoEi0u6A4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDoEi0u6A4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDoEi0u6A4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDoEi0u6A4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDoEi0u6A4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDoEi0u6A4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDoEi0u6A4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDoEi0u6A4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDoEi0u6A4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-tDoEi0u6A4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDoEi0u6A4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDoEi0u6A4 .dropdown-item.active,
.cid-tDoEi0u6A4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDoEi0u6A4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDoEi0u6A4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDoEi0u6A4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDoEi0u6A4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDoEi0u6A4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDoEi0u6A4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDoEi0u6A4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDoEi0u6A4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDoEi0u6A4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-tDoEi0u6A4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-tDoEi0u6A4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-tDoEi0u6A4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tDoEi0u6A4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tDoEi0u6A4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-tDoEi0u6A4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDoEi0u6A4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDoEi0u6A4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDoEi0u6A4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDoEi0u6A4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDoEi0u6A4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDoEi0u6A4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDoEi0u6A4 .navbar {
    height: 70px;
  }
  .cid-tDoEi0u6A4 .navbar.opened {
    height: auto;
  }
  .cid-tDoEi0u6A4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDoEi0u6A4 .navbar-short .container {
  background: #ffffff !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
}
.cid-tDoEi0u6A4 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-tDoEi0u6A4 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-tDoEi0u6A4 .mbr-section-btn .btn-success:hover,
.cid-tDoEi0u6A4 .mbr-section-btn .btn-success:focus,
.cid-tDoEi0u6A4 .mbr-section-btn .btn-success.focus,
.cid-tDoEi0u6A4 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-tDoEi0u6A4 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-tDoEi0u6A4 .navbar {
    transition: .3s all !important;
  }
  .cid-tDoEi0u6A4 .container {
    padding: 2%;
  }
  .cid-tDoEi0u6A4 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-tDoEi0u6A4 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-tDoEi0u6A4 .navbar.opened {
    background: #ffffff;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-tDoEi0u6A4 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-tDoEi0u6A4 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-tDoEi0u6A4 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-tDoEi0u6A4 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-tDoEi0u6A4 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tDoEi0u6A4 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-tDoEi0u6A4 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-tDoEi0u6A4 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-tDoEi0u6A4 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-tDoEi0u6A4 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-tDoEi0u6A4 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tDoEi0YGJ5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0d6663;
}
.cid-tDoEi0YGJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoEi0YGJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoEi0YGJ5 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .row {
    flex-wrap: wrap;
  }
}
.cid-tDoEi0YGJ5 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .col-text {
    width: 100%;
  }
}
.cid-tDoEi0YGJ5 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .text-wrapper {
    padding: 0;
  }
}
.cid-tDoEi0YGJ5 .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tDoEi0YGJ5 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tDoEi0YGJ5 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tDoEi0YGJ5 .mbr-text {
    max-width: 100%;
  }
}
.cid-tDoEi0YGJ5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDoEi0YGJ5 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tDoEi0YGJ5 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tDoEi0YGJ5 .image-wrapper {
    width: 100%;
  }
}
.cid-tDoEi0YGJ5 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tDoEi0YGJ5 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tDoEi0YGJ5 .mbr-text,
.cid-tDoEi0YGJ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tDoEi1unru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tDoEi1unru .mbr-section-title {
  color: #272727;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tDoEi1unru .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-tDoEi1unru .mbr-text {
  color: #000000;
}
.cid-tDoENHBRyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d6663;
}
.cid-tDoENHBRyB .mbr-section-head {
  width: 100%;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .cid-tDoENHBRyB .mbr-section-head {
    margin-bottom: 3em;
  }
}
.cid-tDoENHBRyB .mbr-section-title {
  margin-bottom: 4px;
  color: #272727;
  opacity: 0.4;
}
.cid-tDoENHBRyB .mbr-section-subtitle {
  margin-bottom: 0;
  color: #272727;
}
.cid-tDoENHBRyB .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 767px) {
  .cid-tDoENHBRyB .item-row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tDoENHBRyB .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tDoENHBRyB .item {
  padding: 0;
}
.cid-tDoENHBRyB .item:nth-child(2n) .item-wrapper {
  padding-top: 5em;
}
@media (max-width: 767px) {
  .cid-tDoENHBRyB .item:nth-child(2n) .item-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tDoENHBRyB .item:nth-child(2n) .item-wrapper {
    padding-top: 0;
  }
}
.cid-tDoENHBRyB .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tDoENHBRyB .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  border-radius: 35%;
  overflow: hidden;
  aspect-ratio: 0.88;
  margin: 0 auto;
}
.cid-tDoENHBRyB .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tDoENHBRyB .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}
.cid-tDoENHBRyB .item-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-tDoENHBRyB .mbr-text {
  color: #272727;
  opacity: 0.4;
}
.cid-tDoENHBRyB .mbr-text,
.cid-tDoENHBRyB .mbr-section-btn {
  color: #ffffff;
}
.cid-tDoEi2m0ya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tDoEi2m0ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoEi2m0ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoEi2m0ya .container,
.cid-tDoEi2m0ya .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDoEi2m0ya .container,
  .cid-tDoEi2m0ya .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDoEi2m0ya .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #0d6663;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-tDoEi2m0ya .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-tDoEi2m0ya .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDoEi2m0ya .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tDoEi2m0ya .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tDoEi2m0ya .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tDoEi2m0ya .mbr-section-title {
  color: #3d4045;
}
.cid-tDoEi2m0ya .mbr-text {
  color: #ffffff;
}
.cid-tDoEi2m0ya .mbr-section-btn {
  text-align: right;
}
.cid-tDoEi2m0ya .mbr-section-title,
.cid-tDoEi2m0ya .mbr-section-btn {
  color: #ffffff;
}
.cid-tDoEi2R08i {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tDoEi2R08i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDoEi2R08i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDoEi2R08i .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tDoEi2R08i .container-fluid {
    padding: 0 12px;
  }
}
.cid-tDoEi2R08i .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDoEi2R08i .container {
    padding: 0 20px;
  }
}
.cid-tDoEi2R08i .card {
  padding: 0;
}
.cid-tDoEi2R08i .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoEi2R08i .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tDoEi2R08i .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tDoEi2R08i .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tDoEi2R08i .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tDoEi2R08i .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tDoEi2R08i .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tDoEi2R08i .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tDoEi2R08i .mbr-section-title {
  color: #1d1d1d;
}
.cid-tDoEi2R08i .mbr-text {
  color: #1d1d1d;
}
.cid-tDoEi49xDl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d6663;
}
@media (max-width: 767px) {
  .cid-tDoEi49xDl .content {
    text-align: center;
  }
  .cid-tDoEi49xDl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tDoEi49xDl .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-tDoEi49xDl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDoEi49xDl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDoEi49xDl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDoEi49xDl .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tDoEi49xDl .google-map {
    width: 100%;
  }
}
.cid-tDoEi49xDl H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tDoEi49xDl P {
  text-align: center;
  color: #ffffff;
}
.cid-tDoEi5mwZb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tDoEi5mwZb .mbr-text {
  color: #f8f1ec;
}
