.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #ff6666 !important;
}
.bg-success {
  background-color: #d5c409 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #ff6666;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent !important;
  border-color: #ff0f0f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff6666 !important;
}
.text-secondary {
  color: #1d5356 !important;
}
.text-success {
  color: #d5c409 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !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: #ff5500 !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: #ff6666;
}
.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: #ff9966;
}
.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: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff6666;
}
/* 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: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.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: #ff6666;
  border-bottom-color: #ff6666;
}
.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: #ff6666 !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='%23ff6666' %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-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ecede8 !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(236, 237, 232, 0.7);
  backdrop-filter: blur(5px);
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV5zDEP55s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-tV5zDEP55s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5zDEP55s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5zDEP55s img {
  border-radius: 3rem;
}
.cid-tV5zDEP55s .row {
  flex-direction: row-reverse;
}
.cid-tV5zDEP55s .row {
  align-items: center;
}
.cid-tV5zDEP55s .mbr-section-title {
  color: #491414;
}
.cid-tV5zDEP55s .mbr-text,
.cid-tV5zDEP55s .mbr-section-btn {
  color: #491414;
}
.cid-tV5zBdLa9c {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #009472;
}
.cid-tV5zBdLa9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5zBdLa9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5zBdLa9c .mbr-text,
.cid-tV5zBdLa9c .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tV5zBdLa9c .mbr-section-title {
  text-align: center;
  color: #491414;
}
.cid-tV5zBdLa9c .mbr-section-subtitle {
  text-align: center;
}
.cid-tV5zNRxZ5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ecede8;
}
.cid-tV5zNRxZ5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5zNRxZ5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5zNRxZ5s .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV5zNRxZ5s .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV5zNRxZ5s .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-tV5zNRxZ5s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV5zNRxZ5s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV5zNRxZ5s .mbr-section-title {
  color: #491414;
}
.cid-tV5tVrMx3N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tV5tVrMx3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5tVrMx3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5tVrMx3N .container {
  max-width: 1600px;
}
.cid-tV5tVrMx3N .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 30px 0;
  }
}
.cid-tV5tVrMx3N .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV5tVrMx3N .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #fff0b0;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 7%;
  }
}
.cid-tV5tVrMx3N .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV5tVrMx3N .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV5tVrMx3N .footer-item {
  height: 100%;
}
.cid-tV5tVrMx3N .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV5tVrMx3N .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV5tVrMx3N .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV5tVrMx3N .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV5tVrMx3N .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV5tVrMx3N .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV5tVrMx3N .list li:hover {
  color: #ff6666 !important;
}
.cid-tV5tVrMx3N .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV5tVrMx3N .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV5tVrMx3N .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV5tVrMx3N .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tV5tVrMx3N .soc-item:hover .social-text {
  color: #ff6666 !important;
}
.cid-tV5tVrMx3N .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV5tVrMx3N .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .copyright-text {
    text-align: center !important;
  }
}
.cid-tV5tVrMx3N .mbr-text,
.cid-tV5tVrMx3N .mbr-section-btn {
  color: #000000;
}
.cid-tV5ArdQnNZ {
  z-index: 1000;
  width: 100%;
}
.cid-tV5ArdQnNZ nav.navbar {
  position: fixed;
}
.cid-tV5ArdQnNZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV5ArdQnNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV5ArdQnNZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV5ArdQnNZ .dropdown-item:hover,
.cid-tV5ArdQnNZ .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-tV5ArdQnNZ .dropdown-item:hover span {
  color: white;
}
.cid-tV5ArdQnNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV5ArdQnNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV5ArdQnNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV5ArdQnNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV5ArdQnNZ .nav-link {
  position: relative;
}
.cid-tV5ArdQnNZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tV5ArdQnNZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tV5ArdQnNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV5ArdQnNZ .dropdown-menu,
.cid-tV5ArdQnNZ .navbar.opened {
  background: #ecede8 !important;
}
.cid-tV5ArdQnNZ .nav-item:focus,
.cid-tV5ArdQnNZ .nav-link:focus {
  outline: none;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV5ArdQnNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV5ArdQnNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV5ArdQnNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV5ArdQnNZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(236, 237, 232, 0.7);
  backdrop-filter: blur(5px);
}
.cid-tV5ArdQnNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tV5ArdQnNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV5ArdQnNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tV5ArdQnNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV5ArdQnNZ .navbar.collapsed {
  justify-content: center;
}
.cid-tV5ArdQnNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV5ArdQnNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV5ArdQnNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV5ArdQnNZ .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-tV5ArdQnNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV5ArdQnNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV5ArdQnNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV5ArdQnNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV5ArdQnNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV5ArdQnNZ .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-tV5ArdQnNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV5ArdQnNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV5ArdQnNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV5ArdQnNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV5ArdQnNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV5ArdQnNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tV5ArdQnNZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tV5ArdQnNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV5ArdQnNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV5ArdQnNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV5ArdQnNZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV5ArdQnNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV5ArdQnNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV5ArdQnNZ .dropdown-item.active,
.cid-tV5ArdQnNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tV5ArdQnNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV5ArdQnNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV5ArdQnNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV5ArdQnNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-tV5ArdQnNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV5ArdQnNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV5ArdQnNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV5ArdQnNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV5ArdQnNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV5ArdQnNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV5ArdQnNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV5ArdQnNZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tV5ArdQnNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV5ArdQnNZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV5ArdQnNZ .navbar {
    height: 70px;
  }
  .cid-tV5ArdQnNZ .navbar.opened {
    height: auto;
  }
  .cid-tV5ArdQnNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV5AreXSqV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #009472;
}
.cid-tV5AreXSqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5AreXSqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5AreXSqV img {
  border-radius: 3rem;
}
.cid-tV5AreXSqV .row {
  align-items: center;
}
.cid-tV5AreXSqV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tV5AreXSqV .mbr-text,
.cid-tV5AreXSqV .mbr-section-btn {
  color: #491414;
}
.cid-tV5ArfQY0Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #dfdbd7;
}
.cid-tV5ArfQY0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5ArfQY0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5ArfQY0Y .mbr-text,
.cid-tV5ArfQY0Y .mbr-section-btn {
  text-align: left;
  color: #262626;
}
.cid-tV5ArfQY0Y .mbr-section-title {
  text-align: center;
  color: #491414;
}
.cid-tV5ArfQY0Y .mbr-section-subtitle {
  text-align: center;
}
.cid-tV5ArgGP8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #009472;
}
.cid-tV5ArgGP8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5ArgGP8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5ArgGP8U .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV5ArgGP8U .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV5ArgGP8U .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-tV5ArgGP8U .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV5ArgGP8U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV5ArgGP8U .mbr-section-title {
  color: #ffffff;
}
.cid-tV5Ari88fC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tV5Ari88fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5Ari88fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5Ari88fC .container {
  max-width: 1600px;
}
.cid-tV5Ari88fC .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .border-container {
    padding: 30px 0;
  }
}
.cid-tV5Ari88fC .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV5Ari88fC .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV5Ari88fC .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV5Ari88fC .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV5Ari88fC .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #fff0b0;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV5Ari88fC .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .border-frame {
    width: 7%;
  }
}
.cid-tV5Ari88fC .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV5Ari88fC .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV5Ari88fC .footer-item-container:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV5Ari88fC .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV5Ari88fC .footer-item {
  height: 100%;
}
.cid-tV5Ari88fC .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV5Ari88fC .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV5Ari88fC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV5Ari88fC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV5Ari88fC .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV5Ari88fC .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV5Ari88fC .list li:hover {
  color: #ff6666 !important;
}
.cid-tV5Ari88fC .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5Ari88fC .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV5Ari88fC .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV5Ari88fC .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV5Ari88fC .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV5Ari88fC .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV5Ari88fC .soc-item:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tV5Ari88fC .soc-item:hover .social-text {
  color: #ff6666 !important;
}
.cid-tV5Ari88fC .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV5Ari88fC .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV5Ari88fC .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV5Ari88fC .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tV5Ari88fC .copyright-text {
    text-align: center !important;
  }
}
.cid-tV5Ari88fC .mbr-text,
.cid-tV5Ari88fC .mbr-section-btn {
  color: #000000;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #ecede8 !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(236, 237, 232, 0.7);
  backdrop-filter: blur(5px);
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toEkoxVW1G {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/aed-training-matter-in-safety-and-health-2-1290x645.png");
}
.cid-toEkoxVW1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEkoxVW1G .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-toEkoxVW1G .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-toEkoxVW1G .col {
    width: 45%;
  }
}
.cid-toEkoxVW1G .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-toEkoxVW1G .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-toEkoxVW1G .card-wrapper h1,
.cid-toEkoxVW1G .card-wrapper h2,
.cid-toEkoxVW1G .card-wrapper p,
.cid-toEkoxVW1G .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-toEkoxVW1G .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d5356;
  opacity: 0.8;
}
.cid-toEkoxVW1G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-toEkoxVW1G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toEkoxVW1G .mbr-text,
.cid-toEkoxVW1G .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV58Im2626 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV58Im2626 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV58Im2626 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV58Im2626 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tV58Im2626 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tV58Im2626 .row {
  align-items: center;
}
.cid-tV58Im2626 .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tV58Im2626 .mbr-text,
.cid-tV58Im2626 .mbr-section-btn {
  color: #491414;
}
.cid-tV598vpYrQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV598vpYrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV598vpYrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV598vpYrQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV598vpYrQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tV598vpYrQ .container {
    padding: 0 24px;
  }
}
.cid-tV598vpYrQ .row {
  justify-content: center;
}
.cid-tV598vpYrQ .content-wrapper {
  border-radius: 40px;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tV598vpYrQ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tV598vpYrQ .content-wrapper {
    padding: 32px;
  }
}
.cid-tV598vpYrQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV598vpYrQ .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tV598vpYrQ .mbr-section-title {
  color: #FF3399;
}
.cid-tV598vpYrQ .mbr-text {
  color: #262642;
}
.cid-tV5chMOUEo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-tV5chMOUEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5chMOUEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5chMOUEo .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .container {
    padding: 0 6px;
  }
}
.cid-tV5chMOUEo .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tV5chMOUEo .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tV5chMOUEo .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tV5chMOUEo .row {
    padding: 70px 30px;
  }
}
.cid-tV5chMOUEo .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tV5chMOUEo .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .desc-wrapper {
    padding: 0;
  }
}
.cid-tV5chMOUEo .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tV5chMOUEo .title-wrapper {
  margin-bottom: 64px;
}
.cid-tV5chMOUEo .title-wrapper span {
  color: #009472;
}
.cid-tV5chMOUEo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV5chMOUEo .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tV5chMOUEo .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .cards-wrapper {
    display: block;
  }
}
.cid-tV5chMOUEo .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tV5chMOUEo .cards-wrapper .item:hover,
.cid-tV5chMOUEo .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tV5chMOUEo .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #fff0b0;
}
.cid-tV5chMOUEo .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #fff0b0;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #fff0b0;
  border-radius: 16px 16px 0 0;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #fff0b0;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tV5chMOUEo .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tV5chMOUEo .mbr-desc {
  color: #262626;
}
.cid-tV5chMOUEo .mbr-section-title {
  color: #131313;
}
.cid-tV5chMOUEo .card-title {
  color: #ffffff;
}
.cid-tV5chMOUEo .card-text {
  color: #131313;
}
.cid-tV5chMOUEo .card-title,
.cid-tV5chMOUEo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-toEmRuwj7k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-toEmRuwj7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmRuwj7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmRuwj7k .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-toEmRuwj7k .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-toEmRuwj7k .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-toEmRuwj7k .image-wrapper {
    padding: 1rem;
  }
}
.cid-toEmRuwj7k .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-toEmRuwj7k .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-toEmRuwj7k .row {
  flex-direction: row-reverse;
}
.cid-toEmRuwj7k .row {
  align-items: center;
}
.cid-toEmRuwj7k .mbr-section-title {
  color: #491414;
}
.cid-toEmRuwj7k .mbr-text,
.cid-toEmRuwj7k .mbr-section-btn {
  color: #491414;
}
.cid-toEmRuwj7k .mbr-section-subtitle {
  color: #491414;
}
.cid-toEmQsMKBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-toEmQsMKBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmQsMKBu .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-toEmQsMKBu .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-toEmQsMKBu .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-toEmQsMKBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmQsMKBu img {
  border-radius: 3rem;
}
.cid-toEmQsMKBu .mbr-text,
.cid-toEmQsMKBu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV5hbQZX7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV5hbQZX7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5hbQZX7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5hbQZX7H .mbr-section-subtitle {
  color: #491414;
}
.cid-tV5hbQZX7H .mbr-section-title {
  color: #491414;
}
.cid-tV5FdhuqoK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tV5FdhuqoK .container {
    padding: 0 25px;
  }
}
.cid-tV5FdhuqoK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV5FdhuqoK .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tV5FdhuqoK .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tV5FdhuqoK .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tV5FdhuqoK .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV5FdhuqoK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV5FdhuqoK .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tV5FdhuqoK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV5FdhuqoK .mbr-section-title {
  color: #ffffff;
}
.cid-tV5FdhuqoK .panel-title-edit {
  color: #ffffff;
}
.cid-tV5FdhuqoK .panel-text {
  color: #000000;
}
.cid-tV5kIQyWkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV5kIQyWkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5kIQyWkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5kIQyWkS .mbr-section-subtitle {
  color: #491414;
}
.cid-tV5kIQyWkS .mbr-section-title {
  color: #491414;
}
.cid-toEmW2WSSS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-toEmW2WSSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmW2WSSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-toEmW2WSSS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toEmW2WSSS img {
  border-radius: 3rem;
}
.cid-toEmW2WSSS .row {
  align-items: center;
}
.cid-toEmW2WSSS .mbr-section-title {
  color: #1d5356;
}
.cid-toEmW2WSSS .mbr-text,
.cid-toEmW2WSSS .mbr-section-btn {
  color: #491414;
}
.cid-toEmW2WSSS .mbr-section-subtitle {
  color: #491414;
}
.cid-toEniKl7D8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-toEniKl7D8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEniKl7D8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEniKl7D8 .mbr-section-subtitle {
  text-align: center;
}
.cid-toEniKl7D8 .mbr-section-subtitle,
.cid-toEniKl7D8 .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-toEniKl7D8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-toEniKl7D8 .mbr-section-maintitle,
.cid-toEniKl7D8 .iconfont-wrapper {
  color: #1d5356;
}
.cid-toEniKl7D8 .mbr-section-title,
.cid-toEniKl7D8 .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV5rJnepbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tV5rJnepbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5rJnepbY .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-tV5rJnepbY .container {
    padding: 0 30px;
  }
}
.cid-tV5rJnepbY .row {
  justify-content: center;
}
.cid-tV5rJnepbY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tV5rJnepbY .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV5rJnepbY .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tV5rJnepbY .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-tV5rJnepbY .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV5rJnepbY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tV5rJnepbY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-toEn5ljGj7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpg");
}
.cid-toEn5ljGj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEn5ljGj7 .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-toEn5ljGj7 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-toEn5ljGj7 .col {
    width: 40%;
  }
}
.cid-toEn5ljGj7 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-toEn5ljGj7 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-toEn5ljGj7 .card-wrapper h1,
.cid-toEn5ljGj7 .card-wrapper h2,
.cid-toEn5ljGj7 .card-wrapper p,
.cid-toEn5ljGj7 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-toEn5ljGj7 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff0b0;
  opacity: 1;
}
.cid-toEn5ljGj7 .mbr-section-title {
  color: #491414;
}
.cid-toEn5ljGj7 .mbr-section-subtitle {
  color: #491414;
}
.cid-toEn5ljGj7 .mbr-text,
.cid-toEn5ljGj7 .mbr-section-btn {
  color: #491414;
}
.cid-toEmXnDXvr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-toEmXnDXvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmXnDXvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEmXnDXvr .row {
  position: relative;
  padding: 8rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-toEmXnDXvr .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-toEmXnDXvr .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #1d5356;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-toEmXnDXvr .row:before {
    border-radius: 3rem;
  }
}
.cid-toEmXnDXvr .row .col-12 {
  position: relative;
}
.cid-toEmXnDXvr .mbr-section-title {
  color: #ffffff;
}
.cid-toEmXnDXvr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-toEmXnDXvr .mbr-text,
.cid-toEmXnDXvr .mbr-section-btn {
  color: #ffffff;
}
.cid-toEmYvXKk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.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: #ffffff;
}
.cid-tV5tVrMx3N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tV5tVrMx3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5tVrMx3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5tVrMx3N .container {
  max-width: 1600px;
}
.cid-tV5tVrMx3N .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-container {
    padding: 30px 0;
  }
}
.cid-tV5tVrMx3N .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV5tVrMx3N .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV5tVrMx3N .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #fff0b0;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .border-frame {
    width: 7%;
  }
}
.cid-tV5tVrMx3N .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV5tVrMx3N .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV5tVrMx3N .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV5tVrMx3N .footer-item {
  height: 100%;
}
.cid-tV5tVrMx3N .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV5tVrMx3N .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV5tVrMx3N .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV5tVrMx3N .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV5tVrMx3N .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV5tVrMx3N .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV5tVrMx3N .list li:hover {
  color: #ff6666 !important;
}
.cid-tV5tVrMx3N .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV5tVrMx3N .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV5tVrMx3N .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV5tVrMx3N .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV5tVrMx3N .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV5tVrMx3N .soc-item:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tV5tVrMx3N .soc-item:hover .social-text {
  color: #ff6666 !important;
}
.cid-tV5tVrMx3N .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV5tVrMx3N .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV5tVrMx3N .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tV5tVrMx3N .copyright-text {
    text-align: center !important;
  }
}
.cid-tV5tVrMx3N .mbr-text,
.cid-tV5tVrMx3N .mbr-section-btn {
  color: #000000;
}
.cid-tV6JALLo2Z {
  z-index: 1000;
  width: 100%;
}
.cid-tV6JALLo2Z nav.navbar {
  position: fixed;
}
.cid-tV6JALLo2Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6JALLo2Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV6JALLo2Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV6JALLo2Z .dropdown-item:hover,
.cid-tV6JALLo2Z .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-tV6JALLo2Z .dropdown-item:hover span {
  color: white;
}
.cid-tV6JALLo2Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV6JALLo2Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV6JALLo2Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV6JALLo2Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV6JALLo2Z .nav-link {
  position: relative;
}
.cid-tV6JALLo2Z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tV6JALLo2Z .container {
    flex-wrap: nowrap;
  }
}
.cid-tV6JALLo2Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV6JALLo2Z .dropdown-menu,
.cid-tV6JALLo2Z .navbar.opened {
  background: #ecede8 !important;
}
.cid-tV6JALLo2Z .nav-item:focus,
.cid-tV6JALLo2Z .nav-link:focus {
  outline: none;
}
.cid-tV6JALLo2Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV6JALLo2Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV6JALLo2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV6JALLo2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6JALLo2Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV6JALLo2Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV6JALLo2Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(236, 237, 232, 0.7);
  backdrop-filter: blur(5px);
}
.cid-tV6JALLo2Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tV6JALLo2Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV6JALLo2Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tV6JALLo2Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV6JALLo2Z .navbar.collapsed {
  justify-content: center;
}
.cid-tV6JALLo2Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV6JALLo2Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV6JALLo2Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tV6JALLo2Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV6JALLo2Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV6JALLo2Z .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-tV6JALLo2Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV6JALLo2Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV6JALLo2Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV6JALLo2Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV6JALLo2Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV6JALLo2Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV6JALLo2Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV6JALLo2Z .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-tV6JALLo2Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV6JALLo2Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV6JALLo2Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV6JALLo2Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV6JALLo2Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV6JALLo2Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tV6JALLo2Z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tV6JALLo2Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV6JALLo2Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV6JALLo2Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV6JALLo2Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV6JALLo2Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV6JALLo2Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV6JALLo2Z .dropdown-item.active,
.cid-tV6JALLo2Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tV6JALLo2Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV6JALLo2Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV6JALLo2Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV6JALLo2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-tV6JALLo2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV6JALLo2Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV6JALLo2Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV6JALLo2Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV6JALLo2Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV6JALLo2Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-tV6JALLo2Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV6JALLo2Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6JALLo2Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6JALLo2Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV6JALLo2Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6JALLo2Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV6JALLo2Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV6JALLo2Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6JALLo2Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tV6JALLo2Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV6JALLo2Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV6JALLo2Z .navbar {
    height: 70px;
  }
  .cid-tV6JALLo2Z .navbar.opened {
    height: auto;
  }
  .cid-tV6JALLo2Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6JAOWzQh {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/the-importance-of-cpr-scaled-1920x1280.jpg");
}
.cid-tV6JAOWzQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JAOWzQh .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-tV6JAOWzQh .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV6JAOWzQh .col {
    width: 45%;
  }
}
.cid-tV6JAOWzQh .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV6JAOWzQh .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV6JAOWzQh .card-wrapper h1,
.cid-tV6JAOWzQh .card-wrapper h2,
.cid-tV6JAOWzQh .card-wrapper p,
.cid-tV6JAOWzQh .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV6JAOWzQh .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d5356;
  opacity: 0.8;
}
.cid-tV6JAOWzQh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tV6JAOWzQh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV6JAOWzQh .mbr-text,
.cid-tV6JAOWzQh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV6JAR14sy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV6JAR14sy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JAR14sy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JAR14sy img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tV6JAR14sy img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tV6JAR14sy .row {
  align-items: center;
}
.cid-tV6JAR14sy .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tV6JAR14sy .mbr-text,
.cid-tV6JAR14sy .mbr-section-btn {
  color: #491414;
}
.cid-tV6JATxmm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6JATxmm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JATxmm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JATxmm8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JATxmm8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JATxmm8 .container {
    padding: 0 24px;
  }
}
.cid-tV6JATxmm8 .row {
  justify-content: center;
}
.cid-tV6JATxmm8 .content-wrapper {
  border-radius: 40px;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tV6JATxmm8 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JATxmm8 .content-wrapper {
    padding: 32px;
  }
}
.cid-tV6JATxmm8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6JATxmm8 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tV6JATxmm8 .mbr-section-title {
  color: #FF3399;
}
.cid-tV6JATxmm8 .mbr-text {
  color: #262642;
}
.cid-tV6JAVkmbd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-tV6JAVkmbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JAVkmbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JAVkmbd .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .container {
    padding: 0 6px;
  }
}
.cid-tV6JAVkmbd .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tV6JAVkmbd .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tV6JAVkmbd .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JAVkmbd .row {
    padding: 70px 30px;
  }
}
.cid-tV6JAVkmbd .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tV6JAVkmbd .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .desc-wrapper {
    padding: 0;
  }
}
.cid-tV6JAVkmbd .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tV6JAVkmbd .title-wrapper {
  margin-bottom: 64px;
}
.cid-tV6JAVkmbd .title-wrapper span {
  color: #009472;
}
.cid-tV6JAVkmbd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6JAVkmbd .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tV6JAVkmbd .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .cards-wrapper {
    display: block;
  }
}
.cid-tV6JAVkmbd .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tV6JAVkmbd .cards-wrapper .item:hover,
.cid-tV6JAVkmbd .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tV6JAVkmbd .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #fff0b0;
}
.cid-tV6JAVkmbd .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #fff0b0;
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #fff0b0;
  border-radius: 16px 16px 0 0;
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #fff0b0;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tV6JAVkmbd .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tV6JAVkmbd .mbr-desc {
  color: #262626;
}
.cid-tV6JAVkmbd .mbr-section-title {
  color: #131313;
}
.cid-tV6JAVkmbd .card-title {
  color: #ffffff;
}
.cid-tV6JAVkmbd .card-text {
  color: #131313;
}
.cid-tV6JAVkmbd .card-title,
.cid-tV6JAVkmbd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tV6JAXEJkM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV6JAXEJkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JAXEJkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JAXEJkM .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tV6JAXEJkM .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tV6JAXEJkM .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tV6JAXEJkM .image-wrapper {
    padding: 1rem;
  }
}
.cid-tV6JAXEJkM .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-tV6JAXEJkM .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tV6JAXEJkM .row {
  flex-direction: row-reverse;
}
.cid-tV6JAXEJkM .row {
  align-items: center;
}
.cid-tV6JAXEJkM .mbr-section-title {
  color: #491414;
}
.cid-tV6JAXEJkM .mbr-text,
.cid-tV6JAXEJkM .mbr-section-btn {
  color: #491414;
}
.cid-tV6JAXEJkM .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6JAZgmk7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tV6JAZgmk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JAZgmk7 .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tV6JAZgmk7 .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tV6JAZgmk7 .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-tV6JAZgmk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JAZgmk7 img {
  border-radius: 3rem;
}
.cid-tV6JAZgmk7 .mbr-text,
.cid-tV6JAZgmk7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV6JB2c1ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6JB2c1ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JB2c1ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JB2c1ba .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6JB2c1ba .mbr-section-title {
  color: #491414;
}
.cid-tV6JB4uLgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6JB4uLgu .container {
    padding: 0 25px;
  }
}
.cid-tV6JB4uLgu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV6JB4uLgu .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tV6JB4uLgu .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tV6JB4uLgu .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tV6JB4uLgu .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tV6JB4uLgu .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6JB4uLgu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV6JB4uLgu .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV6JB4uLgu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV6JB4uLgu .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV6JB4uLgu .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tV6JB4uLgu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV6JB4uLgu .mbr-section-title {
  color: #ffffff;
}
.cid-tV6JB4uLgu .panel-title-edit {
  color: #ffffff;
}
.cid-tV6JB4uLgu .panel-text {
  color: #000000;
}
.cid-tV6JB6r1Bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6JB6r1Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JB6r1Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JB6r1Bi .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6JB6r1Bi .mbr-section-title {
  color: #491414;
}
.cid-tV6JB7K5eo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-tV6JB7K5eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JB7K5eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tV6JB7K5eo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tV6JB7K5eo img {
  border-radius: 3rem;
}
.cid-tV6JB7K5eo .row {
  align-items: center;
}
.cid-tV6JB7K5eo .mbr-section-title {
  color: #1d5356;
}
.cid-tV6JB7K5eo .mbr-text,
.cid-tV6JB7K5eo .mbr-section-btn {
  color: #491414;
}
.cid-tV6JB7K5eo .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6JB97GyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6JB97GyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JB97GyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JB97GyM .mbr-section-subtitle {
  text-align: center;
}
.cid-tV6JB97GyM .mbr-section-subtitle,
.cid-tV6JB97GyM .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-tV6JB97GyM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-tV6JB97GyM .mbr-section-maintitle,
.cid-tV6JB97GyM .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV6JB97GyM .mbr-section-title,
.cid-tV6JB97GyM .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV6JBbZp0Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/11-1880x1253.jpg");
}
.cid-tV6JBbZp0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JBbZp0Y .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-tV6JBbZp0Y .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV6JBbZp0Y .col {
    width: 40%;
  }
}
.cid-tV6JBbZp0Y .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV6JBbZp0Y .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV6JBbZp0Y .card-wrapper h1,
.cid-tV6JBbZp0Y .card-wrapper h2,
.cid-tV6JBbZp0Y .card-wrapper p,
.cid-tV6JBbZp0Y .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV6JBbZp0Y .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff0b0;
  opacity: 1;
}
.cid-tV6JBbZp0Y .mbr-section-title {
  color: #491414;
}
.cid-tV6JBbZp0Y .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6JBbZp0Y .mbr-text,
.cid-tV6JBbZp0Y .mbr-section-btn {
  color: #491414;
}
.cid-tV6JBlcPli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tV6JBlcPli .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JBlcPli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JBlcPli .row {
  position: relative;
  padding: 8rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tV6JBlcPli .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-tV6JBlcPli .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #1d5356;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tV6JBlcPli .row:before {
    border-radius: 3rem;
  }
}
.cid-tV6JBlcPli .row .col-12 {
  position: relative;
}
.cid-tV6JBlcPli .mbr-section-title {
  color: #ffffff;
}
.cid-tV6JBlcPli .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tV6JBlcPli .mbr-text,
.cid-tV6JBlcPli .mbr-section-btn {
  color: #ffffff;
}
.cid-tV6RyzybDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6RyzybDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6RyzybDj .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-tV6RyzybDj .container {
    padding: 0 24px;
  }
}
.cid-tV6RyzybDj .row {
  justify-content: center;
}
.cid-tV6RyzybDj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV6RyzybDj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6RyzybDj .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-tV6RyzybDj .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tV6RyzybDj .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tV6RyzybDj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6RyzybDj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV6RyzybDj .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV6RyzybDj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV6RyzybDj .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #8e8ead;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV6RyzybDj .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-tV6RyzybDj .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tV6RyzybDj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV6RyzybDj .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-tV6RyzybDj .panel-title-edit {
  color: #FF3399;
}
.cid-tV6RyzybDj .panel-text {
  color: #262642;
}
.cid-tV6JBng9ei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tV6JBng9ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JBng9ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JBng9ei .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV6JBng9ei .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV6JBng9ei .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-tV6JBng9ei .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV6JBng9ei .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV6JBng9ei .mbr-section-title {
  color: #ffffff;
}
.cid-tV6JBptUxy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tV6JBptUxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JBptUxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JBptUxy .container {
  max-width: 1600px;
}
.cid-tV6JBptUxy .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV6JBptUxy .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV6JBptUxy .border-container {
    padding: 30px 0;
  }
}
.cid-tV6JBptUxy .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV6JBptUxy .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV6JBptUxy .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV6JBptUxy .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV6JBptUxy .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #fff0b0;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV6JBptUxy .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV6JBptUxy .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV6JBptUxy .border-frame {
    width: 7%;
  }
}
.cid-tV6JBptUxy .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV6JBptUxy .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV6JBptUxy .footer-item-container:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV6JBptUxy .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV6JBptUxy .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .cid-tV6JBptUxy .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV6JBptUxy .footer-item {
  height: 100%;
}
.cid-tV6JBptUxy .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV6JBptUxy .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV6JBptUxy .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV6JBptUxy .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV6JBptUxy .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV6JBptUxy .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV6JBptUxy .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV6JBptUxy .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV6JBptUxy .list li:hover {
  color: #ff6666 !important;
}
.cid-tV6JBptUxy .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6JBptUxy .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6JBptUxy .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6JBptUxy .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6JBptUxy .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV6JBptUxy .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV6JBptUxy .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV6JBptUxy .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV6JBptUxy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV6JBptUxy .soc-item:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tV6JBptUxy .soc-item:hover .social-text {
  color: #ff6666 !important;
}
.cid-tV6JBptUxy .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV6JBptUxy .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV6JBptUxy .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV6JBptUxy .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tV6JBptUxy .copyright-text {
    text-align: center !important;
  }
}
.cid-tV6JBptUxy .mbr-text,
.cid-tV6JBptUxy .mbr-section-btn {
  color: #000000;
}
.cid-tV6Tb09gLT {
  z-index: 1000;
  width: 100%;
}
.cid-tV6Tb09gLT nav.navbar {
  position: fixed;
}
.cid-tV6Tb09gLT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6Tb09gLT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV6Tb09gLT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV6Tb09gLT .dropdown-item:hover,
.cid-tV6Tb09gLT .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-tV6Tb09gLT .dropdown-item:hover span {
  color: white;
}
.cid-tV6Tb09gLT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV6Tb09gLT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV6Tb09gLT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV6Tb09gLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV6Tb09gLT .nav-link {
  position: relative;
}
.cid-tV6Tb09gLT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tV6Tb09gLT .container {
    flex-wrap: nowrap;
  }
}
.cid-tV6Tb09gLT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV6Tb09gLT .dropdown-menu,
.cid-tV6Tb09gLT .navbar.opened {
  background: #ecede8 !important;
}
.cid-tV6Tb09gLT .nav-item:focus,
.cid-tV6Tb09gLT .nav-link:focus {
  outline: none;
}
.cid-tV6Tb09gLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV6Tb09gLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV6Tb09gLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV6Tb09gLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV6Tb09gLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV6Tb09gLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV6Tb09gLT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(236, 237, 232, 0.7);
  backdrop-filter: blur(5px);
}
.cid-tV6Tb09gLT .navbar.opened {
  transition: all 0.3s;
}
.cid-tV6Tb09gLT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV6Tb09gLT .navbar .navbar-logo img {
  width: auto;
}
.cid-tV6Tb09gLT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV6Tb09gLT .navbar.collapsed {
  justify-content: center;
}
.cid-tV6Tb09gLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV6Tb09gLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV6Tb09gLT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tV6Tb09gLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV6Tb09gLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV6Tb09gLT .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-tV6Tb09gLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV6Tb09gLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV6Tb09gLT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV6Tb09gLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV6Tb09gLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV6Tb09gLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV6Tb09gLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV6Tb09gLT .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-tV6Tb09gLT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV6Tb09gLT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV6Tb09gLT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV6Tb09gLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV6Tb09gLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV6Tb09gLT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tV6Tb09gLT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tV6Tb09gLT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV6Tb09gLT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV6Tb09gLT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV6Tb09gLT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV6Tb09gLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV6Tb09gLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV6Tb09gLT .dropdown-item.active,
.cid-tV6Tb09gLT .dropdown-item:active {
  background-color: transparent;
}
.cid-tV6Tb09gLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV6Tb09gLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV6Tb09gLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV6Tb09gLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-tV6Tb09gLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV6Tb09gLT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV6Tb09gLT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV6Tb09gLT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV6Tb09gLT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV6Tb09gLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-tV6Tb09gLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV6Tb09gLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6Tb09gLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV6Tb09gLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV6Tb09gLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6Tb09gLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV6Tb09gLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV6Tb09gLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV6Tb09gLT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tV6Tb09gLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV6Tb09gLT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV6Tb09gLT .navbar {
    height: 70px;
  }
  .cid-tV6Tb09gLT .navbar.opened {
    height: auto;
  }
  .cid-tV6Tb09gLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6Tb2bsGE {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/24-2000x1331.jpg");
}
.cid-tV6Tb2bsGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb2bsGE .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-tV6Tb2bsGE .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV6Tb2bsGE .col {
    width: 45%;
  }
}
.cid-tV6Tb2bsGE .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV6Tb2bsGE .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV6Tb2bsGE .card-wrapper h1,
.cid-tV6Tb2bsGE .card-wrapper h2,
.cid-tV6Tb2bsGE .card-wrapper p,
.cid-tV6Tb2bsGE .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV6Tb2bsGE .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d5356;
  opacity: 0.8;
}
.cid-tV6Tb2bsGE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tV6Tb2bsGE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV6Tb2bsGE .mbr-text,
.cid-tV6Tb2bsGE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV6Tb2W28V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV6Tb2W28V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb2W28V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb2W28V img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tV6Tb2W28V img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tV6Tb2W28V .row {
  align-items: center;
}
.cid-tV6Tb2W28V .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tV6Tb2W28V .mbr-text,
.cid-tV6Tb2W28V .mbr-section-btn {
  color: #491414;
}
.cid-tV6Tb3CAI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6Tb3CAI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb3CAI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb3CAI1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Tb3CAI1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Tb3CAI1 .container {
    padding: 0 24px;
  }
}
.cid-tV6Tb3CAI1 .row {
  justify-content: center;
}
.cid-tV6Tb3CAI1 .content-wrapper {
  border-radius: 40px;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tV6Tb3CAI1 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Tb3CAI1 .content-wrapper {
    padding: 32px;
  }
}
.cid-tV6Tb3CAI1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6Tb3CAI1 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tV6Tb3CAI1 .mbr-section-title {
  color: #FF3399;
}
.cid-tV6Tb3CAI1 .mbr-text {
  color: #262642;
}
.cid-tV6Tb4kxcU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-tV6Tb4kxcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb4kxcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb4kxcU .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .container {
    padding: 0 6px;
  }
}
.cid-tV6Tb4kxcU .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tV6Tb4kxcU .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tV6Tb4kxcU .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Tb4kxcU .row {
    padding: 70px 30px;
  }
}
.cid-tV6Tb4kxcU .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tV6Tb4kxcU .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .desc-wrapper {
    padding: 0;
  }
}
.cid-tV6Tb4kxcU .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tV6Tb4kxcU .title-wrapper {
  margin-bottom: 64px;
}
.cid-tV6Tb4kxcU .title-wrapper span {
  color: #009472;
}
.cid-tV6Tb4kxcU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6Tb4kxcU .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tV6Tb4kxcU .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .cards-wrapper {
    display: block;
  }
}
.cid-tV6Tb4kxcU .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tV6Tb4kxcU .cards-wrapper .item:hover,
.cid-tV6Tb4kxcU .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tV6Tb4kxcU .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #fff0b0;
}
.cid-tV6Tb4kxcU .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #fff0b0;
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #fff0b0;
  border-radius: 16px 16px 0 0;
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #fff0b0;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tV6Tb4kxcU .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tV6Tb4kxcU .mbr-desc {
  color: #262626;
}
.cid-tV6Tb4kxcU .mbr-section-title {
  color: #131313;
}
.cid-tV6Tb4kxcU .card-title {
  color: #ffffff;
}
.cid-tV6Tb4kxcU .card-text {
  color: #131313;
}
.cid-tV6Tb4kxcU .card-title,
.cid-tV6Tb4kxcU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tV6Tb5nyRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV6Tb5nyRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb5nyRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb5nyRr .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tV6Tb5nyRr .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tV6Tb5nyRr .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tV6Tb5nyRr .image-wrapper {
    padding: 1rem;
  }
}
.cid-tV6Tb5nyRr .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-tV6Tb5nyRr .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tV6Tb5nyRr .row {
  flex-direction: row-reverse;
}
.cid-tV6Tb5nyRr .row {
  align-items: center;
}
.cid-tV6Tb5nyRr .mbr-section-title {
  color: #491414;
}
.cid-tV6Tb5nyRr .mbr-text,
.cid-tV6Tb5nyRr .mbr-section-btn {
  color: #491414;
}
.cid-tV6Tb5nyRr .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6Tb6bYjc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tV6Tb6bYjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb6bYjc .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tV6Tb6bYjc .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tV6Tb6bYjc .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-tV6Tb6bYjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb6bYjc img {
  border-radius: 3rem;
}
.cid-tV6Tb6bYjc .mbr-text,
.cid-tV6Tb6bYjc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV6Tb76DFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6Tb76DFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb76DFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb76DFT .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6Tb76DFT .mbr-section-title {
  color: #491414;
}
.cid-tV6Tb7YU5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6Tb7YU5v .container {
    padding: 0 25px;
  }
}
.cid-tV6Tb7YU5v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV6Tb7YU5v .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tV6Tb7YU5v .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tV6Tb7YU5v .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tV6Tb7YU5v .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tV6Tb7YU5v .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6Tb7YU5v .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV6Tb7YU5v .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV6Tb7YU5v .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV6Tb7YU5v .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV6Tb7YU5v .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tV6Tb7YU5v .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV6Tb7YU5v .mbr-section-title {
  color: #ffffff;
}
.cid-tV6Tb7YU5v .panel-title-edit {
  color: #ffffff;
}
.cid-tV6Tb7YU5v .panel-text {
  color: #000000;
}
.cid-tV6Tb8YeLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6Tb8YeLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb8YeLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tb8YeLJ .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6Tb8YeLJ .mbr-section-title {
  color: #491414;
}
.cid-tV6Tb9TstO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-tV6Tb9TstO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tb9TstO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tV6Tb9TstO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tV6Tb9TstO img {
  border-radius: 3rem;
}
.cid-tV6Tb9TstO .row {
  align-items: center;
}
.cid-tV6Tb9TstO .mbr-section-title {
  color: #1d5356;
}
.cid-tV6Tb9TstO .mbr-text,
.cid-tV6Tb9TstO .mbr-section-btn {
  color: #491414;
}
.cid-tV6Tb9TstO .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6TbaNKwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6TbaNKwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6TbaNKwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6TbaNKwt .mbr-section-subtitle {
  text-align: center;
}
.cid-tV6TbaNKwt .mbr-section-subtitle,
.cid-tV6TbaNKwt .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-tV6TbaNKwt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-tV6TbaNKwt .mbr-section-maintitle,
.cid-tV6TbaNKwt .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV6TbaNKwt .mbr-section-title,
.cid-tV6TbaNKwt .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV6TbbCOyi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/27-1161x774.png");
}
.cid-tV6TbbCOyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6TbbCOyi .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-tV6TbbCOyi .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV6TbbCOyi .col {
    width: 40%;
  }
}
.cid-tV6TbbCOyi .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV6TbbCOyi .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV6TbbCOyi .card-wrapper h1,
.cid-tV6TbbCOyi .card-wrapper h2,
.cid-tV6TbbCOyi .card-wrapper p,
.cid-tV6TbbCOyi .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV6TbbCOyi .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff0b0;
  opacity: 1;
}
.cid-tV6TbbCOyi .mbr-section-title {
  color: #491414;
}
.cid-tV6TbbCOyi .mbr-section-subtitle {
  color: #491414;
}
.cid-tV6TbbCOyi .mbr-text,
.cid-tV6TbbCOyi .mbr-section-btn {
  color: #491414;
}
.cid-tV6TbdlAfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tV6TbdlAfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6TbdlAfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6TbdlAfM .row {
  position: relative;
  padding: 8rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tV6TbdlAfM .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-tV6TbdlAfM .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #1d5356;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tV6TbdlAfM .row:before {
    border-radius: 3rem;
  }
}
.cid-tV6TbdlAfM .row .col-12 {
  position: relative;
}
.cid-tV6TbdlAfM .mbr-section-title {
  color: #ffffff;
}
.cid-tV6TbdlAfM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tV6TbdlAfM .mbr-text,
.cid-tV6TbdlAfM .mbr-section-btn {
  color: #ffffff;
}
.cid-tV6Tbe8U90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV6Tbe8U90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tbe8U90 .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-tV6Tbe8U90 .container {
    padding: 0 24px;
  }
}
.cid-tV6Tbe8U90 .row {
  justify-content: center;
}
.cid-tV6Tbe8U90 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV6Tbe8U90 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6Tbe8U90 .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-tV6Tbe8U90 .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tV6Tbe8U90 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tV6Tbe8U90 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6Tbe8U90 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV6Tbe8U90 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV6Tbe8U90 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV6Tbe8U90 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #8e8ead;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV6Tbe8U90 .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-tV6Tbe8U90 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tV6Tbe8U90 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV6Tbe8U90 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-tV6Tbe8U90 .panel-title-edit {
  color: #FF3399;
}
.cid-tV6Tbe8U90 .panel-text {
  color: #262642;
}
.cid-tV6Tbf0Pya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tV6Tbf0Pya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Tbf0Pya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Tbf0Pya .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV6Tbf0Pya .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV6Tbf0Pya .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-tV6Tbf0Pya .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV6Tbf0Pya .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV6Tbf0Pya .mbr-section-title {
  color: #ffffff;
}
.cid-tV6TbfZHJ7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tV6TbfZHJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6TbfZHJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6TbfZHJ7 .container {
  max-width: 1600px;
}
.cid-tV6TbfZHJ7 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV6TbfZHJ7 .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV6TbfZHJ7 .border-container {
    padding: 30px 0;
  }
}
.cid-tV6TbfZHJ7 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV6TbfZHJ7 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV6TbfZHJ7 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV6TbfZHJ7 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV6TbfZHJ7 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #fff0b0;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV6TbfZHJ7 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV6TbfZHJ7 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV6TbfZHJ7 .border-frame {
    width: 7%;
  }
}
.cid-tV6TbfZHJ7 .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV6TbfZHJ7 .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV6TbfZHJ7 .footer-item-container:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV6TbfZHJ7 .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV6TbfZHJ7 .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .cid-tV6TbfZHJ7 .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV6TbfZHJ7 .footer-item {
  height: 100%;
}
.cid-tV6TbfZHJ7 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV6TbfZHJ7 .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV6TbfZHJ7 .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV6TbfZHJ7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV6TbfZHJ7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV6TbfZHJ7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV6TbfZHJ7 .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV6TbfZHJ7 .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV6TbfZHJ7 .list li:hover {
  color: #ff6666 !important;
}
.cid-tV6TbfZHJ7 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6TbfZHJ7 .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6TbfZHJ7 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6TbfZHJ7 .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV6TbfZHJ7 .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV6TbfZHJ7 .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV6TbfZHJ7 .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV6TbfZHJ7 .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV6TbfZHJ7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV6TbfZHJ7 .soc-item:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tV6TbfZHJ7 .soc-item:hover .social-text {
  color: #ff6666 !important;
}
.cid-tV6TbfZHJ7 .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV6TbfZHJ7 .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV6TbfZHJ7 .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV6TbfZHJ7 .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tV6TbfZHJ7 .copyright-text {
    text-align: center !important;
  }
}
.cid-tV6TbfZHJ7 .mbr-text,
.cid-tV6TbfZHJ7 .mbr-section-btn {
  color: #000000;
}
.cid-tV7tnuzJiP {
  z-index: 1000;
  width: 100%;
}
.cid-tV7tnuzJiP nav.navbar {
  position: fixed;
}
.cid-tV7tnuzJiP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV7tnuzJiP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV7tnuzJiP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV7tnuzJiP .dropdown-item:hover,
.cid-tV7tnuzJiP .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-tV7tnuzJiP .dropdown-item:hover span {
  color: white;
}
.cid-tV7tnuzJiP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV7tnuzJiP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV7tnuzJiP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV7tnuzJiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV7tnuzJiP .nav-link {
  position: relative;
}
.cid-tV7tnuzJiP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tV7tnuzJiP .container {
    flex-wrap: nowrap;
  }
}
.cid-tV7tnuzJiP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV7tnuzJiP .dropdown-menu,
.cid-tV7tnuzJiP .navbar.opened {
  background: #ecede8 !important;
}
.cid-tV7tnuzJiP .nav-item:focus,
.cid-tV7tnuzJiP .nav-link:focus {
  outline: none;
}
.cid-tV7tnuzJiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV7tnuzJiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7tnuzJiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV7tnuzJiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV7tnuzJiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7tnuzJiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7tnuzJiP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(236, 237, 232, 0.7);
  backdrop-filter: blur(5px);
}
.cid-tV7tnuzJiP .navbar.opened {
  transition: all 0.3s;
}
.cid-tV7tnuzJiP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV7tnuzJiP .navbar .navbar-logo img {
  width: auto;
}
.cid-tV7tnuzJiP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7tnuzJiP .navbar.collapsed {
  justify-content: center;
}
.cid-tV7tnuzJiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7tnuzJiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV7tnuzJiP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tV7tnuzJiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7tnuzJiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7tnuzJiP .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-tV7tnuzJiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7tnuzJiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV7tnuzJiP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV7tnuzJiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7tnuzJiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7tnuzJiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7tnuzJiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7tnuzJiP .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-tV7tnuzJiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV7tnuzJiP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7tnuzJiP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7tnuzJiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV7tnuzJiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV7tnuzJiP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tV7tnuzJiP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tV7tnuzJiP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV7tnuzJiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV7tnuzJiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV7tnuzJiP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7tnuzJiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7tnuzJiP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7tnuzJiP .dropdown-item.active,
.cid-tV7tnuzJiP .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7tnuzJiP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7tnuzJiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7tnuzJiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7tnuzJiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecede8;
}
.cid-tV7tnuzJiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7tnuzJiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV7tnuzJiP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV7tnuzJiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV7tnuzJiP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV7tnuzJiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-tV7tnuzJiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV7tnuzJiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV7tnuzJiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV7tnuzJiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV7tnuzJiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV7tnuzJiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV7tnuzJiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV7tnuzJiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV7tnuzJiP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tV7tnuzJiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV7tnuzJiP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7tnuzJiP .navbar {
    height: 70px;
  }
  .cid-tV7tnuzJiP .navbar.opened {
    height: auto;
  }
  .cid-tV7tnuzJiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV7tnx4JCC {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/26-1161x774.jpg");
}
.cid-tV7tnx4JCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnx4JCC .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-tV7tnx4JCC .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV7tnx4JCC .col {
    width: 45%;
  }
}
.cid-tV7tnx4JCC .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV7tnx4JCC .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV7tnx4JCC .card-wrapper h1,
.cid-tV7tnx4JCC .card-wrapper h2,
.cid-tV7tnx4JCC .card-wrapper p,
.cid-tV7tnx4JCC .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV7tnx4JCC .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d5356;
  opacity: 0.8;
}
.cid-tV7tnx4JCC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tV7tnx4JCC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV7tnx4JCC .mbr-text,
.cid-tV7tnx4JCC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV7tnydTQW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV7tnydTQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnydTQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnydTQW img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tV7tnydTQW img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tV7tnydTQW .row {
  align-items: center;
}
.cid-tV7tnydTQW .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tV7tnydTQW .mbr-text,
.cid-tV7tnydTQW .mbr-section-btn {
  color: #491414;
}
.cid-tV7tnzloMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV7tnzloMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnzloMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnzloMp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV7tnzloMp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tV7tnzloMp .container {
    padding: 0 24px;
  }
}
.cid-tV7tnzloMp .row {
  justify-content: center;
}
.cid-tV7tnzloMp .content-wrapper {
  border-radius: 40px;
  background-color: #fff0b0;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tV7tnzloMp .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tV7tnzloMp .content-wrapper {
    padding: 32px;
  }
}
.cid-tV7tnzloMp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV7tnzloMp .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tV7tnzloMp .mbr-section-title {
  color: #FF3399;
}
.cid-tV7tnzloMp .mbr-text {
  color: #262642;
}
.cid-tV7tnACfx8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-tV7tnACfx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnACfx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnACfx8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .container {
    padding: 0 6px;
  }
}
.cid-tV7tnACfx8 .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tV7tnACfx8 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tV7tnACfx8 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tV7tnACfx8 .row {
    padding: 70px 30px;
  }
}
.cid-tV7tnACfx8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tV7tnACfx8 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .desc-wrapper {
    padding: 0;
  }
}
.cid-tV7tnACfx8 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tV7tnACfx8 .title-wrapper {
  margin-bottom: 64px;
}
.cid-tV7tnACfx8 .title-wrapper span {
  color: #009472;
}
.cid-tV7tnACfx8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV7tnACfx8 .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tV7tnACfx8 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .cards-wrapper {
    display: block;
  }
}
.cid-tV7tnACfx8 .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-tV7tnACfx8 .cards-wrapper .item:hover,
.cid-tV7tnACfx8 .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tV7tnACfx8 .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #fff0b0;
}
.cid-tV7tnACfx8 .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #fff0b0;
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #fff0b0;
  border-radius: 16px 16px 0 0;
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #fff0b0;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tV7tnACfx8 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tV7tnACfx8 .mbr-desc {
  color: #262626;
}
.cid-tV7tnACfx8 .mbr-section-title {
  color: #131313;
}
.cid-tV7tnACfx8 .card-title {
  color: #ffffff;
}
.cid-tV7tnACfx8 .card-text {
  color: #131313;
}
.cid-tV7tnACfx8 .card-title,
.cid-tV7tnACfx8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tV7tnCxa6Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tV7tnCxa6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnCxa6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnCxa6Z .text-wrapper {
  border-left: 4px solid #1d5356;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tV7tnCxa6Z .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tV7tnCxa6Z .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tV7tnCxa6Z .image-wrapper {
    padding: 1rem;
  }
}
.cid-tV7tnCxa6Z .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-tV7tnCxa6Z .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tV7tnCxa6Z .row {
  flex-direction: row-reverse;
}
.cid-tV7tnCxa6Z .row {
  align-items: center;
}
.cid-tV7tnCxa6Z .mbr-section-title {
  color: #491414;
}
.cid-tV7tnCxa6Z .mbr-text,
.cid-tV7tnCxa6Z .mbr-section-btn {
  color: #491414;
}
.cid-tV7tnCxa6Z .mbr-section-subtitle {
  color: #491414;
}
.cid-tV7tnDumIa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tV7tnDumIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnDumIa .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tV7tnDumIa .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tV7tnDumIa .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-tV7tnDumIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnDumIa img {
  border-radius: 3rem;
}
.cid-tV7tnDumIa .mbr-text,
.cid-tV7tnDumIa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tV7tnEETQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV7tnEETQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnEETQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnEETQh .mbr-section-subtitle {
  color: #491414;
}
.cid-tV7tnEETQh .mbr-section-title {
  color: #491414;
}
.cid-tV7tnFQoMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tV7tnFQoMF .container {
    padding: 0 25px;
  }
}
.cid-tV7tnFQoMF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV7tnFQoMF .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tV7tnFQoMF .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tV7tnFQoMF .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tV7tnFQoMF .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tV7tnFQoMF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV7tnFQoMF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV7tnFQoMF .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tV7tnFQoMF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV7tnFQoMF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV7tnFQoMF .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tV7tnFQoMF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV7tnFQoMF .mbr-section-title {
  color: #ffffff;
}
.cid-tV7tnFQoMF .panel-title-edit {
  color: #ffffff;
}
.cid-tV7tnFQoMF .panel-text {
  color: #000000;
}
.cid-tV7tnH5DJn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV7tnH5DJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnH5DJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnH5DJn .mbr-section-subtitle {
  color: #491414;
}
.cid-tV7tnH5DJn .mbr-section-title {
  color: #491414;
}
.cid-tV7tnIguBL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-tV7tnIguBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnIguBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tV7tnIguBL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tV7tnIguBL img {
  border-radius: 3rem;
}
.cid-tV7tnIguBL .row {
  align-items: center;
}
.cid-tV7tnIguBL .mbr-section-title {
  color: #1d5356;
}
.cid-tV7tnIguBL .mbr-text,
.cid-tV7tnIguBL .mbr-section-btn {
  color: #491414;
}
.cid-tV7tnIguBL .mbr-section-subtitle {
  color: #491414;
}
.cid-tV7tnJpaHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV7tnJpaHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnJpaHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnJpaHZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tV7tnJpaHZ .mbr-section-subtitle,
.cid-tV7tnJpaHZ .iconfont-wrapper {
  text-align: center;
  color: #1d5356;
}
.cid-tV7tnJpaHZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #d5c409;
  margin-bottom: 2rem;
}
.cid-tV7tnJpaHZ .mbr-section-maintitle,
.cid-tV7tnJpaHZ .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV7tnJpaHZ .mbr-section-title,
.cid-tV7tnJpaHZ .iconfont-wrapper {
  color: #1d5356;
}
.cid-tV7tnP3mC2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/33-2000x1333.jpg");
}
.cid-tV7tnP3mC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnP3mC2 .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-tV7tnP3mC2 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tV7tnP3mC2 .col {
    width: 40%;
  }
}
.cid-tV7tnP3mC2 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tV7tnP3mC2 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tV7tnP3mC2 .card-wrapper h1,
.cid-tV7tnP3mC2 .card-wrapper h2,
.cid-tV7tnP3mC2 .card-wrapper p,
.cid-tV7tnP3mC2 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tV7tnP3mC2 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff0b0;
  opacity: 1;
}
.cid-tV7tnP3mC2 .mbr-section-title {
  color: #491414;
}
.cid-tV7tnP3mC2 .mbr-section-subtitle {
  color: #491414;
}
.cid-tV7tnP3mC2 .mbr-text,
.cid-tV7tnP3mC2 .mbr-section-btn {
  color: #491414;
}
.cid-tV7tnRUaE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tV7tnRUaE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnRUaE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnRUaE6 .row {
  position: relative;
  padding: 8rem 4rem;
  border-radius: 20rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tV7tnRUaE6 .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-tV7tnRUaE6 .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20rem;
  height: 100%;
  background: #1d5356;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tV7tnRUaE6 .row:before {
    border-radius: 3rem;
  }
}
.cid-tV7tnRUaE6 .row .col-12 {
  position: relative;
}
.cid-tV7tnRUaE6 .mbr-section-title {
  color: #ffffff;
}
.cid-tV7tnRUaE6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tV7tnRUaE6 .mbr-text,
.cid-tV7tnRUaE6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tV7tnT7VZ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tV7tnT7VZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnT7VZ9 .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-tV7tnT7VZ9 .container {
    padding: 0 24px;
  }
}
.cid-tV7tnT7VZ9 .row {
  justify-content: center;
}
.cid-tV7tnT7VZ9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV7tnT7VZ9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV7tnT7VZ9 .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-tV7tnT7VZ9 .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tV7tnT7VZ9 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tV7tnT7VZ9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV7tnT7VZ9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV7tnT7VZ9 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV7tnT7VZ9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV7tnT7VZ9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #8e8ead;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tV7tnT7VZ9 .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-tV7tnT7VZ9 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tV7tnT7VZ9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV7tnT7VZ9 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-tV7tnT7VZ9 .panel-title-edit {
  color: #FF3399;
}
.cid-tV7tnT7VZ9 .panel-text {
  color: #262642;
}
.cid-tV7tnUup7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tV7tnUup7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnUup7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnUup7n .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tV7tnUup7n .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tV7tnUup7n .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-tV7tnUup7n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV7tnUup7n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV7tnUup7n .mbr-section-title {
  color: #ffffff;
}
.cid-tV7tnVz8XF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tV7tnVz8XF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7tnVz8XF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7tnVz8XF .container {
  max-width: 1600px;
}
.cid-tV7tnVz8XF .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV7tnVz8XF .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-tV7tnVz8XF .border-container {
    padding: 30px 0;
  }
}
.cid-tV7tnVz8XF .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tV7tnVz8XF .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tV7tnVz8XF .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tV7tnVz8XF .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tV7tnVz8XF .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #fff0b0;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV7tnVz8XF .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tV7tnVz8XF .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tV7tnVz8XF .border-frame {
    width: 7%;
  }
}
.cid-tV7tnVz8XF .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tV7tnVz8XF .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-tV7tnVz8XF .footer-item-container:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tV7tnVz8XF .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-tV7tnVz8XF .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .cid-tV7tnVz8XF .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-tV7tnVz8XF .footer-item {
  height: 100%;
}
.cid-tV7tnVz8XF .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tV7tnVz8XF .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tV7tnVz8XF .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-tV7tnVz8XF .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tV7tnVz8XF .mbr-section-btn {
  margin-top: 20px;
}
.cid-tV7tnVz8XF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #BF9341;
}
.cid-tV7tnVz8XF .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-tV7tnVz8XF .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-tV7tnVz8XF .list li:hover {
  color: #ff6666 !important;
}
.cid-tV7tnVz8XF .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV7tnVz8XF .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV7tnVz8XF .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV7tnVz8XF .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tV7tnVz8XF .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-tV7tnVz8XF .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-tV7tnVz8XF .social-text {
  color: #BF9341;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-tV7tnVz8XF .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-tV7tnVz8XF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-tV7tnVz8XF .soc-item:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tV7tnVz8XF .soc-item:hover .social-text {
  color: #ff6666 !important;
}
.cid-tV7tnVz8XF .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-tV7tnVz8XF .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-tV7tnVz8XF .copyright-container {
    margin-top: 30px;
  }
}
.cid-tV7tnVz8XF .copyright-text {
  color: #BF9341;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tV7tnVz8XF .copyright-text {
    text-align: center !important;
  }
}
.cid-tV7tnVz8XF .mbr-text,
.cid-tV7tnVz8XF .mbr-section-btn {
  color: #000000;
}
