.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 5.75rem;
  line-height: 1.16;
}
.display-1 > .mbr-iconfont {
  font-size: 7.1875rem;
}
.display-2 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 4.4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 2.9rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-7 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 4.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.025rem;
    font-size: calc( 2.6625rem + (5.75 - 2.6625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6625rem + (5.75 - 2.6625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.025rem;
    font-size: calc( 2.6625rem + (5.75 - 2.6625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.6625rem + (5.75 - 2.6625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffd876 !important;
}
.bg-success {
  background-color: #8ed993 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd8cc !important;
}
.bg-danger {
  background-color: #dba493 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd876 !important;
  border-color: #ffd876 !important;
  color: #765400 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffe7a9 !important;
  border-color: #ffe7a9 !important;
  box-shadow: inset 0 -100px #765400;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #765400 !important;
  background-color: #ffe7a9 !important;
  border-color: #ffe7a9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #808080;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
  box-shadow: inset 0 -100px #1a4e1e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd8cc !important;
  border-color: #ffd8cc !important;
  color: #cc3000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #cc3000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cc3000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dba493 !important;
  border-color: #dba493 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e8c4b9 !important;
  border-color: #e8c4b9 !important;
  box-shadow: inset 0 -100px #53291c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e8c4b9 !important;
  border-color: #e8c4b9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #757b62;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd876;
  color: #ffd876;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffbf1f !important;
  background-color: transparent !important;
  border-color: #ffbf1f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #765400 !important;
  background-color: #ffd876 !important;
  border-color: #ffd876 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c2625;
  color: #2c2625;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8ed993;
  color: #8ed993;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4dc355 !important;
  background-color: transparent !important;
  border-color: #4dc355 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd8cc;
  color: #ffd8cc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9675 !important;
  background-color: transparent !important;
  border-color: #ff9675 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #cc3000 !important;
  background-color: #ffd8cc !important;
  border-color: #ffd8cc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dba493;
  color: #dba493;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c56d52 !important;
  background-color: transparent !important;
  border-color: #c56d52 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dba493 !important;
  border-color: #dba493 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffd876 !important;
}
.text-secondary {
  color: #2c2625 !important;
}
.text-success {
  color: #8ed993 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd8cc !important;
}
.text-danger {
  color: #dba493 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffbb10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #42bf4a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff8a66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c26446 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffd876;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd8cc;
}
.alert-danger {
  background-color: #dba493;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd876;
  border-color: #ffd876;
  color: #906700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffd876;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Funnel Display', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #ffd876 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ffd876;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd876;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd876;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd876;
  border-bottom-color: #ffd876;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffd876 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2c2625 !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='%23ffd876' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  font-weight: 700;
  padding: 16px 44px;
  border-radius: 0 !important;
}
.icon-wrapper,
.item-tag,
.form-control {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uQgg9PGxRc .navbar-dropdown {
  position: relative !important;
}
.cid-uQgg9PGxRc .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgg9PGxRc .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgg9PGxRc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgg9PGxRc .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-uQgg9PGxRc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgg9PGxRc .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .dropdown-item:hover,
.cid-uQgg9PGxRc .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .dropdown-item:hover span {
  color: white;
}
.cid-uQgg9PGxRc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgg9PGxRc .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgg9PGxRc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgg9PGxRc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgg9PGxRc .nav-link {
  position: relative;
}
.cid-uQgg9PGxRc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgg9PGxRc .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgg9PGxRc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgg9PGxRc .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .dropdown-menu,
.cid-uQgg9PGxRc .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgg9PGxRc .nav-item:focus,
.cid-uQgg9PGxRc .nav-link:focus {
  outline: none;
}
.cid-uQgg9PGxRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgg9PGxRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgg9PGxRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgg9PGxRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgg9PGxRc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgg9PGxRc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgg9PGxRc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgg9PGxRc .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgg9PGxRc .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgg9PGxRc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgg9PGxRc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgg9PGxRc .navbar.collapsed {
  justify-content: center;
}
.cid-uQgg9PGxRc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgg9PGxRc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgg9PGxRc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgg9PGxRc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgg9PGxRc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgg9PGxRc .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-uQgg9PGxRc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgg9PGxRc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgg9PGxRc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgg9PGxRc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgg9PGxRc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgg9PGxRc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgg9PGxRc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgg9PGxRc .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-uQgg9PGxRc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgg9PGxRc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgg9PGxRc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgg9PGxRc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgg9PGxRc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgg9PGxRc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgg9PGxRc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgg9PGxRc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgg9PGxRc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgg9PGxRc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgg9PGxRc .navbar-brand .navbar-caption:hover,
.cid-uQgg9PGxRc .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgg9PGxRc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgg9PGxRc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .dropdown-item.active,
.cid-uQgg9PGxRc .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgg9PGxRc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgg9PGxRc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgg9PGxRc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgg9PGxRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgg9PGxRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgg9PGxRc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgg9PGxRc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgg9PGxRc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgg9PGxRc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgg9PGxRc .navbar-buttons {
  text-align: center;
}
.cid-uQgg9PGxRc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgg9PGxRc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgg9PGxRc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgg9PGxRc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgg9PGxRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgg9PGxRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgg9PGxRc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgg9PGxRc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgg9PGxRc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgg9PGxRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgg9PGxRc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgg9PGxRc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgg9PGxRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgg9PGxRc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgg9PGxRc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgg9PGxRc .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-uQgg9PGxRc .navbar {
    height: 70px;
  }
  .cid-uQgg9PGxRc .navbar.opened {
    height: auto;
  }
  .cid-uQgg9PGxRc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgg9PGxRc .navbar-nav {
  margin: 0 auto;
}
.cid-uQgg9PGxRc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgg9PGxRc .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgg9PGxRc .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgg9PGxRc .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgg9PGxRc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgg9PGxRc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgg9PGxRc .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgg9PGxRc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgg9PGxRc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgg9PGxRc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgg9PGxRc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgg9PGxRc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgg9PGxRc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgg9PGxRc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgg9PGxRc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgg9PGxRc .content-wrap {
  min-height: 130px;
}
.cid-uQgga2KNyj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/i-2000x2667.jpg");
}
.cid-uQgga2KNyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgga2KNyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgga2KNyj .card {
  justify-content: center;
}
.cid-uQgga2KNyj .content-wrapper {
  padding: 108px;
  background-color: #2c2625;
  margin-right: 64px;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQgga2KNyj .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgga2KNyj .content-wrapper {
    padding: 80px 20px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQgga2KNyj .content-wrapper {
    border-right: none;
  }
}
.cid-uQgga2KNyj .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgga2KNyj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgga2KNyj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgga2KNyj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uQgga2KNyj .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 64px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uQgga2KNyj .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQgga2KNyj .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.cid-uQgga2KNyj .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 16px;
}
.cid-uQgga2KNyj .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper .dot-wrap {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: -3px 3px 0 #ffffff;
}
.cid-uQgga2KNyj .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQgga2KNyj .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgga2KNyj .image-wrapper {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.cid-uQgga2KNyj .mbr-section-title {
  color: #ffffff;
}
.cid-uQgga2KNyj .mbr-text {
  color: #ffffff;
}
.cid-uQgga2KNyj .item-text {
  color: #ffffff;
}
.cid-uQggsV1LQM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQggsV1LQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggsV1LQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggsV1LQM .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggsV1LQM .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper {
    padding: 0;
  }
}
.cid-uQggsV1LQM .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #8ed993;
  padding: 200px 150px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper {
    padding: 200px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uQggsV1LQM .content-wrapper .card-wrapper .card-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uQggsV1LQM .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggsV1LQM .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uQggsV1LQM .content-wrapper .card-wrapper .image-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uQggsV1LQM .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 420px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uQggsV1LQM .content-wrapper .card-wrapper .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uQggsV1LQM .mbr-section-title {
  color: #2C2625;
}
.cid-uQggsV1LQM .mbr-text {
  color: #2C2625;
}
.cid-uQggwYMETZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQggwYMETZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggwYMETZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggwYMETZ .card {
  justify-content: center;
}
.cid-uQggwYMETZ .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggwYMETZ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .content-wrapper {
    padding: 0;
  }
}
.cid-uQggwYMETZ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggwYMETZ .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uQggwYMETZ .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uQggwYMETZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggwYMETZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uQggwYMETZ .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uQggwYMETZ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uQggwYMETZ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uQggwYMETZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uQggwYMETZ .mbr-section-btn {
  text-align: right;
}
.cid-uQggwYMETZ .mbr-section-title {
  color: #ffffff;
}
.cid-uQggwYMETZ .item-title {
  color: #ffffff;
}
.cid-uQggwYMETZ .item-tag {
  color: #ffffff;
}
.cid-uQggwYMETZ .item-text {
  color: #ffffff;
}
.cid-uQggz3tnk8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQggz3tnk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggz3tnk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggz3tnk8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggz3tnk8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggz3tnk8 .content-wrapper {
    padding: 0;
  }
}
.cid-uQggz3tnk8 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggz3tnk8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggz3tnk8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1600px) {
  .cid-uQggz3tnk8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uQggz3tnk8 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggz3tnk8 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQggz3tnk8 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper {
  padding: 64px 42px;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uQggz3tnk8 .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQggz3tnk8 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title1,
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title2,
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title3,
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title4 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title1,
  .cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title2,
  .cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title3,
  .cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .item-title4 {
    margin-bottom: 32px;
  }
}
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
}
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .card-box .item-text1,
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .card-box .item-text2,
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .card-box .item-text3,
.cid-uQggz3tnk8 .items-wrapper .item .item-wrapper .card-box .item-text4 {
  margin-bottom: 32px;
}
.cid-uQggz3tnk8 .items-wrapper .card_1 .item-wrapper {
  background-color: #8bdfdd;
}
.cid-uQggz3tnk8 .items-wrapper .card_2 .item-wrapper {
  background-color: #ffd876;
}
.cid-uQggz3tnk8 .items-wrapper .card_3 .item-wrapper {
  background-color: #ffd8cc;
}
.cid-uQggz3tnk8 .items-wrapper .card_4 .item-wrapper {
  background-color: #8ed993;
}
.cid-uQggz3tnk8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQggz3tnk8 .item-title1 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-title2 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-title3 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-title4 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-text1 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-text2 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-text3 {
  color: #2C2625;
}
.cid-uQggz3tnk8 .item-text4 {
  color: #2C2625;
}
.cid-uQggzWxkHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQggzWxkHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggzWxkHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggzWxkHz .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggzWxkHz .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .content-wrapper {
    padding: 0;
  }
}
.cid-uQggzWxkHz .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uQggzWxkHz .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggzWxkHz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1700px) {
  .cid-uQggzWxkHz .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1600px) {
  .cid-uQggzWxkHz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uQggzWxkHz .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper {
  padding: 42px;
  height: 100%;
  border: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQggzWxkHz .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #ffffff;
  outline: 2px solid #2c2625;
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 32px;
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uQggzWxkHz .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uQggzWxkHz .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-uQggzWxkHz .mbr-label {
  color: #ffffff;
}
.cid-uQggzWxkHz .mbr-section-title {
  color: #ffffff;
}
.cid-uQggzWxkHz .item-text {
  color: #ffffff;
}
.cid-uQggzWxkHz .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uQggzWxkHz .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uQggBH8vxT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQggBH8vxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggBH8vxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggBH8vxT .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggBH8vxT .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggBH8vxT .content-wrapper {
    padding: 0;
  }
}
.cid-uQggBH8vxT .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uQggBH8vxT .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #ffd8cc;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQggBH8vxT .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uQggBH8vxT .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggBH8vxT .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uQggBH8vxT .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uQggBH8vxT .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQggBH8vxT .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uQggBH8vxT .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uQggBH8vxT .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uQggBH8vxT .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQggBH8vxT .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uQggBH8vxT .mbr-section-title {
  color: #2C2625;
}
.cid-uQggBH8vxT .mbr-date {
  color: #2C2625;
}
.cid-uQggBH8vxT .mbr-tag {
  color: #2C2625;
}
.cid-uQggDCSScV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQggDCSScV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggDCSScV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggDCSScV .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQggDCSScV .card-wrapper {
    display: block;
  }
}
.cid-uQggDCSScV .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uQggDCSScV .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uQggDCSScV .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQggDCSScV .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #deb54b;
}
@media (max-width: 992px) {
  .cid-uQggDCSScV .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uQggDCSScV .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uQggDCSScV .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQggDCSScV .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uQggDCSScV .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQggDCSScV .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQggDCSScV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQggDCSScV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQggDCSScV .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQggDCSScV .mbr-date {
  color: #f4f4f4;
}
.cid-uQggDCSScV .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQggDCSScV .mbr-text {
  color: #d7d2d2;
}
.cid-uQggDCSScV .mbr-section-title,
.cid-uQggDCSScV .mbr-section-btn,
.cid-uQggDCSScV .title-wrapper {
  color: #2c2625;
}
.cid-uQggDCSScV .mbr-text,
.cid-uQggDCSScV .text-wrapper {
  color: #2c2625;
}
.cid-uQggHdLhOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2c2625;
}
.cid-uQggHdLhOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggHdLhOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggHdLhOK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggHdLhOK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggHdLhOK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uQggHdLhOK .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uQggHdLhOK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQggHdLhOK .item {
    margin-bottom: 16px;
  }
}
.cid-uQggHdLhOK .item .item-wrapper {
  padding: 32px;
  background-color: #63c169;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uQggHdLhOK .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-uQggHdLhOK .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uQggHdLhOK .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uQggHdLhOK .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uQggHdLhOK .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uQggHdLhOK .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-uQggHdLhOK .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-uQggHdLhOK .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-uQggHdLhOK .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-uQggHdLhOK .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQggHdLhOK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQggHdLhOK .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uQggHdLhOK .main-btn {
    margin-top: 16px;
  }
}
.cid-uQggHdLhOK .btn-wrapper {
  margin-top: -5%;
}
.cid-uQggHdLhOK .mbr-section-title {
  color: #ffffff;
}
.cid-uQggHdLhOK .mbr-section-title,
.cid-uQggHdLhOK .main-btn {
  text-align: center;
}
.cid-uQggHdLhOK .item-title {
  color: #000c3f;
}
.cid-uQggHdLhOK .item-text {
  color: #2c2625;
}
.cid-uQggHdLhOK .item-number {
  color: #000c3f;
}
.cid-uQggHdLhOK .item-name {
  color: #2c2625;
}
.cid-uQggJcGXus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/75490924-dizain-malenkogo-ofisa-137-2000x2667.jpg");
}
.cid-uQggJcGXus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggJcGXus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggJcGXus .content-wrapper {
  padding: 108px;
  background-color: #2c2625;
  border-right: 2px solid #ffffff;
  border-right: none;
  border-left: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQggJcGXus .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggJcGXus .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQggJcGXus .content-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uQggJcGXus .content-wrapper {
    border-left: none;
  }
}
.cid-uQggJcGXus .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggJcGXus .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 42px !important;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 32px;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 32px;
  border: 2px solid #ffffff !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px;
  }
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #ffffff !important;
  box-shadow: none;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 180px;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd876;
  border-color: #ffd876;
}
.cid-uQggJcGXus .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQggJcGXus .mbr-section-title {
  color: #ffffff;
}
.cid-uQggJcGXus label {
  color: #ffffff;
}
.cid-uQggJRJbVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQggJRJbVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggJRJbVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggJRJbVT .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQggJRJbVT .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQggJRJbVT .content-wrapper {
    padding: 0;
  }
}
.cid-uQggJRJbVT .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQggJRJbVT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQggJRJbVT .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQggJRJbVT .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQggJRJbVT .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQggJRJbVT .mbr-section-title {
  color: #ffffff;
}
.cid-uQggKSFQZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQggKSFQZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggKSFQZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggKSFQZm .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQggKSFQZm .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQggKSFQZm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQggKSFQZm .items-wrapper {
  margin: 0 -20px;
}
.cid-uQggKSFQZm .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQggKSFQZm .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQggKSFQZm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQggKSFQZm .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQggKSFQZm .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQggKSFQZm .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQggKSFQZm .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQggKSFQZm .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQggKSFQZm .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQggKSFQZm .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQggKSFQZm .mbr-section-title {
  color: #ffffff;
}
.cid-uQggKSFQZm .mbr-tag {
  color: #adadad;
}
.cid-uQggKSFQZm .item-title {
  color: #ffffff;
}
.cid-uQggLz3akS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQggLz3akS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQggLz3akS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQggLz3akS .row {
  justify-content: center;
}
.cid-uQggLz3akS .card {
  justify-content: center;
}
.cid-uQggLz3akS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQggLz3akS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQggLz3akS .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQggLz3akS .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQggLz3akS .nav-wrapper .list .item-wrap:hover,
.cid-uQggLz3akS .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQggLz3akS .list,
.cid-uQggLz3akS .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQgokMZXWV .navbar-dropdown {
  position: relative !important;
}
.cid-uQgokMZXWV .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgokMZXWV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgokMZXWV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgokMZXWV .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-uQgokMZXWV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgokMZXWV .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .dropdown-item:hover,
.cid-uQgokMZXWV .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .dropdown-item:hover span {
  color: white;
}
.cid-uQgokMZXWV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgokMZXWV .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgokMZXWV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgokMZXWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgokMZXWV .nav-link {
  position: relative;
}
.cid-uQgokMZXWV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgokMZXWV .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgokMZXWV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgokMZXWV .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .dropdown-menu,
.cid-uQgokMZXWV .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgokMZXWV .nav-item:focus,
.cid-uQgokMZXWV .nav-link:focus {
  outline: none;
}
.cid-uQgokMZXWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgokMZXWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgokMZXWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgokMZXWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgokMZXWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgokMZXWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgokMZXWV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgokMZXWV .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgokMZXWV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgokMZXWV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgokMZXWV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgokMZXWV .navbar.collapsed {
  justify-content: center;
}
.cid-uQgokMZXWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgokMZXWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgokMZXWV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgokMZXWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgokMZXWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgokMZXWV .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-uQgokMZXWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgokMZXWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgokMZXWV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgokMZXWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgokMZXWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgokMZXWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgokMZXWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgokMZXWV .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-uQgokMZXWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgokMZXWV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgokMZXWV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgokMZXWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgokMZXWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgokMZXWV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgokMZXWV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgokMZXWV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgokMZXWV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgokMZXWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgokMZXWV .navbar-brand .navbar-caption:hover,
.cid-uQgokMZXWV .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgokMZXWV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgokMZXWV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .dropdown-item.active,
.cid-uQgokMZXWV .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgokMZXWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgokMZXWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgokMZXWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgokMZXWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgokMZXWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgokMZXWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgokMZXWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgokMZXWV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgokMZXWV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgokMZXWV .navbar-buttons {
  text-align: center;
}
.cid-uQgokMZXWV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgokMZXWV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgokMZXWV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgokMZXWV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgokMZXWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgokMZXWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgokMZXWV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgokMZXWV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgokMZXWV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgokMZXWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgokMZXWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgokMZXWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgokMZXWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgokMZXWV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgokMZXWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgokMZXWV .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-uQgokMZXWV .navbar {
    height: 70px;
  }
  .cid-uQgokMZXWV .navbar.opened {
    height: auto;
  }
  .cid-uQgokMZXWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgokMZXWV .navbar-nav {
  margin: 0 auto;
}
.cid-uQgokMZXWV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgokMZXWV .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgokMZXWV .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgokMZXWV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgokMZXWV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgokMZXWV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgokMZXWV .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgokMZXWV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgokMZXWV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgokMZXWV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgokMZXWV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgokMZXWV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgokMZXWV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgokMZXWV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgokMZXWV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgokMZXWV .content-wrap {
  min-height: 130px;
}
.cid-uQgokOlCDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgokOlCDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgokOlCDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgokOlCDV .row {
  justify-content: space-between;
}
.cid-uQgokOlCDV .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQgokOlCDV .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQgokOlCDV .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQgokOlCDV .image-wrapper img {
    height: 350px;
  }
}
.cid-uQgokOlCDV .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uQgokOlCDV .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uQgokOlCDV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgokOlCDV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQgokOlCDV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgokOlCDV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQgokOlCDV .mbr-label {
  color: #19171c;
}
.cid-uQgokOlCDV .mbr-section-title {
  color: #19171c;
}
.cid-uQgokOlCDV .mbr-text,
.cid-uQgokOlCDV .text-wrapper {
  color: #ffffff;
}
.cid-uQgokOlCDV .mbr-section-title,
.cid-uQgokOlCDV .mbr-section-btn,
.cid-uQgokOlCDV .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQgokSbMHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQgokSbMHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgokSbMHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgokSbMHR .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQgokSbMHR .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgokSbMHR .content-wrapper {
    padding: 0;
  }
}
.cid-uQgokSbMHR .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgokSbMHR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgokSbMHR .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgokSbMHR .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQgokSbMHR .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQgokSbMHR .mbr-section-title {
  color: #ffffff;
}
.cid-uQgokSyYS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgokSyYS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgokSyYS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgokSyYS5 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQgokSyYS5 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQgokSyYS5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgokSyYS5 .items-wrapper {
  margin: 0 -20px;
}
.cid-uQgokSyYS5 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgokSyYS5 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQgokSyYS5 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQgokSyYS5 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgokSyYS5 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQgokSyYS5 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQgokSyYS5 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQgokSyYS5 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQgokSyYS5 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQgokSyYS5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQgokSyYS5 .mbr-section-title {
  color: #ffffff;
}
.cid-uQgokSyYS5 .mbr-tag {
  color: #adadad;
}
.cid-uQgokSyYS5 .item-title {
  color: #ffffff;
}
.cid-uQgokSXcAX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQgokSXcAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgokSXcAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgokSXcAX .row {
  justify-content: center;
}
.cid-uQgokSXcAX .card {
  justify-content: center;
}
.cid-uQgokSXcAX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQgokSXcAX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQgokSXcAX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQgokSXcAX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQgokSXcAX .nav-wrapper .list .item-wrap:hover,
.cid-uQgokSXcAX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQgokSXcAX .list,
.cid-uQgokSXcAX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQgop2boGt .navbar-dropdown {
  position: relative !important;
}
.cid-uQgop2boGt .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgop2boGt .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgop2boGt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgop2boGt .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-uQgop2boGt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgop2boGt .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgop2boGt .dropdown-item:hover,
.cid-uQgop2boGt .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgop2boGt .dropdown-item:hover span {
  color: white;
}
.cid-uQgop2boGt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgop2boGt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgop2boGt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgop2boGt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgop2boGt .nav-link {
  position: relative;
}
.cid-uQgop2boGt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgop2boGt .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgop2boGt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgop2boGt .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgop2boGt .dropdown-menu,
.cid-uQgop2boGt .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgop2boGt .nav-item:focus,
.cid-uQgop2boGt .nav-link:focus {
  outline: none;
}
.cid-uQgop2boGt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgop2boGt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgop2boGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgop2boGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgop2boGt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgop2boGt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgop2boGt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgop2boGt .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgop2boGt .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgop2boGt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgop2boGt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgop2boGt .navbar.collapsed {
  justify-content: center;
}
.cid-uQgop2boGt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgop2boGt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgop2boGt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgop2boGt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgop2boGt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgop2boGt .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-uQgop2boGt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgop2boGt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgop2boGt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgop2boGt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgop2boGt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgop2boGt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgop2boGt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgop2boGt .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-uQgop2boGt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgop2boGt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgop2boGt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgop2boGt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgop2boGt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgop2boGt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgop2boGt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgop2boGt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgop2boGt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgop2boGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgop2boGt .navbar-brand .navbar-caption:hover,
.cid-uQgop2boGt .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgop2boGt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgop2boGt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgop2boGt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgop2boGt .dropdown-item.active,
.cid-uQgop2boGt .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgop2boGt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgop2boGt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgop2boGt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgop2boGt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgop2boGt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgop2boGt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgop2boGt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgop2boGt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgop2boGt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgop2boGt .navbar-buttons {
  text-align: center;
}
.cid-uQgop2boGt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgop2boGt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgop2boGt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgop2boGt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgop2boGt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgop2boGt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgop2boGt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgop2boGt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgop2boGt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgop2boGt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgop2boGt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgop2boGt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgop2boGt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgop2boGt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgop2boGt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgop2boGt .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-uQgop2boGt .navbar {
    height: 70px;
  }
  .cid-uQgop2boGt .navbar.opened {
    height: auto;
  }
  .cid-uQgop2boGt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgop2boGt .navbar-nav {
  margin: 0 auto;
}
.cid-uQgop2boGt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgop2boGt .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgop2boGt .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgop2boGt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgop2boGt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgop2boGt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgop2boGt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgop2boGt .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgop2boGt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgop2boGt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgop2boGt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgop2boGt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgop2boGt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgop2boGt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgop2boGt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgop2boGt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgop2boGt .content-wrap {
  min-height: 130px;
}
.cid-uQgop2M2Bo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgop2M2Bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgop2M2Bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgop2M2Bo .row {
  justify-content: space-between;
}
.cid-uQgop2M2Bo .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQgop2M2Bo .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQgop2M2Bo .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQgop2M2Bo .image-wrapper img {
    height: 350px;
  }
}
.cid-uQgop2M2Bo .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uQgop2M2Bo .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uQgop2M2Bo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgop2M2Bo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQgop2M2Bo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgop2M2Bo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQgop2M2Bo .mbr-label {
  color: #19171c;
}
.cid-uQgop2M2Bo .mbr-section-title {
  color: #19171c;
}
.cid-uQgop2M2Bo .mbr-text,
.cid-uQgop2M2Bo .text-wrapper {
  color: #ffffff;
}
.cid-uQgop2M2Bo .mbr-section-title,
.cid-uQgop2M2Bo .mbr-section-btn,
.cid-uQgop2M2Bo .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQgop5pNMa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQgop5pNMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgop5pNMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgop5pNMa .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQgop5pNMa .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgop5pNMa .content-wrapper {
    padding: 0;
  }
}
.cid-uQgop5pNMa .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgop5pNMa .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgop5pNMa .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgop5pNMa .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQgop5pNMa .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQgop5pNMa .mbr-section-title {
  color: #ffffff;
}
.cid-uQgop5LEyx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgop5LEyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgop5LEyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgop5LEyx .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQgop5LEyx .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQgop5LEyx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgop5LEyx .items-wrapper {
  margin: 0 -20px;
}
.cid-uQgop5LEyx .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgop5LEyx .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQgop5LEyx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQgop5LEyx .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgop5LEyx .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQgop5LEyx .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQgop5LEyx .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQgop5LEyx .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQgop5LEyx .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQgop5LEyx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQgop5LEyx .mbr-section-title {
  color: #ffffff;
}
.cid-uQgop5LEyx .mbr-tag {
  color: #adadad;
}
.cid-uQgop5LEyx .item-title {
  color: #ffffff;
}
.cid-uQgop67dbr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQgop67dbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgop67dbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgop67dbr .row {
  justify-content: center;
}
.cid-uQgop67dbr .card {
  justify-content: center;
}
.cid-uQgop67dbr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQgop67dbr .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQgop67dbr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQgop67dbr .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQgop67dbr .nav-wrapper .list .item-wrap:hover,
.cid-uQgop67dbr .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQgop67dbr .list,
.cid-uQgop67dbr .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQgorkn6GM .navbar-dropdown {
  position: relative !important;
}
.cid-uQgorkn6GM .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgorkn6GM .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgorkn6GM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgorkn6GM .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-uQgorkn6GM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgorkn6GM .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .dropdown-item:hover,
.cid-uQgorkn6GM .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .dropdown-item:hover span {
  color: white;
}
.cid-uQgorkn6GM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgorkn6GM .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgorkn6GM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgorkn6GM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgorkn6GM .nav-link {
  position: relative;
}
.cid-uQgorkn6GM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgorkn6GM .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgorkn6GM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgorkn6GM .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .dropdown-menu,
.cid-uQgorkn6GM .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgorkn6GM .nav-item:focus,
.cid-uQgorkn6GM .nav-link:focus {
  outline: none;
}
.cid-uQgorkn6GM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgorkn6GM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgorkn6GM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgorkn6GM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgorkn6GM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgorkn6GM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgorkn6GM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgorkn6GM .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgorkn6GM .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgorkn6GM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgorkn6GM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgorkn6GM .navbar.collapsed {
  justify-content: center;
}
.cid-uQgorkn6GM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgorkn6GM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgorkn6GM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgorkn6GM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgorkn6GM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgorkn6GM .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-uQgorkn6GM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgorkn6GM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgorkn6GM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgorkn6GM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgorkn6GM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgorkn6GM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgorkn6GM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgorkn6GM .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-uQgorkn6GM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgorkn6GM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgorkn6GM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgorkn6GM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgorkn6GM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgorkn6GM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgorkn6GM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgorkn6GM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgorkn6GM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgorkn6GM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgorkn6GM .navbar-brand .navbar-caption:hover,
.cid-uQgorkn6GM .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgorkn6GM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgorkn6GM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .dropdown-item.active,
.cid-uQgorkn6GM .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgorkn6GM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgorkn6GM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgorkn6GM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgorkn6GM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgorkn6GM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgorkn6GM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgorkn6GM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgorkn6GM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgorkn6GM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgorkn6GM .navbar-buttons {
  text-align: center;
}
.cid-uQgorkn6GM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgorkn6GM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgorkn6GM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgorkn6GM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgorkn6GM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgorkn6GM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgorkn6GM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgorkn6GM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgorkn6GM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgorkn6GM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgorkn6GM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgorkn6GM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgorkn6GM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgorkn6GM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgorkn6GM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgorkn6GM .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-uQgorkn6GM .navbar {
    height: 70px;
  }
  .cid-uQgorkn6GM .navbar.opened {
    height: auto;
  }
  .cid-uQgorkn6GM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgorkn6GM .navbar-nav {
  margin: 0 auto;
}
.cid-uQgorkn6GM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgorkn6GM .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgorkn6GM .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgorkn6GM .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgorkn6GM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgorkn6GM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgorkn6GM .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgorkn6GM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgorkn6GM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgorkn6GM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgorkn6GM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgorkn6GM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgorkn6GM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgorkn6GM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgorkn6GM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgorkn6GM .content-wrap {
  min-height: 130px;
}
.cid-uQgorl9dLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgorl9dLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgorl9dLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgorl9dLp .row {
  justify-content: space-between;
}
.cid-uQgorl9dLp .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQgorl9dLp .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQgorl9dLp .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQgorl9dLp .image-wrapper img {
    height: 350px;
  }
}
.cid-uQgorl9dLp .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uQgorl9dLp .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uQgorl9dLp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgorl9dLp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQgorl9dLp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgorl9dLp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQgorl9dLp .mbr-label {
  color: #19171c;
}
.cid-uQgorl9dLp .mbr-section-title {
  color: #19171c;
}
.cid-uQgorl9dLp .mbr-text,
.cid-uQgorl9dLp .text-wrapper {
  color: #ffffff;
}
.cid-uQgorl9dLp .mbr-section-title,
.cid-uQgorl9dLp .mbr-section-btn,
.cid-uQgorl9dLp .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQgornufTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQgornufTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgornufTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgornufTH .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQgornufTH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgornufTH .content-wrapper {
    padding: 0;
  }
}
.cid-uQgornufTH .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgornufTH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgornufTH .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgornufTH .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQgornufTH .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQgornufTH .mbr-section-title {
  color: #ffffff;
}
.cid-uQgornPJWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgornPJWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgornPJWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgornPJWI .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQgornPJWI .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQgornPJWI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgornPJWI .items-wrapper {
  margin: 0 -20px;
}
.cid-uQgornPJWI .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgornPJWI .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQgornPJWI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQgornPJWI .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgornPJWI .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQgornPJWI .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQgornPJWI .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQgornPJWI .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQgornPJWI .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQgornPJWI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQgornPJWI .mbr-section-title {
  color: #ffffff;
}
.cid-uQgornPJWI .mbr-tag {
  color: #adadad;
}
.cid-uQgornPJWI .item-title {
  color: #ffffff;
}
.cid-uQgoroc045 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQgoroc045 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgoroc045 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgoroc045 .row {
  justify-content: center;
}
.cid-uQgoroc045 .card {
  justify-content: center;
}
.cid-uQgoroc045 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQgoroc045 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQgoroc045 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQgoroc045 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQgoroc045 .nav-wrapper .list .item-wrap:hover,
.cid-uQgoroc045 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQgoroc045 .list,
.cid-uQgoroc045 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQgouoxUZH .navbar-dropdown {
  position: relative !important;
}
.cid-uQgouoxUZH .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgouoxUZH .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgouoxUZH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgouoxUZH .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-uQgouoxUZH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgouoxUZH .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .dropdown-item:hover,
.cid-uQgouoxUZH .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .dropdown-item:hover span {
  color: white;
}
.cid-uQgouoxUZH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgouoxUZH .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgouoxUZH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgouoxUZH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgouoxUZH .nav-link {
  position: relative;
}
.cid-uQgouoxUZH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgouoxUZH .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgouoxUZH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgouoxUZH .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .dropdown-menu,
.cid-uQgouoxUZH .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgouoxUZH .nav-item:focus,
.cid-uQgouoxUZH .nav-link:focus {
  outline: none;
}
.cid-uQgouoxUZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgouoxUZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgouoxUZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgouoxUZH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgouoxUZH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgouoxUZH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgouoxUZH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgouoxUZH .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgouoxUZH .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgouoxUZH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgouoxUZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgouoxUZH .navbar.collapsed {
  justify-content: center;
}
.cid-uQgouoxUZH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgouoxUZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgouoxUZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgouoxUZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgouoxUZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgouoxUZH .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-uQgouoxUZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgouoxUZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgouoxUZH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgouoxUZH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgouoxUZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgouoxUZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgouoxUZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgouoxUZH .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-uQgouoxUZH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgouoxUZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgouoxUZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgouoxUZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgouoxUZH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgouoxUZH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgouoxUZH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgouoxUZH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgouoxUZH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgouoxUZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgouoxUZH .navbar-brand .navbar-caption:hover,
.cid-uQgouoxUZH .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgouoxUZH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgouoxUZH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .dropdown-item.active,
.cid-uQgouoxUZH .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgouoxUZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgouoxUZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgouoxUZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgouoxUZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgouoxUZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgouoxUZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgouoxUZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgouoxUZH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgouoxUZH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgouoxUZH .navbar-buttons {
  text-align: center;
}
.cid-uQgouoxUZH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgouoxUZH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgouoxUZH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgouoxUZH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgouoxUZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgouoxUZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgouoxUZH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgouoxUZH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgouoxUZH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgouoxUZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgouoxUZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgouoxUZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgouoxUZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgouoxUZH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgouoxUZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgouoxUZH .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-uQgouoxUZH .navbar {
    height: 70px;
  }
  .cid-uQgouoxUZH .navbar.opened {
    height: auto;
  }
  .cid-uQgouoxUZH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgouoxUZH .navbar-nav {
  margin: 0 auto;
}
.cid-uQgouoxUZH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgouoxUZH .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgouoxUZH .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgouoxUZH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgouoxUZH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgouoxUZH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgouoxUZH .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgouoxUZH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgouoxUZH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgouoxUZH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgouoxUZH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgouoxUZH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgouoxUZH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgouoxUZH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgouoxUZH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgouoxUZH .content-wrap {
  min-height: 130px;
}
.cid-uQgoupy4dK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgoupy4dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgoupy4dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgoupy4dK .row {
  justify-content: space-between;
}
.cid-uQgoupy4dK .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQgoupy4dK .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQgoupy4dK .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQgoupy4dK .image-wrapper img {
    height: 350px;
  }
}
.cid-uQgoupy4dK .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uQgoupy4dK .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uQgoupy4dK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgoupy4dK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQgoupy4dK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgoupy4dK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQgoupy4dK .mbr-label {
  color: #19171c;
}
.cid-uQgoupy4dK .mbr-section-title {
  color: #19171c;
}
.cid-uQgoupy4dK .mbr-text,
.cid-uQgoupy4dK .text-wrapper {
  color: #ffffff;
}
.cid-uQgoupy4dK .mbr-section-title,
.cid-uQgoupy4dK .mbr-section-btn,
.cid-uQgoupy4dK .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQgourBTxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQgourBTxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgourBTxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgourBTxQ .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQgourBTxQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgourBTxQ .content-wrapper {
    padding: 0;
  }
}
.cid-uQgourBTxQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgourBTxQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgourBTxQ .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgourBTxQ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQgourBTxQ .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQgourBTxQ .mbr-section-title {
  color: #ffffff;
}
.cid-uQgourV7Ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgourV7Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgourV7Ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgourV7Ub .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQgourV7Ub .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQgourV7Ub .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgourV7Ub .items-wrapper {
  margin: 0 -20px;
}
.cid-uQgourV7Ub .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgourV7Ub .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQgourV7Ub .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQgourV7Ub .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgourV7Ub .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQgourV7Ub .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQgourV7Ub .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQgourV7Ub .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQgourV7Ub .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQgourV7Ub .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQgourV7Ub .mbr-section-title {
  color: #ffffff;
}
.cid-uQgourV7Ub .mbr-tag {
  color: #adadad;
}
.cid-uQgourV7Ub .item-title {
  color: #ffffff;
}
.cid-uQgoush7SE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQgoush7SE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgoush7SE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgoush7SE .row {
  justify-content: center;
}
.cid-uQgoush7SE .card {
  justify-content: center;
}
.cid-uQgoush7SE .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQgoush7SE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQgoush7SE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQgoush7SE .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQgoush7SE .nav-wrapper .list .item-wrap:hover,
.cid-uQgoush7SE .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQgoush7SE .list,
.cid-uQgoush7SE .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQgpk5J1E9 .navbar-dropdown {
  position: relative !important;
}
.cid-uQgpk5J1E9 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgpk5J1E9 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgpk5J1E9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgpk5J1E9 .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-uQgpk5J1E9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgpk5J1E9 .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .dropdown-item:hover,
.cid-uQgpk5J1E9 .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .dropdown-item:hover span {
  color: white;
}
.cid-uQgpk5J1E9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgpk5J1E9 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgpk5J1E9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgpk5J1E9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgpk5J1E9 .nav-link {
  position: relative;
}
.cid-uQgpk5J1E9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgpk5J1E9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgpk5J1E9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgpk5J1E9 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .dropdown-menu,
.cid-uQgpk5J1E9 .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgpk5J1E9 .nav-item:focus,
.cid-uQgpk5J1E9 .nav-link:focus {
  outline: none;
}
.cid-uQgpk5J1E9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgpk5J1E9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgpk5J1E9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgpk5J1E9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgpk5J1E9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgpk5J1E9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgpk5J1E9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgpk5J1E9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgpk5J1E9 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgpk5J1E9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgpk5J1E9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgpk5J1E9 .navbar.collapsed {
  justify-content: center;
}
.cid-uQgpk5J1E9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgpk5J1E9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgpk5J1E9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgpk5J1E9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgpk5J1E9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgpk5J1E9 .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-uQgpk5J1E9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgpk5J1E9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgpk5J1E9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgpk5J1E9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgpk5J1E9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgpk5J1E9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgpk5J1E9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgpk5J1E9 .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-uQgpk5J1E9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgpk5J1E9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgpk5J1E9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgpk5J1E9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgpk5J1E9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgpk5J1E9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgpk5J1E9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgpk5J1E9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgpk5J1E9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgpk5J1E9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgpk5J1E9 .navbar-brand .navbar-caption:hover,
.cid-uQgpk5J1E9 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgpk5J1E9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgpk5J1E9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .dropdown-item.active,
.cid-uQgpk5J1E9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgpk5J1E9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgpk5J1E9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgpk5J1E9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgpk5J1E9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgpk5J1E9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgpk5J1E9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgpk5J1E9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgpk5J1E9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgpk5J1E9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgpk5J1E9 .navbar-buttons {
  text-align: center;
}
.cid-uQgpk5J1E9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgpk5J1E9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgpk5J1E9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgpk5J1E9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgpk5J1E9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgpk5J1E9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgpk5J1E9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgpk5J1E9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgpk5J1E9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgpk5J1E9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgpk5J1E9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgpk5J1E9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgpk5J1E9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgpk5J1E9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgpk5J1E9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgpk5J1E9 .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-uQgpk5J1E9 .navbar {
    height: 70px;
  }
  .cid-uQgpk5J1E9 .navbar.opened {
    height: auto;
  }
  .cid-uQgpk5J1E9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgpk5J1E9 .navbar-nav {
  margin: 0 auto;
}
.cid-uQgpk5J1E9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgpk5J1E9 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgpk5J1E9 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgpk5J1E9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgpk5J1E9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgpk5J1E9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgpk5J1E9 .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgpk5J1E9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgpk5J1E9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgpk5J1E9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgpk5J1E9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgpk5J1E9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgpk5J1E9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgpk5J1E9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgpk5J1E9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgpk5J1E9 .content-wrap {
  min-height: 130px;
}
.cid-uQgpovzivr {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgpovzivr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpovzivr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpovzivr .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uQgpovzivr .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uQgpovzivr .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uQgpovzivr .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQgpovzivr .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQgpovzivr .mbr-desc,
.cid-uQgpovzivr .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQgpovzivr .mbr-text,
.cid-uQgpovzivr .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uQgpk6fmnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQgpk6fmnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpk6fmnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpk6fmnx .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQgpk6fmnx .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgpk6fmnx .content-wrapper {
    padding: 0;
  }
}
.cid-uQgpk6fmnx .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgpk6fmnx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgpk6fmnx .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgpk6fmnx .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQgpk6fmnx .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQgpk6fmnx .mbr-section-title {
  color: #ffffff;
}
.cid-uQgpk6vese {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgpk6vese .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpk6vese .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpk6vese .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQgpk6vese .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQgpk6vese .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgpk6vese .items-wrapper {
  margin: 0 -20px;
}
.cid-uQgpk6vese .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgpk6vese .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQgpk6vese .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQgpk6vese .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgpk6vese .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQgpk6vese .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQgpk6vese .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQgpk6vese .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQgpk6vese .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQgpk6vese .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQgpk6vese .mbr-section-title {
  color: #ffffff;
}
.cid-uQgpk6vese .mbr-tag {
  color: #adadad;
}
.cid-uQgpk6vese .item-title {
  color: #ffffff;
}
.cid-uQgpk6JOcd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQgpk6JOcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpk6JOcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpk6JOcd .row {
  justify-content: center;
}
.cid-uQgpk6JOcd .card {
  justify-content: center;
}
.cid-uQgpk6JOcd .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQgpk6JOcd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQgpk6JOcd .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQgpk6JOcd .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQgpk6JOcd .nav-wrapper .list .item-wrap:hover,
.cid-uQgpk6JOcd .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQgpk6JOcd .list,
.cid-uQgpk6JOcd .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQgpxcGKHe .navbar-dropdown {
  position: relative !important;
}
.cid-uQgpxcGKHe .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uQgpxcGKHe .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgpxcGKHe .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQgpxcGKHe .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-uQgpxcGKHe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQgpxcGKHe .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .dropdown-item:hover,
.cid-uQgpxcGKHe .dropdown-item:focus {
  background: #2c2625 !important;
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .dropdown-item:hover span {
  color: white;
}
.cid-uQgpxcGKHe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQgpxcGKHe .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQgpxcGKHe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQgpxcGKHe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQgpxcGKHe .nav-link {
  position: relative;
}
.cid-uQgpxcGKHe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQgpxcGKHe .container {
    flex-wrap: nowrap;
  }
}
.cid-uQgpxcGKHe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQgpxcGKHe .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .dropdown-menu,
.cid-uQgpxcGKHe .navbar.opened {
  background: #2c2625 !important;
}
.cid-uQgpxcGKHe .nav-item:focus,
.cid-uQgpxcGKHe .nav-link:focus {
  outline: none;
}
.cid-uQgpxcGKHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQgpxcGKHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQgpxcGKHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQgpxcGKHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQgpxcGKHe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQgpxcGKHe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQgpxcGKHe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgpxcGKHe .navbar.opened {
  transition: all 0.3s;
}
.cid-uQgpxcGKHe .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uQgpxcGKHe .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uQgpxcGKHe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQgpxcGKHe .navbar.collapsed {
  justify-content: center;
}
.cid-uQgpxcGKHe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQgpxcGKHe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQgpxcGKHe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uQgpxcGKHe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQgpxcGKHe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQgpxcGKHe .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-uQgpxcGKHe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQgpxcGKHe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQgpxcGKHe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQgpxcGKHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQgpxcGKHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQgpxcGKHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQgpxcGKHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQgpxcGKHe .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-uQgpxcGKHe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQgpxcGKHe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQgpxcGKHe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQgpxcGKHe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQgpxcGKHe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQgpxcGKHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQgpxcGKHe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQgpxcGKHe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQgpxcGKHe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQgpxcGKHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQgpxcGKHe .navbar-brand .navbar-caption:hover,
.cid-uQgpxcGKHe .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQgpxcGKHe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQgpxcGKHe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .dropdown-item.active,
.cid-uQgpxcGKHe .dropdown-item:active {
  background-color: transparent;
}
.cid-uQgpxcGKHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQgpxcGKHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQgpxcGKHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQgpxcGKHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uQgpxcGKHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQgpxcGKHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQgpxcGKHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQgpxcGKHe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQgpxcGKHe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uQgpxcGKHe .navbar-buttons {
  text-align: center;
}
.cid-uQgpxcGKHe .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uQgpxcGKHe .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uQgpxcGKHe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQgpxcGKHe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQgpxcGKHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQgpxcGKHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQgpxcGKHe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgpxcGKHe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQgpxcGKHe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQgpxcGKHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgpxcGKHe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQgpxcGKHe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQgpxcGKHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQgpxcGKHe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQgpxcGKHe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQgpxcGKHe .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-uQgpxcGKHe .navbar {
    height: 70px;
  }
  .cid-uQgpxcGKHe .navbar.opened {
    height: auto;
  }
  .cid-uQgpxcGKHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQgpxcGKHe .navbar-nav {
  margin: 0 auto;
}
.cid-uQgpxcGKHe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQgpxcGKHe .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uQgpxcGKHe .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQgpxcGKHe .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQgpxcGKHe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQgpxcGKHe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uQgpxcGKHe .nav-item .dropdown-menu .dropdown-item {
  color: #ffd876 !important;
}
.cid-uQgpxcGKHe .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uQgpxcGKHe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQgpxcGKHe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQgpxcGKHe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQgpxcGKHe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQgpxcGKHe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQgpxcGKHe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQgpxcGKHe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uQgpxcGKHe .content-wrap {
  min-height: 130px;
}
.cid-uQgpxcYOod {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgpxcYOod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpxcYOod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpxcYOod .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uQgpxcYOod .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uQgpxcYOod .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uQgpxcYOod .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQgpxcYOod .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQgpxcYOod .mbr-desc,
.cid-uQgpxcYOod .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQgpxcYOod .mbr-text,
.cid-uQgpxcYOod .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uQgpxdbnph {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uQgpxdbnph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpxdbnph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpxdbnph .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uQgpxdbnph .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQgpxdbnph .content-wrapper {
    padding: 0;
  }
}
.cid-uQgpxdbnph .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQgpxdbnph .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQgpxdbnph .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uQgpxdbnph .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uQgpxdbnph .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uQgpxdbnph .mbr-section-title {
  color: #ffffff;
}
.cid-uQgpxdpANW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uQgpxdpANW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpxdpANW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpxdpANW .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQgpxdpANW .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQgpxdpANW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQgpxdpANW .items-wrapper {
  margin: 0 -20px;
}
.cid-uQgpxdpANW .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQgpxdpANW .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQgpxdpANW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQgpxdpANW .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQgpxdpANW .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQgpxdpANW .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQgpxdpANW .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQgpxdpANW .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #deb54b, #deb54b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQgpxdpANW .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQgpxdpANW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQgpxdpANW .mbr-section-title {
  color: #ffffff;
}
.cid-uQgpxdpANW .mbr-tag {
  color: #adadad;
}
.cid-uQgpxdpANW .item-title {
  color: #ffffff;
}
.cid-uQgpxdC1Kr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQgpxdC1Kr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgpxdC1Kr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgpxdC1Kr .row {
  justify-content: center;
}
.cid-uQgpxdC1Kr .card {
  justify-content: center;
}
.cid-uQgpxdC1Kr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQgpxdC1Kr .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQgpxdC1Kr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQgpxdC1Kr .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQgpxdC1Kr .nav-wrapper .list .item-wrap:hover,
.cid-uQgpxdC1Kr .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQgpxdC1Kr .list,
.cid-uQgpxdC1Kr .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
