.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: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 10rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5.55rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.9375rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.75rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.44rem;
    font-size: calc( 2.5925rem + (5.55 - 2.5925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5925rem + (5.55 - 2.5925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 3.8rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #0f1d07 !important;
}
.bg-success {
  background-color: #b488f1 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #fd589e !important;
}
.bg-danger {
  background-color: #38001b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f1d07 !important;
  border-color: #0f1d07 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #244611 !important;
  border-color: #244611 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #244611 !important;
  border-color: #244611 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #90f188 !important;
  border-color: #90f188 !important;
  color: #146d0d !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #146d0d !important;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
  color: #8f8f4e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8f8f4e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fd589e !important;
  border-color: #fd589e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #38001b !important;
  border-color: #38001b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6b0034 !important;
  border-color: #6b0034 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6b0034 !important;
  border-color: #6b0034 !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: #0f1d07;
  color: #0f1d07;
}
.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: #0f1d07 !important;
  border-color: #0f1d07 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #90f188;
  color: #90f188;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48e83a !important;
  background-color: transparent !important;
  border-color: #48e83a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #146d0d !important;
  background-color: #90f188 !important;
  border-color: #90f188 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3e9;
  color: #f3f3e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4b1 !important;
  background-color: transparent !important;
  border-color: #d4d4b1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8f8f4e !important;
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b488f1;
  color: #b488f1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #833ae8 !important;
  background-color: transparent !important;
  border-color: #833ae8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd589e;
  color: #fd589e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb036c !important;
  background-color: transparent !important;
  border-color: #fb036c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd589e !important;
  border-color: #fd589e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #38001b;
  color: #38001b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #38001b !important;
  border-color: #38001b !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: #0f1d07 !important;
}
.text-secondary {
  color: #90f188 !important;
}
.text-success {
  color: #b488f1 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #fd589e !important;
}
.text-danger {
  color: #38001b !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: #3be62d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7a2de6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cfcfa7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec0366 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #0f1d07;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3e9;
}
.alert-warning {
  background-color: #fd589e;
}
.alert-danger {
  background-color: #38001b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f1d07;
  border-color: #0f1d07;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f1d07;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bbe8a1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1f8b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0f1d07 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #0f1d07;
}
/* 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: #0f1d07;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0f1d07;
}
.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: #0f1d07;
  border-bottom-color: #0f1d07;
}
.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: #0f1d07 !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: #90f188 !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='%230f1d07' %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: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: .5em;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #90f188 !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #38001b !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #38001b !important;
  color: #b488f1 !important;
}
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont {
  color: #b488f1 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #90f188 !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont {
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #38001b !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #38001b !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #fd589e !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont {
  color: #38001b !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  text-decoration-color: transparent;
  background-color: #0f1d07 !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  text-decoration-color: transparent;
  background-color: #90f188 !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  text-decoration-color: transparent;
  background-color: #b488f1 !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  text-decoration-color: transparent;
  background-color: #f3f3e9 !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  text-decoration-color: transparent;
  background-color: #fd589e !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  text-decoration-color: transparent;
  background-color: #38001b !important;
  color: #0f1d07 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  text-decoration-color: transparent;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  text-decoration-color: transparent;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-u37eDQ4L12 {
  background-color: transparent;
}
.cid-u37eDQ4L12 .navbar-dropdown {
  background-color: #f3f3e9 !important;
  padding: 0;
}
.cid-u37eDQ4L12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3e9 !important;
  background: #f3f3e9;
}
.cid-u37eDQ4L12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37eDQ4L12 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u37eDQ4L12 .menu_box .navbar.opened,
  .cid-u37eDQ4L12 .menu_box .navbar-collapse {
    background-color: #f3f3e9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u37eDQ4L12 .navbar-dropdown {
  position: relative !important;
}
.cid-u37eDQ4L12 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u37eDQ4L12 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u37eDQ4L12 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u37eDQ4L12 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u37eDQ4L12 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u37eDQ4L12 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u37eDQ4L12 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u37eDQ4L12 .offcanvas-body .mbr-text,
  .cid-u37eDQ4L12 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u37eDQ4L12 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u37eDQ4L12 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u37eDQ4L12 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37eDQ4L12 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u37eDQ4L12 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u37eDQ4L12 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u37eDQ4L12 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u37eDQ4L12 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u37eDQ4L12 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u37eDQ4L12 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .nav-item {
    margin: 0 !important;
  }
}
.cid-u37eDQ4L12 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u37eDQ4L12 .nav-item .nav-link:hover,
.cid-u37eDQ4L12 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u37eDQ4L12 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u37eDQ4L12 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37eDQ4L12 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u37eDQ4L12 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u37eDQ4L12 .offcanvas_box {
    display: none;
  }
}
.cid-u37eDQ4L12 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u37eDQ4L12 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u37eDQ4L12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u37eDQ4L12 .container {
  display: flex;
  margin: auto;
}
.cid-u37eDQ4L12 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u37eDQ4L12 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u37eDQ4L12 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u37eDQ4L12 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .navbar-nav {
    margin: 0;
  }
}
.cid-u37eDQ4L12 .dropdown-menu,
.cid-u37eDQ4L12 .navbar.opened {
  background-color: false !important;
}
.cid-u37eDQ4L12 .nav-item:focus,
.cid-u37eDQ4L12 .nav-link:focus {
  outline: none;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37eDQ4L12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37eDQ4L12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37eDQ4L12 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u37eDQ4L12 .navbar.opened {
  transition: all 0.3s;
}
.cid-u37eDQ4L12 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u37eDQ4L12 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u37eDQ4L12 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u37eDQ4L12 .navbar.collapsed {
  justify-content: center;
}
.cid-u37eDQ4L12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37eDQ4L12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u37eDQ4L12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37eDQ4L12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37eDQ4L12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37eDQ4L12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u37eDQ4L12 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u37eDQ4L12 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u37eDQ4L12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37eDQ4L12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u37eDQ4L12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37eDQ4L12 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u37eDQ4L12 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u37eDQ4L12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u37eDQ4L12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37eDQ4L12 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u37eDQ4L12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37eDQ4L12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37eDQ4L12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37eDQ4L12 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u37eDQ4L12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u37eDQ4L12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u37eDQ4L12 .dropdown-item.active,
.cid-u37eDQ4L12 .dropdown-item:active {
  background-color: transparent;
}
.cid-u37eDQ4L12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u37eDQ4L12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37eDQ4L12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37eDQ4L12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37eDQ4L12 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u37eDQ4L12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37eDQ4L12 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3e9;
  background: #90f188;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u37eDQ4L12 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u37eDQ4L12 .navbar {
    height: 70px;
  }
  .cid-u37eDQ4L12 .navbar.opened {
    height: auto;
  }
  .cid-u37eDQ4L12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37eDQ4L12 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u37eDQ4L12 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u37eDQ4L12 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u37eDQ4L12 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u37eDQ4L12 .navbar-caption:hover {
  color: #0f1d07;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u37eDQ4L12 .text_widget {
  margin-bottom: 32px;
}
.cid-u37eDQ4L12 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u37eDQ4L12 .text_widget a:hover,
.cid-u37eDQ4L12 .text_widget a:focus {
  opacity: .8;
}
.cid-u37eDQ4L12 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u37eDQ4L12 .navbar-caption {
  color: #0f1d07;
}
.cid-u37eDQ4L12 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u37eDQ4L12 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navigation-wrapper {
    display: block;
  }
}
.cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u37eDQ4L12 .mbr-section-subtitle,
.cid-u37eDQ4L12 .text_widget,
.cid-u37eDQ4L12 .mbr-section-btn {
  text-align: center;
}
.cid-u37eDQ4L12 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u37eDZzMMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-u37eDZzMMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37eDZzMMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37eDZzMMC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37eDZzMMC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37eDZzMMC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37eDZzMMC .container {
    padding: 0 20px;
  }
}
.cid-u37eDZzMMC .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37eDZzMMC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37eDZzMMC .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u37eDZzMMC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u37eDZzMMC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u37eDZzMMC .mbr-section-title {
  color: #0f1d07;
}
.cid-u37eDZzMMC .mbr-text {
  color: #0f1d07;
}
#custom-html-p img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}
.cid-u37fBwciUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-u37fBwciUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37fBwciUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37fBwciUv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37fBwciUv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37fBwciUv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37fBwciUv .container {
    padding: 0 20px;
  }
}
.cid-u37fBwciUv .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u37fBwciUv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u37fBwciUv .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-u37fBwciUv .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-u37fBwciUv .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u37fBwciUv .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-u37fBwciUv .item .item-wrapper .content-wrap .item-img img {
  border-radius: 0 !important;
  object-fit: contain;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-u37fBwciUv .item .item-wrapper .content-wrap .item-img img {
    height: 450px;
  }
}
.cid-u37fBwciUv .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u37fBwciUv .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #90f188;
}
.cid-u37fBwciUv .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-u37fBwciUv .mbr-section-title {
  color: #0f1d07;
  text-align: center;
}
.cid-u37fBwciUv .item-title {
  color: #0f1d07;
}
.cid-u37fBwciUv .item-price {
  color: #0f1d07;
}
.cid-u37fBwciUv .item-text {
  color: #0f1d07;
}
.cid-u37fBwciUv .item-title,
.cid-u37fBwciUv .mbr-section-btn {
  text-align: center;
}
.cid-u37g8K2P0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b488f1;
}
.cid-u37g8K2P0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37g8K2P0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37g8K2P0K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37g8K2P0K .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37g8K2P0K .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37g8K2P0K .container {
    padding: 0 20px;
  }
}
.cid-u37g8K2P0K .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
.cid-u37g8K2P0K .row img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem !important;
  padding: 0;
}
.cid-u37g8K2P0K .row .card {
  justify-content: flex-end;
}
.cid-u37g8K2P0K .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u37g8K2P0K .title-wrapper .mbr-section-title {
  margin: 50px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u37g8K2P0K .title-wrapper .mbr-section-title {
    margin: 40px 0 0 0;
  }
}
.cid-u37g8K2P0K .box {
  position: relative;
  z-index: 1;
  padding: 190px 0;
  margin: 0 auto;
  border-radius: 1.2rem !important;
}
@media (max-width: 992px) {
  .cid-u37g8K2P0K .box {
    padding: 40px 0;
  }
}
.cid-u37g8K2P0K .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 720px;
}
@media (max-width: 992px) {
  .cid-u37g8K2P0K .box .mbr-media {
    height: 350px;
  }
}
.cid-u37g8K2P0K .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px !important;
}
.cid-u37g8K2P0K .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #f3f3e0;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-u37g8K2P0K .mbr-media {
  position: relative;
}
.cid-u37g8K2P0K .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u37g8K2P0K a:hover {
  background-image: none !important;
}
.cid-u37g8K2P0K .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #0f1d07;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u37g8K2P0K .icon-wrap:hover,
.cid-u37g8K2P0K .icon-wrap:focus {
  background-color: #f3f3e0;
}
.cid-u37g8K2P0K .icon-wrap:hover .mbr-iconfont,
.cid-u37g8K2P0K .icon-wrap:focus .mbr-iconfont {
  color: #0f1d07;
}
.cid-u37g8K2P0K .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u37g8K2P0K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u37g8K2P0K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u37g8K2P0K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u37g8K2P0K .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-u37g8K2P0K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u37g8K2P0K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u37gcZnTbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37gcZnTbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37gcZnTbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37gcZnTbV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37gcZnTbV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37gcZnTbV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37gcZnTbV .container {
    padding: 0 20px;
  }
}
.cid-u37gcZnTbV .row {
  justify-content: center;
}
.cid-u37gcZnTbV .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u37gcZnTbV .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37gcZnTbV .content-wrapper .card {
  justify-content: center;
}
.cid-u37gcZnTbV .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37gcZnTbV .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u37gcZnTbV .content-wrapper .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-u37gcZnTbV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37gcZnTbV .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u37gcZnTbV .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u37gcZnTbV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-u37gcZnTbV .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-u37gcZnTbV .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-u37gcZnTbV .mbr-text {
  color: #ab0c47;
  text-align: left;
}
.cid-u37gcZnTbV .mbr-name {
  color: #ab0c47;
}
.cid-u37gcZnTbV .mbr-role {
  color: #ab0c47;
}
.cid-u37fD9LsZ9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u37fD9LsZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37fD9LsZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37fD9LsZ9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37fD9LsZ9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .container {
    padding: 0 20px;
  }
}
.cid-u37fD9LsZ9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-u37fD9LsZ9 .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #90f188;
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #90f188;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-u37fD9LsZ9 .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .item {
    margin-bottom: 40px;
  }
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #0f1d07;
}
.cid-u37fD9LsZ9 .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-u37fD9LsZ9 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-u37fD9LsZ9 .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-u37fD9LsZ9 .mbr-section-title {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .item-title {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .item-desc {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .list {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .mbr-copy {
  color: #0f1d07;
  text-align: center;
}
.cid-u37eDQ4L12 {
  background-color: transparent;
}
.cid-u37eDQ4L12 .navbar-dropdown {
  background-color: #f3f3e9 !important;
  padding: 0;
}
.cid-u37eDQ4L12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f3f3e9 !important;
  background: #f3f3e9;
}
.cid-u37eDQ4L12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37eDQ4L12 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u37eDQ4L12 .menu_box .navbar.opened,
  .cid-u37eDQ4L12 .menu_box .navbar-collapse {
    background-color: #f3f3e9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u37eDQ4L12 .navbar-dropdown {
  position: relative !important;
}
.cid-u37eDQ4L12 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u37eDQ4L12 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u37eDQ4L12 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u37eDQ4L12 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u37eDQ4L12 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u37eDQ4L12 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u37eDQ4L12 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u37eDQ4L12 .offcanvas-body .mbr-text,
  .cid-u37eDQ4L12 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u37eDQ4L12 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u37eDQ4L12 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u37eDQ4L12 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u37eDQ4L12 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37eDQ4L12 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u37eDQ4L12 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u37eDQ4L12 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u37eDQ4L12 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u37eDQ4L12 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u37eDQ4L12 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u37eDQ4L12 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .nav-item {
    margin: 0 !important;
  }
}
.cid-u37eDQ4L12 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u37eDQ4L12 .nav-item .nav-link:hover,
.cid-u37eDQ4L12 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-u37eDQ4L12 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u37eDQ4L12 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37eDQ4L12 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u37eDQ4L12 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u37eDQ4L12 .offcanvas_box {
    display: none;
  }
}
.cid-u37eDQ4L12 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u37eDQ4L12 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u37eDQ4L12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u37eDQ4L12 .container {
  display: flex;
  margin: auto;
}
.cid-u37eDQ4L12 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u37eDQ4L12 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u37eDQ4L12 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u37eDQ4L12 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .navbar-nav {
    margin: 0;
  }
}
.cid-u37eDQ4L12 .dropdown-menu,
.cid-u37eDQ4L12 .navbar.opened {
  background-color: false !important;
}
.cid-u37eDQ4L12 .nav-item:focus,
.cid-u37eDQ4L12 .nav-link:focus {
  outline: none;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37eDQ4L12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37eDQ4L12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37eDQ4L12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37eDQ4L12 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u37eDQ4L12 .navbar.opened {
  transition: all 0.3s;
}
.cid-u37eDQ4L12 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u37eDQ4L12 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u37eDQ4L12 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u37eDQ4L12 .navbar.collapsed {
  justify-content: center;
}
.cid-u37eDQ4L12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37eDQ4L12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u37eDQ4L12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37eDQ4L12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37eDQ4L12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37eDQ4L12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u37eDQ4L12 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u37eDQ4L12 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u37eDQ4L12 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u37eDQ4L12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37eDQ4L12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u37eDQ4L12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37eDQ4L12 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u37eDQ4L12 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u37eDQ4L12 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u37eDQ4L12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u37eDQ4L12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37eDQ4L12 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u37eDQ4L12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37eDQ4L12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37eDQ4L12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37eDQ4L12 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u37eDQ4L12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u37eDQ4L12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u37eDQ4L12 .dropdown-item.active,
.cid-u37eDQ4L12 .dropdown-item:active {
  background-color: transparent;
}
.cid-u37eDQ4L12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u37eDQ4L12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37eDQ4L12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37eDQ4L12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37eDQ4L12 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u37eDQ4L12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37eDQ4L12 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f3f3e9;
  background: #90f188;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37eDQ4L12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37eDQ4L12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37eDQ4L12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u37eDQ4L12 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u37eDQ4L12 .navbar {
    height: 70px;
  }
  .cid-u37eDQ4L12 .navbar.opened {
    height: auto;
  }
  .cid-u37eDQ4L12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37eDQ4L12 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u37eDQ4L12 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u37eDQ4L12 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u37eDQ4L12 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u37eDQ4L12 .navbar-caption:hover {
  color: #0f1d07;
}
@media (min-width: 992px) {
  .cid-u37eDQ4L12 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u37eDQ4L12 .text_widget {
  margin-bottom: 32px;
}
.cid-u37eDQ4L12 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u37eDQ4L12 .text_widget a:hover,
.cid-u37eDQ4L12 .text_widget a:focus {
  opacity: .8;
}
.cid-u37eDQ4L12 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u37eDQ4L12 .navbar-caption {
  color: #0f1d07;
}
.cid-u37eDQ4L12 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u37eDQ4L12 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navigation-wrapper {
    display: block;
  }
}
.cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37eDQ4L12 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u37eDQ4L12 .mbr-section-subtitle,
.cid-u37eDQ4L12 .text_widget,
.cid-u37eDQ4L12 .mbr-section-btn {
  text-align: center;
}
.cid-u37eDQ4L12 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u37m2wc14J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-u37m2wc14J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m2wc14J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m2wc14J .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m2wc14J .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m2wc14J .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m2wc14J .container {
    padding: 0 20px;
  }
}
.cid-u37m2wc14J .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37m2wc14J .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m2wc14J .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u37m2wc14J .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u37m2wc14J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u37m2wc14J .mbr-section-title {
  color: #0f1d07;
}
.cid-u37m2wc14J .mbr-text {
  color: #0f1d07;
}
.cid-u37m2HEyPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/forwardm5/assets/images/background2.jpg");
}
.cid-u37m2HEyPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m2HEyPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m2HEyPG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m2HEyPG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m2HEyPG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m2HEyPG .container {
    padding: 0 20px;
  }
}
.cid-u37m2HEyPG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u37m2HEyPG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-u37m2HEyPG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u37m2HEyPG .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u37m2HEyPG .image-wrapper img {
    height: 350px;
  }
}
.cid-u37m2HEyPG .mbr-section-title {
  color: #ffffff;
}
.cid-u37m2HEyPG .mbr-text {
  color: #ffffff;
}
.cid-u37m2SpwfE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-u37m2SpwfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m2SpwfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m2SpwfE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m2SpwfE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m2SpwfE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m2SpwfE .container {
    padding: 0 20px;
  }
}
.cid-u37m2SpwfE .row {
  position: relative;
  margin: 0 -20px;
}
.cid-u37m2SpwfE .title-wrapper {
  position: sticky;
  bottom: 0;
  padding: 30px 16px;
}
.cid-u37m2SpwfE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37m2SpwfE .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
.cid-u37m2SpwfE .item .item-wrapper .item-img {
  height: 1000px;
  position: relative;
  padding: 30px 38px;
}
@media (max-width: 992px) {
  .cid-u37m2SpwfE .item .item-wrapper .item-img {
    padding: 24px 30px;
    height: 450px;
  }
}
.cid-u37m2SpwfE .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
.cid-u37m2SpwfE .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u37m2SpwfE .item .item-wrapper .item-img .item-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-u37m2SpwfE .item .item-wrapper .item-img .item-content .item-title {
  position: sticky;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.cid-u37m2SpwfE .item-title {
  color: #ffffff;
}
.cid-u37m32nraE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.cid-u37m32nraE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m32nraE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m32nraE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m32nraE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m32nraE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m32nraE .container {
    padding: 0 20px;
  }
}
.cid-u37m32nraE .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-u37m32nraE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m32nraE .title-wrapper .mbr-section-title span {
  color: #7d41d1;
}
.cid-u37m32nraE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px 200px;
}
@media (max-width: 1200px) {
  .cid-u37m32nraE .items-wrapper {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .cid-u37m32nraE .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .cid-u37m32nraE .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u37m32nraE .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u37m32nraE .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 20px;
  }
}
.cid-u37m32nraE .items-wrapper .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u37m32nraE .items-wrapper .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 20px;
}
.cid-u37m32nraE .items-wrapper .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u37m32nraE .mbr-section-title {
  color: #070035;
}
.cid-u37m32nraE .item-title {
  color: #070035;
}
.cid-u37m32nraE .list {
  color: #070035;
}
.cid-u37m3duEi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.cid-u37m3duEi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m3duEi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m3duEi3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m3duEi3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3duEi3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3duEi3 .container {
    padding: 0 20px;
  }
}
.cid-u37m3duEi3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .cid-u37m3duEi3 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-u37m3duEi3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u37m3duEi3 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  height: 550px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 100vw;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
    padding: 10px;
    border-radius: 20px;
    display: block;
  }
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-name {
  border-radius: 100vw;
  background-color: #070035;
  margin-bottom: 0;
  padding: 15px 24px;
  min-width: 120px;
}
.cid-u37m3duEi3 .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-role {
  padding: 5px;
  margin-bottom: 0;
}
.cid-u37m3duEi3 .item-name {
  color: #82d7ff;
}
.cid-u37m3duEi3 .item-role {
  color: #070035;
}
.cid-u37m3duEi3 .item-content,
.cid-u37m3duEi3 .item-name,
.cid-u37m3duEi3 .item-role {
  text-align: center;
}
.cid-u37m3otPBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37m3otPBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m3otPBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m3otPBI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m3otPBI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3otPBI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3otPBI .container {
    padding: 0 20px;
  }
}
.cid-u37m3otPBI .row {
  justify-content: center;
}
.cid-u37m3otPBI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u37m3otPBI .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m3otPBI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u37m3otPBI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-u37m3otPBI .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-u37m3otPBI .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u37m3otPBI .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u37m3otPBI .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u37m3otPBI .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-u37m3otPBI .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-u37m3otPBI .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-u37m3otPBI .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u37m3otPBI .mbr-section-title {
  color: #38001b;
}
.cid-u37m3otPBI .mbr-text {
  color: #38001b;
}
.cid-u37m3otPBI .item-title {
  color: #38001b;
}
.cid-u37m3otPBI .item-text {
  color: #38001b;
}
.cid-u37m3KbXSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-u37m3KbXSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m3KbXSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m3KbXSr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m3KbXSr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3KbXSr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3KbXSr .container {
    padding: 0 20px;
  }
}
.cid-u37m3KbXSr .title-wrapper .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u37m3KbXSr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m3KbXSr .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u37m3KbXSr .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-u37m3KbXSr .content-wrapper .text-wrapper {
  margin-bottom: 64px;
}
.cid-u37m3KbXSr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u37m3KbXSr .content-wrapper .items-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
}
.cid-u37m3KbXSr .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  gap: 8px;
  padding: 40px 0;
  border-bottom: 1px solid #ccccb9;
}
@media (max-width: 992px) {
  .cid-u37m3KbXSr .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 0;
  }
}
.cid-u37m3KbXSr .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-u37m3KbXSr .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-u37m3KbXSr .image-wrapper img {
  height: 1200px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37m3KbXSr .image-wrapper img {
    height: 450px;
  }
}
.cid-u37m3KbXSr .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-u37m3KbXSr .mbr-section-title {
  color: #0f1d07;
}
.cid-u37m3KbXSr .mbr-text {
  color: #0f1d07;
}
.cid-u37m3KbXSr .item-number {
  color: #0f1d07;
}
.cid-u37m3KbXSr .item-desc {
  color: #0f1d07;
}
.cid-u37m3UuxBU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.cid-u37m3UuxBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m3UuxBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m3UuxBU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m3UuxBU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3UuxBU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m3UuxBU .container {
    padding: 0 20px;
  }
}
.cid-u37m3UuxBU .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-u37m3UuxBU .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-u37m3UuxBU .mbr-text {
  color: #070035;
}
.cid-u37m45gBR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37m45gBR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m45gBR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m45gBR2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m45gBR2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m45gBR2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m45gBR2 .container {
    padding: 0 20px;
  }
}
.cid-u37m45gBR2 .row {
  justify-content: center;
}
.cid-u37m45gBR2 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u37m45gBR2 .content-wrapper {
    display: block;
  }
}
.cid-u37m45gBR2 .content-wrapper .card {
  justify-content: center;
}
.cid-u37m45gBR2 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37m45gBR2 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u37m45gBR2 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37m45gBR2 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37m45gBR2 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-u37m45gBR2 .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-u37m45gBR2 .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m45gBR2 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u37m45gBR2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u37m45gBR2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u37m45gBR2 .mbr-section-title {
  color: #38001b;
}
.cid-u37m45gBR2 .mbr-text {
  color: #38001b;
}
.cid-u37m4faxmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37m4faxmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m4faxmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m4faxmS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m4faxmS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4faxmS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4faxmS .container {
    padding: 0 20px;
  }
}
.cid-u37m4faxmS .row {
  justify-content: center;
}
.cid-u37m4faxmS .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u37m4faxmS .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37m4faxmS .content-wrapper .card {
  justify-content: space-between;
}
.cid-u37m4faxmS .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37m4faxmS .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u37m4faxmS .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-u37m4faxmS .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37m4faxmS .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u37m4faxmS .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u37m4faxmS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-u37m4faxmS .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-u37m4faxmS .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-u37m4faxmS .mbr-text {
  color: #ab0c47;
}
.cid-u37m4faxmS .mbr-name {
  color: #ab0c47;
}
.cid-u37m4faxmS .mbr-role {
  color: #ab0c47;
}
.cid-u37m4DnD4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37m4DnD4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m4DnD4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m4DnD4e .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m4DnD4e .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4DnD4e .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4DnD4e .container {
    padding: 0 20px;
  }
}
.cid-u37m4DnD4e .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u37m4DnD4e .title-wrapper {
    display: block;
  }
}
.cid-u37m4DnD4e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-u37m4DnD4e .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-u37m4DnD4e .title-wrapper .mbr-section-title span {
  color: #fd589e;
}
.cid-u37m4DnD4e .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-u37m4DnD4e .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-u37m4DnD4e .mbr-section-title {
  color: #38001b;
}
.cid-u37m4MiYUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37m4MiYUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m4MiYUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m4MiYUj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m4MiYUj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .container {
    padding: 0 20px;
  }
}
.cid-u37m4MiYUj .row {
  justify-content: center;
}
.cid-u37m4MiYUj .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37m4MiYUj .content-wrapper .card {
  justify-content: center;
}
.cid-u37m4MiYUj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u37m4MiYUj .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37m4MiYUj .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-u37m4MiYUj .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-u37m4MiYUj .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u37m4MiYUj .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-u37m4MiYUj .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37m4MiYUj .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-u37m4MiYUj .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37m4MiYUj .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-u37m4MiYUj .mbr-section-title {
  color: #ffffff;
}
.cid-u37m4MiYUj .mbr-text {
  color: #ffffff;
}
.cid-u37m4MiYUj .mbr-desc {
  color: #0f1d07;
}
.cid-u37m580NzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-u37m580NzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m580NzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m580NzP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m580NzP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m580NzP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m580NzP .container {
    padding: 0 20px;
  }
}
.cid-u37m580NzP .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fd589e;
}
@media (max-width: 992px) {
  .cid-u37m580NzP .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u37m580NzP .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37m580NzP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m580NzP .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-u37m580NzP .mbr-section-title {
  color: #38001b;
}
.cid-u37m580NzP .mbr-desc {
  color: #38001b;
}
.cid-u37m5gZ7UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m5gZ7UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://mobirise.com/extensions/forwardm5/assets/images/background1.jpg");
}
.cid-u37m5gZ7UB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m5gZ7UB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m5gZ7UB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m5gZ7UB .container {
    padding: 0 20px;
  }
}
.cid-u37m5qkiYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b488f1;
}
.cid-u37m5qkiYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m5qkiYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m5qkiYV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m5qkiYV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m5qkiYV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m5qkiYV .container {
    padding: 0 20px;
  }
}
.cid-u37m5qkiYV .row {
  position: relative;
  margin: 0;
}
.cid-u37m5qkiYV .row img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem !important;
  padding: 0;
}
.cid-u37m5qkiYV .row .card {
  justify-content: flex-end;
}
.cid-u37m5qkiYV .title-wrapper {
  position: sticky;
  bottom: 0;
  padding: 30px 0 30px 22px;
}
@media (max-width: 992px) {
  .cid-u37m5qkiYV .title-wrapper {
    padding: 24px 14px;
  }
}
.cid-u37m5qkiYV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37m5qkiYV .box {
  position: relative;
  z-index: 1;
  padding: 190px 0;
  margin: 0 auto;
  border-radius: 1.2rem !important;
}
@media (max-width: 992px) {
  .cid-u37m5qkiYV .box {
    padding: 40px 0;
  }
}
.cid-u37m5qkiYV .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 720px;
}
@media (max-width: 992px) {
  .cid-u37m5qkiYV .box .mbr-media {
    height: 350px;
  }
}
.cid-u37m5qkiYV .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px !important;
}
.cid-u37m5qkiYV .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #f3f3e0;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-u37m5qkiYV .mbr-media {
  position: relative;
}
.cid-u37m5qkiYV .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u37m5qkiYV a:hover {
  background-image: none !important;
}
.cid-u37m5qkiYV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #0f1d07;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u37m5qkiYV .icon-wrap:hover,
.cid-u37m5qkiYV .icon-wrap:focus {
  background-color: #f3f3e0;
}
.cid-u37m5qkiYV .icon-wrap:hover .mbr-iconfont,
.cid-u37m5qkiYV .icon-wrap:focus .mbr-iconfont {
  color: #0f1d07;
}
.cid-u37m5qkiYV .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u37m5qkiYV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u37m5qkiYV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u37m5qkiYV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u37m5qkiYV .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-u37m5qkiYV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u37m5qkiYV .mbr-section-title {
  color: #ffffff;
}
.cid-u37m5Ktg0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.cid-u37m5Ktg0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m5Ktg0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m5Ktg0f .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m5Ktg0f .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m5Ktg0f .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m5Ktg0f .container {
    padding: 0 20px;
  }
}
.cid-u37m5Ktg0f .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-u37m5Ktg0f .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m5Ktg0f .title-wrapper .mbr-section-title span {
  color: #7d41d1;
}
.cid-u37m5Ktg0f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 1440px) {
  .cid-u37m5Ktg0f .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u37m5Ktg0f .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u37m5Ktg0f .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u37m5Ktg0f .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  height: 350px;
}
@media (max-width: 768px) {
  .cid-u37m5Ktg0f .items-wrapper .item .item-wrapper .item-img {
    height: 250px;
  }
}
.cid-u37m5Ktg0f .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #ffffff;
  border-radius: 20px;
}
.cid-u37m5Ktg0f .items-wrapper .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 160px;
  border-radius: 0 !important;
  object-fit: contain;
}
.cid-u37m5Ktg0f .mbr-section-title {
  color: #070035;
}
.cid-u37m64lvIL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b488f1;
}
.cid-u37m64lvIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m64lvIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m64lvIL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m64lvIL .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .container {
    padding: 0 20px;
  }
}
.cid-u37m64lvIL .row {
  justify-content: center;
}
.cid-u37m64lvIL .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37m64lvIL .content-wrapper .card {
  justify-content: center;
}
.cid-u37m64lvIL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u37m64lvIL .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37m64lvIL .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-u37m64lvIL .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-u37m64lvIL .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u37m64lvIL .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #0f1d07;
  opacity: .5;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0f1d07;
  border-color: #0f1d07;
  border-radius: 0;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-u37m64lvIL .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-u37m64lvIL .mbr-section-title {
  color: #ffffff;
}
.cid-u37m64lvIL .mbr-text {
  color: #ffffff;
}
.cid-u37m64lvIL label {
  color: #ffffff;
}
.cid-u37m6o0YcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b488f1;
}
.cid-u37m6o0YcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m6o0YcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m6o0YcA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m6o0YcA .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m6o0YcA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m6o0YcA .container {
    padding: 0 20px;
  }
}
.cid-u37m6o0YcA .row {
  justify-content: center;
}
.cid-u37m6o0YcA .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #7d41d1;
}
@media (max-width: 992px) {
  .cid-u37m6o0YcA .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u37m6o0YcA .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-u37m6o0YcA .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u37m6o0YcA .panel-group .card {
    padding: 20px;
  }
}
.cid-u37m6o0YcA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u37m6o0YcA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u37m6o0YcA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u37m6o0YcA .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-u37m6o0YcA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u37m6o0YcA .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-u37m6o0YcA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u37m6o0YcA .mbr-desc {
  color: #ffffff;
}
.cid-u37m6o0YcA .panel-title-edit {
  color: #0f1d07;
}
.cid-u37m6o0YcA .panel-text {
  color: #0f1d07;
}
.cid-u37m6HxVPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b488f1;
}
.cid-u37m6HxVPh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m6HxVPh .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m6HxVPh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m6HxVPh .container {
    padding: 0 20px;
  }
}
.cid-u37m6HxVPh .text-wrapper .mbr-text {
  margin-bottom: 120px;
  padding: 0 120px;
}
@media (max-width: 992px) {
  .cid-u37m6HxVPh .text-wrapper .mbr-text {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-u37m6HxVPh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-u37m6HxVPh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u37m6HxVPh .embla__slide .slide-content {
  width: 100%;
}
.cid-u37m6HxVPh .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-u37m6HxVPh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u37m6HxVPh .embla__button--next,
.cid-u37m6HxVPh .embla__button--prev {
  display: flex;
}
.cid-u37m6HxVPh .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u37m6HxVPh .embla__button:hover {
  background-color: #7d41d1 !important;
}
.cid-u37m6HxVPh .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-u37m6HxVPh .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-u37m6HxVPh .embla {
  position: relative;
  width: 100%;
}
.cid-u37m6HxVPh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u37m6HxVPh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u37m6HxVPh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u37m6HxVPh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u37m6HxVPh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u37m6R52T7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f3e9;
}
.cid-u37m6R52T7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m6R52T7 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m6R52T7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m6R52T7 .container {
    padding: 0 20px;
  }
}
.cid-u37m6R52T7 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37m6R52T7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37m6R52T7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-u37m6R52T7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u37m6R52T7 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #4fd741;
}
.cid-u37m6R52T7 .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #3799ea;
}
.cid-u37m6R52T7 .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #000000;
}
.cid-u37m6R52T7 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #7d41d1;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-u37m6R52T7 .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-u37m6R52T7 .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-u37m6R52T7 .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-u37m6R52T7 .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-u37m6R52T7 .embla__button--next,
.cid-u37m6R52T7 .embla__button--prev {
  display: flex;
}
.cid-u37m6R52T7 .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #0f1d07 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u37m6R52T7 .embla__button:hover {
  background-color: #90f188 !important;
}
.cid-u37m6R52T7 .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-u37m6R52T7 .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-u37m6R52T7 .embla {
  position: relative;
  width: 100%;
}
.cid-u37m6R52T7 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u37m6R52T7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u37m6R52T7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u37m6R52T7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u37m6R52T7 .mbr-section-title {
  color: #0f1d07;
}
.cid-u37m6R52T7 .item-title {
  color: #ffffff;
}
.cid-u37m6R52T7 .item-date {
  color: #0f1d07;
}
.cid-u37m6R52T7 .item-text {
  color: #0f1d07;
}
.cid-u37m7105U3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8e7ee;
}
.cid-u37m7105U3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m7105U3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m7105U3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m7105U3 .container {
    padding: 0 20px;
  }
}
.cid-u37m7105U3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 495px;
  max-width: 495px;
}
.cid-u37m7105U3 .embla__slide:nth-child(2n) {
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-u37m7105U3 .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u37m7105U3 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 350px;
}
@media (max-width: 767px) {
  .cid-u37m7105U3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u37m7105U3 .embla__slide .slide-content {
  width: 100%;
}
.cid-u37m7105U3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u37m7105U3 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-u37m7105U3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 495px;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-u37m7105U3 .embla__button--next,
.cid-u37m7105U3 .embla__button--prev {
  display: flex;
}
.cid-u37m7105U3 .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u37m7105U3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u37m7105U3 .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-u37m7105U3 .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-u37m7105U3 .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-u37m7105U3 .embla {
  position: relative;
  width: 100%;
}
.cid-u37m7105U3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u37m7105U3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u37m7105U3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u37m7105U3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u37m7a8hGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3799ea;
}
.cid-u37m7a8hGr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m7a8hGr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m7a8hGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m7a8hGr .container {
    padding: 0 20px;
  }
}
.cid-u37m7a8hGr .row {
  justify-content: center;
}
.cid-u37m7a8hGr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u37m7a8hGr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u37m7a8hGr .embla__slide .slide-content {
  width: 100%;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ffffff;
}
.cid-u37m7a8hGr .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u37m7a8hGr .embla__button--next,
.cid-u37m7a8hGr .embla__button--prev {
  display: flex;
}
.cid-u37m7a8hGr .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u37m7a8hGr .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-u37m7a8hGr .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-u37m7a8hGr .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-u37m7a8hGr .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u37m7a8hGr .embla {
    padding-bottom: 6rem;
  }
}
.cid-u37m7a8hGr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u37m7a8hGr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u37m7a8hGr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u37m7a8hGr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u37m7a8hGr .item-name {
  color: #ffffff;
}
.cid-u37m7a8hGr .item-role {
  color: #ffffff;
}
.cid-u37m7a8hGr .item-text {
  color: #ffffff;
}
.cid-u37m7D9139 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3e9;
}
.cid-u37m7D9139 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37m7D9139 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37m7D9139 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37m7D9139 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37m7D9139 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37m7D9139 .container {
    padding: 0 20px;
  }
}
.cid-u37m7D9139 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u37m7D9139 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u37m7D9139 .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-u37m7D9139 .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-u37m7D9139 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u37m7D9139 .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-u37m7D9139 .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-u37m7D9139 .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-u37m7D9139 .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u37m7D9139 .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #90f188;
}
.cid-u37m7D9139 .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-u37m7D9139 .mbr-section-title {
  color: #0f1d07;
}
.cid-u37m7D9139 .item-title {
  color: #0f1d07;
}
.cid-u37m7D9139 .item-price {
  color: #0f1d07;
}
.cid-u37m7D9139 .item-text {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u37fD9LsZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37fD9LsZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37fD9LsZ9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37fD9LsZ9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .container {
    padding: 0 20px;
  }
}
.cid-u37fD9LsZ9 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-u37fD9LsZ9 .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #90f188;
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u37fD9LsZ9 .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #90f188;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-u37fD9LsZ9 .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .item {
    margin-bottom: 40px;
  }
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-u37fD9LsZ9 .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #0f1d07;
}
.cid-u37fD9LsZ9 .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-u37fD9LsZ9 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-u37fD9LsZ9 .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-u37fD9LsZ9 .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-u37fD9LsZ9 .mbr-section-title {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .item-title {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .item-desc {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .list {
  color: #0f1d07;
}
.cid-u37fD9LsZ9 .mbr-copy {
  color: #0f1d07;
  text-align: center;
}
