.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: 'Montserrat', sans-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: 'Poppins', sans-serif;
  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: #80b323 !important;
}
.bg-info {
  background-color: #466709 !important;
}
.bg-warning {
  background-color: #398430 !important;
}
.bg-danger {
  background-color: #bfe08c !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: #b1d2c1 !important;
  border-color: #b1d2c1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d1e5db !important;
  border-color: #d1e5db !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d1e5db !important;
  border-color: #d1e5db !important;
}
.btn-info,
.btn-info:active {
  background-color: #466709 !important;
  border-color: #466709 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #66960d !important;
  border-color: #66960d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #66960d !important;
  border-color: #66960d !important;
}
.btn-success,
.btn-success:active {
  background-color: #80b323 !important;
  border-color: #80b323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9dd732 !important;
  border-color: #9dd732 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9dd732 !important;
  border-color: #9dd732 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #398430 !important;
  border-color: #398430 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #49a93e !important;
  border-color: #49a93e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #49a93e !important;
  border-color: #49a93e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bfe08c !important;
  border-color: #bfe08c !important;
  color: #3d5617 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d5ebb4 !important;
  border-color: #d5ebb4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3d5617 !important;
  background-color: #d5ebb4 !important;
  border-color: #d5ebb4 !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: #b1d2c1;
  color: #b1d2c1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7ab295 !important;
  background-color: transparent !important;
  border-color: #7ab295 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1d2c1 !important;
  border-color: #b1d2c1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #466709;
  color: #466709;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #101702 !important;
  background-color: transparent !important;
  border-color: #101702 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #466709 !important;
  border-color: #466709 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #80b323;
  color: #80b323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4c6a15 !important;
  background-color: transparent !important;
  border-color: #4c6a15 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #80b323 !important;
  border-color: #80b323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #398430;
  color: #398430;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e4419 !important;
  background-color: transparent !important;
  border-color: #1e4419 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #398430 !important;
  border-color: #398430 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bfe08c;
  color: #bfe08c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #99ce48 !important;
  background-color: transparent !important;
  border-color: #99ce48 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3d5617 !important;
  background-color: #bfe08c !important;
  border-color: #bfe08c !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: #b1d2c1 !important;
}
.text-success {
  color: #80b323 !important;
}
.text-info {
  color: #466709 !important;
}
.text-warning {
  color: #398430 !important;
}
.text-danger {
  color: #bfe08c !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: #70ad8e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #435e12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #060901 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #193915 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #92ca3c !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: #466709;
}
.alert-warning {
  background-color: #398430;
}
.alert-danger {
  background-color: #bfe08c;
}
.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: #bbe372;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #96dc13;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #75c96b;
}
.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: 'Poppins', sans-serif;
  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: 'Poppins', sans-serif;
  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: #b1d2c1 !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-ukAZ1Bez0k .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ukAZ1Bez0k .nav-item:focus,
.cid-ukAZ1Bez0k .nav-link:focus {
  outline: none;
}
.cid-ukAZ1Bez0k .text-white:hover,
.cid-ukAZ1Bez0k .text-white:active,
.cid-ukAZ1Bez0k .text-white:focus {
  color: white!important;
}
.cid-ukAZ1Bez0k .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ukAZ1Bez0k .navbar.opened {
  transition: all .3s;
  background: #ecffe7 !important;
}
.cid-ukAZ1Bez0k .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ukAZ1Bez0k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukAZ1Bez0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukAZ1Bez0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ukAZ1Bez0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukAZ1Bez0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukAZ1Bez0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukAZ1Bez0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukAZ1Bez0k .navbar.navbar-short {
  background: #ecffe7 !important;
  min-height: 60px;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukAZ1Bez0k .section {
  position: relative;
  overflow: visible!important;
}
.cid-ukAZ1Bez0k .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-item:hover {
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-menu {
  background-color: white!important;
}
.cid-ukAZ1Bez0k .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ukAZ1Bez0k .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ukAZ1Bez0k .nav-item .nav-link {
    position: relative;
  }
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .collapsed {
  flex-direction: row!important;
}
.cid-ukAZ1Bez0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukAZ1Bez0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukAZ1Bez0k .navbar-caption {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukAZ1Bez0k .dropdown-item.active,
.cid-ukAZ1Bez0k .dropdown-item:active {
  background-color: transparent;
}
.cid-ukAZ1Bez0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukAZ1Bez0k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukAZ1Bez0k .navbar-buttons {
  text-align: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #80b323;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukAZ1Bez0k .nav-link {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukAZ1Bez0k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukAZ1Bez0k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukAZ1Bez0k .navbar {
    height: 77px;
  }
  .cid-ukAZ1Bez0k .navbar.opened {
    height: auto;
  }
  .cid-ukAZ1Bez0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6Fqa53Ye {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-tV6Fqa53Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Fqa53Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/screenshot-2024-08-04-235303-1918x1079.webp");
}
.cid-tV6Fqa53Ye .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 16px;
  }
}
.cid-tV6Fqa53Ye .content-wrapper {
  margin-bottom: 20%;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tV6Fqa53Ye .mbr-section-title {
  color: #000000;
}
.cid-tV6Fqa53Ye .mbr-text {
  color: #022f00;
  text-align: center;
}
.cid-tV6Fqa53Ye .mbr-section-title,
.cid-tV6Fqa53Ye .mbr-section-btn {
  text-align: center;
  color: #2e6f2a;
}
.cid-tV6G3bzSuC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6G3bzSuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G3bzSuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G3bzSuC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G3bzSuC .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G3bzSuC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G3bzSuC .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G3bzSuC .container {
    padding: 0 16px;
  }
}
.cid-tV6G3bzSuC .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6G3bzSuC .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G3bzSuC .row {
    padding: 25px 9px;
  }
}
.cid-tV6G3bzSuC .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tV6G3bzSuC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tV6G3bzSuC .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6G3bzSuC .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tV6G3bzSuC .box {
    width: 100%;
  }
}
.cid-tV6G3bzSuC .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6G3bzSuC .box .mbr-media {
    height: 350px;
  }
}
.cid-tV6G3bzSuC .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-tV6G3bzSuC .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tV6G3bzSuC .mbr-media {
  position: relative;
}
.cid-tV6G3bzSuC .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-tV6G3bzSuC a:hover {
  background-image: none !important;
}
.cid-tV6G3bzSuC .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-tV6G3bzSuC .icon-wrap:hover,
.cid-tV6G3bzSuC .icon-wrap:focus {
  cursor: pointer;
}
.cid-tV6G3bzSuC .icon-wrap:hover .mbr-iconfont,
.cid-tV6G3bzSuC .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-tV6G3bzSuC .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tV6G3bzSuC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tV6G3bzSuC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tV6G3bzSuC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tV6G3bzSuC .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-tV6G3bzSuC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tV6G3bzSuC .mbr-section-title {
  color: #000000;
}
.cid-tV6FSJ5qt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6FSJ5qt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FSJ5qt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FSJ5qt2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FSJ5qt2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FSJ5qt2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FSJ5qt2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FSJ5qt2 .container {
    padding: 0 16px;
  }
}
.cid-tV6FSJ5qt2 .row {
  justify-content: center;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6FSJ5qt2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6FSJ5qt2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6FSJ5qt2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6FWop7rl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-tV6FWop7rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FWop7rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FWop7rl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FWop7rl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FWop7rl .container {
    padding: 0 16px;
  }
}
.cid-tV6FWop7rl .row {
  justify-content: space-between;
}
.cid-tV6FWop7rl .row:hover,
.cid-tV6FWop7rl .row:focus {
  cursor: pointer;
}
.cid-tV6FWop7rl .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6FWop7rl .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6FWop7rl .image-wrapper img {
    height: 300px;
  }
}
.cid-tV6FWop7rl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6FWop7rl .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6FWop7rl .mbr-section-title {
  color: #000000;
}
.cid-tV6FWop7rl .mbr-text {
  color: #000000;
}
.cid-tV6FXI059d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-tV6FXI059d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FXI059d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FXI059d .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FXI059d .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FXI059d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FXI059d .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FXI059d .container {
    padding: 0 16px;
  }
}
.cid-tV6FXI059d .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6FXI059d .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FXI059d .row {
    padding: 25px 9px;
  }
}
.cid-tV6FXI059d .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6FXI059d .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6FXI059d .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tV6FXI059d .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-tV6FXI059d .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6FXI059d .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6FXI059d .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6FXI059d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6FXI059d .mbr-text {
  color: #000000;
}
.cid-tV6FXI059d .mbr-name {
  color: #000000;
}
.cid-tV6Gbjwpg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6Gbjwpg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Gbjwpg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Gbjwpg4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Gbjwpg4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Gbjwpg4 .container {
    padding: 0 14px;
  }
}
.cid-tV6Gbjwpg4 .row {
  justify-content: center;
}
.cid-tV6Gbjwpg4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6Gbjwpg4 .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-tV6Gbjwpg4 .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: #bfe08c;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6Gbjwpg4 .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-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-tV6Gbjwpg4 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6Gbjwpg4 .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .content-wrapper {
    display: block;
  }
}
.cid-tV6Gbjwpg4 .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-tV6Gbjwpg4 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-tV6Gbjwpg4 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6Gbjwpg4 .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-tV6Gbjwpg4 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tV6Gbjwpg4 .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-tV6Gbjwpg4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6Gbjwpg4 .card-text {
  color: #000000;
}
.cid-tV6G1qVI9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
  overflow: hidden;
}
.cid-tV6G1qVI9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G1qVI9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G1qVI9j .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G1qVI9j .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G1qVI9j .container {
    padding: 0 16px;
  }
}
.cid-tV6G1qVI9j .row {
  justify-content: center;
}
.cid-tV6G1qVI9j .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .card {
    flex-direction: column;
  }
}
.cid-tV6G1qVI9j .image-wrapper {
  width: 45%;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .image-wrapper {
    width: 100%;
  }
}
.cid-tV6G1qVI9j .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6G1qVI9j .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .title-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6G1qVI9j .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-tV6G1qVI9j .title-wrapper .title-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6G1qVI9j .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6G1qVI9j .mbr-section-title {
  color: #000000;
}
.cid-tV6G1qVI9j .mbr-tag {
  color: #000000;
}
.cid-tV6G1qVI9j .mbr-date {
  color: #000000;
}
.cid-tV6FrHVaNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6FrHVaNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FrHVaNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FrHVaNO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FrHVaNO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FrHVaNO .container {
    padding: 0 16px;
  }
}
.cid-tV6FrHVaNO .row {
  justify-content: center;
}
.cid-tV6FrHVaNO .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tV6FrHVaNO .card-main a:hover .image-wrapper .image-wrap img,
.cid-tV6FrHVaNO .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6FrHVaNO .card-main a:hover .mbr-section-title,
.cid-tV6FrHVaNO .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-tV6FrHVaNO .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6FrHVaNO .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-tV6FrHVaNO .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-tV6FrHVaNO .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-tV6FrHVaNO .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6FrHVaNO .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6FrHVaNO .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-tV6FrHVaNO .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6FrHVaNO .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-tV6FrHVaNO .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-tV6FrHVaNO .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6FrHVaNO .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6FrHVaNO .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-tV6FrHVaNO .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6FrHVaNO .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-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6FrHVaNO .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-tV6FrHVaNO .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6FrHVaNO .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-tV6FrHVaNO .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6FrHVaNO .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-tV6FrHVaNO .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-tV6FrHVaNO .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-tV6FrHVaNO .mbr-section-title {
  color: #000000;
}
.cid-tV6FrHVaNO .mbr-tag {
  color: #000000;
}
.cid-tV6FrHVaNO .mbr-date {
  color: #000000;
}
.cid-tV6FrHVaNO .card-title {
  color: #000000;
}
.cid-tV6G4QsCWW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6G4QsCWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G4QsCWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G4QsCWW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G4QsCWW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G4QsCWW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G4QsCWW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G4QsCWW .container {
    padding: 0 16px;
  }
}
.cid-tV6G4QsCWW .row {
  justify-content: center;
}
.cid-tV6G4QsCWW .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G4QsCWW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G4QsCWW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6G4QsCWW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6G4QsCWW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6G4QsCWW .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-tV6G4QsCWW .form-wrap {
    padding: 0;
  }
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tV6G4QsCWW .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-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-tV6G4QsCWW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-tV6G4QsCWW .image-wrapper {
  height: 100%;
}
.cid-tV6G4QsCWW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-tV6G4QsCWW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6G4QsCWW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6G4QsCWW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6GdHqzY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6GdHqzY7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6GdHqzY7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6GdHqzY7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6GdHqzY7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6GdHqzY7 .container {
    padding: 0 16px;
  }
}
.cid-tV6GdHqzY7 .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-tV6GdHqzY7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 660px;
  max-width: 660px;
}
@media (max-width: 992px) {
  .cid-tV6GdHqzY7 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tV6GdHqzY7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tV6GdHqzY7 .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-tV6GdHqzY7 .embla__slide .slide-content .item-content {
  position: relative;
  padding: 80px 96px 25px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tV6GdHqzY7 .embla__slide .slide-content .item-content {
    padding: 80px 60px 25px;
  }
}
@media (max-width: 768px) {
  .cid-tV6GdHqzY7 .embla__slide .slide-content .item-content {
    padding: 80px 25px 25px;
  }
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-content .icon-wrapper {
  padding: 25px 25px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 45px;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-wrapper {
  padding: 0 25px;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating {
  margin-bottom: 0;
  margin-right: 4px;
}
.cid-tV6GdHqzY7 .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating:last-child {
  margin-right: 0;
}
.cid-tV6GdHqzY7 .embla__button--next,
.cid-tV6GdHqzY7 .embla__button--prev {
  display: flex;
}
.cid-tV6GdHqzY7 .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-tV6GdHqzY7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV6GdHqzY7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-tV6GdHqzY7 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-tV6GdHqzY7 .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6GdHqzY7 .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-tV6GdHqzY7 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-tV6GdHqzY7 .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6GdHqzY7 .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-tV6GdHqzY7 .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-tV6GdHqzY7 .embla {
    border: none;
  }
}
.cid-tV6GdHqzY7 .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-tV6GdHqzY7 .embla::before {
    display: none;
  }
}
.cid-tV6GdHqzY7 .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-tV6GdHqzY7 .embla::after {
    display: none;
  }
}
.cid-tV6GdHqzY7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tV6GdHqzY7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV6GdHqzY7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV6GdHqzY7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV6GdHqzY7 .mbr-text {
  color: #000000;
}
.cid-tV6GdHqzY7 .item-name {
  color: #000000;
}
.cid-tV6GdHqzY7 .mbr-rating {
  color: #000000;
}
.cid-tV6GdHqzY7 .mbr-rating,
.cid-tV6GdHqzY7 .item-wrapper {
  text-align: right;
}
.cid-tV6FYvEKwi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6FYvEKwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FYvEKwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FYvEKwi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FYvEKwi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FYvEKwi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FYvEKwi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FYvEKwi .container {
    padding: 0 16px;
  }
}
.cid-tV6FYvEKwi .content-wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tV6FYvEKwi .content-wrapper {
    padding: 20px 0;
  }
}
.cid-tV6FYvEKwi .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tV6FYvEKwi .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-tV6FYvEKwi .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-tV6FYvEKwi .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-tV6FYvEKwi .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-tV6FYvEKwi .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-tV6FYvEKwi .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-tV6FYvEKwi .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-tV6FYvEKwi .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-tV6FYvEKwi .mbr-section-title {
  color: #000000;
}
.cid-tV6G5h04ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6G5h04ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G5h04ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G5h04ar .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G5h04ar .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G5h04ar .container {
    padding: 0 16px;
  }
}
.cid-tV6G5h04ar .row {
  justify-content: center;
}
.cid-tV6G5h04ar .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .title-wrapper {
  margin-bottom: 32px;
}
.cid-tV6G5h04ar .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tV6G5h04ar .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-tV6G5h04ar .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-tV6G5h04ar .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-tV6G5h04ar .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6G5h04ar .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tV6G5h04ar .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tV6G5h04ar .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .lists-wrapper {
    margin: 0;
  }
}
.cid-tV6G5h04ar .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .item {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tV6G5h04ar .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-tV6G5h04ar .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-tV6G5h04ar .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-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-tV6G5h04ar .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-tV6G5h04ar .mbr-section-title {
  color: #000000;
}
.cid-tV6G5h04ar .card-title {
  color: #000000;
}
.cid-tV6G5h04ar .list {
  color: #000000;
}
.cid-tV6G5h04ar .mbr-soc {
  color: #000000;
}
.cid-ukAZ1Bez0k .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ukAZ1Bez0k .nav-item:focus,
.cid-ukAZ1Bez0k .nav-link:focus {
  outline: none;
}
.cid-ukAZ1Bez0k .text-white:hover,
.cid-ukAZ1Bez0k .text-white:active,
.cid-ukAZ1Bez0k .text-white:focus {
  color: white!important;
}
.cid-ukAZ1Bez0k .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ukAZ1Bez0k .navbar.opened {
  transition: all .3s;
  background: #ecffe7 !important;
}
.cid-ukAZ1Bez0k .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ukAZ1Bez0k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukAZ1Bez0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukAZ1Bez0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ukAZ1Bez0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukAZ1Bez0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukAZ1Bez0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukAZ1Bez0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukAZ1Bez0k .navbar.navbar-short {
  background: #ecffe7 !important;
  min-height: 60px;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukAZ1Bez0k .section {
  position: relative;
  overflow: visible!important;
}
.cid-ukAZ1Bez0k .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-item:hover {
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-menu {
  background-color: white!important;
}
.cid-ukAZ1Bez0k .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ukAZ1Bez0k .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ukAZ1Bez0k .nav-item .nav-link {
    position: relative;
  }
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .collapsed {
  flex-direction: row!important;
}
.cid-ukAZ1Bez0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukAZ1Bez0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukAZ1Bez0k .navbar-caption {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukAZ1Bez0k .dropdown-item.active,
.cid-ukAZ1Bez0k .dropdown-item:active {
  background-color: transparent;
}
.cid-ukAZ1Bez0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukAZ1Bez0k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukAZ1Bez0k .navbar-buttons {
  text-align: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #80b323;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukAZ1Bez0k .nav-link {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukAZ1Bez0k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukAZ1Bez0k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukAZ1Bez0k .navbar {
    height: 77px;
  }
  .cid-ukAZ1Bez0k .navbar.opened {
    height: auto;
  }
  .cid-ukAZ1Bez0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV6JsztS69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6JsztS69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JsztS69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JsztS69 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JsztS69 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JsztS69 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JsztS69 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JsztS69 .container {
    padding: 0 16px;
  }
}
.cid-tV6JsztS69 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tV6JsztS69 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tV6JsztS69 .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-tV6JsztS69 .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-tV6JsztS69 .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tV6JsztS69 .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tV6JsztS69 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tV6JsztS69 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tV6JsztS69 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6JsztS69 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6JsztS69 .mbr-section-subtitle {
  color: #000000;
}
.cid-tV6JsztS69 .mbr-text {
  color: #000000;
}
.cid-tV6Jw35V9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6Jw35V9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Jw35V9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Jw35V9y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Jw35V9y .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jw35V9y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jw35V9y .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jw35V9y .container {
    padding: 0 16px;
  }
}
.cid-tV6Jw35V9y .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6Jw35V9y .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jw35V9y .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jw35V9y .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tV6Jw35V9y .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-tV6Jw35V9y .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6Jw35V9y .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-tV6Jw35V9y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6Jw35V9y .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tV6Jw35V9y .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tV6Jw35V9y .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tV6Jw35V9y .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-tV6Jw35V9y .mbr-section-title {
  color: #000000;
}
.cid-tV6Jw35V9y .mbr-text {
  color: #000000;
}
.cid-tV6Jw35V9y .mbr-name {
  color: #000000;
}
.cid-tV6JsLdNyx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef3e7;
}
.cid-tV6JsLdNyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JsLdNyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JsLdNyx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JsLdNyx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JsLdNyx .container {
    padding: 0 16px;
  }
}
.cid-tV6JsLdNyx .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tV6JsLdNyx .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tV6JsLdNyx .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tV6JsLdNyx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6JsLdNyx .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .cards-wrapper {
    display: block;
  }
}
.cid-tV6JsLdNyx .cards-wrapper .item {
  padding: 32px;
  background-color: #fffaf5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-tV6JsLdNyx .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-tV6JsLdNyx .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-tV6JsLdNyx .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-tV6JsLdNyx .mbr-section-title {
  color: #000000;
}
.cid-tV6JsLdNyx .mbr-text {
  color: #000000;
}
.cid-tV6JsLdNyx .card-title {
  color: #000000;
}
.cid-tV6JsLdNyx .card-text {
  color: #000000;
}
.cid-tV6Jt7DVBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-tV6Jt7DVBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Jt7DVBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Jt7DVBh .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Jt7DVBh .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jt7DVBh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jt7DVBh .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jt7DVBh .container {
    padding: 0 16px;
  }
}
.cid-tV6Jt7DVBh .row {
  background-color: #faf5e8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-tV6Jt7DVBh .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-tV6Jt7DVBh .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jt7DVBh .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-tV6Jt7DVBh .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tV6Jt7DVBh .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-tV6Jt7DVBh .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-tV6Jt7DVBh .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-tV6Jt7DVBh .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-tV6Jt7DVBh .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-tV6Jt7DVBh .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-tV6Jt7DVBh .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-tV6Jt7DVBh .card-title {
  color: #000000;
}
.cid-tV6Jt7DVBh .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6Jt7DVBh .card-text {
  color: #000000;
  text-align: center;
}
.cid-tV6Jt7DVBh .card-title,
.cid-tV6Jt7DVBh .item-img,
.cid-tV6Jt7DVBh .mbr-section-btn {
  text-align: center;
}
.cid-tV6Jx2sHvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6Jx2sHvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Jx2sHvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Jx2sHvi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Jx2sHvi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jx2sHvi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jx2sHvi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jx2sHvi .container {
    padding: 0 16px;
  }
}
.cid-tV6Jx2sHvi .row {
  justify-content: center;
}
.cid-tV6Jx2sHvi .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #fcefcf;
}
@media (max-width: 1200px) {
  .cid-tV6Jx2sHvi .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jx2sHvi .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-tV6Jx2sHvi .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-tV6Jx2sHvi .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-tV6Jx2sHvi .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-tV6Jx2sHvi .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-tV6Jx2sHvi .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-tV6Jx2sHvi .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-tV6Jx2sHvi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6Jx2sHvi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6Jx2sHvi .mbr-section-title {
  color: #000000;
}
.cid-tV6Jx2sHvi .mbr-text {
  color: #000000;
}
.cid-tV6JtoPa5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6JtoPa5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JtoPa5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JtoPa5S .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JtoPa5S .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JtoPa5S .container {
    padding: 0 16px;
  }
}
.cid-tV6JtoPa5S .row {
  justify-content: center;
}
.cid-tV6JtoPa5S .title-wrapper {
  margin-bottom: 50px;
}
.cid-tV6JtoPa5S .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tV6JtoPa5S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6JtoPa5S .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #e7f2ed;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-tV6JtoPa5S .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-tV6JtoPa5S .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-tV6JtoPa5S .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-tV6JtoPa5S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6JtoPa5S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6JtoPa5S .card-title {
  color: #000000;
}
.cid-tV6JtoPa5S .card-text {
  color: #000000;
}
.cid-tV6Ju3oT0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6Ju3oT0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Ju3oT0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Ju3oT0Y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Ju3oT0Y .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Ju3oT0Y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Ju3oT0Y .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Ju3oT0Y .container {
    padding: 0 16px;
  }
}
.cid-tV6Ju3oT0Y .row {
  justify-content: center;
}
.cid-tV6Ju3oT0Y .title-wrapper {
  margin-bottom: 50px;
}
.cid-tV6Ju3oT0Y .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tV6Ju3oT0Y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6Ju3oT0Y .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-tV6Ju3oT0Y .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-tV6Ju3oT0Y .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Ju3oT0Y .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-tV6Ju3oT0Y .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tV6Ju3oT0Y .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-tV6Ju3oT0Y .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-tV6Ju3oT0Y .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tV6Ju3oT0Y .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-tV6Ju3oT0Y .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-tV6Ju3oT0Y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6Ju3oT0Y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6Ju3oT0Y .card-title {
  color: #000000;
}
.cid-tV6Ju3oT0Y .card-text {
  color: #000000;
}
.cid-tV6Jv4IXPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6Jv4IXPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Jv4IXPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Jv4IXPX .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-tV6Jv4IXPX .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jv4IXPX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jv4IXPX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jv4IXPX .container {
    padding: 0 16px;
  }
}
.cid-tV6Jv4IXPX .row {
  justify-content: center;
  margin: 0;
}
.cid-tV6Jv4IXPX .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tV6Jv4IXPX .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-tV6Jv4IXPX .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6Jv4IXPX .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6Jv4IXPX .item a:focus .item-wrapper .item-content .card-title,
.cid-tV6Jv4IXPX .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-tV6Jv4IXPX .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-tV6Jv4IXPX .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6Jv4IXPX .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-tV6Jv4IXPX .item a .item-wrapper .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-tV6Jv4IXPX .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-tV6Jv4IXPX .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tV6Jv4IXPX .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-tV6Jv4IXPX .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tV6Jv4IXPX .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-tV6Jv4IXPX .mbr-tag {
  color: #000000;
}
.cid-tV6Jv4IXPX .mbr-date {
  color: #000000;
}
.cid-tV6Jv4IXPX .card-title {
  color: #000000;
}
.cid-tV6JvwmoNj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6JvwmoNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JvwmoNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JvwmoNj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JvwmoNj .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JvwmoNj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6JvwmoNj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JvwmoNj .container {
    padding: 0 16px;
  }
}
.cid-tV6JvwmoNj .row {
  justify-content: center;
  margin: 0;
}
.cid-tV6JvwmoNj .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6JvwmoNj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6JvwmoNj .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6JvwmoNj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6JvwmoNj .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1200px) {
  .cid-tV6JvwmoNj .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-tV6JvwmoNj .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-tV6JvwmoNj .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-tV6JvwmoNj .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  margin-bottom: 16px;
  background-color: #000000;
}
.cid-tV6JvwmoNj .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-tV6JvwmoNj .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-tV6JvwmoNj .item a .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-tV6JvwmoNj .item a .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-tV6JvwmoNj .border-wrap {
  height: 1px;
  margin-top: 16px;
  background-color: #000000;
}
.cid-tV6JvwmoNj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6JvwmoNj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6JvwmoNj .card-name {
  color: #000000;
}
.cid-tV6JvwmoNj .card-role {
  color: #000000;
}
.cid-tV6Jyd2EdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6Jyd2EdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Jyd2EdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Jyd2EdJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jyd2EdJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jyd2EdJ .container {
    padding: 0 16px;
  }
}
.cid-tV6Jyd2EdJ .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-tV6Jyd2EdJ .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .row {
    padding: 25px 9px;
  }
}
.cid-tV6Jyd2EdJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6Jyd2EdJ .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tV6Jyd2EdJ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .image-wrapper img {
    height: 350px;
  }
}
.cid-tV6Jyd2EdJ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tV6Jyd2EdJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tV6Jyd2EdJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jyd2EdJ .items-wrapper {
    display: block;
  }
}
.cid-tV6Jyd2EdJ .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-tV6Jyd2EdJ .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-tV6Jyd2EdJ .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-tV6Jyd2EdJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tV6Jyd2EdJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-tV6Jyd2EdJ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tV6Jyd2EdJ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tV6Jyd2EdJ .card {
  justify-content: center;
}
.cid-tV6Jyd2EdJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6Jyd2EdJ .mbr-text {
  color: #000000;
}
.cid-tV6Jyd2EdJ .card-title {
  color: #000000;
}
.cid-tV6Jyd2EdJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-tV6Jyd2EdJ .card-title,
.cid-tV6Jyd2EdJ .icon-wrapper {
  text-align: center;
}
.cid-tV6JBPzezD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-tV6JBPzezD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JBPzezD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JBPzezD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tV6JBPzezD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6JBPzezD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JBPzezD .container {
    padding: 0 16px;
  }
}
.cid-tV6JBPzezD .row {
  position: relative;
  padding: 40px 40px ;
  background-color: #fffaf5;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-tV6JBPzezD .row {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JBPzezD .row {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cid-tV6JBPzezD .row {
    border-radius: 0;
  }
}
.cid-tV6JBPzezD .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-tV6JBPzezD .row::before {
    display: none;
  }
}
.cid-tV6JBPzezD .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-tV6JBPzezD .row::after {
    display: none;
  }
}
.cid-tV6JBPzezD .row .card {
  padding: 0;
}
.cid-tV6JBPzezD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6JBPzezD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6JBPzezD .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tV6JBPzezD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6JBPzezD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-tV6JBPzezD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tV6JBPzezD .embla__slide:nth-child(2n) .slide-content {
  background-color: #f4ecdf;
}
.cid-tV6JBPzezD .embla__slide:nth-child(3n) .slide-content {
  background-color: #ecf4f6;
}
.cid-tV6JBPzezD .embla__slide:nth-child(4n) .slide-content {
  background-color: #fbf1d3;
}
.cid-tV6JBPzezD .embla__slide:nth-child(5n) .slide-content {
  background-color: #fee3d9;
}
.cid-tV6JBPzezD .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-tV6JBPzezD .embla__slide .slide-content .item-content {
  width: 100%;
}
.cid-tV6JBPzezD .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 5px;
}
.cid-tV6JBPzezD .embla__slide .slide-content .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tV6JBPzezD .embla__slide .slide-content .item-wrapper {
  width: 100%;
  padding: 16px 0 26px;
}
.cid-tV6JBPzezD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-tV6JBPzezD .embla__slide .slide-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tV6JBPzezD .embla__button--next,
.cid-tV6JBPzezD .embla__button--prev {
  display: flex;
}
.cid-tV6JBPzezD .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-tV6JBPzezD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tV6JBPzezD .embla__button:hover {
  opacity: .7 !important;
}
.cid-tV6JBPzezD .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-tV6JBPzezD .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6JBPzezD .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-tV6JBPzezD .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-tV6JBPzezD .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tV6JBPzezD .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-tV6JBPzezD .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tV6JBPzezD .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-tV6JBPzezD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tV6JBPzezD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tV6JBPzezD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tV6JBPzezD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6JBPzezD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6JBPzezD .item-title {
  color: #000000;
}
.cid-tV6JBPzezD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tV6JBPzezD .item-title,
.cid-tV6JBPzezD .mbr-section-btn {
  text-align: center;
}
.cid-tV6Jz40LOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-tV6Jz40LOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Jz40LOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Jz40LOF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Jz40LOF .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jz40LOF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Jz40LOF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Jz40LOF .container {
    padding: 0 16px;
  }
}
.cid-tV6Jz40LOF .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-tV6Jz40LOF .row {
    height: 350px;
  }
}
.cid-tV6JAMaSUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6JAMaSUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JAMaSUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JAMaSUM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JAMaSUM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JAMaSUM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JAMaSUM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JAMaSUM .container {
    padding: 0 16px;
  }
}
.cid-tV6JAMaSUM .row {
  justify-content: center;
}
.cid-tV6JAMaSUM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6JAMaSUM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tV6JAMaSUM .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-tV6JAMaSUM .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-tV6JAMaSUM .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-tV6JAMaSUM .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tV6JAMaSUM .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-tV6JAMaSUM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tV6JAMaSUM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tV6JAMaSUM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tV6JAMaSUM .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-tV6JAMaSUM .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tV6JAMaSUM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-tV6JAMaSUM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tV6JAMaSUM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6JAMaSUM .panel-title {
  color: #000000;
}
.cid-tV6JAMaSUM .panel-text {
  color: #000000;
}
.cid-tV6JzIIpaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-tV6JzIIpaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JzIIpaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JzIIpaN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JzIIpaN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JzIIpaN .container {
    padding: 0 16px;
  }
}
.cid-tV6JzIIpaN .row {
  justify-content: center;
}
.cid-tV6JzIIpaN .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6JzIIpaN .title-wrapper {
  margin-bottom: 32px;
}
.cid-tV6JzIIpaN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tV6JzIIpaN .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-tV6JzIIpaN .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-tV6JzIIpaN .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-tV6JzIIpaN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6JzIIpaN .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tV6JzIIpaN .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tV6JzIIpaN .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .lists-wrapper {
    margin: 0;
  }
}
.cid-tV6JzIIpaN .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .item {
    margin-bottom: 32px;
  }
}
.cid-tV6JzIIpaN .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-tV6JzIIpaN .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tV6JzIIpaN .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tV6JzIIpaN .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6JzIIpaN .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-tV6JzIIpaN .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-tV6JzIIpaN .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-tV6JzIIpaN .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-tV6JzIIpaN .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-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-tV6JzIIpaN .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6JzIIpaN .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-tV6JzIIpaN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tV6JzIIpaN .mbr-section-title {
  color: #000000;
}
.cid-tV6JzIIpaN .card-title {
  color: #000000;
}
.cid-tV6JzIIpaN .list {
  color: #000000;
}
.cid-tV6JzIIpaN .mbr-soc {
  color: #000000;
}
.cid-tV6JzIIpaN .mbr-section-title,
.cid-tV6JzIIpaN .title-wrapper {
  text-align: center;
}
.cid-tV6JzIIpaN .card-soc,
.cid-tV6JzIIpaN .soc-item {
  text-align: center;
}
.cid-ukAZ1Bez0k .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ukAZ1Bez0k .nav-item:focus,
.cid-ukAZ1Bez0k .nav-link:focus {
  outline: none;
}
.cid-ukAZ1Bez0k .text-white:hover,
.cid-ukAZ1Bez0k .text-white:active,
.cid-ukAZ1Bez0k .text-white:focus {
  color: white!important;
}
.cid-ukAZ1Bez0k .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ukAZ1Bez0k .navbar.opened {
  transition: all .3s;
  background: #ecffe7 !important;
}
.cid-ukAZ1Bez0k .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ukAZ1Bez0k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukAZ1Bez0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukAZ1Bez0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ukAZ1Bez0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukAZ1Bez0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukAZ1Bez0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukAZ1Bez0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukAZ1Bez0k .navbar.navbar-short {
  background: #ecffe7 !important;
  min-height: 60px;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukAZ1Bez0k .section {
  position: relative;
  overflow: visible!important;
}
.cid-ukAZ1Bez0k .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-item:hover {
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-menu {
  background-color: white!important;
}
.cid-ukAZ1Bez0k .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ukAZ1Bez0k .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ukAZ1Bez0k .nav-item .nav-link {
    position: relative;
  }
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .collapsed {
  flex-direction: row!important;
}
.cid-ukAZ1Bez0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukAZ1Bez0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukAZ1Bez0k .navbar-caption {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukAZ1Bez0k .dropdown-item.active,
.cid-ukAZ1Bez0k .dropdown-item:active {
  background-color: transparent;
}
.cid-ukAZ1Bez0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukAZ1Bez0k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukAZ1Bez0k .navbar-buttons {
  text-align: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #80b323;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukAZ1Bez0k .nav-link {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukAZ1Bez0k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukAZ1Bez0k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukAZ1Bez0k .navbar {
    height: 77px;
  }
  .cid-ukAZ1Bez0k .navbar.opened {
    height: auto;
  }
  .cid-ukAZ1Bez0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyjQaHXta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQaHXta .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQaHXta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQaHXta .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQaHXta .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQaHXta .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQaHXta .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQaHXta .container {
    padding: 0 16px;
  }
}
.cid-ukyjQaHXta .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukyjQaHXta .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukyjQaHXta .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-ukyjQaHXta .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-ukyjQaHXta .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukyjQaHXta .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-ukyjQaHXta .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukyjQaHXta .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ukyjQaHXta .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukyjQaHXta .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQaHXta .mbr-section-subtitle {
  color: #8b7b4e;
}
.cid-ukyjQaHXta .mbr-text {
  color: #000000;
}
.cid-ukyjQaHXta .mbr-text,
.cid-ukyjQaHXta .mbr-section-btn {
  color: #000000;
}
.cid-ukCtSyW2Cq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #faf5e8;
}
.cid-ukCtSyW2Cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCtSyW2Cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCtSyW2Cq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukCtSyW2Cq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukCtSyW2Cq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukCtSyW2Cq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukCtSyW2Cq .container {
    padding: 0 16px;
  }
}
.cid-ukCtSyW2Cq .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ukCtSyW2Cq .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukCtSyW2Cq .row {
    padding: 25px 9px;
  }
}
.cid-ukCtSyW2Cq .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-ukCtSyW2Cq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukCtSyW2Cq .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ukCtSyW2Cq .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ukCtSyW2Cq .box {
    width: 100%;
  }
}
.cid-ukCtSyW2Cq .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ukCtSyW2Cq .box .mbr-media {
    height: 350px;
  }
}
.cid-ukCtSyW2Cq .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-ukCtSyW2Cq .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ukCtSyW2Cq .mbr-media {
  position: relative;
}
.cid-ukCtSyW2Cq .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ukCtSyW2Cq a:hover {
  background-image: none !important;
}
.cid-ukCtSyW2Cq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ecffe7;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ukCtSyW2Cq .icon-wrap:hover,
.cid-ukCtSyW2Cq .icon-wrap:focus {
  cursor: pointer;
}
.cid-ukCtSyW2Cq .icon-wrap:hover .mbr-iconfont,
.cid-ukCtSyW2Cq .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-ukCtSyW2Cq .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ukCtSyW2Cq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukCtSyW2Cq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukCtSyW2Cq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukCtSyW2Cq .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-ukCtSyW2Cq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukCtSyW2Cq .mbr-section-title {
  color: #000000;
}
.cid-ukCwg7I0bY {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #dedede;
}
.cid-ukCwg7I0bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCwg7I0bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCwg7I0bY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ukCwg7I0bY .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-ukCwg7I0bY .container {
    padding: 0 28px;
  }
}
.cid-ukCwg7I0bY .row {
  justify-content: center;
}
.cid-ukCwg7I0bY .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-ukCwg7I0bY .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-ukCwg7I0bY .mbr-figure iframe {
    height: 350px;
  }
}
.cid-ukCwg7I0bY .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-ukCwg7I0bY .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ukCwg7I0bY .mbr-figure .app-video-wrapper::before {
  color: #398430;
  text-shadow: none;
}
.cid-ukCwg7I0bY .mbr-section-title {
  color: #000000;
}
.cid-ukCu2G9TNu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukCu2G9TNu .mbr-media {
  position: relative;
}
.cid-ukCu2G9TNu .mbr-media img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 767px) {
  .cid-ukCu2G9TNu .mbr-media img {
    height: 400px;
  }
}
.cid-ukCu2G9TNu a:hover {
  background-image: none !important;
}
.cid-ukCu2G9TNu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ukCu2G9TNu .mbr-media span {
  font-size: 5rem;
  color: #000000;
  transition: all 0.2s;
}
.cid-ukCu2G9TNu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukCu2G9TNu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukCu2G9TNu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukCu2G9TNu .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-ukCu2G9TNu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukCu2G9TNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCu2G9TNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCu2G9TNu .content-head {
  max-width: 800px;
}
.cid-ukCu2G9TNu .mbr-section-title {
  color: #ffffff;
}
.cid-ukCwgTXDPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-ukCwgTXDPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukCwgTXDPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukCwgTXDPd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ukCwgTXDPd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukCwgTXDPd .container {
    padding: 0 16px;
  }
}
.cid-ukCwgTXDPd .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ukCwgTXDPd .row {
    margin: 0 10px;
  }
}
.cid-ukCwgTXDPd .row .card {
  padding: 0;
}
.cid-ukCwgTXDPd .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukCwgTXDPd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ukCwgTXDPd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukCwgTXDPd .box .mbr-media img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukCwgTXDPd .box .mbr-media img {
    height: 350px;
  }
}
.cid-ukCwgTXDPd .box .mbr-media .mbr-iconfont {
  color: #192227;
}
.cid-ukCwgTXDPd .mbr-media {
  position: relative;
}
.cid-ukCwgTXDPd .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ukCwgTXDPd a:hover {
  background-image: none !important;
}
.cid-ukCwgTXDPd .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ukCwgTXDPd .icon-wrap:hover {
  cursor: pointer;
}
.cid-ukCwgTXDPd .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ukCwgTXDPd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukCwgTXDPd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukCwgTXDPd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukCwgTXDPd .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-ukCwgTXDPd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukCwgTXDPd .mbr-section-title {
  color: #fdfcfc;
}
.cid-ukyjQbv6NL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-ukyjQbv6NL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQbv6NL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQbv6NL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQbv6NL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQbv6NL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQbv6NL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQbv6NL .container {
    padding: 0 16px;
  }
}
.cid-ukyjQbv6NL .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ukyjQbv6NL .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQbv6NL .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQbv6NL .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ukyjQbv6NL .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ukyjQbv6NL .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ukyjQbv6NL .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ukyjQbv6NL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukyjQbv6NL .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ukyjQbv6NL .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukyjQbv6NL .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ukyjQbv6NL .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ukyjQbv6NL .mbr-section-title {
  color: #000000;
}
.cid-ukyjQbv6NL .mbr-text {
  color: #000000;
}
.cid-ukyjQbv6NL .mbr-name {
  color: #000000;
}
.cid-ukyjQbJzeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef3e7;
}
.cid-ukyjQbJzeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQbJzeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQbJzeN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQbJzeN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQbJzeN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQbJzeN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQbJzeN .container {
    padding: 0 16px;
  }
}
.cid-ukyjQbJzeN .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ukyjQbJzeN .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukyjQbJzeN .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-ukyjQbJzeN .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ukyjQbJzeN .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ukyjQbJzeN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjQbJzeN .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-ukyjQbJzeN .cards-wrapper {
    display: block;
  }
}
.cid-ukyjQbJzeN .cards-wrapper .item {
  padding: 32px;
  background-color: #fffaf5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ukyjQbJzeN .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-ukyjQbJzeN .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-ukyjQbJzeN .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ukyjQbJzeN .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-ukyjQbJzeN .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-ukyjQbJzeN .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-ukyjQbJzeN .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-ukyjQbJzeN .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-ukyjQbJzeN .mbr-section-title {
  color: #000000;
}
.cid-ukyjQbJzeN .mbr-text {
  color: #000000;
}
.cid-ukyjQbJzeN .card-title {
  color: #000000;
}
.cid-ukyjQbJzeN .card-text {
  color: #000000;
}
.cid-ukyjQc3CXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-ukyjQc3CXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQc3CXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQc3CXs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQc3CXs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQc3CXs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQc3CXs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQc3CXs .container {
    padding: 0 16px;
  }
}
.cid-ukyjQc3CXs .row {
  background-color: #faf5e8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-ukyjQc3CXs .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-ukyjQc3CXs .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQc3CXs .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-ukyjQc3CXs .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-ukyjQc3CXs .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-ukyjQc3CXs .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-ukyjQc3CXs .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-ukyjQc3CXs .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-ukyjQc3CXs .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-ukyjQc3CXs .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-ukyjQc3CXs .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-ukyjQc3CXs .card-title {
  color: #000000;
}
.cid-ukyjQc3CXs .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukyjQc3CXs .card-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjQc3CXs .card-title,
.cid-ukyjQc3CXs .item-img,
.cid-ukyjQc3CXs .mbr-section-btn {
  text-align: center;
}
.cid-ukyjQckB99 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQckB99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQckB99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQckB99 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQckB99 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQckB99 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQckB99 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQckB99 .container {
    padding: 0 16px;
  }
}
.cid-ukyjQckB99 .row {
  justify-content: center;
}
.cid-ukyjQckB99 .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #fcefcf;
}
@media (max-width: 1200px) {
  .cid-ukyjQckB99 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQckB99 .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-ukyjQckB99 .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-ukyjQckB99 .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-ukyjQckB99 .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-ukyjQckB99 .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ukyjQckB99 .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-ukyjQckB99 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-ukyjQckB99 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukyjQckB99 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ukyjQckB99 .mbr-section-title {
  color: #000000;
}
.cid-ukyjQckB99 .mbr-text {
  color: #000000;
}
.cid-ukyjQcBajQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQcBajQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQcBajQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQcBajQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQcBajQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQcBajQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQcBajQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQcBajQ .container {
    padding: 0 16px;
  }
}
.cid-ukyjQcBajQ .row {
  justify-content: center;
}
.cid-ukyjQcBajQ .title-wrapper {
  margin-bottom: 50px;
}
.cid-ukyjQcBajQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ukyjQcBajQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukyjQcBajQ .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #e7f2ed;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-ukyjQcBajQ .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-ukyjQcBajQ .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ukyjQcBajQ .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-ukyjQcBajQ .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQcBajQ .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-ukyjQcBajQ .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-ukyjQcBajQ .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-ukyjQcBajQ .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-ukyjQcBajQ .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-ukyjQcBajQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQcBajQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukyjQcBajQ .card-title {
  color: #000000;
}
.cid-ukyjQcBajQ .card-text {
  color: #000000;
}
.cid-ukyjQcTaAk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQcTaAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQcTaAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQcTaAk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQcTaAk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQcTaAk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQcTaAk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQcTaAk .container {
    padding: 0 16px;
  }
}
.cid-ukyjQcTaAk .row {
  justify-content: center;
}
.cid-ukyjQcTaAk .title-wrapper {
  margin-bottom: 50px;
}
.cid-ukyjQcTaAk .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukyjQcTaAk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjQcTaAk .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-ukyjQcTaAk .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ukyjQcTaAk .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQcTaAk .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-ukyjQcTaAk .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-ukyjQcTaAk .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-ukyjQcTaAk .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-ukyjQcTaAk .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukyjQcTaAk .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-ukyjQcTaAk .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-ukyjQcTaAk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQcTaAk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjQcTaAk .card-title {
  color: #000000;
}
.cid-ukyjQcTaAk .card-text {
  color: #000000;
}
.cid-ukyjQddKOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQddKOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQddKOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQddKOB .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukyjQddKOB .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQddKOB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQddKOB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQddKOB .container {
    padding: 0 16px;
  }
}
.cid-ukyjQddKOB .row {
  justify-content: center;
  margin: 0;
}
.cid-ukyjQddKOB .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-ukyjQddKOB .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-ukyjQddKOB .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-ukyjQddKOB .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-ukyjQddKOB .item a:focus .item-wrapper .item-content .card-title,
.cid-ukyjQddKOB .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-ukyjQddKOB .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-ukyjQddKOB .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-ukyjQddKOB .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-ukyjQddKOB .item a .item-wrapper .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-ukyjQddKOB .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-ukyjQddKOB .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukyjQddKOB .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-ukyjQddKOB .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-ukyjQddKOB .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-ukyjQddKOB .mbr-tag {
  color: #000000;
}
.cid-ukyjQddKOB .mbr-date {
  color: #000000;
}
.cid-ukyjQddKOB .card-title {
  color: #000000;
}
.cid-ukyjQdBmtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQdBmtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQdBmtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQdBmtK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQdBmtK .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQdBmtK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQdBmtK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQdBmtK .container {
    padding: 0 16px;
  }
}
.cid-ukyjQdBmtK .row {
  justify-content: center;
  margin: 0;
}
.cid-ukyjQdBmtK .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQdBmtK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjQdBmtK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukyjQdBmtK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjQdBmtK .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1200px) {
  .cid-ukyjQdBmtK .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-ukyjQdBmtK .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-ukyjQdBmtK .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-ukyjQdBmtK .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  margin-bottom: 16px;
  background-color: #000000;
}
.cid-ukyjQdBmtK .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-ukyjQdBmtK .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-ukyjQdBmtK .item a .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ukyjQdBmtK .item a .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-ukyjQdBmtK .border-wrap {
  height: 1px;
  margin-top: 16px;
  background-color: #000000;
}
.cid-ukyjQdBmtK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQdBmtK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjQdBmtK .card-name {
  color: #000000;
}
.cid-ukyjQdBmtK .card-role {
  color: #000000;
}
.cid-ukyjQdZXng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-ukyjQdZXng .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQdZXng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQdZXng .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQdZXng .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQdZXng .container {
    padding: 0 16px;
  }
}
.cid-ukyjQdZXng .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ukyjQdZXng .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .row {
    padding: 25px 9px;
  }
}
.cid-ukyjQdZXng .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukyjQdZXng .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-ukyjQdZXng .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .image-wrapper img {
    height: 350px;
  }
}
.cid-ukyjQdZXng .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ukyjQdZXng .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ukyjQdZXng .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQdZXng .items-wrapper {
    display: block;
  }
}
.cid-ukyjQdZXng .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-ukyjQdZXng .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-ukyjQdZXng .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-ukyjQdZXng .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ukyjQdZXng .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-ukyjQdZXng .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-ukyjQdZXng .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukyjQdZXng .card {
  justify-content: center;
}
.cid-ukyjQdZXng .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQdZXng .mbr-text {
  color: #000000;
}
.cid-ukyjQdZXng .card-title {
  color: #000000;
}
.cid-ukyjQdZXng .card-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjQdZXng .card-title,
.cid-ukyjQdZXng .icon-wrapper {
  text-align: center;
}
.cid-ukyjQenPIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-ukyjQenPIZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQenPIZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQenPIZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ukyjQenPIZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQenPIZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQenPIZ .container {
    padding: 0 16px;
  }
}
.cid-ukyjQenPIZ .row {
  position: relative;
  padding: 40px 40px ;
  background-color: #fffaf5;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-ukyjQenPIZ .row {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQenPIZ .row {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cid-ukyjQenPIZ .row {
    border-radius: 0;
  }
}
.cid-ukyjQenPIZ .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-ukyjQenPIZ .row::before {
    display: none;
  }
}
.cid-ukyjQenPIZ .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-ukyjQenPIZ .row::after {
    display: none;
  }
}
.cid-ukyjQenPIZ .row .card {
  padding: 0;
}
.cid-ukyjQenPIZ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQenPIZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjQenPIZ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukyjQenPIZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjQenPIZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-ukyjQenPIZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ukyjQenPIZ .embla__slide:nth-child(2n) .slide-content {
  background-color: #f4ecdf;
}
.cid-ukyjQenPIZ .embla__slide:nth-child(3n) .slide-content {
  background-color: #ecf4f6;
}
.cid-ukyjQenPIZ .embla__slide:nth-child(4n) .slide-content {
  background-color: #fbf1d3;
}
.cid-ukyjQenPIZ .embla__slide:nth-child(5n) .slide-content {
  background-color: #fee3d9;
}
.cid-ukyjQenPIZ .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-ukyjQenPIZ .embla__slide .slide-content .item-content {
  width: 100%;
}
.cid-ukyjQenPIZ .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 5px;
}
.cid-ukyjQenPIZ .embla__slide .slide-content .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ukyjQenPIZ .embla__slide .slide-content .item-wrapper {
  width: 100%;
  padding: 16px 0 26px;
}
.cid-ukyjQenPIZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-ukyjQenPIZ .embla__slide .slide-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukyjQenPIZ .embla__button--next,
.cid-ukyjQenPIZ .embla__button--prev {
  display: flex;
}
.cid-ukyjQenPIZ .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-ukyjQenPIZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukyjQenPIZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-ukyjQenPIZ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-ukyjQenPIZ .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQenPIZ .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-ukyjQenPIZ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-ukyjQenPIZ .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQenPIZ .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-ukyjQenPIZ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ukyjQenPIZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ukyjQenPIZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukyjQenPIZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukyjQenPIZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukyjQenPIZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQenPIZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjQenPIZ .item-title {
  color: #000000;
}
.cid-ukyjQenPIZ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukyjQenPIZ .item-title,
.cid-ukyjQenPIZ .mbr-section-btn {
  text-align: center;
}
.cid-ukyjQeTGXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-ukyjQeTGXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQeTGXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQeTGXp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQeTGXp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQeTGXp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQeTGXp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQeTGXp .container {
    padding: 0 16px;
  }
}
.cid-ukyjQeTGXp .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ukyjQeTGXp .row {
    height: 350px;
  }
}
.cid-ukyjQfgpYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQfgpYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQfgpYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQfgpYq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQfgpYq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQfgpYq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQfgpYq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQfgpYq .container {
    padding: 0 16px;
  }
}
.cid-ukyjQfgpYq .row {
  justify-content: center;
}
.cid-ukyjQfgpYq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQfgpYq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukyjQfgpYq .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-ukyjQfgpYq .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-ukyjQfgpYq .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-ukyjQfgpYq .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ukyjQfgpYq .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-ukyjQfgpYq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ukyjQfgpYq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ukyjQfgpYq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukyjQfgpYq .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-ukyjQfgpYq .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ukyjQfgpYq .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ukyjQfgpYq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukyjQfgpYq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjQfgpYq .panel-title {
  color: #000000;
}
.cid-ukyjQfgpYq .panel-text {
  color: #000000;
}
.cid-ukyjQfFIZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjQfFIZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjQfFIZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjQfFIZM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQfFIZM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjQfFIZM .container {
    padding: 0 16px;
  }
}
.cid-ukyjQfFIZM .row {
  justify-content: center;
}
.cid-ukyjQfFIZM .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjQfFIZM .title-wrapper {
  margin-bottom: 32px;
}
.cid-ukyjQfFIZM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-ukyjQfFIZM .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-ukyjQfFIZM .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-ukyjQfFIZM .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-ukyjQfFIZM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukyjQfFIZM .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-ukyjQfFIZM .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ukyjQfFIZM .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .lists-wrapper {
    margin: 0;
  }
}
.cid-ukyjQfFIZM .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .item {
    margin-bottom: 32px;
  }
}
.cid-ukyjQfFIZM .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-ukyjQfFIZM .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ukyjQfFIZM .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-ukyjQfFIZM .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjQfFIZM .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-ukyjQfFIZM .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-ukyjQfFIZM .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-ukyjQfFIZM .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-ukyjQfFIZM .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-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-ukyjQfFIZM .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-ukyjQfFIZM .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-ukyjQfFIZM .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-ukyjQfFIZM .mbr-section-title {
  color: #000000;
}
.cid-ukyjQfFIZM .card-title {
  color: #000000;
}
.cid-ukyjQfFIZM .list {
  color: #000000;
}
.cid-ukyjQfFIZM .mbr-soc {
  color: #000000;
}
.cid-ukyjQfFIZM .mbr-section-title,
.cid-ukyjQfFIZM .title-wrapper {
  text-align: center;
}
.cid-ukyjQfFIZM .card-soc,
.cid-ukyjQfFIZM .soc-item {
  text-align: center;
}
.cid-ukAZ1Bez0k .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-ukAZ1Bez0k .nav-item:focus,
.cid-ukAZ1Bez0k .nav-link:focus {
  outline: none;
}
.cid-ukAZ1Bez0k .text-white:hover,
.cid-ukAZ1Bez0k .text-white:active,
.cid-ukAZ1Bez0k .text-white:focus {
  color: white!important;
}
.cid-ukAZ1Bez0k .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-ukAZ1Bez0k .navbar.opened {
  transition: all .3s;
  background: #ecffe7 !important;
}
.cid-ukAZ1Bez0k .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ukAZ1Bez0k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukAZ1Bez0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ukAZ1Bez0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukAZ1Bez0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ukAZ1Bez0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukAZ1Bez0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukAZ1Bez0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukAZ1Bez0k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukAZ1Bez0k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukAZ1Bez0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukAZ1Bez0k .navbar.navbar-short {
  background: #ecffe7 !important;
  min-height: 60px;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukAZ1Bez0k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukAZ1Bez0k .section {
  position: relative;
  overflow: visible!important;
}
.cid-ukAZ1Bez0k .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-item:hover {
  color: black!important;
}
.cid-ukAZ1Bez0k .dropdown-menu {
  background-color: white!important;
}
.cid-ukAZ1Bez0k .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-ukAZ1Bez0k .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ukAZ1Bez0k .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-ukAZ1Bez0k .nav-item .nav-link {
    position: relative;
  }
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukAZ1Bez0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ukAZ1Bez0k .collapsed {
  flex-direction: row!important;
}
.cid-ukAZ1Bez0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukAZ1Bez0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukAZ1Bez0k .navbar-caption {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukAZ1Bez0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukAZ1Bez0k .dropdown-item.active,
.cid-ukAZ1Bez0k .dropdown-item:active {
  background-color: transparent;
}
.cid-ukAZ1Bez0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukAZ1Bez0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecffe7;
}
.cid-ukAZ1Bez0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukAZ1Bez0k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukAZ1Bez0k .navbar-buttons {
  text-align: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #80b323;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukAZ1Bez0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukAZ1Bez0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukAZ1Bez0k .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukAZ1Bez0k .nav-link {
  font-weight: 600!important;
}
.cid-ukAZ1Bez0k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukAZ1Bez0k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ukAZ1Bez0k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ukAZ1Bez0k .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukAZ1Bez0k .navbar {
    height: 77px;
  }
  .cid-ukAZ1Bez0k .navbar.opened {
    height: auto;
  }
  .cid-ukAZ1Bez0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukyjRvCYzp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRvCYzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRvCYzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRvCYzp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRvCYzp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRvCYzp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRvCYzp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRvCYzp .container {
    padding: 0 16px;
  }
}
.cid-ukyjRvCYzp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukyjRvCYzp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukyjRvCYzp .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-ukyjRvCYzp .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-ukyjRvCYzp .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukyjRvCYzp .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-ukyjRvCYzp .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukyjRvCYzp .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ukyjRvCYzp .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ukyjRvCYzp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRvCYzp .mbr-section-subtitle {
  color: #000000;
}
.cid-ukyjRvCYzp .mbr-text {
  color: #000000;
}
.cid-ukyjRwevDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-ukyjRwevDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRwevDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRwevDL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRwevDL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRwevDL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRwevDL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRwevDL .container {
    padding: 0 16px;
  }
}
.cid-ukyjRwevDL .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ukyjRwevDL .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRwevDL .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRwevDL .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ukyjRwevDL .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ukyjRwevDL .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ukyjRwevDL .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ukyjRwevDL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukyjRwevDL .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ukyjRwevDL .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukyjRwevDL .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ukyjRwevDL .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ukyjRwevDL .mbr-section-title {
  color: #000000;
}
.cid-ukyjRwevDL .mbr-text {
  color: #000000;
}
.cid-ukyjRwevDL .mbr-name {
  color: #000000;
}
.cid-ukyjRwt5qb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef3e7;
}
.cid-ukyjRwt5qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRwt5qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRwt5qb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRwt5qb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRwt5qb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRwt5qb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRwt5qb .container {
    padding: 0 16px;
  }
}
.cid-ukyjRwt5qb .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ukyjRwt5qb .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukyjRwt5qb .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-ukyjRwt5qb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ukyjRwt5qb .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ukyjRwt5qb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjRwt5qb .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-ukyjRwt5qb .cards-wrapper {
    display: block;
  }
}
.cid-ukyjRwt5qb .cards-wrapper .item {
  padding: 32px;
  background-color: #fffaf5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ukyjRwt5qb .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-ukyjRwt5qb .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-ukyjRwt5qb .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ukyjRwt5qb .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-ukyjRwt5qb .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-ukyjRwt5qb .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-ukyjRwt5qb .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-ukyjRwt5qb .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-ukyjRwt5qb .mbr-section-title {
  color: #000000;
}
.cid-ukyjRwt5qb .mbr-text {
  color: #000000;
}
.cid-ukyjRwt5qb .card-title {
  color: #000000;
}
.cid-ukyjRwt5qb .card-text {
  color: #000000;
}
.cid-ukyjRwQoeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
}
.cid-ukyjRwQoeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRwQoeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRwQoeU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRwQoeU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRwQoeU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRwQoeU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRwQoeU .container {
    padding: 0 16px;
  }
}
.cid-ukyjRwQoeU .row {
  background-color: #faf5e8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-ukyjRwQoeU .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-ukyjRwQoeU .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRwQoeU .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-ukyjRwQoeU .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-ukyjRwQoeU .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-ukyjRwQoeU .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-ukyjRwQoeU .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-ukyjRwQoeU .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-ukyjRwQoeU .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-ukyjRwQoeU .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-ukyjRwQoeU .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-ukyjRwQoeU .card-title {
  color: #000000;
}
.cid-ukyjRwQoeU .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukyjRwQoeU .card-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjRwQoeU .card-title,
.cid-ukyjRwQoeU .item-img,
.cid-ukyjRwQoeU .mbr-section-btn {
  text-align: center;
}
.cid-ukyjRx7b8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRx7b8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRx7b8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRx7b8Y .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRx7b8Y .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRx7b8Y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRx7b8Y .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRx7b8Y .container {
    padding: 0 16px;
  }
}
.cid-ukyjRx7b8Y .row {
  justify-content: center;
}
.cid-ukyjRx7b8Y .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #fcefcf;
}
@media (max-width: 1200px) {
  .cid-ukyjRx7b8Y .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRx7b8Y .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-ukyjRx7b8Y .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-ukyjRx7b8Y .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-ukyjRx7b8Y .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-ukyjRx7b8Y .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ukyjRx7b8Y .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-ukyjRx7b8Y .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-ukyjRx7b8Y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukyjRx7b8Y .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ukyjRx7b8Y .mbr-section-title {
  color: #000000;
}
.cid-ukyjRx7b8Y .mbr-text {
  color: #000000;
}
.cid-ukyjRxo9SG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRxo9SG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRxo9SG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRxo9SG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRxo9SG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRxo9SG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRxo9SG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRxo9SG .container {
    padding: 0 16px;
  }
}
.cid-ukyjRxo9SG .row {
  justify-content: center;
}
.cid-ukyjRxo9SG .title-wrapper {
  margin-bottom: 50px;
}
.cid-ukyjRxo9SG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ukyjRxo9SG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukyjRxo9SG .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #e7f2ed;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-ukyjRxo9SG .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-ukyjRxo9SG .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-ukyjRxo9SG .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-ukyjRxo9SG .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRxo9SG .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-ukyjRxo9SG .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-ukyjRxo9SG .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-ukyjRxo9SG .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-ukyjRxo9SG .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-ukyjRxo9SG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRxo9SG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukyjRxo9SG .card-title {
  color: #000000;
}
.cid-ukyjRxo9SG .card-text {
  color: #000000;
}
.cid-ukyjRxHvRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRxHvRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRxHvRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRxHvRT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRxHvRT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRxHvRT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRxHvRT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRxHvRT .container {
    padding: 0 16px;
  }
}
.cid-ukyjRxHvRT .row {
  justify-content: center;
}
.cid-ukyjRxHvRT .title-wrapper {
  margin-bottom: 50px;
}
.cid-ukyjRxHvRT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukyjRxHvRT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjRxHvRT .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-ukyjRxHvRT .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ukyjRxHvRT .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRxHvRT .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-ukyjRxHvRT .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-ukyjRxHvRT .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-ukyjRxHvRT .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-ukyjRxHvRT .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukyjRxHvRT .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-ukyjRxHvRT .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-ukyjRxHvRT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRxHvRT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjRxHvRT .card-title {
  color: #000000;
}
.cid-ukyjRxHvRT .card-text {
  color: #000000;
}
.cid-ukyjRy2gtX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRy2gtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRy2gtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRy2gtX .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukyjRy2gtX .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRy2gtX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRy2gtX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRy2gtX .container {
    padding: 0 16px;
  }
}
.cid-ukyjRy2gtX .row {
  justify-content: center;
  margin: 0;
}
.cid-ukyjRy2gtX .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-ukyjRy2gtX .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-ukyjRy2gtX .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-ukyjRy2gtX .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-ukyjRy2gtX .item a:focus .item-wrapper .item-content .card-title,
.cid-ukyjRy2gtX .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-ukyjRy2gtX .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-ukyjRy2gtX .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-ukyjRy2gtX .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-ukyjRy2gtX .item a .item-wrapper .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-ukyjRy2gtX .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-ukyjRy2gtX .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ukyjRy2gtX .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-ukyjRy2gtX .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-ukyjRy2gtX .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-ukyjRy2gtX .mbr-tag {
  color: #000000;
}
.cid-ukyjRy2gtX .mbr-date {
  color: #000000;
}
.cid-ukyjRy2gtX .card-title {
  color: #000000;
}
.cid-ukyjRyt5Nn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRyt5Nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRyt5Nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRyt5Nn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRyt5Nn .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRyt5Nn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRyt5Nn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRyt5Nn .container {
    padding: 0 16px;
  }
}
.cid-ukyjRyt5Nn .row {
  justify-content: center;
  margin: 0;
}
.cid-ukyjRyt5Nn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRyt5Nn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjRyt5Nn .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukyjRyt5Nn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjRyt5Nn .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1200px) {
  .cid-ukyjRyt5Nn .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-ukyjRyt5Nn .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-ukyjRyt5Nn .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-ukyjRyt5Nn .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  margin-bottom: 16px;
  background-color: #000000;
}
.cid-ukyjRyt5Nn .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-ukyjRyt5Nn .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-ukyjRyt5Nn .item a .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ukyjRyt5Nn .item a .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-ukyjRyt5Nn .border-wrap {
  height: 1px;
  margin-top: 16px;
  background-color: #000000;
}
.cid-ukyjRyt5Nn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRyt5Nn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjRyt5Nn .card-name {
  color: #000000;
}
.cid-ukyjRyt5Nn .card-role {
  color: #000000;
}
.cid-ukyjRyPmtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-ukyjRyPmtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRyPmtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRyPmtI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRyPmtI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRyPmtI .container {
    padding: 0 16px;
  }
}
.cid-ukyjRyPmtI .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ukyjRyPmtI .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .row {
    padding: 25px 9px;
  }
}
.cid-ukyjRyPmtI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukyjRyPmtI .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-ukyjRyPmtI .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .image-wrapper img {
    height: 350px;
  }
}
.cid-ukyjRyPmtI .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ukyjRyPmtI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ukyjRyPmtI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRyPmtI .items-wrapper {
    display: block;
  }
}
.cid-ukyjRyPmtI .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-ukyjRyPmtI .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-ukyjRyPmtI .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-ukyjRyPmtI .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ukyjRyPmtI .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-ukyjRyPmtI .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-ukyjRyPmtI .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ukyjRyPmtI .card {
  justify-content: center;
}
.cid-ukyjRyPmtI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRyPmtI .mbr-text {
  color: #000000;
}
.cid-ukyjRyPmtI .card-title {
  color: #000000;
}
.cid-ukyjRyPmtI .card-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjRyPmtI .card-title,
.cid-ukyjRyPmtI .icon-wrapper {
  text-align: center;
}
.cid-ukyjRzeRMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-ukyjRzeRMV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRzeRMV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRzeRMV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ukyjRzeRMV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRzeRMV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRzeRMV .container {
    padding: 0 16px;
  }
}
.cid-ukyjRzeRMV .row {
  position: relative;
  padding: 40px 40px ;
  background-color: #fffaf5;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-ukyjRzeRMV .row {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRzeRMV .row {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cid-ukyjRzeRMV .row {
    border-radius: 0;
  }
}
.cid-ukyjRzeRMV .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-ukyjRzeRMV .row::before {
    display: none;
  }
}
.cid-ukyjRzeRMV .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-ukyjRzeRMV .row::after {
    display: none;
  }
}
.cid-ukyjRzeRMV .row .card {
  padding: 0;
}
.cid-ukyjRzeRMV .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRzeRMV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjRzeRMV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ukyjRzeRMV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukyjRzeRMV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .cid-ukyjRzeRMV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ukyjRzeRMV .embla__slide:nth-child(2n) .slide-content {
  background-color: #f4ecdf;
}
.cid-ukyjRzeRMV .embla__slide:nth-child(3n) .slide-content {
  background-color: #ecf4f6;
}
.cid-ukyjRzeRMV .embla__slide:nth-child(4n) .slide-content {
  background-color: #fbf1d3;
}
.cid-ukyjRzeRMV .embla__slide:nth-child(5n) .slide-content {
  background-color: #fee3d9;
}
.cid-ukyjRzeRMV .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-ukyjRzeRMV .embla__slide .slide-content .item-content {
  width: 100%;
}
.cid-ukyjRzeRMV .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 5px;
}
.cid-ukyjRzeRMV .embla__slide .slide-content .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ukyjRzeRMV .embla__slide .slide-content .item-wrapper {
  width: 100%;
  padding: 16px 0 26px;
}
.cid-ukyjRzeRMV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-ukyjRzeRMV .embla__slide .slide-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukyjRzeRMV .embla__button--next,
.cid-ukyjRzeRMV .embla__button--prev {
  display: flex;
}
.cid-ukyjRzeRMV .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-ukyjRzeRMV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukyjRzeRMV .embla__button:hover {
  opacity: .7 !important;
}
.cid-ukyjRzeRMV .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-ukyjRzeRMV .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRzeRMV .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-ukyjRzeRMV .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-ukyjRzeRMV .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRzeRMV .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-ukyjRzeRMV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ukyjRzeRMV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ukyjRzeRMV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukyjRzeRMV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukyjRzeRMV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukyjRzeRMV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRzeRMV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukyjRzeRMV .item-title {
  color: #000000;
}
.cid-ukyjRzeRMV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukyjRzeRMV .item-title,
.cid-ukyjRzeRMV .mbr-section-btn {
  text-align: center;
}
.cid-ukyjRzOWbe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-ukyjRzOWbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRzOWbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRzOWbe .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRzOWbe .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRzOWbe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRzOWbe .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRzOWbe .container {
    padding: 0 16px;
  }
}
.cid-ukyjRzOWbe .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-ukyjRzOWbe .row {
    height: 350px;
  }
}
.cid-ukyjRAaRBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRAaRBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRAaRBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRAaRBM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRAaRBM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRAaRBM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRAaRBM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRAaRBM .container {
    padding: 0 16px;
  }
}
.cid-ukyjRAaRBM .row {
  justify-content: center;
}
.cid-ukyjRAaRBM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRAaRBM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukyjRAaRBM .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-ukyjRAaRBM .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-ukyjRAaRBM .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-ukyjRAaRBM .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ukyjRAaRBM .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-ukyjRAaRBM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ukyjRAaRBM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ukyjRAaRBM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ukyjRAaRBM .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-ukyjRAaRBM .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ukyjRAaRBM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ukyjRAaRBM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ukyjRAaRBM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukyjRAaRBM .panel-title {
  color: #000000;
}
.cid-ukyjRAaRBM .panel-text {
  color: #000000;
}
.cid-ukyjRABmlM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-ukyjRABmlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukyjRABmlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukyjRABmlM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRABmlM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ukyjRABmlM .container {
    padding: 0 16px;
  }
}
.cid-ukyjRABmlM .row {
  justify-content: center;
}
.cid-ukyjRABmlM .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjRABmlM .title-wrapper {
  margin-bottom: 32px;
}
.cid-ukyjRABmlM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-ukyjRABmlM .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-ukyjRABmlM .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-ukyjRABmlM .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-ukyjRABmlM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukyjRABmlM .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-ukyjRABmlM .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ukyjRABmlM .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .lists-wrapper {
    margin: 0;
  }
}
.cid-ukyjRABmlM .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .item {
    margin-bottom: 32px;
  }
}
.cid-ukyjRABmlM .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}
.cid-ukyjRABmlM .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-ukyjRABmlM .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-ukyjRABmlM .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukyjRABmlM .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-ukyjRABmlM .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-ukyjRABmlM .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-ukyjRABmlM .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-ukyjRABmlM .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-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-ukyjRABmlM .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-ukyjRABmlM .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-ukyjRABmlM .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-ukyjRABmlM .mbr-section-title {
  color: #000000;
}
.cid-ukyjRABmlM .card-title {
  color: #000000;
}
.cid-ukyjRABmlM .list {
  color: #000000;
}
.cid-ukyjRABmlM .mbr-soc {
  color: #000000;
}
.cid-ukyjRABmlM .mbr-section-title,
.cid-ukyjRABmlM .title-wrapper {
  text-align: center;
}
.cid-ukyjRABmlM .card-soc,
.cid-ukyjRABmlM .soc-item {
  text-align: center;
}
