.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4rem;
  }
}
@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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !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: #000000 !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #000000 !important;
}
.cid-tV2bdlCp5T {
  background-color: transparent;
}
.cid-tV2bdlCp5T .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-tV2bdlCp5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-tV2bdlCp5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV2bdlCp5T .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tV2bdlCp5T .menu_box .navbar.opened,
  .cid-tV2bdlCp5T .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV2bdlCp5T .navbar-dropdown {
  position: relative !important;
}
.cid-tV2bdlCp5T .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tV2bdlCp5T .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV2bdlCp5T .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-tV2bdlCp5T .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV2bdlCp5T .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV2bdlCp5T .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV2bdlCp5T .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV2bdlCp5T .offcanvas-body .mbr-text,
  .cid-tV2bdlCp5T .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV2bdlCp5T .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV2bdlCp5T ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV2bdlCp5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV2bdlCp5T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV2bdlCp5T .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV2bdlCp5T li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV2bdlCp5T .lg_brand {
    margin: 0 1rem;
  }
  .cid-tV2bdlCp5T .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tV2bdlCp5T .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV2bdlCp5T .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .nav-item {
    margin: 0 !important;
  }
}
.cid-tV2bdlCp5T .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tV2bdlCp5T .nav-item .nav-link:hover,
.cid-tV2bdlCp5T .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-tV2bdlCp5T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV2bdlCp5T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV2bdlCp5T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV2bdlCp5T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV2bdlCp5T .offcanvas_box {
    display: none;
  }
}
.cid-tV2bdlCp5T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV2bdlCp5T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV2bdlCp5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV2bdlCp5T .container {
  display: flex;
  margin: auto;
}
.cid-tV2bdlCp5T .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-tV2bdlCp5T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV2bdlCp5T .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV2bdlCp5T .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV2bdlCp5T .iconfont-wrapper:hover .mbr-iconfont,
.cid-tV2bdlCp5T .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV2bdlCp5T .iconfont-wrapper:hover::before,
.cid-tV2bdlCp5T .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV2bdlCp5T .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .navbar-nav {
    margin: 0;
  }
}
.cid-tV2bdlCp5T .dropdown-menu,
.cid-tV2bdlCp5T .navbar.opened {
  background-color: false !important;
}
.cid-tV2bdlCp5T .nav-item:focus,
.cid-tV2bdlCp5T .nav-link:focus {
  outline: none;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV2bdlCp5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV2bdlCp5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV2bdlCp5T .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV2bdlCp5T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV2bdlCp5T .navbar.opened {
  transition: all 0.3s;
}
.cid-tV2bdlCp5T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV2bdlCp5T .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tV2bdlCp5T .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tV2bdlCp5T .navbar.collapsed {
  justify-content: center;
}
.cid-tV2bdlCp5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV2bdlCp5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV2bdlCp5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV2bdlCp5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV2bdlCp5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV2bdlCp5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV2bdlCp5T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV2bdlCp5T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tV2bdlCp5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV2bdlCp5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV2bdlCp5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV2bdlCp5T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV2bdlCp5T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV2bdlCp5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tV2bdlCp5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV2bdlCp5T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV2bdlCp5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV2bdlCp5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV2bdlCp5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV2bdlCp5T .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-tV2bdlCp5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV2bdlCp5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV2bdlCp5T .dropdown-item.active,
.cid-tV2bdlCp5T .dropdown-item:active {
  background-color: transparent;
}
.cid-tV2bdlCp5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tV2bdlCp5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV2bdlCp5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV2bdlCp5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV2bdlCp5T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV2bdlCp5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV2bdlCp5T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV2bdlCp5T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV2bdlCp5T .navbar {
    height: 70px;
  }
  .cid-tV2bdlCp5T .navbar.opened {
    height: auto;
  }
  .cid-tV2bdlCp5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV2bdlCp5T .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV2bdlCp5T .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tV2bdlCp5T .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tV2bdlCp5T .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tV2bdlCp5T .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tV2bdlCp5T .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV2bdlCp5T .text_widget {
  margin-bottom: 32px;
}
.cid-tV2bdlCp5T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV2bdlCp5T .text_widget a:hover,
.cid-tV2bdlCp5T .text_widget a:focus {
  opacity: .8;
}
.cid-tV2bdlCp5T .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tV2bdlCp5T .navbar-caption {
  color: #000000;
}
.cid-tV2bdlCp5T .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV2bdlCp5T .mbr-section-subtitle,
.cid-tV2bdlCp5T .text_widget,
.cid-tV2bdlCp5T .mbr-section-btn {
  text-align: center;
}
.cid-tV2bdlCp5T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tV2bdA8ajD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/termm5/assets/images/background1.jpg");
}
.cid-tV2bdA8ajD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2bdA8ajD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2bdA8ajD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV2bdA8ajD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bdA8ajD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bdA8ajD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bdA8ajD .container {
    padding: 0 16px;
  }
}
.cid-tV2bdA8ajD .content-wrapper {
  margin-bottom: 20%;
}
.cid-tV2bdA8ajD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV2bdA8ajD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV2bdA8ajD .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tV2bdA8ajD .mbr-section-title {
  color: #000000;
}
.cid-tV2bdA8ajD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV2bdA8ajD .mbr-section-title,
.cid-tV2bdA8ajD .mbr-section-btn {
  text-align: center;
}
#custom-html-34 img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}
.cid-tV2bjSxLXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-tV2bjSxLXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2bjSxLXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2bjSxLXm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV2bjSxLXm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bjSxLXm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bjSxLXm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bjSxLXm .container {
    padding: 0 16px;
  }
}
.cid-tV2bjSxLXm .row {
  background-color: #faf5e8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-tV2bjSxLXm .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-tV2bjSxLXm .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bjSxLXm .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-tV2bjSxLXm .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tV2bjSxLXm .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-tV2bjSxLXm .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-tV2bjSxLXm .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-tV2bjSxLXm .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: contain;
  height: 650px;
  border-radius: 0 !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-tV2bjSxLXm .item .item-wrapper .item-img img {
    height: 450px;
    width: 100%;
  }
}
.cid-tV2bjSxLXm .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-tV2bjSxLXm .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-tV2bjSxLXm .row-main {
  background-color: transparent;
  justify-content: center;
  margin: 0;
}
.cid-tV2bjSxLXm .row-main .mbr-title {
  margin-bottom: 50px;
}
.cid-tV2bjSxLXm .card-title {
  color: #000000;
}
.cid-tV2bjSxLXm .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV2bjSxLXm .card-text {
  color: #000000;
  text-align: center;
}
.cid-tV2bjSxLXm .card-title,
.cid-tV2bjSxLXm .item-img,
.cid-tV2bjSxLXm .mbr-section-btn {
  text-align: center;
}
.cid-tV2bjSxLXm .mbr-title {
  text-align: center;
}
.cid-tV2bwTq1As {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV2bwTq1As .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2bwTq1As .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2bwTq1As .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV2bwTq1As .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bwTq1As .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bwTq1As .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bwTq1As .container {
    padding: 0 16px;
  }
}
.cid-tV2bwTq1As .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV2bwTq1As .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bwTq1As .row {
    padding: 25px 9px;
  }
}
.cid-tV2bwTq1As .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tV2bwTq1As .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tV2bwTq1As .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV2bwTq1As .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tV2bwTq1As .box {
    width: 100%;
  }
}
.cid-tV2bwTq1As .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV2bwTq1As .box .mbr-media {
    height: 350px;
  }
}
.cid-tV2bwTq1As .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-tV2bwTq1As .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tV2bwTq1As .mbr-media {
  position: relative;
}
.cid-tV2bwTq1As .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-tV2bwTq1As a:hover {
  background-image: none !important;
}
.cid-tV2bwTq1As .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tV2bwTq1As .icon-wrap:hover,
.cid-tV2bwTq1As .icon-wrap:focus {
  cursor: pointer;
}
.cid-tV2bwTq1As .icon-wrap:hover .mbr-iconfont,
.cid-tV2bwTq1As .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-tV2bwTq1As .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tV2bwTq1As .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV2bwTq1As .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV2bwTq1As .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV2bwTq1As .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tV2bwTq1As .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tV2bwTq1As .mbr-section-title {
  color: #000000;
}
.cid-tV2bCIaGcD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
  overflow: hidden;
}
.cid-tV2bCIaGcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2bCIaGcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2bCIaGcD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV2bCIaGcD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bCIaGcD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bCIaGcD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bCIaGcD .container {
    padding: 0 16px;
  }
}
.cid-tV2bCIaGcD .row {
  justify-content: space-between;
}
.cid-tV2bCIaGcD .row:hover,
.cid-tV2bCIaGcD .row:focus {
  cursor: pointer;
}
.cid-tV2bCIaGcD .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV2bCIaGcD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV2bCIaGcD .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV2bCIaGcD .image-wrapper img {
    height: 300px;
  }
}
.cid-tV2bCIaGcD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV2bCIaGcD .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tV2bCIaGcD .mbr-section-title {
  color: #000000;
}
.cid-tV2bCIaGcD .mbr-text {
  color: #000000;
}
.cid-tV2bq0jySD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV2bq0jySD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2bq0jySD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2bq0jySD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bq0jySD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bq0jySD .container {
    padding: 0 16px;
  }
}
.cid-tV2bq0jySD .row {
  justify-content: center;
}
.cid-tV2bq0jySD .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV2bq0jySD .title-wrapper {
  margin-bottom: 32px;
}
.cid-tV2bq0jySD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tV2bq0jySD .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-tV2bq0jySD .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-tV2bq0jySD .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-tV2bq0jySD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV2bq0jySD .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tV2bq0jySD .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tV2bq0jySD .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .lists-wrapper {
    margin: 0;
  }
}
.cid-tV2bq0jySD .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .item {
    margin-bottom: 32px;
  }
}
.cid-tV2bq0jySD .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-tV2bq0jySD .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tV2bq0jySD .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tV2bq0jySD .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV2bq0jySD .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-tV2bq0jySD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tV2bq0jySD .mbr-section-title {
  color: #000000;
}
.cid-tV2bq0jySD .card-title {
  color: #000000;
}
.cid-tV2bq0jySD .list {
  color: #000000;
}
.cid-tV2bq0jySD .mbr-soc {
  color: #000000;
}
.cid-tV2bdlCp5T {
  background-color: transparent;
}
.cid-tV2bdlCp5T .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-tV2bdlCp5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-tV2bdlCp5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV2bdlCp5T .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tV2bdlCp5T .menu_box .navbar.opened,
  .cid-tV2bdlCp5T .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tV2bdlCp5T .navbar-dropdown {
  position: relative !important;
}
.cid-tV2bdlCp5T .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tV2bdlCp5T .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV2bdlCp5T .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-tV2bdlCp5T .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tV2bdlCp5T .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tV2bdlCp5T .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tV2bdlCp5T .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tV2bdlCp5T .offcanvas-body .mbr-text,
  .cid-tV2bdlCp5T .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tV2bdlCp5T .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tV2bdlCp5T .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tV2bdlCp5T ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tV2bdlCp5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV2bdlCp5T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tV2bdlCp5T .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tV2bdlCp5T li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tV2bdlCp5T .lg_brand {
    margin: 0 1rem;
  }
  .cid-tV2bdlCp5T .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tV2bdlCp5T .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tV2bdlCp5T .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .nav-item {
    margin: 0 !important;
  }
}
.cid-tV2bdlCp5T .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-tV2bdlCp5T .nav-item .nav-link:hover,
.cid-tV2bdlCp5T .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-tV2bdlCp5T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tV2bdlCp5T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tV2bdlCp5T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tV2bdlCp5T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tV2bdlCp5T .offcanvas_box {
    display: none;
  }
}
.cid-tV2bdlCp5T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tV2bdlCp5T .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tV2bdlCp5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tV2bdlCp5T .container {
  display: flex;
  margin: auto;
}
.cid-tV2bdlCp5T .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-tV2bdlCp5T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tV2bdlCp5T .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV2bdlCp5T .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV2bdlCp5T .iconfont-wrapper:hover .mbr-iconfont,
.cid-tV2bdlCp5T .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV2bdlCp5T .iconfont-wrapper:hover::before,
.cid-tV2bdlCp5T .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV2bdlCp5T .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .navbar-nav {
    margin: 0;
  }
}
.cid-tV2bdlCp5T .dropdown-menu,
.cid-tV2bdlCp5T .navbar.opened {
  background-color: false !important;
}
.cid-tV2bdlCp5T .nav-item:focus,
.cid-tV2bdlCp5T .nav-link:focus {
  outline: none;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV2bdlCp5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV2bdlCp5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV2bdlCp5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV2bdlCp5T .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tV2bdlCp5T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tV2bdlCp5T .navbar.opened {
  transition: all 0.3s;
}
.cid-tV2bdlCp5T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tV2bdlCp5T .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tV2bdlCp5T .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tV2bdlCp5T .navbar.collapsed {
  justify-content: center;
}
.cid-tV2bdlCp5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV2bdlCp5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV2bdlCp5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV2bdlCp5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV2bdlCp5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV2bdlCp5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tV2bdlCp5T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV2bdlCp5T .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tV2bdlCp5T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tV2bdlCp5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV2bdlCp5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tV2bdlCp5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV2bdlCp5T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tV2bdlCp5T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tV2bdlCp5T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tV2bdlCp5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tV2bdlCp5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV2bdlCp5T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tV2bdlCp5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV2bdlCp5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV2bdlCp5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV2bdlCp5T .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-tV2bdlCp5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tV2bdlCp5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV2bdlCp5T .dropdown-item.active,
.cid-tV2bdlCp5T .dropdown-item:active {
  background-color: transparent;
}
.cid-tV2bdlCp5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tV2bdlCp5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV2bdlCp5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV2bdlCp5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV2bdlCp5T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tV2bdlCp5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV2bdlCp5T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV2bdlCp5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV2bdlCp5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV2bdlCp5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tV2bdlCp5T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV2bdlCp5T .navbar {
    height: 70px;
  }
  .cid-tV2bdlCp5T .navbar.opened {
    height: auto;
  }
  .cid-tV2bdlCp5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV2bdlCp5T .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tV2bdlCp5T .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tV2bdlCp5T .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tV2bdlCp5T .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tV2bdlCp5T .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tV2bdlCp5T .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tV2bdlCp5T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tV2bdlCp5T .text_widget {
  margin-bottom: 32px;
}
.cid-tV2bdlCp5T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tV2bdlCp5T .text_widget a:hover,
.cid-tV2bdlCp5T .text_widget a:focus {
  opacity: .8;
}
.cid-tV2bdlCp5T .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-tV2bdlCp5T .navbar-caption {
  color: #000000;
}
.cid-tV2bdlCp5T .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV2bdlCp5T .mbr-section-subtitle,
.cid-tV2bdlCp5T .text_widget,
.cid-tV2bdlCp5T .mbr-section-btn {
  text-align: center;
}
.cid-tV2bdlCp5T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tV6ER321hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/termm5/assets/images/background1.jpg");
}
.cid-tV6ER321hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ER321hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ER321hd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ER321hd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ER321hd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ER321hd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ER321hd .container {
    padding: 0 16px;
  }
}
.cid-tV6ER321hd .content-wrapper {
  margin-bottom: 20%;
}
.cid-tV6ER321hd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6ER321hd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6ER321hd .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tV6ER321hd .mbr-section-title {
  color: #000000;
}
.cid-tV6ER321hd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6ER321hd .mbr-section-title,
.cid-tV6ER321hd .mbr-section-btn {
  text-align: center;
}
.cid-tV6ERbsTfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ERbsTfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ERbsTfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ERbsTfD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ERbsTfD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERbsTfD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERbsTfD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERbsTfD .container {
    padding: 0 16px;
  }
}
.cid-tV6ERbsTfD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV6ERbsTfD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tV6ERbsTfD .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-tV6ERbsTfD .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-tV6ERbsTfD .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV6ERbsTfD .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tV6ERbsTfD .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tV6ERbsTfD .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tV6ERbsTfD .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6ERbsTfD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ERbsTfD .mbr-section-subtitle {
  color: #000000;
}
.cid-tV6ERbsTfD .mbr-text {
  color: #000000;
}
.cid-tV6ERjKugm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef3e7;
}
.cid-tV6ERjKugm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ERjKugm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ERjKugm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ERjKugm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERjKugm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERjKugm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERjKugm .container {
    padding: 0 16px;
  }
}
.cid-tV6ERjKugm .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6ERjKugm .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tV6ERjKugm .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-tV6ERjKugm .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tV6ERjKugm .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tV6ERjKugm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6ERjKugm .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-tV6ERjKugm .cards-wrapper {
    display: block;
  }
}
.cid-tV6ERjKugm .cards-wrapper .item {
  padding: 32px;
  background-color: #fffaf5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6ERjKugm .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-tV6ERjKugm .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-tV6ERjKugm .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-tV6ERjKugm .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-tV6ERjKugm .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-tV6ERjKugm .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tV6ERjKugm .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-tV6ERjKugm .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-tV6ERjKugm .mbr-section-title {
  color: #000000;
}
.cid-tV6ERjKugm .mbr-text {
  color: #000000;
}
.cid-tV6ERjKugm .card-title {
  color: #000000;
}
.cid-tV6ERjKugm .card-text {
  color: #000000;
}
.cid-tV6ERqXFaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ERqXFaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ERqXFaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ERqXFaD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ERqXFaD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERqXFaD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERqXFaD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERqXFaD .container {
    padding: 0 16px;
  }
}
.cid-tV6ERqXFaD .row {
  justify-content: center;
}
.cid-tV6ERqXFaD .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-tV6ERqXFaD .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tV6ERqXFaD .card-main a:hover .image-wrapper .image-wrap img,
.cid-tV6ERqXFaD .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6ERqXFaD .card-main a:hover .mbr-section-title,
.cid-tV6ERqXFaD .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-tV6ERqXFaD .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6ERqXFaD .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-tV6ERqXFaD .card-main a .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tV6ERqXFaD .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-tV6ERqXFaD .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6ERqXFaD .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6ERqXFaD .card-main a .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6ERqXFaD .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6ERqXFaD .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-tV6ERqXFaD .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-tV6ERqXFaD .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6ERqXFaD .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6ERqXFaD .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-tV6ERqXFaD .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6ERqXFaD .cards-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-tV6ERqXFaD .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6ERqXFaD .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-tV6ERqXFaD .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-tV6ERqXFaD .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-tV6ERqXFaD .mbr-section-title {
  color: #000000;
}
.cid-tV6ERqXFaD .mbr-tag {
  color: #000000;
}
.cid-tV6ERqXFaD .mbr-date {
  color: #000000;
}
.cid-tV6ERqXFaD .card-title {
  color: #000000;
}
.cid-tV6ERzGlCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-tV6ERzGlCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ERzGlCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ERzGlCE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ERzGlCE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERzGlCE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERzGlCE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERzGlCE .container {
    padding: 0 16px;
  }
}
.cid-tV6ERzGlCE .row {
  background-color: #faf5e8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-tV6ERzGlCE .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-tV6ERzGlCE .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERzGlCE .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-tV6ERzGlCE .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tV6ERzGlCE .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-tV6ERzGlCE .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-tV6ERzGlCE .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-tV6ERzGlCE .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-tV6ERzGlCE .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-tV6ERzGlCE .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-tV6ERzGlCE .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-tV6ERzGlCE .card-title {
  color: #000000;
}
.cid-tV6ERzGlCE .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6ERzGlCE .card-text {
  color: #000000;
  text-align: center;
}
.cid-tV6ERzGlCE .card-title,
.cid-tV6ERzGlCE .item-img,
.cid-tV6ERzGlCE .mbr-section-btn {
  text-align: center;
}
.cid-tV6ERJ0596 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ERJ0596 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ERJ0596 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ERJ0596 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ERJ0596 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERJ0596 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERJ0596 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ERJ0596 .container {
    padding: 0 16px;
  }
}
.cid-tV6ERJ0596 .row {
  justify-content: center;
}
.cid-tV6ERJ0596 .title-wrapper {
  margin-bottom: 50px;
}
.cid-tV6ERJ0596 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tV6ERJ0596 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6ERJ0596 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #e7f2ed;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-tV6ERJ0596 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-tV6ERJ0596 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-tV6ERJ0596 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-tV6ERJ0596 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-tV6ERJ0596 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tV6ERJ0596 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-tV6ERJ0596 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-tV6ERJ0596 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tV6ERJ0596 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-tV6ERJ0596 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ERJ0596 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6ERJ0596 .card-title {
  color: #000000;
}
.cid-tV6ERJ0596 .card-text {
  color: #000000;
}
.cid-tV6ES93QW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ES93QW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ES93QW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ES93QW0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ES93QW0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ES93QW0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ES93QW0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ES93QW0 .container {
    padding: 0 16px;
  }
}
.cid-tV6ES93QW0 .row {
  justify-content: center;
}
.cid-tV6ES93QW0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-tV6ES93QW0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tV6ES93QW0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6ES93QW0 .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-tV6ES93QW0 .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-tV6ES93QW0 .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ES93QW0 .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-tV6ES93QW0 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tV6ES93QW0 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-tV6ES93QW0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-tV6ES93QW0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tV6ES93QW0 .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-tV6ES93QW0 .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-tV6ES93QW0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ES93QW0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6ES93QW0 .card-title {
  color: #000000;
}
.cid-tV6ES93QW0 .card-text {
  color: #000000;
}
.cid-tV6ESiUo0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ESiUo0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ESiUo0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ESiUo0n .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-tV6ESiUo0n .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESiUo0n .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6ESiUo0n .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESiUo0n .container {
    padding: 0 16px;
  }
}
.cid-tV6ESiUo0n .row {
  justify-content: center;
  margin: 0;
}
.cid-tV6ESiUo0n .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tV6ESiUo0n .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-tV6ESiUo0n .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6ESiUo0n .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6ESiUo0n .item a:focus .item-wrapper .item-content .card-title,
.cid-tV6ESiUo0n .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-img .image-wrap img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tV6ESiUo0n .item a .item-wrapper .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6ESiUo0n .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-tV6ESiUo0n .mbr-tag {
  color: #000000;
}
.cid-tV6ESiUo0n .mbr-date {
  color: #000000;
}
.cid-tV6ESiUo0n .card-title {
  color: #000000;
}
.cid-tV6ESroGJS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ESroGJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ESroGJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ESroGJS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ESroGJS .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESroGJS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6ESroGJS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESroGJS .container {
    padding: 0 16px;
  }
}
.cid-tV6ESroGJS .row {
  justify-content: center;
  margin: 0;
}
.cid-tV6ESroGJS .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6ESroGJS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6ESroGJS .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6ESroGJS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6ESroGJS .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1200px) {
  .cid-tV6ESroGJS .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-tV6ESroGJS .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6ESroGJS .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6ESroGJS .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  margin-bottom: 16px;
  background-color: #000000;
}
.cid-tV6ESroGJS .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6ESroGJS .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-tV6ESroGJS .item a .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-tV6ESroGJS .item a .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-tV6ESroGJS .border-wrap {
  height: 1px;
  margin-top: 16px;
  background-color: #000000;
}
.cid-tV6ESroGJS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ESroGJS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6ESroGJS .card-name {
  color: #000000;
}
.cid-tV6ESroGJS .card-role {
  color: #000000;
}
.cid-tV6ESLl47a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6ESLl47a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ESLl47a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ESLl47a .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ESLl47a .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESLl47a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ESLl47a .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESLl47a .container {
    padding: 0 16px;
  }
}
.cid-tV6ESLl47a .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6ESLl47a .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ESLl47a .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ESLl47a .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tV6ESLl47a .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-tV6ESLl47a .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6ESLl47a .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-tV6ESLl47a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6ESLl47a .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tV6ESLl47a .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tV6ESLl47a .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tV6ESLl47a .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-tV6ESLl47a .mbr-section-title {
  color: #000000;
}
.cid-tV6ESLl47a .mbr-text {
  color: #000000;
}
.cid-tV6ESLl47a .mbr-name {
  color: #000000;
}
.cid-tV6ESSRusX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ESSRusX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ESSRusX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ESSRusX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ESSRusX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESSRusX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ESSRusX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ESSRusX .container {
    padding: 0 16px;
  }
}
.cid-tV6ESSRusX .row {
  justify-content: center;
}
.cid-tV6ESSRusX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6ESSRusX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6ESSRusX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6ESSRusX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ESSRusX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6ESSRusX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6ET15dtJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-tV6ET15dtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ET15dtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ET15dtJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ET15dtJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ET15dtJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ET15dtJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ET15dtJ .container {
    padding: 0 16px;
  }
}
.cid-tV6ET15dtJ .row {
  justify-content: space-between;
}
.cid-tV6ET15dtJ .row:hover,
.cid-tV6ET15dtJ .row:focus {
  cursor: pointer;
}
.cid-tV6ET15dtJ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV6ET15dtJ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6ET15dtJ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6ET15dtJ .image-wrapper img {
    height: 300px;
  }
}
.cid-tV6ET15dtJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6ET15dtJ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6ET15dtJ .mbr-section-title {
  color: #000000;
}
.cid-tV6ET15dtJ .mbr-text {
  color: #000000;
}
.cid-tV6ET9oEKq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ET9oEKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ET9oEKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ET9oEKq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ET9oEKq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ET9oEKq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ET9oEKq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ET9oEKq .container {
    padding: 0 16px;
  }
}
.cid-tV6ET9oEKq .row {
  justify-content: center;
}
.cid-tV6ET9oEKq .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #fcefcf;
}
@media (max-width: 1200px) {
  .cid-tV6ET9oEKq .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tV6ET9oEKq .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-tV6ET9oEKq .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-tV6ET9oEKq .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-tV6ET9oEKq .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-tV6ET9oEKq .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-tV6ET9oEKq .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-tV6ET9oEKq .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-tV6ET9oEKq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6ET9oEKq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6ET9oEKq .mbr-section-title {
  color: #000000;
}
.cid-tV6ET9oEKq .mbr-text {
  color: #000000;
}
.cid-tV6ETu28rb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-tV6ETu28rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ETu28rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ETu28rb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ETu28rb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETu28rb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ETu28rb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETu28rb .container {
    padding: 0 16px;
  }
}
.cid-tV6ETu28rb .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6ETu28rb .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ETu28rb .row {
    padding: 25px 9px;
  }
}
.cid-tV6ETu28rb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6ETu28rb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6ETu28rb .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tV6ETu28rb .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-tV6ETu28rb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6ETu28rb .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6ETu28rb .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6ETu28rb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ETu28rb .mbr-text {
  color: #000000;
}
.cid-tV6ETu28rb .mbr-name {
  color: #000000;
}
.cid-tV6ETCkKdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6ETCkKdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ETCkKdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ETCkKdx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ETCkKdx .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETCkKdx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ETCkKdx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETCkKdx .container {
    padding: 0 16px;
  }
}
.cid-tV6ETCkKdx .content-wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tV6ETCkKdx .content-wrapper {
    padding: 20px 0;
  }
}
.cid-tV6ETCkKdx .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tV6ETCkKdx .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-tV6ETCkKdx .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-tV6ETCkKdx .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-tV6ETCkKdx .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-tV6ETCkKdx .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-tV6ETCkKdx .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tV6ETCkKdx .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-tV6ETCkKdx .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tV6ETCkKdx .mbr-section-title {
  color: #000000;
}
.cid-tV6ETJNtGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6ETJNtGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ETJNtGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ETJNtGn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETJNtGn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETJNtGn .container {
    padding: 0 16px;
  }
}
.cid-tV6ETJNtGn .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6ETJNtGn .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .row {
    padding: 25px 9px;
  }
}
.cid-tV6ETJNtGn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6ETJNtGn .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tV6ETJNtGn .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6ETJNtGn .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tV6ETJNtGn .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6ETJNtGn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETJNtGn .items-wrapper {
    display: block;
  }
}
.cid-tV6ETJNtGn .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-tV6ETJNtGn .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-tV6ETJNtGn .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-tV6ETJNtGn .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tV6ETJNtGn .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-tV6ETJNtGn .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tV6ETJNtGn .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tV6ETJNtGn .card {
  justify-content: center;
}
.cid-tV6ETJNtGn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6ETJNtGn .mbr-text {
  color: #000000;
}
.cid-tV6ETJNtGn .card-title {
  color: #000000;
}
.cid-tV6ETJNtGn .card-text {
  color: #000000;
  text-align: center;
}
.cid-tV6ETJNtGn .card-title,
.cid-tV6ETJNtGn .icon-wrapper {
  text-align: center;
}
.cid-tV6ETScFHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-tV6ETScFHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6ETScFHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6ETScFHw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETScFHw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6ETScFHw .container {
    padding: 0 16px;
  }
}
.cid-tV6ETScFHw .row {
  justify-content: center;
}
.cid-tV6ETScFHw .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6ETScFHw .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .card {
    flex-direction: column;
  }
}
.cid-tV6ETScFHw .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tV6ETScFHw .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6ETScFHw .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6ETScFHw .content-wrapper {
    width: 100%;
  }
}
.cid-tV6ETScFHw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6ETScFHw .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6ETScFHw .mbr-section-subtitle {
  color: #000000;
}
.cid-tV6ETScFHw .mbr-text {
  color: #000000;
}
.cid-tV6EU3uRyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
  overflow: hidden;
}
.cid-tV6EU3uRyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EU3uRyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EU3uRyk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EU3uRyk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EU3uRyk .container {
    padding: 0 16px;
  }
}
.cid-tV6EU3uRyk .row {
  justify-content: center;
}
.cid-tV6EU3uRyk .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .card {
    flex-direction: column;
  }
}
.cid-tV6EU3uRyk .image-wrapper {
  width: 45%;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .image-wrapper {
    width: 100%;
  }
}
.cid-tV6EU3uRyk .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6EU3uRyk .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .title-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tV6EU3uRyk .title-wrapper .title-wrap .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6EU3uRyk .title-wrapper .title-wrap .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6EU3uRyk .title-wrapper .title-wrap .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6EU3uRyk .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-tV6EU3uRyk .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6EU3uRyk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6EU3uRyk .mbr-section-title {
  color: #000000;
}
.cid-tV6EU3uRyk .mbr-tag {
  color: #000000;
}
.cid-tV6EU3uRyk .mbr-date {
  color: #000000;
}
.cid-tV6EUlRJ8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/termm5/assets/images/background2.jpg");
}
.cid-tV6EUlRJ8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EUlRJ8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EUlRJ8B .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EUlRJ8B .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EUlRJ8B .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EUlRJ8B .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EUlRJ8B .container {
    padding: 0 16px;
  }
}
.cid-tV6EUlRJ8B .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-tV6EUlRJ8B .row {
    height: 350px;
  }
}
.cid-tV6EUtisjK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6EUtisjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EUtisjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EUtisjK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EUtisjK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EUtisjK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EUtisjK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EUtisjK .container {
    padding: 0 16px;
  }
}
.cid-tV6EUtisjK .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6EUtisjK .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EUtisjK .row {
    padding: 25px 9px;
  }
}
.cid-tV6EUtisjK .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tV6EUtisjK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tV6EUtisjK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6EUtisjK .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tV6EUtisjK .box {
    width: 100%;
  }
}
.cid-tV6EUtisjK .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6EUtisjK .box .mbr-media {
    height: 350px;
  }
}
.cid-tV6EUtisjK .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-tV6EUtisjK .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tV6EUtisjK .mbr-media {
  position: relative;
}
.cid-tV6EUtisjK .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-tV6EUtisjK a:hover {
  background-image: none !important;
}
.cid-tV6EUtisjK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tV6EUtisjK .icon-wrap:hover,
.cid-tV6EUtisjK .icon-wrap:focus {
  cursor: pointer;
}
.cid-tV6EUtisjK .icon-wrap:hover .mbr-iconfont,
.cid-tV6EUtisjK .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-tV6EUtisjK .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tV6EUtisjK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV6EUtisjK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV6EUtisjK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV6EUtisjK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tV6EUtisjK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tV6EUtisjK .mbr-section-title {
  color: #000000;
}
.cid-tV6EUYIIDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-tV6EUYIIDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EUYIIDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EUYIIDd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EUYIIDd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EUYIIDd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EUYIIDd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EUYIIDd .container {
    padding: 0 16px;
  }
}
.cid-tV6EUYIIDd .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6EUYIIDd .google-map iframe {
    height: 350px;
  }
}
.cid-tV6EV8hqNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6EV8hqNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EV8hqNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EV8hqNW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EV8hqNW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EV8hqNW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EV8hqNW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EV8hqNW .container {
    padding: 0 16px;
  }
}
.cid-tV6EV8hqNW .row {
  justify-content: center;
}
.cid-tV6EV8hqNW .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6EV8hqNW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6EV8hqNW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6EV8hqNW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6EV8hqNW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6EV8hqNW .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-tV6EV8hqNW .form-wrap {
    padding: 0;
  }
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-tV6EV8hqNW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-tV6EV8hqNW .image-wrapper {
  height: 100%;
}
.cid-tV6EV8hqNW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-tV6EV8hqNW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6EV8hqNW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6EV8hqNW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6EVxlHVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6EVxlHVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EVxlHVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EVxlHVz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EVxlHVz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EVxlHVz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EVxlHVz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EVxlHVz .container {
    padding: 0 16px;
  }
}
.cid-tV6EVxlHVz .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-tV6EVxlHVz .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-tV6EVxlHVz .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tV6EVxlHVz .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #faf5e8;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tV6EVxlHVz .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-tV6EVxlHVz .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-tV6EVxlHVz .mbr-section-title {
  color: #000000;
}
.cid-tV6EVxlHVz .card-title {
  color: #000000;
}
.cid-tV6EVxlHVz .card-text {
  color: #000000;
}
.cid-tV6EVFL24K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6EVFL24K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EVFL24K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EVFL24K .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EVFL24K .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EVFL24K .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EVFL24K .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EVFL24K .container {
    padding: 0 16px;
  }
}
.cid-tV6EVFL24K .row {
  justify-content: center;
}
.cid-tV6EVFL24K .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6EVFL24K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6EVFL24K .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-tV6EVFL24K .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-tV6EVFL24K .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-tV6EVFL24K .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tV6EVFL24K .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-tV6EVFL24K .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6EVFL24K .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV6EVFL24K .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV6EVFL24K .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-tV6EVFL24K .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tV6EVFL24K .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-tV6EVFL24K .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV6EVFL24K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6EVFL24K .panel-title {
  color: #000000;
}
.cid-tV6EVFL24K .panel-text {
  color: #000000;
}
.cid-tV6EVOeshU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6EVOeshU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6EVOeshU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6EVOeshU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EVOeshU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EVOeshU .container {
    padding: 0 14px;
  }
}
.cid-tV6EVOeshU .row {
  justify-content: center;
}
.cid-tV6EVOeshU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6EVOeshU .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 30px !important;
  background-color: #63cfbf;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-tV6EVOeshU .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6EVOeshU .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .content-wrapper {
    display: block;
  }
}
.cid-tV6EVOeshU .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-tV6EVOeshU .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-tV6EVOeshU .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6EVOeshU .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-tV6EVOeshU .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tV6EVOeshU .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-tV6EVOeshU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6EVOeshU .card-text {
  color: #000000;
}
.cid-tV6EW9jXrj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffaf5;
}
.cid-tV6EW9jXrj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EW9jXrj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EW9jXrj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EW9jXrj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EW9jXrj .container {
    padding: 0 16px;
  }
}
.cid-tV6EW9jXrj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-tV6EW9jXrj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tV6EW9jXrj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-tV6EW9jXrj .embla__button--next,
.cid-tV6EW9jXrj .embla__button--prev {
  display: flex;
}
.cid-tV6EW9jXrj .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tV6EW9jXrj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV6EW9jXrj .embla__button:hover {
  opacity: .7 !important;
}
.cid-tV6EW9jXrj .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EW9jXrj .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6EW9jXrj .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-tV6EW9jXrj .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EW9jXrj .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6EW9jXrj .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-tV6EW9jXrj .embla {
  position: relative;
  width: 100%;
}
.cid-tV6EW9jXrj .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-tV6EW9jXrj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV6EW9jXrj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV6EW9jXrj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV6EW9jXrj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6EWhxvat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6EWhxvat .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EWhxvat .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EWhxvat .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .container {
    padding: 0 16px;
  }
}
.cid-tV6EWhxvat .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-tV6EWhxvat .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 660px;
  max-width: 660px;
}
@media (max-width: 992px) {
  .cid-tV6EWhxvat .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tV6EWhxvat .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tV6EWhxvat .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 1rem !important;
  border: 1px solid #000000;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-content {
  position: relative;
  padding: 80px 96px 25px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tV6EWhxvat .embla__slide .slide-content .item-content {
    padding: 80px 60px 25px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .embla__slide .slide-content .item-content {
    padding: 80px 25px 25px;
  }
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-content .icon-wrapper {
  padding: 25px 25px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 45px;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-wrapper {
  padding: 0 25px;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating {
  margin-bottom: 0;
  margin-right: 4px;
}
.cid-tV6EWhxvat .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating:last-child {
  margin-right: 0;
}
.cid-tV6EWhxvat .embla__button--next,
.cid-tV6EWhxvat .embla__button--prev {
  display: flex;
}
.cid-tV6EWhxvat .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tV6EWhxvat .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV6EWhxvat .embla__button:hover {
  opacity: .7 !important;
}
.cid-tV6EWhxvat .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EWhxvat .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-tV6EWhxvat .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EWhxvat .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-tV6EWhxvat .embla {
  position: relative;
  width: 100%;
  padding: 16px 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .embla {
    border: none;
  }
}
.cid-tV6EWhxvat .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 18px;
  height: 100%;
  background-image: radial-gradient(#000000, transparent);
  opacity: .5;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .embla::before {
    display: none;
  }
}
.cid-tV6EWhxvat .embla::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 18px;
  height: 100%;
  background-image: radial-gradient(#000000, transparent);
  opacity: .5;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tV6EWhxvat .embla::after {
    display: none;
  }
}
.cid-tV6EWhxvat .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tV6EWhxvat .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV6EWhxvat .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV6EWhxvat .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV6EWhxvat .mbr-text {
  color: #000000;
}
.cid-tV6EWhxvat .item-name {
  color: #000000;
}
.cid-tV6EWhxvat .mbr-rating {
  color: #000000;
}
.cid-tV6EWhxvat .mbr-rating,
.cid-tV6EWhxvat .item-wrapper {
  text-align: right;
}
.cid-tV6EWpg8WQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6EWpg8WQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWpg8WQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tV6EWpg8WQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWpg8WQ .container {
    padding: 0 16px;
  }
}
.cid-tV6EWpg8WQ .row {
  position: relative;
  padding: 40px 40px ;
  background-color: #fffaf5;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-tV6EWpg8WQ .row {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .row {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cid-tV6EWpg8WQ .row {
    border-radius: 0;
  }
}
.cid-tV6EWpg8WQ .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: -2rem;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  border: 4px dashed #000000;
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .row::before {
    display: none;
  }
}
.cid-tV6EWpg8WQ .row::after {
  content: '';
  position: absolute;
  top: -5rem;
  right: -2rem;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  border: 4px dashed #000000;
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .row::after {
    display: none;
  }
}
.cid-tV6EWpg8WQ .row .card {
  padding: 0;
}
.cid-tV6EWpg8WQ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6EWpg8WQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tV6EWpg8WQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6EWpg8WQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-tV6EWpg8WQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tV6EWpg8WQ .embla__slide:nth-child(2n) .slide-content {
  background-color: #f4ecdf;
}
.cid-tV6EWpg8WQ .embla__slide:nth-child(3n) .slide-content {
  background-color: #ecf4f6;
}
.cid-tV6EWpg8WQ .embla__slide:nth-child(4n) .slide-content {
  background-color: #fbf1d3;
}
.cid-tV6EWpg8WQ .embla__slide:nth-child(5n) .slide-content {
  background-color: #fee3d9;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 1rem !important;
  padding: 32px 24px;
  background-color: #e7f2ed;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content .item-content {
  width: 100%;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 5px;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content .item-wrapper {
  width: 100%;
  padding: 16px 0 26px;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-tV6EWpg8WQ .embla__slide .slide-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tV6EWpg8WQ .embla__button--next,
.cid-tV6EWpg8WQ .embla__button--prev {
  display: flex;
}
.cid-tV6EWpg8WQ .embla__button {
  bottom: -1.5rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tV6EWpg8WQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV6EWpg8WQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-tV6EWpg8WQ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWpg8WQ .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-tV6EWpg8WQ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-tV6EWpg8WQ .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6EWpg8WQ .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-tV6EWpg8WQ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tV6EWpg8WQ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-tV6EWpg8WQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV6EWpg8WQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV6EWpg8WQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV6EWpg8WQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6EWpg8WQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6EWpg8WQ .item-title {
  color: #000000;
}
.cid-tV6EWpg8WQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tV6EWpg8WQ .item-title,
.cid-tV6EWpg8WQ .mbr-section-btn {
  text-align: center;
}
.cid-tV2bq0jySD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV2bq0jySD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV2bq0jySD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV2bq0jySD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bq0jySD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV2bq0jySD .container {
    padding: 0 16px;
  }
}
.cid-tV2bq0jySD .row {
  justify-content: center;
}
.cid-tV2bq0jySD .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV2bq0jySD .title-wrapper {
  margin-bottom: 32px;
}
.cid-tV2bq0jySD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tV2bq0jySD .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-tV2bq0jySD .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-tV2bq0jySD .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-tV2bq0jySD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV2bq0jySD .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tV2bq0jySD .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tV2bq0jySD .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .lists-wrapper {
    margin: 0;
  }
}
.cid-tV2bq0jySD .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .item {
    margin-bottom: 32px;
  }
}
.cid-tV2bq0jySD .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-tV2bq0jySD .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tV2bq0jySD .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tV2bq0jySD .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV2bq0jySD .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-tV2bq0jySD .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV2bq0jySD .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-tV2bq0jySD .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tV2bq0jySD .mbr-section-title {
  color: #000000;
}
.cid-tV2bq0jySD .card-title {
  color: #000000;
}
.cid-tV2bq0jySD .list {
  color: #000000;
}
.cid-tV2bq0jySD .mbr-soc {
  color: #000000;
}
