.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Crimson Text', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Crimson Text', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d5c409 !important;
}
.bg-success {
  background-color: #d5c409 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #9fdbf8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071415 !important;
  border-color: #071415 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #827705 !important;
  border-color: #827705 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #0a638e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d5c409;
  color: #d5c409;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #827705 !important;
  background-color: transparent !important;
  border-color: #827705 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d5356;
  color: #1d5356;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071415 !important;
  background-color: transparent !important;
  border-color: #071415 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d5356 !important;
  border-color: #1d5356 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d5c409;
  color: #d5c409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #827705 !important;
  background-color: transparent !important;
  border-color: #827705 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d5c409 !important;
  border-color: #d5c409 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9fdbf8;
  color: #9fdbf8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent !important;
  border-color: #4ebdf2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !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: #d5c409 !important;
}
.text-secondary {
  color: #1d5356 !important;
}
.text-success {
  color: #d5c409 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #9fdbf8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #736a05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #03090a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #736a05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40b7f1 !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;
}
.nav-tabs .nav-link.active {
  color: #d5c409;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #9fdbf8;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d5c409;
  border-color: #d5c409;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d5c409;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf5ae;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcf5ae;
}
.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: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #d5c409 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #d5c409;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d5c409;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d5c409;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d5c409;
  border-bottom-color: #d5c409;
}
.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: #d5c409 !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: #1d5356 !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='%23d5c409' %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;
}
.cid-uMsDT38t69 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMsDT38t69 .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;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMsDT38t69 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsDT38t69 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMsDT38t69 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMsDT38t69 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsDT38t69 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMsDT38t69 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMsDT38t69 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMsDT38t69 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMsDT38t69 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMsDT38t69 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMsDT38t69 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMsDT38t69 .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uMsDT38t69 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMsDT38t69 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uMsDT38t69 .nav-item:focus,
.cid-uMsDT38t69 .nav-link:focus {
  outline: none;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsDT38t69 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsDT38t69 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsDT38t69 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMsDT38t69 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsDT38t69 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMsDT38t69 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMsDT38t69 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMsDT38t69 .navbar.collapsed {
  justify-content: center;
}
.cid-uMsDT38t69 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsDT38t69 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsDT38t69 .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-uMsDT38t69 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMsDT38t69 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar {
    min-height: 72px;
  }
  .cid-uMsDT38t69 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMsDT38t69 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsDT38t69 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsDT38t69 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMsDT38t69 .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-uMsDT38t69 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMsDT38t69 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMsDT38t69 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsDT38t69 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMsDT38t69 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMsDT38t69 .dropdown-item.active,
.cid-uMsDT38t69 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsDT38t69 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsDT38t69 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMsDT38t69 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMsDT38t69 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMsDT38t69 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMsDT38t69 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .navbar-buttons {
    text-align: left;
  }
}
.cid-uMsDT38t69 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsDT38t69 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMsDT38t69 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMsDT38t69 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsDT38t69 .navbar {
    height: 70px;
  }
  .cid-uMsDT38t69 .navbar.opened {
    height: auto;
  }
  .cid-uMsDT38t69 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMsDT38t69 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMsDT38t69 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMsDT38t69 .navbar-brand {
    margin-right: auto;
  }
  .cid-uMsDT38t69 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMsDT38t69 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMsDT38t69 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMsDT38t69 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtGfqsU6D {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uMtGfqsU6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtGfqsU6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtGfqsU6D .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uMtGfqsU6D .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-uMtGfqsU6D .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMtGfqsU6D .image-wrapper {
    padding: 1rem;
  }
}
.cid-uMtGfqsU6D .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMtGfqsU6D .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-uMtGfqsU6D .row {
  flex-direction: row-reverse;
}
.cid-uMtGfqsU6D .row {
  align-items: center;
}
.cid-uMtGfqsU6D .mbr-section-title {
  color: #212132;
}
.cid-uMtGfqsU6D .mbr-text,
.cid-uMtGfqsU6D .mbr-section-btn {
  color: #491414;
}
.cid-uMtGfqsU6D .mbr-section-subtitle {
  color: #491414;
}
.cid-uMnRC0GMMn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMnRC0GMMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnRC0GMMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnRC0GMMn .row {
    padding: 0 24px;
  }
}
.cid-uMnRC0GMMn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnRC0GMMn .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnRC0GMMn .mbr-section-title {
  color: #005c62;
}
.cid-uMnRC0GMMn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMnRC0GMMn .mbr-section-title,
.cid-uMnRC0GMMn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMnRCj4dQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMnRCj4dQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnRCj4dQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnRCj4dQd .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMnRCj4dQd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMnRCj4dQd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMnRCj4dQd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMnRCj4dQd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnRCj4dQd .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #212132;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list,
.cid-uMq7oDBR33 .item-wrap {
  color: #ffffff;
}
.cid-uMq7oDBR33 .mbr-text,
.cid-uMq7oDBR33 .text-wrapper {
  color: #ffffff;
}
.cid-uMsDT38t69 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMsDT38t69 .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;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMsDT38t69 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsDT38t69 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMsDT38t69 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMsDT38t69 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsDT38t69 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMsDT38t69 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMsDT38t69 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMsDT38t69 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMsDT38t69 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMsDT38t69 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMsDT38t69 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMsDT38t69 .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uMsDT38t69 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMsDT38t69 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uMsDT38t69 .nav-item:focus,
.cid-uMsDT38t69 .nav-link:focus {
  outline: none;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsDT38t69 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsDT38t69 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsDT38t69 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMsDT38t69 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsDT38t69 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMsDT38t69 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMsDT38t69 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMsDT38t69 .navbar.collapsed {
  justify-content: center;
}
.cid-uMsDT38t69 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsDT38t69 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsDT38t69 .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-uMsDT38t69 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMsDT38t69 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar {
    min-height: 72px;
  }
  .cid-uMsDT38t69 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMsDT38t69 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsDT38t69 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsDT38t69 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMsDT38t69 .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-uMsDT38t69 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMsDT38t69 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMsDT38t69 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsDT38t69 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMsDT38t69 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMsDT38t69 .dropdown-item.active,
.cid-uMsDT38t69 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsDT38t69 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsDT38t69 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMsDT38t69 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMsDT38t69 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMsDT38t69 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMsDT38t69 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .navbar-buttons {
    text-align: left;
  }
}
.cid-uMsDT38t69 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsDT38t69 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMsDT38t69 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMsDT38t69 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsDT38t69 .navbar {
    height: 70px;
  }
  .cid-uMsDT38t69 .navbar.opened {
    height: auto;
  }
  .cid-uMsDT38t69 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMsDT38t69 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMsDT38t69 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMsDT38t69 .navbar-brand {
    margin-right: auto;
  }
  .cid-uMsDT38t69 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMsDT38t69 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMsDT38t69 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMsDT38t69 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtGJzpb6l {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uMtGJzpb6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtGJzpb6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtGJzpb6l .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uMtGJzpb6l .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-uMtGJzpb6l .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMtGJzpb6l .image-wrapper {
    padding: 1rem;
  }
}
.cid-uMtGJzpb6l .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMtGJzpb6l .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-uMtGJzpb6l .row {
  flex-direction: row-reverse;
}
.cid-uMtGJzpb6l .row {
  align-items: center;
}
.cid-uMtGJzpb6l .mbr-section-title {
  color: #212132;
}
.cid-uMtGJzpb6l .mbr-text,
.cid-uMtGJzpb6l .mbr-section-btn {
  color: #491414;
}
.cid-uMtGJzpb6l .mbr-section-subtitle {
  color: #491414;
}
.cid-uMnSg1ZS9U {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMnSg1ZS9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnSg1ZS9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnSg1ZS9U .row {
    padding: 0 24px;
  }
}
.cid-uMnSg1ZS9U .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnSg1ZS9U .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnSg1ZS9U .mbr-section-title {
  color: #005c62;
}
.cid-uMnSg1ZS9U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMnSg1ZS9U .mbr-section-title,
.cid-uMnSg1ZS9U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMnSg3aa9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ecede8;
}
.cid-uMnSg3aa9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnSg3aa9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnSg3aa9B .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMnSg3aa9B .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMnSg3aa9B .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMnSg3aa9B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMnSg3aa9B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnSg3aa9B .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #212132;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list,
.cid-uMq7oDBR33 .item-wrap {
  color: #ffffff;
}
.cid-uMq7oDBR33 .mbr-text,
.cid-uMq7oDBR33 .text-wrapper {
  color: #ffffff;
}
.cid-uMsDT38t69 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMsDT38t69 .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;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMsDT38t69 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMsDT38t69 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMsDT38t69 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMsDT38t69 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMsDT38t69 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMsDT38t69 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMsDT38t69 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMsDT38t69 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMsDT38t69 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMsDT38t69 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMsDT38t69 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMsDT38t69 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMsDT38t69 .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uMsDT38t69 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMsDT38t69 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uMsDT38t69 .nav-item:focus,
.cid-uMsDT38t69 .nav-link:focus {
  outline: none;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMsDT38t69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMsDT38t69 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMsDT38t69 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMsDT38t69 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMsDT38t69 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMsDT38t69 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMsDT38t69 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMsDT38t69 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMsDT38t69 .navbar.collapsed {
  justify-content: center;
}
.cid-uMsDT38t69 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMsDT38t69 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMsDT38t69 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMsDT38t69 .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-uMsDT38t69 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMsDT38t69 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMsDT38t69 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMsDT38t69 .navbar {
    min-height: 72px;
  }
  .cid-uMsDT38t69 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMsDT38t69 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMsDT38t69 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMsDT38t69 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMsDT38t69 .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-uMsDT38t69 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMsDT38t69 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMsDT38t69 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMsDT38t69 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMsDT38t69 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMsDT38t69 .dropdown-item.active,
.cid-uMsDT38t69 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMsDT38t69 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMsDT38t69 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMsDT38t69 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMsDT38t69 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMsDT38t69 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMsDT38t69 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMsDT38t69 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .navbar-buttons {
    text-align: left;
  }
}
.cid-uMsDT38t69 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMsDT38t69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMsDT38t69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMsDT38t69 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMsDT38t69 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMsDT38t69 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMsDT38t69 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMsDT38t69 .navbar {
    height: 70px;
  }
  .cid-uMsDT38t69 .navbar.opened {
    height: auto;
  }
  .cid-uMsDT38t69 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMsDT38t69 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMsDT38t69 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMsDT38t69 .navbar-brand {
    margin-right: auto;
  }
  .cid-uMsDT38t69 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMsDT38t69 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMsDT38t69 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMsDT38t69 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMsDT38t69 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMsDT38t69 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMsJUk5PMQ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMsJUk5PMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsJUk5PMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsJUk5PMQ .container {
  max-width: 1600px;
}
.cid-uMsJUk5PMQ .row {
  justify-content: center;
}
.cid-uMsJUk5PMQ .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-uMsJUk5PMQ .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .info-container {
    width: 100%;
  }
}
.cid-uMsJUk5PMQ .title-container {
  margin-bottom: 50px;
}
.cid-uMsJUk5PMQ .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMsJUk5PMQ .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uMsJUk5PMQ .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uMsJUk5PMQ .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .text-container {
    margin: 24px auto;
  }
}
.cid-uMsJUk5PMQ .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .mbr-text {
    text-align: center !important;
  }
}
.cid-uMsJUk5PMQ .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMsJUk5PMQ .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMsJUk5PMQ .icon-text {
  color: #AE5EFF;
}
.cid-uMsJUk5PMQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMsJUk5PMQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMsJUk5PMQ .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMsJUk5PMQ form {
  width: 100%;
}
.cid-uMsJUk5PMQ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMsJUk5PMQ form p {
  color: #ffffff;
}
.cid-uMsJUk5PMQ form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMsJUk5PMQ form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uMsJUk5PMQ form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uMsJUk5PMQ form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uMsJUk5PMQ form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uMsJUk5PMQ form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uMsJUk5PMQ form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uMsJUk5PMQ form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uMsJUk5PMQ form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form .form-control:hover {
  outline: none !important;
}
.cid-uMsJUk5PMQ form select {
  color: #939292 !important;
}
.cid-uMsJUk5PMQ form textarea {
  height: 200px;
}
.cid-uMsJUk5PMQ form input:active,
.cid-uMsJUk5PMQ form textarea:active,
.cid-uMsJUk5PMQ form input:focus,
.cid-uMsJUk5PMQ form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uMsJUk5PMQ form input:active::-webkit-input-placeholder,
.cid-uMsJUk5PMQ form textarea:active::-webkit-input-placeholder,
.cid-uMsJUk5PMQ form input:focus::-webkit-input-placeholder,
.cid-uMsJUk5PMQ form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form input:active::-moz-placeholder,
.cid-uMsJUk5PMQ form textarea:active::-moz-placeholder,
.cid-uMsJUk5PMQ form input:focus::-moz-placeholder,
.cid-uMsJUk5PMQ form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form input:active:-moz-placeholder,
.cid-uMsJUk5PMQ form textarea:active:-moz-placeholder,
.cid-uMsJUk5PMQ form input:focus:-moz-placeholder,
.cid-uMsJUk5PMQ form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form input:active:-ms-input-placeholder,
.cid-uMsJUk5PMQ form textarea:active:-ms-input-placeholder,
.cid-uMsJUk5PMQ form input:focus:-ms-input-placeholder,
.cid-uMsJUk5PMQ form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uMsJUk5PMQ form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uMsJUk5PMQ form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uMsJUk5PMQ form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uMsJUk5PMQ form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMsJUk5PMQ form .form-check-input:focus,
.cid-uMsJUk5PMQ form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uMsJUk5PMQ form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uMsJUk5PMQ .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMsJUk5PMQ .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uMsJUk5PMQ .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uMsJUk5PMQ .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uMsJUk5PMQ .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #212132;
}
.cid-uMsJUk5PMQ .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uMs2KK30wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfdbd7;
}
.cid-uMs2KK30wh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMs2KK30wh .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uMs2KK30wh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uMs2KK30wh .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMs2KK30wh .mbr-text {
  color: #3d5943;
}
.cid-uMs31QLelB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212132;
}
.cid-uMs31QLelB .mbr-text {
  color: #ffffff;
}
.cid-uMsMBGTxKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uMsMBGTxKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsMBGTxKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsMBGTxKf .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uMsMBGTxKf .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .col-text {
    order: 2;
  }
}
.cid-uMsMBGTxKf .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMsMBGTxKf .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .col-img {
    order: 1;
  }
}
.cid-uMsMBGTxKf .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uMsMBGTxKf .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uMsMBGTxKf .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uMsMBGTxKf .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMsMBGTxKf .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uMsMBGTxKf .image-wrapper {
    height: auto;
  }
}
.cid-uMsMBGTxKf .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uMsMBGTxKf .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ffe161 50%, #ffe885 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uMsMBGTxKf .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uMpDtFLU72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMpDtFLU72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpDtFLU72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMpDtFLU72 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMpDtFLU72 .items-wrapper {
  margin: 0;
}
.cid-uMpDtFLU72 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMpDtFLU72 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMpDtFLU72 .mbr-section-title {
  color: #093388;
}
.cid-uMpDtFLU72 .item-number {
  color: #f4f4f4;
}
.cid-uMpDtFLU72 .item-title {
  color: #093388;
}
.cid-uMpDtFLU72 .item-text {
  color: #58595b;
}
.cid-uMpDtFLU72 .item-title,
.cid-uMpDtFLU72 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMsMtw4Cjr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMsMtw4Cjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsMtw4Cjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsMtw4Cjr .row {
  justify-content: left;
}
.cid-uMsMtw4Cjr .mbr-section-title {
  color: #FFDD65;
}
.cid-uMsMtw4Cjr .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMsMtw4Cjr .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uMsMtw4Cjr .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uMsMtw4Cjr .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uMsMtw4Cjr .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uMsMtw4Cjr .custom-section-btn {
  height: 100%;
}
.cid-uMsMtw4Cjr .custom-section-btn .btn {
  height: 100%;
}
.cid-uMsMtw4Cjr .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMsMtw4Cjr .text-container {
    margin: 26px auto 0;
  }
}
.cid-uMsMtw4Cjr .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMsMtw4Cjr .mbr-text {
    text-align: center !important;
  }
}
.cid-uMsMtw4Cjr .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMsMtw4Cjr .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMsMtw4Cjr .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMsMtw4Cjr .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMsMtw4Cjr .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-uMsMtw4Cjr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMsMtw4Cjr .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMs46Jofvz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMs46Jofvz .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMs46Jofvz .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMs46Jofvz .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMs46Jofvz img,
.cid-uMs46Jofvz .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMs46Jofvz .item:focus,
.cid-uMs46Jofvz span:focus {
  outline: none;
}
.cid-uMs46Jofvz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMs46Jofvz .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMs46Jofvz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMs46Jofvz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMs46Jofvz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMs46Jofvz .mbr-section-title {
  color: #491414;
}
.cid-uMs46Jofvz .mbr-text,
.cid-uMs46Jofvz .mbr-section-btn {
  text-align: center;
}
.cid-uMs46Jofvz .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMs46Jofvz .item-subtitle {
  text-align: center;
}
.cid-uMsMUz40Di {
  background-color: #212132;
}
.cid-uMsMUz40Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsMUz40Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsMUz40Di .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-uMsMUz40Di .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #ddff55;
  border-radius: 100vw;
}
.cid-uMsMUz40Di .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uMsMUz40Di .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-uMsMUz40Di .mbr-section-btn {
  margin-top: 50px;
}
.cid-uMnyr1SE3Y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMnyr1SE3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnyr1SE3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMnyr1SE3Y .row {
    padding: 0 24px;
  }
}
.cid-uMnyr1SE3Y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMnyr1SE3Y .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMnyr1SE3Y .mbr-section-title {
  color: #005c62;
}
.cid-uMnyr1SE3Y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMnyr1SE3Y .mbr-section-title,
.cid-uMnyr1SE3Y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMpaHaXBwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #252434;
}
.cid-uMpaHaXBwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpaHaXBwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpaHaXBwE .card {
  justify-content: center;
}
.cid-uMpaHaXBwE .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMpaHaXBwE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMpaHaXBwE .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMpaHaXBwE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMpaHaXBwE .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMpaHaXBwE .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMpaHaXBwE .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMpaHaXBwE .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMpaHaXBwE .mbr-section-title {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-tag {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-text {
  color: #ffffff;
}
.cid-uMpaHaXBwE .mbr-section-title,
.cid-uMpaHaXBwE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMpaHaXBwE .mbr-text,
.cid-uMpaHaXBwE .text-wrapper {
  color: #ffffff;
}
.cid-uMsNdqmOOX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-uMsNdqmOOX .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-uMsNdqmOOX .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uMsNdqmOOX .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-uMsNdqmOOX .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-uMsNdqmOOX .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMsNdqmOOX .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMsNdqmOOX .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-uMsNdqmOOX .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uMsNdqmOOX .btn:hover,
.cid-uMsNdqmOOX .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uMsNdqmOOX .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uMsNdqmOOX .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uMsNdqmOOX .btn:hover:before,
.cid-uMsNdqmOOX .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uMsNdqmOOX .btn-secondary {
  color: #000000 !important;
}
.cid-uMsNdqmOOX .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uMp5or1DF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMp5or1DF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp5or1DF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .container {
    padding: 0 22px;
  }
}
.cid-uMp5or1DF0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMp5or1DF0 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uMp5or1DF0 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMp5or1DF0 .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMp5or1DF0 .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMp5or1DF0 .panel-group .card:hover,
.cid-uMp5or1DF0 .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMp5or1DF0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMp5or1DF0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMp5or1DF0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMp5or1DF0 .panel-title-edit {
  color: #ffffff;
}
.cid-uMp5or1DF0 .panel-text {
  color: #8a8588;
}
.cid-uMpFVrvUtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMpFVrvUtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpFVrvUtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpFVrvUtC .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMpFVrvUtC .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMpFVrvUtC .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item {
    margin-bottom: 20px;
  }
}
.cid-uMpFVrvUtC .item:hover .item-wrapper .item-img img,
.cid-uMpFVrvUtC .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMpFVrvUtC .item .item-wrapper {
  padding: 80px 60px;
  background-color: #212132;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #212132;
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMpFVrvUtC .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMpFVrvUtC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMpFVrvUtC .mbr-label {
  color: #19171c;
}
.cid-uMpFVrvUtC .item-text {
  color: #6e6e73;
}
.cid-uMpFVrvUtC .mbr-label,
.cid-uMpFVrvUtC .mbr-section-btn,
.cid-uMpFVrvUtC .label-wrapper {
  color: #ffffff;
}
.cid-uMq6QwpXbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMq6QwpXbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq6QwpXbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq6QwpXbQ .video-wrapper iframe {
  width: 100%;
}
.cid-uMq6QwpXbQ .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMq6QwpXbQ .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMq6QwpXbQ .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMq6QwpXbQ .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMq6QwpXbQ .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMq6QwpXbQ .video-block .image-absolute {
    display: none;
  }
}
.cid-uMsNv0eonS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMsNv0eonS .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uMsNv0eonS .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uMsNv0eonS .row {
    text-align: center!important;
  }
}
.cid-uMsNv0eonS .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #212132;
  background: linear-gradient(180deg, #212132, #0b5360);
}
@media (min-width: 768px) {
  .cid-uMsNv0eonS .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uMsNv0eonS .content-container {
    padding: 80px;
  }
}
.cid-uMsNv0eonS .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uMsNv0eonS .mbr-section-title {
    text-align: center;
  }
}
.cid-uMsNv0eonS .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uMsNv0eonS .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uMsNv0eonS .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uMsNv0eonS .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uMsNv0eonS .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uMsNv0eonS .mbr-section-btn .btn-white {
  color: #212132 !important;
}
@media (max-width: 575px) {
  .cid-uMsNv0eonS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMsNv0eonS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMsNv0eonS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsNv0eonS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmYvXKk0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-toEmYvXKk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmYvXKk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmYvXKk0 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-toEmYvXKk0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-toEmYvXKk0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-toEmYvXKk0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-toEmYvXKk0 .mbr-section-title {
  color: #000000;
}
.cid-uMq7oDBR33 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uMq7oDBR33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq7oDBR33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMq7oDBR33 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper {
    padding: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper {
  background-color: #212132;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMq7oDBR33 .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMq7oDBR33 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uMq7oDBR33 .mbr-section-title {
  color: #2C2625;
}
.cid-uMq7oDBR33 .mbr-text {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list {
  color: #2C2625;
}
.cid-uMq7oDBR33 .list,
.cid-uMq7oDBR33 .item-wrap {
  color: #ffffff;
}
.cid-uMq7oDBR33 .mbr-text,
.cid-uMq7oDBR33 .text-wrapper {
  color: #ffffff;
}
.cid-uMtx713A5o {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMtx713A5o .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;
}
@media (max-width: 767px) {
  .cid-uMtx713A5o .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMtx713A5o .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMtx713A5o .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMtx713A5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtx713A5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtx713A5o .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMtx713A5o .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMtx713A5o .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMtx713A5o .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMtx713A5o .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMtx713A5o .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMtx713A5o .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMtx713A5o .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMtx713A5o .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMtx713A5o .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMtx713A5o .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMtx713A5o .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMtx713A5o .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtx713A5o .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMtx713A5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMtx713A5o .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMtx713A5o .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMtx713A5o .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uMtx713A5o .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtx713A5o .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uMtx713A5o .nav-item:focus,
.cid-uMtx713A5o .nav-link:focus {
  outline: none;
}
.cid-uMtx713A5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtx713A5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtx713A5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtx713A5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtx713A5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtx713A5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtx713A5o .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMtx713A5o .navbar.opened {
  transition: all 0.3s;
}
.cid-uMtx713A5o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtx713A5o .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtx713A5o .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMtx713A5o .navbar.collapsed {
  justify-content: center;
}
.cid-uMtx713A5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtx713A5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtx713A5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMtx713A5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtx713A5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtx713A5o .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-uMtx713A5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtx713A5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtx713A5o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtx713A5o .navbar {
    min-height: 72px;
  }
  .cid-uMtx713A5o .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMtx713A5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtx713A5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtx713A5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtx713A5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtx713A5o .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-uMtx713A5o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtx713A5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMtx713A5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtx713A5o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtx713A5o .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMtx713A5o .dropdown-item.active,
.cid-uMtx713A5o .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtx713A5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtx713A5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtx713A5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtx713A5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMtx713A5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMtx713A5o .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMtx713A5o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMtx713A5o .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMtx713A5o .navbar-buttons {
    text-align: left;
  }
}
.cid-uMtx713A5o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtx713A5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMtx713A5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtx713A5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtx713A5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtx713A5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtx713A5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtx713A5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtx713A5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtx713A5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtx713A5o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMtx713A5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtx713A5o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMtx713A5o .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMtx713A5o .navbar {
    height: 70px;
  }
  .cid-uMtx713A5o .navbar.opened {
    height: auto;
  }
  .cid-uMtx713A5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtx713A5o .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMtx713A5o .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMtx713A5o .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMtx713A5o .navbar-brand {
    margin-right: auto;
  }
  .cid-uMtx713A5o .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMtx713A5o .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMtx713A5o .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMtx713A5o .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMtx713A5o .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtx713A5o .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMtx713A5o .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtx71SoKB {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMtx71SoKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx71SoKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx71SoKB .container {
  max-width: 1600px;
}
.cid-uMtx71SoKB .row {
  justify-content: center;
}
.cid-uMtx71SoKB .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .content-container {
    flex-wrap: wrap;
  }
}
.cid-uMtx71SoKB .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .info-container {
    width: 100%;
  }
}
.cid-uMtx71SoKB .title-container {
  margin-bottom: 50px;
}
.cid-uMtx71SoKB .mbr-section-title {
  color: #FFDD65;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMtx71SoKB .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uMtx71SoKB .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uMtx71SoKB .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .text-container {
    margin: 24px auto;
  }
}
.cid-uMtx71SoKB .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .mbr-text {
    text-align: center !important;
  }
}
.cid-uMtx71SoKB .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMtx71SoKB .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMtx71SoKB .icon-text {
  color: #AE5EFF;
}
.cid-uMtx71SoKB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMtx71SoKB .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMtx71SoKB .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMtx71SoKB form {
  width: 100%;
}
.cid-uMtx71SoKB form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMtx71SoKB form p {
  color: #ffffff;
}
.cid-uMtx71SoKB form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMtx71SoKB form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uMtx71SoKB form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uMtx71SoKB form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uMtx71SoKB form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uMtx71SoKB form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uMtx71SoKB form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uMtx71SoKB form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uMtx71SoKB form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form .form-control:hover {
  outline: none !important;
}
.cid-uMtx71SoKB form select {
  color: #939292 !important;
}
.cid-uMtx71SoKB form textarea {
  height: 200px;
}
.cid-uMtx71SoKB form input:active,
.cid-uMtx71SoKB form textarea:active,
.cid-uMtx71SoKB form input:focus,
.cid-uMtx71SoKB form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uMtx71SoKB form input:active::-webkit-input-placeholder,
.cid-uMtx71SoKB form textarea:active::-webkit-input-placeholder,
.cid-uMtx71SoKB form input:focus::-webkit-input-placeholder,
.cid-uMtx71SoKB form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form input:active::-moz-placeholder,
.cid-uMtx71SoKB form textarea:active::-moz-placeholder,
.cid-uMtx71SoKB form input:focus::-moz-placeholder,
.cid-uMtx71SoKB form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form input:active:-moz-placeholder,
.cid-uMtx71SoKB form textarea:active:-moz-placeholder,
.cid-uMtx71SoKB form input:focus:-moz-placeholder,
.cid-uMtx71SoKB form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form input:active:-ms-input-placeholder,
.cid-uMtx71SoKB form textarea:active:-ms-input-placeholder,
.cid-uMtx71SoKB form input:focus:-ms-input-placeholder,
.cid-uMtx71SoKB form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uMtx71SoKB form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uMtx71SoKB form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uMtx71SoKB form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uMtx71SoKB form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMtx71SoKB form .form-check-input:focus,
.cid-uMtx71SoKB form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uMtx71SoKB form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uMtx71SoKB .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMtx71SoKB .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uMtx71SoKB .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uMtx71SoKB .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uMtx71SoKB .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #212132;
}
.cid-uMtx71SoKB .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uMtx732G1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx732G1Y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMtx732G1Y .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uMtx732G1Y .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uMtx732G1Y .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMtx732G1Y .mbr-text {
  color: #3d5943;
}
.cid-uMtx73GeDL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212132;
}
.cid-uMtx73GeDL .mbr-text {
  color: #ffffff;
}
.cid-uMtx74jcun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uMtx74jcun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx74jcun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx74jcun .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uMtx74jcun .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .col-text {
    order: 2;
  }
}
.cid-uMtx74jcun .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMtx74jcun .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .col-img {
    order: 1;
  }
}
.cid-uMtx74jcun .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uMtx74jcun .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uMtx74jcun .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uMtx74jcun .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMtx74jcun .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uMtx74jcun .image-wrapper {
    height: auto;
  }
}
.cid-uMtx74jcun .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uMtx74jcun .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ffe161 50%, #ffe885 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uMtx74jcun .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uMtx753qFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx753qFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx753qFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx753qFL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMtx753qFL .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx753qFL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMtx753qFL .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMtx753qFL .items-wrapper {
  margin: 0;
}
.cid-uMtx753qFL .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMtx753qFL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMtx753qFL .mbr-section-title {
  color: #093388;
}
.cid-uMtx753qFL .item-number {
  color: #f4f4f4;
}
.cid-uMtx753qFL .item-title {
  color: #093388;
}
.cid-uMtx753qFL .item-text {
  color: #58595b;
}
.cid-uMtx753qFL .item-title,
.cid-uMtx753qFL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMtx75UKck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMtx75UKck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx75UKck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx75UKck .row {
  justify-content: left;
}
.cid-uMtx75UKck .mbr-section-title {
  color: #FFDD65;
}
.cid-uMtx75UKck .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMtx75UKck .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uMtx75UKck .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uMtx75UKck .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uMtx75UKck .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uMtx75UKck .custom-section-btn {
  height: 100%;
}
.cid-uMtx75UKck .custom-section-btn .btn {
  height: 100%;
}
.cid-uMtx75UKck .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx75UKck .text-container {
    margin: 26px auto 0;
  }
}
.cid-uMtx75UKck .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMtx75UKck .mbr-text {
    text-align: center !important;
  }
}
.cid-uMtx75UKck .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMtx75UKck .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMtx75UKck .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMtx75UKck .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMtx75UKck .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-uMtx75UKck .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMtx75UKck .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMtx76VM85 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMtx76VM85 .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMtx76VM85 .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMtx76VM85 .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMtx76VM85 img,
.cid-uMtx76VM85 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMtx76VM85 .item:focus,
.cid-uMtx76VM85 span:focus {
  outline: none;
}
.cid-uMtx76VM85 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMtx76VM85 .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMtx76VM85 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMtx76VM85 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMtx76VM85 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMtx76VM85 .mbr-section-title {
  color: #491414;
}
.cid-uMtx76VM85 .mbr-text,
.cid-uMtx76VM85 .mbr-section-btn {
  text-align: center;
}
.cid-uMtx76VM85 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uMtx76VM85 .item-subtitle {
  text-align: center;
}
.cid-uMtx77QH9y {
  background-color: #212132;
}
.cid-uMtx77QH9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx77QH9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx77QH9y .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-uMtx77QH9y .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #ddff55;
  border-radius: 100vw;
}
.cid-uMtx77QH9y .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uMtx77QH9y .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-uMtx77QH9y .mbr-section-btn {
  margin-top: 50px;
}
.cid-uMtx78JWIN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx78JWIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx78JWIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtx78JWIN .row {
    padding: 0 24px;
  }
}
.cid-uMtx78JWIN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMtx78JWIN .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMtx78JWIN .mbr-section-title {
  color: #005c62;
}
.cid-uMtx78JWIN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMtx78JWIN .mbr-section-title,
.cid-uMtx78JWIN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMtx79zly1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #252434;
}
.cid-uMtx79zly1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx79zly1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx79zly1 .card {
  justify-content: center;
}
.cid-uMtx79zly1 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMtx79zly1 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMtx79zly1 .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMtx79zly1 .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMtx79zly1 .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMtx79zly1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtx79zly1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMtx79zly1 .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMtx79zly1 .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMtx79zly1 .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx79zly1 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMtx79zly1 .mbr-section-title {
  color: #ffffff;
}
.cid-uMtx79zly1 .mbr-tag {
  color: #ffffff;
}
.cid-uMtx79zly1 .mbr-text {
  color: #ffffff;
}
.cid-uMtx79zly1 .mbr-section-title,
.cid-uMtx79zly1 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMtx79zly1 .mbr-text,
.cid-uMtx79zly1 .text-wrapper {
  color: #ffffff;
}
.cid-uMtx7aqJku {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-uMtx7aqJku .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-uMtx7aqJku .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uMtx7aqJku .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-uMtx7aqJku .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-uMtx7aqJku .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMtx7aqJku .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMtx7aqJku .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-uMtx7aqJku .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uMtx7aqJku .btn:hover,
.cid-uMtx7aqJku .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uMtx7aqJku .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uMtx7aqJku .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uMtx7aqJku .btn:hover:before,
.cid-uMtx7aqJku .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uMtx7aqJku .btn-secondary {
  color: #000000 !important;
}
.cid-uMtx7aqJku .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uMtx7bmYIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMtx7bmYIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx7bmYIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtx7bmYIZ .container {
    padding: 0 22px;
  }
}
.cid-uMtx7bmYIZ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMtx7bmYIZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMtx7bmYIZ .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMtx7bmYIZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uMtx7bmYIZ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMtx7bmYIZ .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMtx7bmYIZ .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMtx7bmYIZ .panel-group .card:hover,
.cid-uMtx7bmYIZ .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMtx7bmYIZ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMtx7bmYIZ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMtx7bmYIZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMtx7bmYIZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMtx7bmYIZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMtx7bmYIZ .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMtx7bmYIZ .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMtx7bmYIZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMtx7bmYIZ .panel-title-edit {
  color: #ffffff;
}
.cid-uMtx7bmYIZ .panel-text {
  color: #8a8588;
}
.cid-uMtx7d3P62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx7d3P62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx7d3P62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx7d3P62 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMtx7d3P62 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMtx7d3P62 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtx7d3P62 .item {
    margin-bottom: 20px;
  }
}
.cid-uMtx7d3P62 .item:hover .item-wrapper .item-img img,
.cid-uMtx7d3P62 .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMtx7d3P62 .item .item-wrapper {
  padding: 80px 60px;
  background-color: #212132;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMtx7d3P62 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMtx7d3P62 .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMtx7d3P62 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMtx7d3P62 .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMtx7d3P62 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx7d3P62 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMtx7d3P62 .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #212132;
}
.cid-uMtx7d3P62 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtx7d3P62 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMtx7d3P62 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMtx7d3P62 .mbr-label {
  color: #19171c;
}
.cid-uMtx7d3P62 .item-text {
  color: #6e6e73;
}
.cid-uMtx7d3P62 .mbr-label,
.cid-uMtx7d3P62 .mbr-section-btn,
.cid-uMtx7d3P62 .label-wrapper {
  color: #ffffff;
}
.cid-uMtx7edIjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMtx7edIjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx7edIjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx7edIjB .video-wrapper iframe {
  width: 100%;
}
.cid-uMtx7edIjB .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMtx7edIjB .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMtx7edIjB .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMtx7edIjB .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMtx7edIjB .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMtx7edIjB .video-block .image-absolute {
    display: none;
  }
}
.cid-uMtx7fsQIZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMtx7fsQIZ .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uMtx7fsQIZ .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uMtx7fsQIZ .row {
    text-align: center!important;
  }
}
.cid-uMtx7fsQIZ .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #212132;
  background: linear-gradient(180deg, #212132, #0b5360);
}
@media (min-width: 768px) {
  .cid-uMtx7fsQIZ .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uMtx7fsQIZ .content-container {
    padding: 80px;
  }
}
.cid-uMtx7fsQIZ .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uMtx7fsQIZ .mbr-section-title {
    text-align: center;
  }
}
.cid-uMtx7fsQIZ .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uMtx7fsQIZ .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uMtx7fsQIZ .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uMtx7fsQIZ .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uMtx7fsQIZ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uMtx7fsQIZ .mbr-section-btn .btn-white {
  color: #212132 !important;
}
@media (max-width: 575px) {
  .cid-uMtx7fsQIZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMtx7fsQIZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMtx7fsQIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx7fsQIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuhqbFkCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMuhqbFkCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuhqbFkCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuhqbFkCK .container {
  max-width: 1600px;
}
.cid-uMuhqbFkCK .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uMuhqbFkCK .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMuhqbFkCK .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uMuhqbFkCK .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uMuhqbFkCK .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMuhqbFkCK .mbr-section-title {
  color: #FFDD65;
}
.cid-uMuhqbFkCK .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMuhqbFkCK .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uMuhqbFkCK .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uMuhqbFkCK .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uMuhqbFkCK .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uMuhqbFkCK .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMuhqbFkCK .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uMuhqbFkCK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uMuhqbFkCK .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uMuhqbFkCK .panel-title:hover .panel-title-edit {
  color: #d5c409;
}
.cid-uMuhqbFkCK .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMuhqbFkCK .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uMuhqbFkCK .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uMuhqbFkCK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMuhqbFkCK .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uMuhqbFkCK .col-text {
    margin-top: 40px;
  }
}
.cid-uMuhqbFkCK .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-uMuhqbFkCK .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMuhqbFkCK .mbr-text {
    margin-top: 16px;
  }
}
.cid-uMuhqbFkCK .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uMuhqbFkCK .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uMuhqbFkCK .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uMuhqbFkCK .btn-container .btn {
    width: 100%;
  }
}
.cid-uMtx7gMczd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMtx7gMczd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx7gMczd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx7gMczd .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMtx7gMczd .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMtx7gMczd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMtx7gMczd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMtx7gMczd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMtx7gMczd .mbr-section-title {
  color: #000000;
}
.cid-uMtx7i9AoT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uMtx7i9AoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx7i9AoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx7i9AoT .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMtx7i9AoT .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper {
    padding: 0;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper {
  background-color: #212132;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMtx7i9AoT .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMtx7i9AoT .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uMtx7i9AoT .mbr-section-title {
  color: #2C2625;
}
.cid-uMtx7i9AoT .mbr-text {
  color: #2C2625;
}
.cid-uMtx7i9AoT .list {
  color: #2C2625;
}
.cid-uMtx7i9AoT .list,
.cid-uMtx7i9AoT .item-wrap {
  color: #ffffff;
}
.cid-uMtx7i9AoT .mbr-text,
.cid-uMtx7i9AoT .text-wrapper {
  color: #ffffff;
}
.cid-uMu82V8ctF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMu82V8ctF .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;
}
@media (max-width: 767px) {
  .cid-uMu82V8ctF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMu82V8ctF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMu82V8ctF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMu82V8ctF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMu82V8ctF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMu82V8ctF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMu82V8ctF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMu82V8ctF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMu82V8ctF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMu82V8ctF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMu82V8ctF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMu82V8ctF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMu82V8ctF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMu82V8ctF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMu82V8ctF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMu82V8ctF .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMu82V8ctF .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMu82V8ctF .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMu82V8ctF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMu82V8ctF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMu82V8ctF .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMu82V8ctF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMu82V8ctF .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uMu82V8ctF .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMu82V8ctF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uMu82V8ctF .nav-item:focus,
.cid-uMu82V8ctF .nav-link:focus {
  outline: none;
}
.cid-uMu82V8ctF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMu82V8ctF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMu82V8ctF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMu82V8ctF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMu82V8ctF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMu82V8ctF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMu82V8ctF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMu82V8ctF .navbar.opened {
  transition: all 0.3s;
}
.cid-uMu82V8ctF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMu82V8ctF .navbar .navbar-logo img {
  width: auto;
}
.cid-uMu82V8ctF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMu82V8ctF .navbar.collapsed {
  justify-content: center;
}
.cid-uMu82V8ctF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMu82V8ctF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMu82V8ctF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMu82V8ctF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMu82V8ctF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMu82V8ctF .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-uMu82V8ctF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMu82V8ctF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMu82V8ctF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMu82V8ctF .navbar {
    min-height: 72px;
  }
  .cid-uMu82V8ctF .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMu82V8ctF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMu82V8ctF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMu82V8ctF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMu82V8ctF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMu82V8ctF .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-uMu82V8ctF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMu82V8ctF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMu82V8ctF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMu82V8ctF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMu82V8ctF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMu82V8ctF .dropdown-item.active,
.cid-uMu82V8ctF .dropdown-item:active {
  background-color: transparent;
}
.cid-uMu82V8ctF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMu82V8ctF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMu82V8ctF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMu82V8ctF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMu82V8ctF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMu82V8ctF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMu82V8ctF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMu82V8ctF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMu82V8ctF .navbar-buttons {
    text-align: left;
  }
}
.cid-uMu82V8ctF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMu82V8ctF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMu82V8ctF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMu82V8ctF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu82V8ctF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMu82V8ctF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMu82V8ctF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu82V8ctF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMu82V8ctF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMu82V8ctF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMu82V8ctF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMu82V8ctF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMu82V8ctF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMu82V8ctF .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMu82V8ctF .navbar {
    height: 70px;
  }
  .cid-uMu82V8ctF .navbar.opened {
    height: auto;
  }
  .cid-uMu82V8ctF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMu82V8ctF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMu82V8ctF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMu82V8ctF .navbar-brand {
    margin-right: auto;
  }
  .cid-uMu82V8ctF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMu82V8ctF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMu82V8ctF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMu82V8ctF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMu82V8ctF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMu82V8ctF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMu82VvHx8 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMu82VvHx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82VvHx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu82VvHx8 .container {
  max-width: 1600px;
}
.cid-uMu82VvHx8 .row {
  justify-content: center;
}
.cid-uMu82VvHx8 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uMu82VvHx8 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .info-container {
    width: 100%;
  }
}
.cid-uMu82VvHx8 .title-container {
  margin-bottom: 50px;
}
.cid-uMu82VvHx8 .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMu82VvHx8 .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uMu82VvHx8 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uMu82VvHx8 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .text-container {
    margin: 24px auto;
  }
}
.cid-uMu82VvHx8 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .mbr-text {
    text-align: center !important;
  }
}
.cid-uMu82VvHx8 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMu82VvHx8 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMu82VvHx8 .icon-text {
  color: #AE5EFF;
}
.cid-uMu82VvHx8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMu82VvHx8 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMu82VvHx8 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMu82VvHx8 form {
  width: 100%;
}
.cid-uMu82VvHx8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMu82VvHx8 form p {
  color: #ffffff;
}
.cid-uMu82VvHx8 form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMu82VvHx8 form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uMu82VvHx8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uMu82VvHx8 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uMu82VvHx8 form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uMu82VvHx8 form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uMu82VvHx8 form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uMu82VvHx8 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uMu82VvHx8 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form .form-control:hover {
  outline: none !important;
}
.cid-uMu82VvHx8 form select {
  color: #939292 !important;
}
.cid-uMu82VvHx8 form textarea {
  height: 200px;
}
.cid-uMu82VvHx8 form input:active,
.cid-uMu82VvHx8 form textarea:active,
.cid-uMu82VvHx8 form input:focus,
.cid-uMu82VvHx8 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uMu82VvHx8 form input:active::-webkit-input-placeholder,
.cid-uMu82VvHx8 form textarea:active::-webkit-input-placeholder,
.cid-uMu82VvHx8 form input:focus::-webkit-input-placeholder,
.cid-uMu82VvHx8 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form input:active::-moz-placeholder,
.cid-uMu82VvHx8 form textarea:active::-moz-placeholder,
.cid-uMu82VvHx8 form input:focus::-moz-placeholder,
.cid-uMu82VvHx8 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form input:active:-moz-placeholder,
.cid-uMu82VvHx8 form textarea:active:-moz-placeholder,
.cid-uMu82VvHx8 form input:focus:-moz-placeholder,
.cid-uMu82VvHx8 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form input:active:-ms-input-placeholder,
.cid-uMu82VvHx8 form textarea:active:-ms-input-placeholder,
.cid-uMu82VvHx8 form input:focus:-ms-input-placeholder,
.cid-uMu82VvHx8 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uMu82VvHx8 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uMu82VvHx8 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uMu82VvHx8 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uMu82VvHx8 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMu82VvHx8 form .form-check-input:focus,
.cid-uMu82VvHx8 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uMu82VvHx8 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uMu82VvHx8 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMu82VvHx8 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uMu82VvHx8 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uMu82VvHx8 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uMu82VvHx8 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #212132;
}
.cid-uMu82VvHx8 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uMu82VWZyh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMu82VWZyh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMu82VWZyh .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uMu82VWZyh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uMu82VWZyh .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMu82VWZyh .mbr-text {
  color: #3d5943;
}
.cid-uMu82WcWYu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212132;
}
.cid-uMu82WcWYu .mbr-text {
  color: #ffffff;
}
.cid-uMu82WtC6Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uMu82WtC6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82WtC6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu82WtC6Z .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uMu82WtC6Z .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .col-text {
    order: 2;
  }
}
.cid-uMu82WtC6Z .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMu82WtC6Z .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .col-img {
    order: 1;
  }
}
.cid-uMu82WtC6Z .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uMu82WtC6Z .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uMu82WtC6Z .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uMu82WtC6Z .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMu82WtC6Z .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uMu82WtC6Z .image-wrapper {
    height: auto;
  }
}
.cid-uMu82WtC6Z .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uMu82WtC6Z .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ffe161 50%, #ffe885 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uMu82WtC6Z .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uMu82WMl7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMu82WMl7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82WMl7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu82WMl7S .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMu82WMl7S .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMu82WMl7S .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMu82WMl7S .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMu82WMl7S .items-wrapper {
  margin: 0;
}
.cid-uMu82WMl7S .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMu82WMl7S .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMu82WMl7S .mbr-section-title {
  color: #093388;
}
.cid-uMu82WMl7S .item-number {
  color: #f4f4f4;
}
.cid-uMu82WMl7S .item-title {
  color: #093388;
}
.cid-uMu82WMl7S .item-text {
  color: #58595b;
}
.cid-uMu82WMl7S .item-title,
.cid-uMu82WMl7S .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMu82XqNm2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMu82XqNm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82XqNm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu82XqNm2 .row {
  justify-content: left;
}
.cid-uMu82XqNm2 .mbr-section-title {
  color: #FFDD65;
}
.cid-uMu82XqNm2 .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMu82XqNm2 .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uMu82XqNm2 .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uMu82XqNm2 .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uMu82XqNm2 .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uMu82XqNm2 .custom-section-btn {
  height: 100%;
}
.cid-uMu82XqNm2 .custom-section-btn .btn {
  height: 100%;
}
.cid-uMu82XqNm2 .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMu82XqNm2 .text-container {
    margin: 26px auto 0;
  }
}
.cid-uMu82XqNm2 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMu82XqNm2 .mbr-text {
    text-align: center !important;
  }
}
.cid-uMu82XqNm2 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMu82XqNm2 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMu82XqNm2 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMu82XqNm2 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMu82XqNm2 .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-uMu82XqNm2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMu82XqNm2 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMu82XP5UJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMu82XP5UJ .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMu82XP5UJ .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMu82XP5UJ .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMu82XP5UJ img,
.cid-uMu82XP5UJ .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMu82XP5UJ .item:focus,
.cid-uMu82XP5UJ span:focus {
  outline: none;
}
.cid-uMu82XP5UJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMu82XP5UJ .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMu82XP5UJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMu82XP5UJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMu82XP5UJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMu82XP5UJ .mbr-section-title {
  color: #491414;
}
.cid-uMu82XP5UJ .mbr-text,
.cid-uMu82XP5UJ .mbr-section-btn {
  text-align: center;
}
.cid-uMu82XP5UJ .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMu82XP5UJ .item-subtitle {
  text-align: center;
}
.cid-uMu82YipXA {
  background-color: #212132;
}
.cid-uMu82YipXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82YipXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu82YipXA .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-uMu82YipXA .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #ddff55;
  border-radius: 100vw;
}
.cid-uMu82YipXA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uMu82YipXA .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-uMu82YipXA .mbr-section-btn {
  margin-top: 50px;
}
.cid-uMu82YCeRa {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMu82YCeRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82YCeRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMu82YCeRa .row {
    padding: 0 24px;
  }
}
.cid-uMu82YCeRa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMu82YCeRa .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMu82YCeRa .mbr-section-title {
  color: #005c62;
}
.cid-uMu82YCeRa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMu82YCeRa .mbr-section-title,
.cid-uMu82YCeRa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMu82Z2Pa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #252434;
}
.cid-uMu82Z2Pa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82Z2Pa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu82Z2Pa8 .card {
  justify-content: center;
}
.cid-uMu82Z2Pa8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMu82Z2Pa8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMu82Z2Pa8 .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMu82Z2Pa8 .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMu82Z2Pa8 .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMu82Z2Pa8 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMu82Z2Pa8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMu82Z2Pa8 .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMu82Z2Pa8 .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMu82Z2Pa8 .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMu82Z2Pa8 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMu82Z2Pa8 .mbr-section-title {
  color: #ffffff;
}
.cid-uMu82Z2Pa8 .mbr-tag {
  color: #ffffff;
}
.cid-uMu82Z2Pa8 .mbr-text {
  color: #ffffff;
}
.cid-uMu82Z2Pa8 .mbr-section-title,
.cid-uMu82Z2Pa8 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMu82Z2Pa8 .mbr-text,
.cid-uMu82Z2Pa8 .text-wrapper {
  color: #ffffff;
}
.cid-uMu82ZsmrX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-uMu82ZsmrX .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-uMu82ZsmrX .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uMu82ZsmrX .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-uMu82ZsmrX .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-uMu82ZsmrX .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMu82ZsmrX .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMu82ZsmrX .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-uMu82ZsmrX .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uMu82ZsmrX .btn:hover,
.cid-uMu82ZsmrX .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uMu82ZsmrX .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uMu82ZsmrX .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uMu82ZsmrX .btn:hover:before,
.cid-uMu82ZsmrX .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uMu82ZsmrX .btn-secondary {
  color: #000000 !important;
}
.cid-uMu82ZsmrX .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uMu82ZOdJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMu82ZOdJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu82ZOdJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMu82ZOdJD .container {
    padding: 0 22px;
  }
}
.cid-uMu82ZOdJD .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMu82ZOdJD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMu82ZOdJD .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMu82ZOdJD .image-wrapper img {
    height: 350px;
  }
}
.cid-uMu82ZOdJD .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMu82ZOdJD .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMu82ZOdJD .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMu82ZOdJD .panel-group .card:hover,
.cid-uMu82ZOdJD .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMu82ZOdJD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMu82ZOdJD .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMu82ZOdJD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMu82ZOdJD .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMu82ZOdJD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMu82ZOdJD .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMu82ZOdJD .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMu82ZOdJD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMu82ZOdJD .panel-title-edit {
  color: #ffffff;
}
.cid-uMu82ZOdJD .panel-text {
  color: #8a8588;
}
.cid-uMu830mRmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMu830mRmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu830mRmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu830mRmf .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMu830mRmf .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMu830mRmf .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMu830mRmf .item {
    margin-bottom: 20px;
  }
}
.cid-uMu830mRmf .item:hover .item-wrapper .item-img img,
.cid-uMu830mRmf .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMu830mRmf .item .item-wrapper {
  padding: 80px 60px;
  background-color: #212132;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMu830mRmf .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMu830mRmf .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMu830mRmf .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMu830mRmf .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMu830mRmf .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMu830mRmf .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMu830mRmf .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #212132;
}
.cid-uMu830mRmf .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMu830mRmf .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMu830mRmf .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMu830mRmf .mbr-label {
  color: #19171c;
}
.cid-uMu830mRmf .item-text {
  color: #6e6e73;
}
.cid-uMu830mRmf .mbr-label,
.cid-uMu830mRmf .mbr-section-btn,
.cid-uMu830mRmf .label-wrapper {
  color: #ffffff;
}
.cid-uMu830NR04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMu830NR04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu830NR04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu830NR04 .video-wrapper iframe {
  width: 100%;
}
.cid-uMu830NR04 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMu830NR04 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMu830NR04 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMu830NR04 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMu830NR04 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMu830NR04 .video-block .image-absolute {
    display: none;
  }
}
.cid-uMu831jSfN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMu831jSfN .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uMu831jSfN .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uMu831jSfN .row {
    text-align: center!important;
  }
}
.cid-uMu831jSfN .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #212132;
  background: linear-gradient(180deg, #212132, #0b5360);
}
@media (min-width: 768px) {
  .cid-uMu831jSfN .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uMu831jSfN .content-container {
    padding: 80px;
  }
}
.cid-uMu831jSfN .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uMu831jSfN .mbr-section-title {
    text-align: center;
  }
}
.cid-uMu831jSfN .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uMu831jSfN .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uMu831jSfN .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uMu831jSfN .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uMu831jSfN .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uMu831jSfN .mbr-section-btn .btn-white {
  color: #212132 !important;
}
@media (max-width: 575px) {
  .cid-uMu831jSfN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMu831jSfN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMu831jSfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu831jSfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMui4bPWdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMui4bPWdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMui4bPWdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMui4bPWdw .container {
  max-width: 1600px;
}
.cid-uMui4bPWdw .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uMui4bPWdw .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMui4bPWdw .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uMui4bPWdw .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uMui4bPWdw .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMui4bPWdw .mbr-section-title {
  color: #FFDD65;
}
.cid-uMui4bPWdw .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMui4bPWdw .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uMui4bPWdw .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uMui4bPWdw .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uMui4bPWdw .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uMui4bPWdw .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMui4bPWdw .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uMui4bPWdw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uMui4bPWdw .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uMui4bPWdw .panel-title:hover .panel-title-edit {
  color: #d5c409;
}
.cid-uMui4bPWdw .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMui4bPWdw .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uMui4bPWdw .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uMui4bPWdw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMui4bPWdw .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uMui4bPWdw .col-text {
    margin-top: 40px;
  }
}
.cid-uMui4bPWdw .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-uMui4bPWdw .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMui4bPWdw .mbr-text {
    margin-top: 16px;
  }
}
.cid-uMui4bPWdw .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uMui4bPWdw .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uMui4bPWdw .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uMui4bPWdw .btn-container .btn {
    width: 100%;
  }
}
.cid-uMu831HEFU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMu831HEFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu831HEFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu831HEFU .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMu831HEFU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMu831HEFU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMu831HEFU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMu831HEFU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMu831HEFU .mbr-section-title {
  color: #000000;
}
.cid-uMu8328B8Z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uMu8328B8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMu8328B8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMu8328B8Z .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMu8328B8Z .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper {
    padding: 0;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper {
  background-color: #212132;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMu8328B8Z .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMu8328B8Z .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uMu8328B8Z .mbr-section-title {
  color: #2C2625;
}
.cid-uMu8328B8Z .mbr-text {
  color: #2C2625;
}
.cid-uMu8328B8Z .list {
  color: #2C2625;
}
.cid-uMu8328B8Z .list,
.cid-uMu8328B8Z .item-wrap {
  color: #ffffff;
}
.cid-uMu8328B8Z .mbr-text,
.cid-uMu8328B8Z .text-wrapper {
  color: #ffffff;
}
.cid-uMtx8gK68E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMtx8gK68E .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;
}
@media (max-width: 767px) {
  .cid-uMtx8gK68E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMtx8gK68E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMtx8gK68E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMtx8gK68E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMtx8gK68E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMtx8gK68E .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uMtx8gK68E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMtx8gK68E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMtx8gK68E .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMtx8gK68E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMtx8gK68E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMtx8gK68E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMtx8gK68E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMtx8gK68E .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMtx8gK68E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMtx8gK68E .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMtx8gK68E .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMtx8gK68E .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtx8gK68E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMtx8gK68E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMtx8gK68E .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMtx8gK68E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMtx8gK68E .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uMtx8gK68E .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMtx8gK68E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uMtx8gK68E .nav-item:focus,
.cid-uMtx8gK68E .nav-link:focus {
  outline: none;
}
.cid-uMtx8gK68E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMtx8gK68E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMtx8gK68E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMtx8gK68E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMtx8gK68E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMtx8gK68E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMtx8gK68E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMtx8gK68E .navbar.opened {
  transition: all 0.3s;
}
.cid-uMtx8gK68E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMtx8gK68E .navbar .navbar-logo img {
  width: auto;
}
.cid-uMtx8gK68E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMtx8gK68E .navbar.collapsed {
  justify-content: center;
}
.cid-uMtx8gK68E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMtx8gK68E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtx8gK68E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uMtx8gK68E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMtx8gK68E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMtx8gK68E .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-uMtx8gK68E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMtx8gK68E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMtx8gK68E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMtx8gK68E .navbar {
    min-height: 72px;
  }
  .cid-uMtx8gK68E .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMtx8gK68E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMtx8gK68E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMtx8gK68E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMtx8gK68E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMtx8gK68E .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-uMtx8gK68E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMtx8gK68E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMtx8gK68E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMtx8gK68E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMtx8gK68E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMtx8gK68E .dropdown-item.active,
.cid-uMtx8gK68E .dropdown-item:active {
  background-color: transparent;
}
.cid-uMtx8gK68E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMtx8gK68E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMtx8gK68E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMtx8gK68E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMtx8gK68E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMtx8gK68E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMtx8gK68E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMtx8gK68E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMtx8gK68E .navbar-buttons {
    text-align: left;
  }
}
.cid-uMtx8gK68E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMtx8gK68E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMtx8gK68E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMtx8gK68E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtx8gK68E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMtx8gK68E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMtx8gK68E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtx8gK68E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMtx8gK68E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMtx8gK68E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMtx8gK68E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMtx8gK68E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMtx8gK68E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMtx8gK68E .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMtx8gK68E .navbar {
    height: 70px;
  }
  .cid-uMtx8gK68E .navbar.opened {
    height: auto;
  }
  .cid-uMtx8gK68E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMtx8gK68E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMtx8gK68E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMtx8gK68E .navbar-brand {
    margin-right: auto;
  }
  .cid-uMtx8gK68E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMtx8gK68E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMtx8gK68E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMtx8gK68E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMtx8gK68E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMtx8gK68E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMtx8hyzC0 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMtx8hyzC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8hyzC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8hyzC0 .container {
  max-width: 1600px;
}
.cid-uMtx8hyzC0 .row {
  justify-content: center;
}
.cid-uMtx8hyzC0 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uMtx8hyzC0 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .info-container {
    width: 100%;
  }
}
.cid-uMtx8hyzC0 .title-container {
  margin-bottom: 50px;
}
.cid-uMtx8hyzC0 .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMtx8hyzC0 .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uMtx8hyzC0 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uMtx8hyzC0 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .text-container {
    margin: 24px auto;
  }
}
.cid-uMtx8hyzC0 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .mbr-text {
    text-align: center !important;
  }
}
.cid-uMtx8hyzC0 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMtx8hyzC0 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMtx8hyzC0 .icon-text {
  color: #AE5EFF;
}
.cid-uMtx8hyzC0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMtx8hyzC0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMtx8hyzC0 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMtx8hyzC0 form {
  width: 100%;
}
.cid-uMtx8hyzC0 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uMtx8hyzC0 form p {
  color: #ffffff;
}
.cid-uMtx8hyzC0 form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uMtx8hyzC0 form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uMtx8hyzC0 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uMtx8hyzC0 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uMtx8hyzC0 form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-uMtx8hyzC0 form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uMtx8hyzC0 form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uMtx8hyzC0 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uMtx8hyzC0 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form .form-control:hover {
  outline: none !important;
}
.cid-uMtx8hyzC0 form select {
  color: #939292 !important;
}
.cid-uMtx8hyzC0 form textarea {
  height: 200px;
}
.cid-uMtx8hyzC0 form input:active,
.cid-uMtx8hyzC0 form textarea:active,
.cid-uMtx8hyzC0 form input:focus,
.cid-uMtx8hyzC0 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uMtx8hyzC0 form input:active::-webkit-input-placeholder,
.cid-uMtx8hyzC0 form textarea:active::-webkit-input-placeholder,
.cid-uMtx8hyzC0 form input:focus::-webkit-input-placeholder,
.cid-uMtx8hyzC0 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form input:active::-moz-placeholder,
.cid-uMtx8hyzC0 form textarea:active::-moz-placeholder,
.cid-uMtx8hyzC0 form input:focus::-moz-placeholder,
.cid-uMtx8hyzC0 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form input:active:-moz-placeholder,
.cid-uMtx8hyzC0 form textarea:active:-moz-placeholder,
.cid-uMtx8hyzC0 form input:focus:-moz-placeholder,
.cid-uMtx8hyzC0 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form input:active:-ms-input-placeholder,
.cid-uMtx8hyzC0 form textarea:active:-ms-input-placeholder,
.cid-uMtx8hyzC0 form input:focus:-ms-input-placeholder,
.cid-uMtx8hyzC0 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uMtx8hyzC0 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uMtx8hyzC0 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uMtx8hyzC0 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uMtx8hyzC0 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uMtx8hyzC0 form .form-check-input:focus,
.cid-uMtx8hyzC0 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uMtx8hyzC0 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uMtx8hyzC0 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uMtx8hyzC0 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uMtx8hyzC0 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uMtx8hyzC0 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uMtx8hyzC0 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #212132;
}
.cid-uMtx8hyzC0 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uMtx8j0b3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx8j0b3a .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMtx8j0b3a .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uMtx8j0b3a .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uMtx8j0b3a .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMtx8j0b3a .mbr-text {
  color: #3d5943;
}
.cid-uMtx8jHdKx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212132;
}
.cid-uMtx8jHdKx .mbr-text {
  color: #ffffff;
}
.cid-uMtx8knA8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uMtx8knA8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8knA8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8knA8S .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uMtx8knA8S .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .col-text {
    order: 2;
  }
}
.cid-uMtx8knA8S .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMtx8knA8S .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .col-img {
    order: 1;
  }
}
.cid-uMtx8knA8S .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uMtx8knA8S .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uMtx8knA8S .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uMtx8knA8S .mbr-section-btn {
    width: 100%;
  }
}
.cid-uMtx8knA8S .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uMtx8knA8S .image-wrapper {
    height: auto;
  }
}
.cid-uMtx8knA8S .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uMtx8knA8S .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ffe161 50%, #ffe885 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uMtx8knA8S .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uMtx8lcP3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx8lcP3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8lcP3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8lcP3K .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMtx8lcP3K .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8lcP3K .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMtx8lcP3K .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #00ac6d;
  margin-bottom: 20px;
}
.cid-uMtx8lcP3K .items-wrapper {
  margin: 0;
}
.cid-uMtx8lcP3K .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMtx8lcP3K .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMtx8lcP3K .mbr-section-title {
  color: #093388;
}
.cid-uMtx8lcP3K .item-number {
  color: #f4f4f4;
}
.cid-uMtx8lcP3K .item-title {
  color: #093388;
}
.cid-uMtx8lcP3K .item-text {
  color: #58595b;
}
.cid-uMtx8lcP3K .item-title,
.cid-uMtx8lcP3K .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMtx8malQ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212132;
}
.cid-uMtx8malQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8malQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8malQ0 .row {
  justify-content: left;
}
.cid-uMtx8malQ0 .mbr-section-title {
  color: #FFDD65;
}
.cid-uMtx8malQ0 .mbr-section-subtitle {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMtx8malQ0 .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uMtx8malQ0 .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uMtx8malQ0 .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uMtx8malQ0 .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uMtx8malQ0 .custom-section-btn {
  height: 100%;
}
.cid-uMtx8malQ0 .custom-section-btn .btn {
  height: 100%;
}
.cid-uMtx8malQ0 .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMtx8malQ0 .text-container {
    margin: 26px auto 0;
  }
}
.cid-uMtx8malQ0 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMtx8malQ0 .mbr-text {
    text-align: center !important;
  }
}
.cid-uMtx8malQ0 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uMtx8malQ0 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uMtx8malQ0 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uMtx8malQ0 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uMtx8malQ0 .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.cid-uMtx8malQ0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uMtx8malQ0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-uMtx8n9wQn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMtx8n9wQn .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uMtx8n9wQn .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1d5356;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uMtx8n9wQn .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uMtx8n9wQn img,
.cid-uMtx8n9wQn .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uMtx8n9wQn .item:focus,
.cid-uMtx8n9wQn span:focus {
  outline: none;
}
.cid-uMtx8n9wQn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMtx8n9wQn .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMtx8n9wQn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMtx8n9wQn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMtx8n9wQn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMtx8n9wQn .mbr-section-title {
  color: #491414;
}
.cid-uMtx8n9wQn .mbr-text,
.cid-uMtx8n9wQn .mbr-section-btn {
  text-align: center;
}
.cid-uMtx8n9wQn .item-title {
  text-align: center;
  color: #491414;
}
.cid-uMtx8n9wQn .item-subtitle {
  text-align: center;
}
.cid-uMtx8o70uW {
  background-color: #212132;
}
.cid-uMtx8o70uW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8o70uW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8o70uW .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-uMtx8o70uW .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #ddff55;
  border-radius: 100vw;
}
.cid-uMtx8o70uW .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uMtx8o70uW .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
}
.cid-uMtx8o70uW .mbr-section-btn {
  margin-top: 50px;
}
.cid-uMtx8oZnqI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx8oZnqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8oZnqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMtx8oZnqI .row {
    padding: 0 24px;
  }
}
.cid-uMtx8oZnqI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMtx8oZnqI .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMtx8oZnqI .mbr-section-title {
  color: #005c62;
}
.cid-uMtx8oZnqI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMtx8oZnqI .mbr-section-title,
.cid-uMtx8oZnqI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMtx8pRw9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #252434;
}
.cid-uMtx8pRw9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8pRw9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8pRw9R .card {
  justify-content: center;
}
.cid-uMtx8pRw9R .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMtx8pRw9R .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uMtx8pRw9R .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uMtx8pRw9R .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMtx8pRw9R .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uMtx8pRw9R .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtx8pRw9R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMtx8pRw9R .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uMtx8pRw9R .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .image-wrapper {
    padding-right: 0;
  }
}
.cid-uMtx8pRw9R .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8pRw9R .image-wrapper img {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMtx8pRw9R .mbr-section-title {
  color: #ffffff;
}
.cid-uMtx8pRw9R .mbr-tag {
  color: #ffffff;
}
.cid-uMtx8pRw9R .mbr-text {
  color: #ffffff;
}
.cid-uMtx8pRw9R .mbr-section-title,
.cid-uMtx8pRw9R .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMtx8pRw9R .mbr-text,
.cid-uMtx8pRw9R .text-wrapper {
  color: #ffffff;
}
.cid-uMtx8qErag {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-uMtx8qErag .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-uMtx8qErag .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-uMtx8qErag .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-uMtx8qErag .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-uMtx8qErag .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uMtx8qErag .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMtx8qErag .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-uMtx8qErag .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uMtx8qErag .btn:hover,
.cid-uMtx8qErag .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uMtx8qErag .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uMtx8qErag .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uMtx8qErag .btn:hover:before,
.cid-uMtx8qErag .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uMtx8qErag .btn-secondary {
  color: #000000 !important;
}
.cid-uMtx8qErag .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uMtx8rv2pk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMtx8rv2pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8rv2pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMtx8rv2pk .container {
    padding: 0 22px;
  }
}
.cid-uMtx8rv2pk .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMtx8rv2pk .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMtx8rv2pk .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uMtx8rv2pk .image-wrapper img {
    height: 350px;
  }
}
.cid-uMtx8rv2pk .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.cid-uMtx8rv2pk .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-uMtx8rv2pk .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uMtx8rv2pk .panel-group .card:hover,
.cid-uMtx8rv2pk .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-uMtx8rv2pk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMtx8rv2pk .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uMtx8rv2pk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMtx8rv2pk .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-uMtx8rv2pk .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uMtx8rv2pk .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uMtx8rv2pk .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uMtx8rv2pk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMtx8rv2pk .panel-title-edit {
  color: #ffffff;
}
.cid-uMtx8rv2pk .panel-text {
  color: #8a8588;
}
.cid-uMtx8sF3Ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMtx8sF3Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8sF3Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8sF3Ib .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uMtx8sF3Ib .items-wrapper .item {
  padding: 0 10px;
}
.cid-uMtx8sF3Ib .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uMtx8sF3Ib .item {
    margin-bottom: 20px;
  }
}
.cid-uMtx8sF3Ib .item:hover .item-wrapper .item-img img,
.cid-uMtx8sF3Ib .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uMtx8sF3Ib .item .item-wrapper {
  padding: 80px 60px;
  background-color: #212132;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMtx8sF3Ib .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uMtx8sF3Ib .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMtx8sF3Ib .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uMtx8sF3Ib .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uMtx8sF3Ib .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8sF3Ib .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uMtx8sF3Ib .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #212132;
}
.cid-uMtx8sF3Ib .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMtx8sF3Ib .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMtx8sF3Ib .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMtx8sF3Ib .mbr-label {
  color: #19171c;
}
.cid-uMtx8sF3Ib .item-text {
  color: #6e6e73;
}
.cid-uMtx8sF3Ib .mbr-label,
.cid-uMtx8sF3Ib .mbr-section-btn,
.cid-uMtx8sF3Ib .label-wrapper {
  color: #ffffff;
}
.cid-uMtx8tD8iu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252434;
}
.cid-uMtx8tD8iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8tD8iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8tD8iu .video-wrapper iframe {
  width: 100%;
}
.cid-uMtx8tD8iu .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uMtx8tD8iu .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uMtx8tD8iu .video-block {
  position: relative;
  z-index: 1;
}
.cid-uMtx8tD8iu .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uMtx8tD8iu .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMtx8tD8iu .video-block .image-absolute {
    display: none;
  }
}
.cid-uMtx8uDER2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMtx8uDER2 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uMtx8uDER2 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uMtx8uDER2 .row {
    text-align: center!important;
  }
}
.cid-uMtx8uDER2 .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #212132;
  background: linear-gradient(180deg, #212132, #0b5360);
}
@media (min-width: 768px) {
  .cid-uMtx8uDER2 .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uMtx8uDER2 .content-container {
    padding: 80px;
  }
}
.cid-uMtx8uDER2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uMtx8uDER2 .mbr-section-title {
    text-align: center;
  }
}
.cid-uMtx8uDER2 .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uMtx8uDER2 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uMtx8uDER2 .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uMtx8uDER2 .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uMtx8uDER2 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uMtx8uDER2 .mbr-section-btn .btn-white {
  color: #212132 !important;
}
@media (max-width: 575px) {
  .cid-uMtx8uDER2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMtx8uDER2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMtx8uDER2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8uDER2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuiCmMwjp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMuiCmMwjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuiCmMwjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuiCmMwjp .container {
  max-width: 1600px;
}
.cid-uMuiCmMwjp .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uMuiCmMwjp .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMuiCmMwjp .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uMuiCmMwjp .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uMuiCmMwjp .col-title {
    margin-bottom: 50px;
  }
}
.cid-uMuiCmMwjp .mbr-section-title {
  color: #FFDD65;
}
.cid-uMuiCmMwjp .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMuiCmMwjp .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uMuiCmMwjp .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uMuiCmMwjp .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ae5eff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uMuiCmMwjp .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uMuiCmMwjp .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMuiCmMwjp .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uMuiCmMwjp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uMuiCmMwjp .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uMuiCmMwjp .panel-title:hover .panel-title-edit {
  color: #d5c409;
}
.cid-uMuiCmMwjp .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMuiCmMwjp .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uMuiCmMwjp .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uMuiCmMwjp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMuiCmMwjp .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uMuiCmMwjp .col-text {
    margin-top: 40px;
  }
}
.cid-uMuiCmMwjp .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-uMuiCmMwjp .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMuiCmMwjp .mbr-text {
    margin-top: 16px;
  }
}
.cid-uMuiCmMwjp .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uMuiCmMwjp .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uMuiCmMwjp .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uMuiCmMwjp .btn-container .btn {
    width: 100%;
  }
}
.cid-uMtx8vLShL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMtx8vLShL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8vLShL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8vLShL .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMtx8vLShL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMtx8vLShL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMtx8vLShL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMtx8vLShL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMtx8vLShL .mbr-section-title {
  color: #000000;
}
.cid-uMtx8wN1yc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ecede8;
}
.cid-uMtx8wN1yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtx8wN1yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtx8wN1yc .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMtx8wN1yc .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper {
    padding: 0;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper {
  background-color: #212132;
  padding: 108px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .text-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .text-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .nav-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:hover,
.cid-uMtx8wN1yc .content-wrapper .card-wrapper .card-wrap .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-uMtx8wN1yc .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uMtx8wN1yc .mbr-section-title {
  color: #2C2625;
}
.cid-uMtx8wN1yc .mbr-text {
  color: #2C2625;
}
.cid-uMtx8wN1yc .list {
  color: #2C2625;
}
.cid-uMtx8wN1yc .list,
.cid-uMtx8wN1yc .item-wrap {
  color: #ffffff;
}
.cid-uMtx8wN1yc .mbr-text,
.cid-uMtx8wN1yc .text-wrapper {
  color: #ffffff;
}
