.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: 'Oleo Script', display;
  font-size: 5rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #ea1212 !important;
}
.bg-success {
  background-color: #b488f1 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #fd589e !important;
}
.bg-danger {
  background-color: #d7ffd4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea1212 !important;
  border-color: #ea1212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f03f3f !important;
  border-color: #f03f3f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f03f3f !important;
  border-color: #f03f3f !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: #d7ffd4 !important;
  border-color: #d7ffd4 !important;
  color: #0fd400 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0fd400 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea1212;
  color: #ea1212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #990c0c !important;
  background-color: transparent !important;
  border-color: #990c0c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea1212 !important;
  border-color: #ea1212 !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: #d7ffd4;
  color: #d7ffd4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #86ff7d !important;
  background-color: transparent !important;
  border-color: #86ff7d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0fd400 !important;
  background-color: #d7ffd4 !important;
  border-color: #d7ffd4 !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: #ea1212 !important;
}
.text-secondary {
  color: #90f188 !important;
}
.text-success {
  color: #b488f1 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #fd589e !important;
}
.text-danger {
  color: #d7ffd4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b0b0b !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: #78ff6e !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: #ea1212;
}
.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: #d7ffd4;
}
.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: #ea1212;
  border-color: #ea1212;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ea1212;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbcdcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ea1212 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ea1212;
}
/* 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: #ea1212;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea1212;
}
.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: #ea1212;
  border-bottom-color: #ea1212;
}
.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: #ea1212 !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='%23ea1212' %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: #ea1212 !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: #ea1212 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #ea1212 !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: #ea1212 !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: #d7ffd4 !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: #d7ffd4 !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: #ea1212 !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: #ea1212 !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: #ea1212 !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #d7ffd4 !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: #d7ffd4 !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: #d7ffd4 !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: #ea1212 !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: #ea1212 !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: #ea1212 !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: #ea1212 !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: #ea1212 !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: #d7ffd4 !important;
  color: #ea1212 !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-uzwOxkVd0n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzwOxkVd0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzwOxkVd0n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwOxkVd0n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwOxkVd0n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzwOxkVd0n .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzwOxkVd0n .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .nav-link::before {
    left: 8px;
  }
}
.cid-uzwOxkVd0n .nav-link:hover {
  opacity: 1;
}
.cid-uzwOxkVd0n .nav-link:hover::before {
  opacity: 1;
}
.cid-uzwOxkVd0n .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzwOxkVd0n .navbar-caption:hover,
.cid-uzwOxkVd0n .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzwOxkVd0n .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f3a719;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 16px;
  }
}
.cid-uzwOxkVd0n .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzwOxkVd0n .iconfont-wrapper:hover,
.cid-uzwOxkVd0n .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzwOxkVd0n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f3a719;
}
.cid-uzwOxkVd0n .nav-item:focus,
.cid-uzwOxkVd0n .nav-link:focus {
  outline: none;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwOxkVd0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwOxkVd0n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzwOxkVd0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwOxkVd0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwOxkVd0n .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwOxkVd0n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzwOxkVd0n .navbar.collapsed {
  justify-content: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwOxkVd0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzwOxkVd0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar {
    min-height: 72px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwOxkVd0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwOxkVd0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwOxkVd0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzwOxkVd0n .dropdown-item.active,
.cid-uzwOxkVd0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3a719;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzwOxkVd0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwOxkVd0n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar-buttons {
    text-align: left;
  }
}
.cid-uzwOxkVd0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzwOxkVd0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwOxkVd0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzwOxkVd0n .navbar {
    height: 70px;
  }
  .cid-uzwOxkVd0n .navbar.opened {
    height: auto;
  }
  .cid-uzwOxkVd0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzwOxkVd0n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzwOxkVd0n .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzwOxkVd0n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar-brand {
    margin-right: auto;
  }
  .cid-uzwOxkVd0n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3a719;
  }
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzwOxkVd0n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-brand,
.cid-uzwOxkVd0n .navbar-toggler,
.cid-uzwOxkVd0n .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzwQbPBzvk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #3db79c;
}
.cid-uzwQbPBzvk .header-wrap {
  padding: 80px 0 160px;
}
.cid-uzwQbPBzvk .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  padding: 0 15% 250px 0;
}
.cid-uzwQbPBzvk img {
  position: absolute;
  width: 900px;
  height: auto;
  right: -20%;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cid-uzwQbPBzvk img {
    position: static;
    width: 100%;
  }
  .cid-uzwQbPBzvk .header-title {
    padding: 0;
  }
}
.cid-uzwQbPBzvk .mbr-text,
.cid-uzwQbPBzvk .mbr-section-btn {
  color: #ffffff;
}
.cid-uzwQbPBzvk .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-uzwQbPBzvk .mbr-text {
  margin-bottom: 48px;
}
.cid-uzwQbPBzvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwQbPBzvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzwQT7fTKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzwQT7fTKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwQT7fTKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzwQT7fTKQ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uzwQT7fTKQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uzwQT7fTKQ .container-fluid .row {
  padding: 0;
}
.cid-uzwQT7fTKQ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uzwQT7fTKQ .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uzwQT7fTKQ .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uzwQT7fTKQ .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uzwQT7fTKQ .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f3a719;
  opacity: .3;
}
.cid-uzwQT7fTKQ .mbr-section-title {
  color: #495DFF;
}
.cid-uzwQT7fTKQ .mbr-text {
  color: #495DFF;
}
.cid-uzwQT7fTKQ .mbr-section-title,
.cid-uzwQT7fTKQ .list-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uzwSdogiJa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzwSdogiJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwSdogiJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzwSdogiJa .container {
    padding: 0 15px;
  }
}
.cid-uzwSdogiJa .row {
  justify-content: center;
}
.cid-uzwSdogiJa .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #f3a719;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uzwSdogiJa .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzwSdogiJa .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uzwSdogiJa .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzwSdogiJa .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uzwSdogiJa .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzwSdogiJa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzwSdogiJa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzwSdogiJa .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzwSdogiJa .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uzwSdogiJa .mbr-section-title {
  color: #f2ac2b;
}
.cid-uzwSdogiJa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzwSdogiJa .mbr-section-title,
.cid-uzwSdogiJa .mbr-section-btn {
  text-align: center;
}
.cid-uzwT5G3qnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzwT5G3qnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwT5G3qnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzwT5G3qnf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .container {
    padding: 0 16px;
  }
}
.cid-uzwT5G3qnf .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row {
    margin: 0 10px;
  }
}
.cid-uzwT5G3qnf .row .card {
  position: relative;
  padding: 0;
}
.cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #3db79c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzwT5G3qnf .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzwT5G3qnf .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzwT5G3qnf .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzwT5G3qnf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzwT5G3qnf .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzwT5G3qnf .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzwT5G3qnf .mbr-text {
  color: #F9A600;
}
.cid-uzwT5G3qnf .mbr-section-title,
.cid-uzwT5G3qnf .icon-wrapper {
  color: #000000;
}
.cid-uzwT5G3qnf .mbr-text,
.cid-uzwT5G3qnf .mbr-section-btn {
  color: #000000;
}
.cid-uzwXfLh3nC {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uzwXfLh3nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwXfLh3nC .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzwXfLh3nC .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzwXfLh3nC .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzwXfLh3nC .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzwXfLh3nC .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzwXfLh3nC .item-wrapper:hover .card-title,
.cid-uzwXfLh3nC .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzwXfLh3nC .item-wrapper:hover span,
.cid-uzwXfLh3nC .item-wrapper:hover .card-link,
.cid-uzwXfLh3nC .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzwXfLh3nC .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzwXfLh3nC .card-title,
.cid-uzwXfLh3nC .card-text,
.cid-uzwXfLh3nC .card-link,
.cid-uzwXfLh3nC .card-link a {
  transition: all 0.3s;
}
.cid-uzwXfLh3nC .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzwXfLh3nC .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzwXfLh3nC .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzwXfLh3nC .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzwXfLh3nC .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzwXfLh3nC .card-title,
.cid-uzwXfLh3nC .iconfont-wrapper {
  color: #000000;
}
.cid-uzwXfLh3nC .card-text {
  color: #232323;
}
.cid-uzwXfLh3nC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzwXfLh3nC .card-link,
.cid-uzwXfLh3nC .link-icon,
.cid-uzwXfLh3nC .link-align {
  color: #232323;
}
.cid-uzwXfLh3nC .mbr-section-subtitle {
  text-align: left;
}
.cid-uzx3g1Xv7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzx3g1Xv7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx3g1Xv7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx3g1Xv7A .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzx3g1Xv7A .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzx3g1Xv7A .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzx3g1Xv7A .container {
    padding: 0 20px;
  }
}
.cid-uzx3g1Xv7A .row {
  justify-content: center;
}
.cid-uzx3g1Xv7A .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzx3g1Xv7A .content-wrapper {
    display: block;
  }
}
.cid-uzx3g1Xv7A .content-wrapper .card {
  justify-content: center;
}
.cid-uzx3g1Xv7A .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzx3g1Xv7A .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uzx3g1Xv7A .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzx3g1Xv7A .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzx3g1Xv7A .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uzx3g1Xv7A .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uzx3g1Xv7A .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzx3g1Xv7A .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uzx3g1Xv7A .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzx3g1Xv7A .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uzx3g1Xv7A .mbr-section-title {
  color: #38001b;
}
.cid-uzx3g1Xv7A .mbr-text {
  color: #38001b;
}
.cid-u37oMzwxpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-u37oMzwxpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oMzwxpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oMzwxpu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oMzwxpu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .container {
    padding: 0 20px;
  }
}
.cid-u37oMzwxpu .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-u37oMzwxpu .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u37oMzwxpu .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37oMzwxpu .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-u37oMzwxpu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u37oMzwxpu .mbr-desc {
  color: #38001b;
}
.cid-uzx3w8055s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzx3w8055s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx3w8055s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx3w8055s .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uzx3w8055s .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzx3w8055s .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzx3w8055s .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzx3w8055s .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uzx3w8055s .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzx3w8055s .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzx3w8055s .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzx3w8055s .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx3w8055s .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzx3w8055s .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzx3w8055s .mbr-section-title,
.cid-uzx3w8055s .mbr-section-btn {
  color: #000000;
}
.cid-u37oLeBWPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-u37oLeBWPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oLeBWPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oLeBWPO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .container {
    padding: 0 20px;
  }
}
.cid-u37oLeBWPO .row {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37oLeBWPO .content-wrapper .card {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .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-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-u37oLeBWPO .mbr-section-title {
  color: #000000;
}
.cid-u37oLeBWPO .mbr-text {
  color: #ffffff;
}
.cid-u37oLeBWPO .mbr-desc {
  color: #0f1d07;
}
.cid-u37oLeBWPO .mbr-text,
.cid-u37oLeBWPO .mbr-section-btn {
  color: #000000;
}
.cid-uzx3TLeLhY {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzx3TLeLhY .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzx3TLeLhY .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzx3TLeLhY .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #74d1bc;
  z-index: 1;
}
.cid-uzx3TLeLhY .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzx3TLeLhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx3TLeLhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx3TLeLhY .row {
  position: relative;
  z-index: 2;
}
.cid-uzx3TLeLhY .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzx3TLeLhY .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzx3TLeLhY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzx3TLeLhY .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzx3TLeLhY .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzx3TLeLhY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx3TLeLhY .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzx3TLeLhY .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzx3TLeLhY .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx3TLeLhY .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzx3TLeLhY .mbr-section-title {
  color: #212529;
}
.cid-uzx3TLeLhY .mbr-text {
  color: #51565c;
}
.cid-uzx3TLeLhY .mbr-text,
.cid-uzx3TLeLhY .text-wrapper {
  color: #000000;
}
.cid-uzssYXt6yK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-uzssYXt6yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzssYXt6yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzssYXt6yK .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzssYXt6yK .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzssYXt6yK .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzssYXt6yK .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzssYXt6yK .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzssYXt6yK .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzssYXt6yK .mbr-section-head {
  width: 100%;
}
.cid-uzssYXt6yK .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzssYXt6yK .mbr-section-title {
    text-align: center;
  }
}
.cid-uzssYXt6yK .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzssYXt6yK .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzssYXt6yK .card-row {
  align-items: stretch;
}
.cid-uzssYXt6yK .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzssYXt6yK .item {
    margin-top: 30px;
  }
}
.cid-uzssYXt6yK .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzssYXt6yK .item-wrapper {
    padding: 20px;
  }
}
.cid-uzssYXt6yK .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzssYXt6yK .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzssYXt6yK .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #3db79c);
  opacity: 0;
  transition: .4s all;
}
.cid-uzssYXt6yK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzssYXt6yK .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzssYXt6yK .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzssYXt6yK .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzssYXt6yK .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzssYXt6yK .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzssYXt6yK .card-text a {
  transition: .4s all;
}
.cid-uzssYXt6yK .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzx4fEoecW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d1bc;
}
.cid-uzx4fEoecW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx4fEoecW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx4fEoecW .row {
  justify-content: space-between;
}
.cid-uzx4fEoecW .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzx4fEoecW .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzx4fEoecW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx4fEoecW .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzx4fEoecW .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx4fEoecW .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzx4fEoecW .mbr-section-title {
  color: #000000;
}
.cid-uzx4fEoecW .mbr-section-subtitle {
  color: #000000;
}
.cid-uzx4fEoecW .mbr-desc {
  color: #000000;
}
.cid-uzx4fEoecW .mbr-text {
  color: #000000;
}
.cid-uzsAmBPRRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzsAmBPRRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsAmBPRRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzsAmBPRRa .container {
    padding: 0 20px;
  }
}
.cid-uzsAmBPRRa .row {
  margin: 0;
}
.cid-uzsAmBPRRa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzsAmBPRRa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper::before {
  color: #ea1212;
  text-shadow: none;
}
.cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzsAmBPRRa .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzsAmBPRRa .mbr-section-title {
  color: #ffffff;
}
.cid-uzx4NbjRxp {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f3f3e9;
}
.cid-uzx4NbjRxp .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzx4NbjRxp .col-12 {
    padding: 0 2rem;
  }
  .cid-uzx4NbjRxp .row {
    margin: 0 -2rem;
  }
}
.cid-uzx4NbjRxp .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzx4NbjRxp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzx4NbjRxp .svg-top .st0 {
  fill: #f3f3e9;
}
@media (max-width: 992px) {
  .cid-uzx4NbjRxp .svg-top {
    width: 1000px;
  }
}
.cid-uzx4NbjRxp .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzx4NbjRxp .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzx4NbjRxp span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzx4NbjRxp .collapsed span {
  transform: rotate(0deg);
}
.cid-uzx4NbjRxp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzx4NbjRxp .panel-group {
  width: 100%;
}
.cid-uzx4NbjRxp .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzx4NbjRxp .card {
  border-radius: 0px;
}
.cid-uzx4NbjRxp .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #74d1bc;
  padding: 0 1rem;
}
.cid-uzx4NbjRxp .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzx4NbjRxp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzx4NbjRxp .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzx4NbjRxp .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uzx4NbjRxp .panel-text {
  color: #1a449a;
}
.cid-uzx4NbjRxp .header-text,
.cid-uzx4NbjRxp .sign {
  color: #263d5a;
}
.cid-uzx4NbjRxp .mbr-section-title {
  color: #0f1d07;
}
.cid-uzx4NbjRxp .header-text,
.cid-uzx4NbjRxp .sign,
.cid-uzx4NbjRxp .card-header {
  color: #000000;
}
.cid-uzx4NbjRxp .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzsuyVzzLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzsuyVzzLk .wrapper {
  background-color: #f3f3e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsuyVzzLk .wrapper {
    padding: 3rem;
  }
}
.cid-uzsuyVzzLk .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsuyVzzLk .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsuyVzzLk .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsuyVzzLk .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsiB0zHW4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsiB0zHW4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsiB0zHW4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsiB0zHW4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzsiB0zHW4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsiB0zHW4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzshny23wB {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9a600;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .content {
    text-align: center;
  }
  .cid-uzshny23wB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzshny23wB .logo-subtitle {
  color: #8d97ad;
}
.cid-uzshny23wB .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzshny23wB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzshny23wB .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzshny23wB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzshny23wB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzshny23wB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzshny23wB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzshny23wB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzshny23wB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzshny23wB .list-item {
  display: flex;
}
.cid-uzshny23wB .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzshny23wB ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzshny23wB ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzshny23wB ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzshny23wB P {
  text-align: left;
}
.cid-uzshny23wB .copyright > p {
  text-align: center;
}
.cid-uzx7448scv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzx7448scv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx7448scv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx7448scv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzx7448scv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzx7448scv .container {
    padding: 0 26px;
  }
}
.cid-uzx7448scv .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzx7448scv .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uzx7448scv .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uzx7448scv .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx7448scv .image-wrapper img {
    height: 300px;
  }
}
.cid-uzx7448scv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uzx7448scv .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uzx7448scv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx7448scv .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzx7448scv .mbr-section-title {
  color: #ffffff;
}
.cid-uzx7448scv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzx7448scv .mbr-text {
  color: #cacaca;
}
.cid-uzx6K3iuFt {
  background-color: #fdfcfa;
}
.cid-uzx6K3iuFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx6K3iuFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx6K3iuFt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .container {
    padding: 0;
  }
}
.cid-uzx6K3iuFt .row {
  margin: 0;
}
.cid-uzx6K3iuFt .card {
  border-radius: 0;
  padding: 0;
}
.cid-uzx6K3iuFt .card .box-wrapper {
  background-color: #3db79c;
  height: 100%;
}
.cid-uzx6K3iuFt .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-uzx6K3iuFt .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-uzx6K3iuFt .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx6K3iuFt .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uzx6K3iuFt .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .image-wrapper {
    padding: 0;
  }
}
.cid-uzx6K3iuFt .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uzx6K3iuFt .mbr-text {
  color: #263652;
}
.cid-uzx6K3iuFt .mbr-box {
  color: #ffffff;
}
.cid-uzsEHlJ1C6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsEHlJ1C6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsEHlJ1C6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsEHlJ1C6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzsEHlJ1C6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsEHlJ1C6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsEHmGfaJ {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9a600;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .content {
    text-align: center;
  }
  .cid-uzsEHmGfaJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsEHmGfaJ .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsEHmGfaJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsEHmGfaJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsEHmGfaJ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsEHmGfaJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsEHmGfaJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsEHmGfaJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsEHmGfaJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsEHmGfaJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsEHmGfaJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsEHmGfaJ .list-item {
  display: flex;
}
.cid-uzsEHmGfaJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsEHmGfaJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsEHmGfaJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsEHmGfaJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsEHmGfaJ P {
  text-align: left;
}
.cid-uzsEHmGfaJ .copyright > p {
  text-align: center;
}
.cid-uzwOxkVd0n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzwOxkVd0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzwOxkVd0n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwOxkVd0n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwOxkVd0n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzwOxkVd0n .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzwOxkVd0n .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .nav-link::before {
    left: 8px;
  }
}
.cid-uzwOxkVd0n .nav-link:hover {
  opacity: 1;
}
.cid-uzwOxkVd0n .nav-link:hover::before {
  opacity: 1;
}
.cid-uzwOxkVd0n .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzwOxkVd0n .navbar-caption:hover,
.cid-uzwOxkVd0n .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzwOxkVd0n .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f3a719;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 16px;
  }
}
.cid-uzwOxkVd0n .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzwOxkVd0n .iconfont-wrapper:hover,
.cid-uzwOxkVd0n .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzwOxkVd0n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f3a719;
}
.cid-uzwOxkVd0n .nav-item:focus,
.cid-uzwOxkVd0n .nav-link:focus {
  outline: none;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwOxkVd0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwOxkVd0n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzwOxkVd0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwOxkVd0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwOxkVd0n .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwOxkVd0n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzwOxkVd0n .navbar.collapsed {
  justify-content: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwOxkVd0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzwOxkVd0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar {
    min-height: 72px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwOxkVd0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwOxkVd0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwOxkVd0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzwOxkVd0n .dropdown-item.active,
.cid-uzwOxkVd0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3a719;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzwOxkVd0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwOxkVd0n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar-buttons {
    text-align: left;
  }
}
.cid-uzwOxkVd0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzwOxkVd0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwOxkVd0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzwOxkVd0n .navbar {
    height: 70px;
  }
  .cid-uzwOxkVd0n .navbar.opened {
    height: auto;
  }
  .cid-uzwOxkVd0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzwOxkVd0n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzwOxkVd0n .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzwOxkVd0n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar-brand {
    margin-right: auto;
  }
  .cid-uzwOxkVd0n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3a719;
  }
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzwOxkVd0n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-brand,
.cid-uzwOxkVd0n .navbar-toggler,
.cid-uzwOxkVd0n .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzx8dnwHXB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzx8dnwHXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx8dnwHXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx8dnwHXB .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzx8dnwHXB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzx8dnwHXB .container {
    padding: 0 26px;
  }
}
.cid-uzx8dnwHXB .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzx8dnwHXB .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uzx8dnwHXB .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uzx8dnwHXB .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx8dnwHXB .image-wrapper img {
    height: 300px;
  }
}
.cid-uzx8dnwHXB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uzx8dnwHXB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uzx8dnwHXB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx8dnwHXB .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzx8dnwHXB .mbr-section-title {
  color: #ffffff;
}
.cid-uzx8dnwHXB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzx8dnwHXB .mbr-text {
  color: #cacaca;
}
.cid-uzsFiDmRbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d1bc;
}
.cid-uzsFiDmRbu .geometry {
  position: absolute;
}
.cid-uzsFiDmRbu .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsFiDmRbu .geometry_left {
  left: -70px;
}
.cid-uzsFiDmRbu .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsFiDmRbu .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsFiDmRbu .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsFiDmRbu blockquote {
  border-color: #f9a600;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsFiDmRbu blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsFiDmRbu blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsFiDmRbu .geometry {
    position: absolute;
  }
  .cid-uzsFiDmRbu .geometry__square,
  .cid-uzsFiDmRbu .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsFiDmRbu .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsFiDmRbu blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsFiDmRbu .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsFiDmRbu .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsFiDmRbu blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsFiDmRbu .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsFiDmRbu blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uzsFiE4CH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsFiE4CH9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsFiE4CH9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsFiE4CH9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzsFiE4CH9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsFiE4CH9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsFiEWkTp {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9a600;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .content {
    text-align: center;
  }
  .cid-uzsFiEWkTp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsFiEWkTp .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsFiEWkTp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsFiEWkTp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsFiEWkTp .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsFiEWkTp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsFiEWkTp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsFiEWkTp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsFiEWkTp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsFiEWkTp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsFiEWkTp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsFiEWkTp .list-item {
  display: flex;
}
.cid-uzsFiEWkTp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsFiEWkTp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsFiEWkTp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsFiEWkTp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsFiEWkTp P {
  text-align: left;
}
.cid-uzsFiEWkTp .copyright > p {
  text-align: center;
}
.cid-uzwOxkVd0n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzwOxkVd0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzwOxkVd0n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwOxkVd0n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwOxkVd0n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzwOxkVd0n .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzwOxkVd0n .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .nav-link::before {
    left: 8px;
  }
}
.cid-uzwOxkVd0n .nav-link:hover {
  opacity: 1;
}
.cid-uzwOxkVd0n .nav-link:hover::before {
  opacity: 1;
}
.cid-uzwOxkVd0n .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzwOxkVd0n .navbar-caption:hover,
.cid-uzwOxkVd0n .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzwOxkVd0n .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f3a719;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 16px;
  }
}
.cid-uzwOxkVd0n .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzwOxkVd0n .iconfont-wrapper:hover,
.cid-uzwOxkVd0n .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzwOxkVd0n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f3a719;
}
.cid-uzwOxkVd0n .nav-item:focus,
.cid-uzwOxkVd0n .nav-link:focus {
  outline: none;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwOxkVd0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwOxkVd0n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzwOxkVd0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwOxkVd0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwOxkVd0n .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwOxkVd0n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzwOxkVd0n .navbar.collapsed {
  justify-content: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwOxkVd0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzwOxkVd0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar {
    min-height: 72px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwOxkVd0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwOxkVd0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwOxkVd0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzwOxkVd0n .dropdown-item.active,
.cid-uzwOxkVd0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3a719;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzwOxkVd0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwOxkVd0n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar-buttons {
    text-align: left;
  }
}
.cid-uzwOxkVd0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzwOxkVd0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwOxkVd0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzwOxkVd0n .navbar {
    height: 70px;
  }
  .cid-uzwOxkVd0n .navbar.opened {
    height: auto;
  }
  .cid-uzwOxkVd0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzwOxkVd0n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzwOxkVd0n .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzwOxkVd0n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar-brand {
    margin-right: auto;
  }
  .cid-uzwOxkVd0n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3a719;
  }
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzwOxkVd0n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-brand,
.cid-uzwOxkVd0n .navbar-toggler,
.cid-uzwOxkVd0n .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzx9iScxua {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzx9iScxua .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzx9iScxua .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzx9iScxua .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzx9iScxua .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzx9iScxua .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzx9iScxua .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzx9iScxua .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzx9iScxua .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzx9iScxua .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzx9iScxua .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzx9iScxua .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzx9iScxua .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzx9iScxua .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzx9iScxua .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzx9iScxua .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzx9iScxua .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzx9iScxua .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzx9iScxua .nav-link::before {
    left: 8px;
  }
}
.cid-uzx9iScxua .nav-link:hover {
  opacity: 1;
}
.cid-uzx9iScxua .nav-link:hover::before {
  opacity: 1;
}
.cid-uzx9iScxua .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzx9iScxua .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzx9iScxua .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzx9iScxua .navbar-caption:hover,
.cid-uzx9iScxua .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzx9iScxua .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzx9iScxua .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzx9iScxua .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f3a719;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzx9iScxua .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzx9iScxua .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzx9iScxua .menu-container {
    margin: 16px;
  }
}
.cid-uzx9iScxua .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzx9iScxua .iconfont-wrapper:hover,
.cid-uzx9iScxua .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzx9iScxua .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f3a719;
}
.cid-uzx9iScxua .nav-item:focus,
.cid-uzx9iScxua .nav-link:focus {
  outline: none;
}
.cid-uzx9iScxua .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzx9iScxua .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzx9iScxua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzx9iScxua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzx9iScxua .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzx9iScxua .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzx9iScxua .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzx9iScxua .navbar.opened {
  transition: all 0.3s;
}
.cid-uzx9iScxua .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzx9iScxua .navbar .navbar-logo img {
  width: auto;
}
.cid-uzx9iScxua .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzx9iScxua .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzx9iScxua .navbar.collapsed {
  justify-content: center;
}
.cid-uzx9iScxua .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzx9iScxua .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzx9iScxua .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzx9iScxua .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzx9iScxua .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzx9iScxua .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzx9iScxua .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzx9iScxua .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzx9iScxua .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzx9iScxua .navbar {
    min-height: 72px;
  }
  .cid-uzx9iScxua .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzx9iScxua .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzx9iScxua .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzx9iScxua .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzx9iScxua .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzx9iScxua .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzx9iScxua .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzx9iScxua .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzx9iScxua .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzx9iScxua .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzx9iScxua .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzx9iScxua .dropdown-item.active,
.cid-uzx9iScxua .dropdown-item:active {
  background-color: transparent;
}
.cid-uzx9iScxua .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzx9iScxua .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzx9iScxua .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzx9iScxua .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3a719;
}
.cid-uzx9iScxua .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzx9iScxua .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzx9iScxua ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzx9iScxua .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzx9iScxua .navbar-buttons {
    text-align: left;
  }
}
.cid-uzx9iScxua button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzx9iScxua button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzx9iScxua button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzx9iScxua button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzx9iScxua button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzx9iScxua button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzx9iScxua nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzx9iScxua nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzx9iScxua nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzx9iScxua nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzx9iScxua .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzx9iScxua a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzx9iScxua .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzx9iScxua .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzx9iScxua .navbar {
    height: 70px;
  }
  .cid-uzx9iScxua .navbar.opened {
    height: auto;
  }
  .cid-uzx9iScxua .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzx9iScxua .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzx9iScxua .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzx9iScxua .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iScxua .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzx9iScxua .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzx9iScxua .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzx9iScxua .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzx9iScxua .navbar-brand {
    margin-right: auto;
  }
  .cid-uzx9iScxua .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3a719;
  }
  .cid-uzx9iScxua .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzx9iScxua .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzx9iScxua .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzx9iScxua .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzx9iScxua .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzx9iScxua .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzx9iScxua .navbar-brand,
.cid-uzx9iScxua .navbar-toggler,
.cid-uzx9iScxua .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzx9iT0C6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzx9iT0C6u .header-wrap {
  padding: 80px 0 160px;
}
.cid-uzx9iT0C6u .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  padding: 0 15% 250px 0;
}
.cid-uzx9iT0C6u img {
  position: absolute;
  width: 900px;
  height: auto;
  right: -20%;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cid-uzx9iT0C6u img {
    position: static;
    width: 100%;
  }
  .cid-uzx9iT0C6u .header-title {
    padding: 0;
  }
}
.cid-uzx9iT0C6u .mbr-text,
.cid-uzx9iT0C6u .mbr-section-btn {
  color: #ffffff;
}
.cid-uzx9iT0C6u .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-uzx9iT0C6u .mbr-text {
  margin-bottom: 48px;
}
.cid-uzx9iT0C6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iT0C6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iTLnIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzx9iTLnIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iTLnIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iTLnIC .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uzx9iTLnIC .container-fluid {
    padding: 0 16px;
  }
}
.cid-uzx9iTLnIC .container-fluid .row {
  padding: 0;
}
.cid-uzx9iTLnIC .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uzx9iTLnIC .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uzx9iTLnIC .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uzx9iTLnIC .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uzx9iTLnIC .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f3a719;
  opacity: .3;
}
.cid-uzx9iTLnIC .mbr-section-title {
  color: #495DFF;
}
.cid-uzx9iTLnIC .mbr-text {
  color: #495DFF;
}
.cid-uzx9iTLnIC .mbr-section-title,
.cid-uzx9iTLnIC .list-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uzx9iUnkWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzx9iUnkWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iUnkWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzx9iUnkWi .container {
    padding: 0 15px;
  }
}
.cid-uzx9iUnkWi .row {
  justify-content: center;
}
.cid-uzx9iUnkWi .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #f3a719;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uzx9iUnkWi .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzx9iUnkWi .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uzx9iUnkWi .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzx9iUnkWi .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uzx9iUnkWi .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzx9iUnkWi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzx9iUnkWi .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzx9iUnkWi .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx9iUnkWi .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uzx9iUnkWi .mbr-section-title {
  color: #f2ac2b;
}
.cid-uzx9iUnkWi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzx9iUnkWi .mbr-section-title,
.cid-uzx9iUnkWi .mbr-section-btn {
  text-align: center;
}
.cid-uzx9iV4R7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzx9iV4R7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iV4R7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iV4R7m .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .container {
    padding: 0 16px;
  }
}
.cid-uzx9iV4R7m .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .row {
    margin: 0 10px;
  }
}
.cid-uzx9iV4R7m .row .card {
  position: relative;
  padding: 0;
}
.cid-uzx9iV4R7m .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uzx9iV4R7m .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzx9iV4R7m .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #3db79c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uzx9iV4R7m .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzx9iV4R7m .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzx9iV4R7m .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzx9iV4R7m .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzx9iV4R7m .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzx9iV4R7m .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzx9iV4R7m .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzx9iV4R7m .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzx9iV4R7m .mbr-text {
  color: #F9A600;
}
.cid-uzx9iV4R7m .mbr-section-title,
.cid-uzx9iV4R7m .icon-wrapper {
  color: #000000;
}
.cid-uzx9iV4R7m .mbr-text,
.cid-uzx9iV4R7m .mbr-section-btn {
  color: #000000;
}
.cid-uzx9iVGAVD {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uzx9iVGAVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iVGAVD .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzx9iVGAVD .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzx9iVGAVD .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzx9iVGAVD .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzx9iVGAVD .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzx9iVGAVD .item-wrapper:hover .card-title,
.cid-uzx9iVGAVD .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzx9iVGAVD .item-wrapper:hover span,
.cid-uzx9iVGAVD .item-wrapper:hover .card-link,
.cid-uzx9iVGAVD .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzx9iVGAVD .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzx9iVGAVD .card-title,
.cid-uzx9iVGAVD .card-text,
.cid-uzx9iVGAVD .card-link,
.cid-uzx9iVGAVD .card-link a {
  transition: all 0.3s;
}
.cid-uzx9iVGAVD .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzx9iVGAVD .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzx9iVGAVD .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzx9iVGAVD .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzx9iVGAVD .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzx9iVGAVD .card-title,
.cid-uzx9iVGAVD .iconfont-wrapper {
  color: #000000;
}
.cid-uzx9iVGAVD .card-text {
  color: #232323;
}
.cid-uzx9iVGAVD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzx9iVGAVD .card-link,
.cid-uzx9iVGAVD .link-icon,
.cid-uzx9iVGAVD .link-align {
  color: #232323;
}
.cid-uzx9iVGAVD .mbr-section-subtitle {
  text-align: left;
}
.cid-uzx9iWvfSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzx9iWvfSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iWvfSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iWvfSv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzx9iWvfSv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iWvfSv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iWvfSv .container {
    padding: 0 20px;
  }
}
.cid-uzx9iWvfSv .row {
  justify-content: center;
}
.cid-uzx9iWvfSv .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzx9iWvfSv .content-wrapper {
    display: block;
  }
}
.cid-uzx9iWvfSv .content-wrapper .card {
  justify-content: center;
}
.cid-uzx9iWvfSv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzx9iWvfSv .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uzx9iWvfSv .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzx9iWvfSv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzx9iWvfSv .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uzx9iWvfSv .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uzx9iWvfSv .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iWvfSv .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uzx9iWvfSv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzx9iWvfSv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uzx9iWvfSv .mbr-section-title {
  color: #000000;
}
.cid-uzx9iWvfSv .mbr-text {
  color: #38001b;
}
.cid-uzx9iX80Uo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzx9iX80Uo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iX80Uo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iX80Uo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzx9iX80Uo .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iX80Uo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iX80Uo .container {
    padding: 0 20px;
  }
}
.cid-uzx9iX80Uo .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-uzx9iX80Uo .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzx9iX80Uo .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzx9iX80Uo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzx9iX80Uo .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzx9iX80Uo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzx9iX80Uo .mbr-desc {
  color: #38001b;
}
.cid-uzx9iXRV1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzx9iXRV1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iXRV1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iXRV1W .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uzx9iXRV1W .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzx9iXRV1W .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzx9iXRV1W .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzx9iXRV1W .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uzx9iXRV1W .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzx9iXRV1W .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzx9iXRV1W .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzx9iXRV1W .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx9iXRV1W .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzx9iXRV1W .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzx9iXRV1W .mbr-section-title,
.cid-uzx9iXRV1W .mbr-section-btn {
  color: #000000;
}
.cid-uzx9iYvq3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzx9iYvq3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iYvq3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iYvq3M .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzx9iYvq3M .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .container {
    padding: 0 20px;
  }
}
.cid-uzx9iYvq3M .row {
  justify-content: center;
}
.cid-uzx9iYvq3M .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzx9iYvq3M .content-wrapper .card {
  justify-content: center;
}
.cid-uzx9iYvq3M .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzx9iYvq3M .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzx9iYvq3M .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzx9iYvq3M .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzx9iYvq3M .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzx9iYvq3M .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzx9iYvq3M .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzx9iYvq3M .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-uzx9iYvq3M .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzx9iYvq3M .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzx9iYvq3M .mbr-section-title {
  color: #000000;
}
.cid-uzx9iYvq3M .mbr-text {
  color: #ffffff;
}
.cid-uzx9iYvq3M .mbr-desc {
  color: #0f1d07;
}
.cid-uzx9iYvq3M .mbr-text,
.cid-uzx9iYvq3M .mbr-section-btn {
  color: #38001b;
}
.cid-uzx9iZdpcy {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzx9iZdpcy .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzx9iZdpcy .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzx9iZdpcy .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #74d1bc;
  z-index: 1;
}
.cid-uzx9iZdpcy .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzx9iZdpcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iZdpcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iZdpcy .row {
  position: relative;
  z-index: 2;
}
.cid-uzx9iZdpcy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzx9iZdpcy .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzx9iZdpcy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzx9iZdpcy .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzx9iZdpcy .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzx9iZdpcy .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx9iZdpcy .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzx9iZdpcy .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzx9iZdpcy .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx9iZdpcy .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzx9iZdpcy .mbr-section-title {
  color: #212529;
}
.cid-uzx9iZdpcy .mbr-text {
  color: #51565c;
}
.cid-uzx9iZdpcy .mbr-text,
.cid-uzx9iZdpcy .text-wrapper {
  color: #000000;
}
.cid-uzx9iZSJ9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-uzx9iZSJ9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9iZSJ9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9iZSJ9c .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzx9iZSJ9c .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzx9iZSJ9c .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzx9iZSJ9c .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzx9iZSJ9c .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzx9iZSJ9c .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzx9iZSJ9c .mbr-section-head {
  width: 100%;
}
.cid-uzx9iZSJ9c .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzx9iZSJ9c .mbr-section-title {
    text-align: center;
  }
}
.cid-uzx9iZSJ9c .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzx9iZSJ9c .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzx9iZSJ9c .card-row {
  align-items: stretch;
}
.cid-uzx9iZSJ9c .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzx9iZSJ9c .item {
    margin-top: 30px;
  }
}
.cid-uzx9iZSJ9c .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzx9iZSJ9c .item-wrapper {
    padding: 20px;
  }
}
.cid-uzx9iZSJ9c .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzx9iZSJ9c .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzx9iZSJ9c .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #3db79c);
  opacity: 0;
  transition: .4s all;
}
.cid-uzx9iZSJ9c .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzx9iZSJ9c .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzx9iZSJ9c .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzx9iZSJ9c .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzx9iZSJ9c .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzx9iZSJ9c .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzx9iZSJ9c .card-text a {
  transition: .4s all;
}
.cid-uzx9iZSJ9c .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzx9j0D7gb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d1bc;
}
.cid-uzx9j0D7gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9j0D7gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx9j0D7gb .row {
  justify-content: space-between;
}
.cid-uzx9j0D7gb .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzx9j0D7gb .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzx9j0D7gb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx9j0D7gb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzx9j0D7gb .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx9j0D7gb .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzx9j0D7gb .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzx9j0D7gb .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzx9j0D7gb .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzx9j0D7gb .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzx9j0D7gb .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzx9j0D7gb .mbr-section-title {
  color: #000000;
}
.cid-uzx9j0D7gb .mbr-section-subtitle {
  color: #000000;
}
.cid-uzx9j0D7gb .mbr-desc {
  color: #000000;
}
.cid-uzx9j0D7gb .mbr-text {
  color: #000000;
}
.cid-uzx9j1jHFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzx9j1jHFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx9j1jHFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzx9j1jHFL .container {
    padding: 0 20px;
  }
}
.cid-uzx9j1jHFL .row {
  margin: 0;
}
.cid-uzx9j1jHFL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx9j1jHFL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzx9j1jHFL .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzx9j1jHFL .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzx9j1jHFL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzx9j1jHFL .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzx9j1jHFL .mbr-section-title {
  color: #ffffff;
}
.cid-uzx9j20C5Y {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f3f3e9;
}
.cid-uzx9j20C5Y .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzx9j20C5Y .col-12 {
    padding: 0 2rem;
  }
  .cid-uzx9j20C5Y .row {
    margin: 0 -2rem;
  }
}
.cid-uzx9j20C5Y .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzx9j20C5Y .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzx9j20C5Y .svg-top .st0 {
  fill: #f3f3e9;
}
@media (max-width: 992px) {
  .cid-uzx9j20C5Y .svg-top {
    width: 1000px;
  }
}
.cid-uzx9j20C5Y .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzx9j20C5Y .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzx9j20C5Y span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzx9j20C5Y .collapsed span {
  transform: rotate(0deg);
}
.cid-uzx9j20C5Y .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzx9j20C5Y .panel-group {
  width: 100%;
}
.cid-uzx9j20C5Y .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzx9j20C5Y .card {
  border-radius: 0px;
}
.cid-uzx9j20C5Y .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #74d1bc;
  padding: 0 1rem;
}
.cid-uzx9j20C5Y .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzx9j20C5Y .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzx9j20C5Y .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzx9j20C5Y .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uzx9j20C5Y .panel-text {
  color: #1a449a;
}
.cid-uzx9j20C5Y .header-text,
.cid-uzx9j20C5Y .sign {
  color: #263d5a;
}
.cid-uzx9j20C5Y .mbr-section-title {
  color: #0f1d07;
}
.cid-uzx9j20C5Y .header-text,
.cid-uzx9j20C5Y .sign,
.cid-uzx9j20C5Y .card-header {
  color: #000000;
}
.cid-uzx9j20C5Y .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzKAb0Cx82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzKAb0Cx82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKAb0Cx82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKAb0Cx82 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uzKAb0Cx82 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzKAb0Cx82 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzKAb0Cx82 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzKAb0Cx82 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uzKAb0Cx82 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzKAb0Cx82 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uzKAb0Cx82 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uzKAb0Cx82 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uzKAb0Cx82 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uzKAb0Cx82 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzKAb0Cx82 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzKAb0Cx82 .card {
  justify-content: space-between;
}
.cid-uzKAb0Cx82 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzKAb0Cx82 .panel-title-edit {
  color: #070035;
  text-align: center;
}
.cid-uzKAb0Cx82 .panel-text {
  color: #f24d4a;
}
.cid-uzKAb0Cx82 .panel-text,
.cid-uzKAb0Cx82 .panel-body {
  text-align: left;
}
.cid-uzx9j2X4S5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzx9j2X4S5 .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzx9j2X4S5 .wrapper {
    padding: 3rem;
  }
}
.cid-uzx9j2X4S5 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzx9j2X4S5 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzx9j2X4S5 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzx9j2X4S5 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzx9j3AH6C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzx9j3AH6C .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzx9j3AH6C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzx9j3AH6C .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzx9j3AH6C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzx9j3AH6C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzx9j4kIST {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9a600;
}
@media (max-width: 767px) {
  .cid-uzx9j4kIST .content {
    text-align: center;
  }
  .cid-uzx9j4kIST .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzx9j4kIST .logo-subtitle {
  color: #8d97ad;
}
.cid-uzx9j4kIST .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzx9j4kIST .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzx9j4kIST .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzx9j4kIST .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzx9j4kIST .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzx9j4kIST .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzx9j4kIST .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzx9j4kIST .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzx9j4kIST .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzx9j4kIST .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzx9j4kIST .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzx9j4kIST .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzx9j4kIST .list-item {
  display: flex;
}
.cid-uzx9j4kIST .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzx9j4kIST ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzx9j4kIST ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzx9j4kIST ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzx9j4kIST P {
  text-align: left;
}
.cid-uzx9j4kIST .copyright > p {
  text-align: center;
}
.cid-uzG9LftaeB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzG9LftaeB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzG9LftaeB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzG9LftaeB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzG9LftaeB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzG9LftaeB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzG9LftaeB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzG9LftaeB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzG9LftaeB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzG9LftaeB .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzG9LftaeB .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzG9LftaeB .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzG9LftaeB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzG9LftaeB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzG9LftaeB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzG9LftaeB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzG9LftaeB .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzG9LftaeB .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzG9LftaeB .nav-link::before {
    left: 8px;
  }
}
.cid-uzG9LftaeB .nav-link:hover {
  opacity: 1;
}
.cid-uzG9LftaeB .nav-link:hover::before {
  opacity: 1;
}
.cid-uzG9LftaeB .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzG9LftaeB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzG9LftaeB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzG9LftaeB .navbar-caption:hover,
.cid-uzG9LftaeB .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzG9LftaeB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzG9LftaeB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzG9LftaeB .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f3a719;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzG9LftaeB .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzG9LftaeB .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzG9LftaeB .menu-container {
    margin: 16px;
  }
}
.cid-uzG9LftaeB .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzG9LftaeB .iconfont-wrapper:hover,
.cid-uzG9LftaeB .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzG9LftaeB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f3a719;
}
.cid-uzG9LftaeB .nav-item:focus,
.cid-uzG9LftaeB .nav-link:focus {
  outline: none;
}
.cid-uzG9LftaeB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzG9LftaeB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzG9LftaeB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzG9LftaeB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzG9LftaeB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzG9LftaeB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzG9LftaeB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzG9LftaeB .navbar.opened {
  transition: all 0.3s;
}
.cid-uzG9LftaeB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzG9LftaeB .navbar .navbar-logo img {
  width: auto;
}
.cid-uzG9LftaeB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzG9LftaeB .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzG9LftaeB .navbar.collapsed {
  justify-content: center;
}
.cid-uzG9LftaeB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzG9LftaeB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzG9LftaeB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzG9LftaeB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzG9LftaeB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzG9LftaeB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzG9LftaeB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzG9LftaeB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzG9LftaeB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzG9LftaeB .navbar {
    min-height: 72px;
  }
  .cid-uzG9LftaeB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzG9LftaeB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzG9LftaeB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzG9LftaeB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzG9LftaeB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzG9LftaeB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzG9LftaeB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzG9LftaeB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzG9LftaeB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzG9LftaeB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzG9LftaeB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzG9LftaeB .dropdown-item.active,
.cid-uzG9LftaeB .dropdown-item:active {
  background-color: transparent;
}
.cid-uzG9LftaeB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzG9LftaeB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzG9LftaeB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzG9LftaeB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3a719;
}
.cid-uzG9LftaeB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzG9LftaeB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzG9LftaeB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzG9LftaeB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzG9LftaeB .navbar-buttons {
    text-align: left;
  }
}
.cid-uzG9LftaeB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzG9LftaeB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzG9LftaeB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzG9LftaeB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzG9LftaeB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzG9LftaeB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzG9LftaeB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzG9LftaeB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzG9LftaeB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzG9LftaeB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzG9LftaeB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzG9LftaeB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzG9LftaeB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzG9LftaeB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzG9LftaeB .navbar {
    height: 70px;
  }
  .cid-uzG9LftaeB .navbar.opened {
    height: auto;
  }
  .cid-uzG9LftaeB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzG9LftaeB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzG9LftaeB .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzG9LftaeB .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzG9LftaeB .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzG9LftaeB .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzG9LftaeB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzG9LftaeB .navbar-brand {
    margin-right: auto;
  }
  .cid-uzG9LftaeB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3a719;
  }
  .cid-uzG9LftaeB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzG9LftaeB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzG9LftaeB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzG9LftaeB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzG9LftaeB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzG9LftaeB .navbar-brand,
.cid-uzG9LftaeB .navbar-toggler,
.cid-uzG9LftaeB .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzG9LfT27C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzG9LfT27C .header-wrap {
  padding: 80px 0 160px;
}
.cid-uzG9LfT27C .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  padding: 0 15% 250px 0;
}
.cid-uzG9LfT27C img {
  position: absolute;
  width: 900px;
  height: auto;
  right: -20%;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cid-uzG9LfT27C img {
    position: static;
    width: 100%;
  }
  .cid-uzG9LfT27C .header-title {
    padding: 0;
  }
}
.cid-uzG9LfT27C .mbr-text,
.cid-uzG9LfT27C .mbr-section-btn {
  color: #ffffff;
}
.cid-uzG9LfT27C .mbr-section-title {
  margin-bottom: 24px;
  color: #f7f7f7;
}
.cid-uzG9LfT27C .mbr-text {
  margin-bottom: 48px;
}
.cid-uzG9LfT27C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LfT27C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LgoQ5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzG9LgoQ5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LgoQ5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LgoQ5m .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uzG9LgoQ5m .container-fluid {
    padding: 0 16px;
  }
}
.cid-uzG9LgoQ5m .container-fluid .row {
  padding: 0;
}
.cid-uzG9LgoQ5m .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uzG9LgoQ5m .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uzG9LgoQ5m .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uzG9LgoQ5m .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uzG9LgoQ5m .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f3a719;
  opacity: .3;
}
.cid-uzG9LgoQ5m .mbr-section-title {
  color: #495DFF;
}
.cid-uzG9LgoQ5m .mbr-text {
  color: #495DFF;
}
.cid-uzG9LgoQ5m .mbr-section-title,
.cid-uzG9LgoQ5m .list-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uzG9LgHLnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzG9LgHLnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LgHLnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzG9LgHLnj .container {
    padding: 0 15px;
  }
}
.cid-uzG9LgHLnj .row {
  justify-content: center;
}
.cid-uzG9LgHLnj .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #f3a719;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uzG9LgHLnj .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzG9LgHLnj .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uzG9LgHLnj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzG9LgHLnj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uzG9LgHLnj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzG9LgHLnj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzG9LgHLnj .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzG9LgHLnj .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG9LgHLnj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uzG9LgHLnj .mbr-section-title {
  color: #f2ac2b;
}
.cid-uzG9LgHLnj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzG9LgHLnj .mbr-section-title,
.cid-uzG9LgHLnj .mbr-section-btn {
  text-align: center;
}
.cid-uzG9Lh2u6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzG9Lh2u6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9Lh2u6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9Lh2u6U .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .container {
    padding: 0 16px;
  }
}
.cid-uzG9Lh2u6U .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .row {
    margin: 0 10px;
  }
}
.cid-uzG9Lh2u6U .row .card {
  position: relative;
  padding: 0;
}
.cid-uzG9Lh2u6U .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uzG9Lh2u6U .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzG9Lh2u6U .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #3db79c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uzG9Lh2u6U .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzG9Lh2u6U .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzG9Lh2u6U .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzG9Lh2u6U .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzG9Lh2u6U .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzG9Lh2u6U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzG9Lh2u6U .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzG9Lh2u6U .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzG9Lh2u6U .mbr-text {
  color: #F9A600;
}
.cid-uzG9Lh2u6U .mbr-section-title,
.cid-uzG9Lh2u6U .icon-wrapper {
  color: #000000;
}
.cid-uzG9Lh2u6U .mbr-text,
.cid-uzG9Lh2u6U .mbr-section-btn {
  color: #000000;
}
.cid-uzG9LhmbwR {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uzG9LhmbwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LhmbwR .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzG9LhmbwR .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzG9LhmbwR .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzG9LhmbwR .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzG9LhmbwR .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzG9LhmbwR .item-wrapper:hover .card-title,
.cid-uzG9LhmbwR .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzG9LhmbwR .item-wrapper:hover span,
.cid-uzG9LhmbwR .item-wrapper:hover .card-link,
.cid-uzG9LhmbwR .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzG9LhmbwR .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzG9LhmbwR .card-title,
.cid-uzG9LhmbwR .card-text,
.cid-uzG9LhmbwR .card-link,
.cid-uzG9LhmbwR .card-link a {
  transition: all 0.3s;
}
.cid-uzG9LhmbwR .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzG9LhmbwR .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzG9LhmbwR .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzG9LhmbwR .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzG9LhmbwR .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzG9LhmbwR .card-title,
.cid-uzG9LhmbwR .iconfont-wrapper {
  color: #000000;
}
.cid-uzG9LhmbwR .card-text {
  color: #232323;
}
.cid-uzG9LhmbwR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzG9LhmbwR .card-link,
.cid-uzG9LhmbwR .link-icon,
.cid-uzG9LhmbwR .link-align {
  color: #232323;
}
.cid-uzG9LhmbwR .mbr-section-subtitle {
  text-align: left;
}
.cid-uzG9LhZUvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzG9LhZUvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LhZUvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LhZUvl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzG9LhZUvl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9LhZUvl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9LhZUvl .container {
    padding: 0 20px;
  }
}
.cid-uzG9LhZUvl .row {
  justify-content: center;
}
.cid-uzG9LhZUvl .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzG9LhZUvl .content-wrapper {
    display: block;
  }
}
.cid-uzG9LhZUvl .content-wrapper .card {
  justify-content: center;
}
.cid-uzG9LhZUvl .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzG9LhZUvl .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uzG9LhZUvl .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzG9LhZUvl .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzG9LhZUvl .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uzG9LhZUvl .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uzG9LhZUvl .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9LhZUvl .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uzG9LhZUvl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzG9LhZUvl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uzG9LhZUvl .mbr-section-title {
  color: #38001b;
}
.cid-uzG9LhZUvl .mbr-text {
  color: #38001b;
}
.cid-uzG9LihjQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzG9LihjQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LihjQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LihjQ5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzG9LihjQ5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9LihjQ5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9LihjQ5 .container {
    padding: 0 20px;
  }
}
.cid-uzG9LihjQ5 .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-uzG9LihjQ5 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzG9LihjQ5 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzG9LihjQ5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzG9LihjQ5 .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzG9LihjQ5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzG9LihjQ5 .mbr-desc {
  color: #38001b;
}
.cid-uzG9LiFN87 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzG9LiFN87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LiFN87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LiFN87 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uzG9LiFN87 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzG9LiFN87 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzG9LiFN87 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzG9LiFN87 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uzG9LiFN87 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzG9LiFN87 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzG9LiFN87 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzG9LiFN87 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG9LiFN87 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzG9LiFN87 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzG9LiFN87 .mbr-section-title,
.cid-uzG9LiFN87 .mbr-section-btn {
  color: #000000;
}
.cid-uzG9Lj5fnE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzG9Lj5fnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9Lj5fnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9Lj5fnE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzG9Lj5fnE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .container {
    padding: 0 20px;
  }
}
.cid-uzG9Lj5fnE .row {
  justify-content: center;
}
.cid-uzG9Lj5fnE .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzG9Lj5fnE .content-wrapper .card {
  justify-content: center;
}
.cid-uzG9Lj5fnE .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzG9Lj5fnE .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzG9Lj5fnE .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzG9Lj5fnE .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzG9Lj5fnE .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzG9Lj5fnE .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzG9Lj5fnE .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzG9Lj5fnE .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-uzG9Lj5fnE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzG9Lj5fnE .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzG9Lj5fnE .mbr-section-title {
  color: #000000;
}
.cid-uzG9Lj5fnE .mbr-text {
  color: #ffffff;
}
.cid-uzG9Lj5fnE .mbr-desc {
  color: #0f1d07;
}
.cid-uzG9Lj5fnE .mbr-text,
.cid-uzG9Lj5fnE .mbr-section-btn {
  color: #38001b;
}
.cid-uzG9LjuSSb {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzG9LjuSSb .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzG9LjuSSb .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzG9LjuSSb .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #74d1bc;
  z-index: 1;
}
.cid-uzG9LjuSSb .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzG9LjuSSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LjuSSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LjuSSb .row {
  position: relative;
  z-index: 2;
}
.cid-uzG9LjuSSb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzG9LjuSSb .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzG9LjuSSb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzG9LjuSSb .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzG9LjuSSb .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzG9LjuSSb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzG9LjuSSb .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzG9LjuSSb .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzG9LjuSSb .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzG9LjuSSb .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzG9LjuSSb .mbr-section-title {
  color: #212529;
}
.cid-uzG9LjuSSb .mbr-text {
  color: #51565c;
}
.cid-uzG9LjuSSb .mbr-text,
.cid-uzG9LjuSSb .text-wrapper {
  color: #000000;
}
.cid-uzG9LjSlAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-uzG9LjSlAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LjSlAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LjSlAW .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzG9LjSlAW .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzG9LjSlAW .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzG9LjSlAW .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzG9LjSlAW .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzG9LjSlAW .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzG9LjSlAW .mbr-section-head {
  width: 100%;
}
.cid-uzG9LjSlAW .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzG9LjSlAW .mbr-section-title {
    text-align: center;
  }
}
.cid-uzG9LjSlAW .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzG9LjSlAW .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzG9LjSlAW .card-row {
  align-items: stretch;
}
.cid-uzG9LjSlAW .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzG9LjSlAW .item {
    margin-top: 30px;
  }
}
.cid-uzG9LjSlAW .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzG9LjSlAW .item-wrapper {
    padding: 20px;
  }
}
.cid-uzG9LjSlAW .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzG9LjSlAW .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzG9LjSlAW .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #3db79c);
  opacity: 0;
  transition: .4s all;
}
.cid-uzG9LjSlAW .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzG9LjSlAW .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzG9LjSlAW .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzG9LjSlAW .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzG9LjSlAW .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzG9LjSlAW .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzG9LjSlAW .card-text a {
  transition: .4s all;
}
.cid-uzG9LjSlAW .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzG9LkkhRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d1bc;
}
.cid-uzG9LkkhRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LkkhRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzG9LkkhRB .row {
  justify-content: space-between;
}
.cid-uzG9LkkhRB .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzG9LkkhRB .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzG9LkkhRB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzG9LkkhRB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzG9LkkhRB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzG9LkkhRB .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzG9LkkhRB .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzG9LkkhRB .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzG9LkkhRB .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzG9LkkhRB .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzG9LkkhRB .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzG9LkkhRB .mbr-section-title {
  color: #000000;
}
.cid-uzG9LkkhRB .mbr-section-subtitle {
  color: #000000;
}
.cid-uzG9LkkhRB .mbr-desc {
  color: #000000;
}
.cid-uzG9LkkhRB .mbr-text {
  color: #000000;
}
.cid-uzG9LkGs8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzG9LkGs8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzG9LkGs8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzG9LkGs8F .container {
    padding: 0 20px;
  }
}
.cid-uzG9LkGs8F .row {
  margin: 0;
}
.cid-uzG9LkGs8F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzG9LkGs8F .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzG9LkGs8F .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzG9LkGs8F .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzG9LkGs8F .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzG9LkGs8F .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzG9LkGs8F .mbr-section-title {
  color: #ffffff;
}
.cid-uzG9Ll2Mh0 {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f3f3e9;
}
.cid-uzG9Ll2Mh0 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzG9Ll2Mh0 .col-12 {
    padding: 0 2rem;
  }
  .cid-uzG9Ll2Mh0 .row {
    margin: 0 -2rem;
  }
}
.cid-uzG9Ll2Mh0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzG9Ll2Mh0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzG9Ll2Mh0 .svg-top .st0 {
  fill: #f3f3e9;
}
@media (max-width: 992px) {
  .cid-uzG9Ll2Mh0 .svg-top {
    width: 1000px;
  }
}
.cid-uzG9Ll2Mh0 .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzG9Ll2Mh0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzG9Ll2Mh0 span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzG9Ll2Mh0 .collapsed span {
  transform: rotate(0deg);
}
.cid-uzG9Ll2Mh0 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzG9Ll2Mh0 .panel-group {
  width: 100%;
}
.cid-uzG9Ll2Mh0 .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzG9Ll2Mh0 .card {
  border-radius: 0px;
}
.cid-uzG9Ll2Mh0 .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #74d1bc;
  padding: 0 1rem;
}
.cid-uzG9Ll2Mh0 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzG9Ll2Mh0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzG9Ll2Mh0 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzG9Ll2Mh0 .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uzG9Ll2Mh0 .panel-text {
  color: #1a449a;
}
.cid-uzG9Ll2Mh0 .header-text,
.cid-uzG9Ll2Mh0 .sign {
  color: #263d5a;
}
.cid-uzG9Ll2Mh0 .mbr-section-title {
  color: #0f1d07;
}
.cid-uzG9Ll2Mh0 .header-text,
.cid-uzG9Ll2Mh0 .sign,
.cid-uzG9Ll2Mh0 .card-header {
  color: #000000;
}
.cid-uzG9Ll2Mh0 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzG9LlB0qb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzG9LlB0qb .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzG9LlB0qb .wrapper {
    padding: 3rem;
  }
}
.cid-uzG9LlB0qb .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzG9LlB0qb .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzG9LlB0qb .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzG9LlB0qb .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzKCM6wz4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzKCM6wz4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKCM6wz4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKCM6wz4m .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uzKCM6wz4m .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzKCM6wz4m .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzKCM6wz4m .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzKCM6wz4m .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uzKCM6wz4m .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzKCM6wz4m .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzKCM6wz4m .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uzKCM6wz4m .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uzKCM6wz4m .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uzKCM6wz4m .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uzKCM6wz4m .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzKCM6wz4m .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzKCM6wz4m .card {
  justify-content: space-between;
}
.cid-uzKCM6wz4m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzKCM6wz4m .panel-title-edit {
  color: #38001b;
}
.cid-uzKCM6wz4m .panel-text {
  color: #f24d4a;
}
.cid-uzG9Lm09Kx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzG9Lm09Kx .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzG9Lm09Kx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzG9Lm09Kx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzG9Lm09Kx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzG9Lm09Kx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzG9LmqckC {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9a600;
}
@media (max-width: 767px) {
  .cid-uzG9LmqckC .content {
    text-align: center;
  }
  .cid-uzG9LmqckC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzG9LmqckC .logo-subtitle {
  color: #8d97ad;
}
.cid-uzG9LmqckC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzG9LmqckC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzG9LmqckC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzG9LmqckC .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzG9LmqckC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzG9LmqckC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzG9LmqckC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzG9LmqckC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzG9LmqckC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzG9LmqckC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzG9LmqckC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzG9LmqckC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzG9LmqckC .list-item {
  display: flex;
}
.cid-uzG9LmqckC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzG9LmqckC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzG9LmqckC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzG9LmqckC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzG9LmqckC P {
  text-align: left;
}
.cid-uzG9LmqckC .copyright > p {
  text-align: center;
}
.cid-uzJKksKcEt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzJKksKcEt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzJKksKcEt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzJKksKcEt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzJKksKcEt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzJKksKcEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzJKksKcEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzJKksKcEt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzJKksKcEt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzJKksKcEt .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzJKksKcEt .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzJKksKcEt .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzJKksKcEt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzJKksKcEt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzJKksKcEt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzJKksKcEt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzJKksKcEt .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzJKksKcEt .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzJKksKcEt .nav-link::before {
    left: 8px;
  }
}
.cid-uzJKksKcEt .nav-link:hover {
  opacity: 1;
}
.cid-uzJKksKcEt .nav-link:hover::before {
  opacity: 1;
}
.cid-uzJKksKcEt .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzJKksKcEt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzJKksKcEt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzJKksKcEt .navbar-caption:hover,
.cid-uzJKksKcEt .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzJKksKcEt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzJKksKcEt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzJKksKcEt .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #f3a719;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzJKksKcEt .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzJKksKcEt .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzJKksKcEt .menu-container {
    margin: 16px;
  }
}
.cid-uzJKksKcEt .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzJKksKcEt .iconfont-wrapper:hover,
.cid-uzJKksKcEt .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzJKksKcEt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f3a719;
}
.cid-uzJKksKcEt .nav-item:focus,
.cid-uzJKksKcEt .nav-link:focus {
  outline: none;
}
.cid-uzJKksKcEt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzJKksKcEt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzJKksKcEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzJKksKcEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzJKksKcEt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzJKksKcEt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzJKksKcEt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzJKksKcEt .navbar.opened {
  transition: all 0.3s;
}
.cid-uzJKksKcEt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzJKksKcEt .navbar .navbar-logo img {
  width: auto;
}
.cid-uzJKksKcEt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzJKksKcEt .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzJKksKcEt .navbar.collapsed {
  justify-content: center;
}
.cid-uzJKksKcEt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzJKksKcEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzJKksKcEt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzJKksKcEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzJKksKcEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzJKksKcEt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzJKksKcEt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzJKksKcEt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzJKksKcEt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzJKksKcEt .navbar {
    min-height: 72px;
  }
  .cid-uzJKksKcEt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzJKksKcEt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzJKksKcEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzJKksKcEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzJKksKcEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzJKksKcEt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzJKksKcEt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzJKksKcEt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzJKksKcEt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzJKksKcEt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzJKksKcEt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzJKksKcEt .dropdown-item.active,
.cid-uzJKksKcEt .dropdown-item:active {
  background-color: transparent;
}
.cid-uzJKksKcEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzJKksKcEt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzJKksKcEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzJKksKcEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3a719;
}
.cid-uzJKksKcEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzJKksKcEt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzJKksKcEt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzJKksKcEt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzJKksKcEt .navbar-buttons {
    text-align: left;
  }
}
.cid-uzJKksKcEt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzJKksKcEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzJKksKcEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzJKksKcEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJKksKcEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzJKksKcEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzJKksKcEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJKksKcEt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzJKksKcEt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzJKksKcEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzJKksKcEt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzJKksKcEt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzJKksKcEt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzJKksKcEt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzJKksKcEt .navbar {
    height: 70px;
  }
  .cid-uzJKksKcEt .navbar.opened {
    height: auto;
  }
  .cid-uzJKksKcEt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzJKksKcEt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzJKksKcEt .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzJKksKcEt .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzJKksKcEt .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzJKksKcEt .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzJKksKcEt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzJKksKcEt .navbar-brand {
    margin-right: auto;
  }
  .cid-uzJKksKcEt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f3a719;
  }
  .cid-uzJKksKcEt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzJKksKcEt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzJKksKcEt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzJKksKcEt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzJKksKcEt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzJKksKcEt .navbar-brand,
.cid-uzJKksKcEt .navbar-toggler,
.cid-uzJKksKcEt .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzJKkteoSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzJKkteoSB .header-wrap {
  padding: 80px 0 160px;
}
.cid-uzJKkteoSB .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  padding: 0 15% 250px 0;
}
.cid-uzJKkteoSB img {
  position: absolute;
  width: 900px;
  height: auto;
  right: -20%;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cid-uzJKkteoSB img {
    position: static;
    width: 100%;
  }
  .cid-uzJKkteoSB .header-title {
    padding: 0;
  }
}
.cid-uzJKkteoSB .mbr-text,
.cid-uzJKkteoSB .mbr-section-btn {
  color: #ffffff;
}
.cid-uzJKkteoSB .mbr-section-title {
  margin-bottom: 24px;
  color: #f7f7f7;
}
.cid-uzJKkteoSB .mbr-text {
  margin-bottom: 48px;
}
.cid-uzJKkteoSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkteoSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKktBEJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzJKktBEJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKktBEJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKktBEJN .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uzJKktBEJN .container-fluid {
    padding: 0 16px;
  }
}
.cid-uzJKktBEJN .container-fluid .row {
  padding: 0;
}
.cid-uzJKktBEJN .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uzJKktBEJN .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uzJKktBEJN .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uzJKktBEJN .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uzJKktBEJN .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f3a719;
  opacity: .3;
}
.cid-uzJKktBEJN .mbr-section-title {
  color: #495DFF;
}
.cid-uzJKktBEJN .mbr-text {
  color: #495DFF;
}
.cid-uzJKktBEJN .mbr-section-title,
.cid-uzJKktBEJN .list-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uzJKktVBtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uzJKktVBtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKktVBtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzJKktVBtq .container {
    padding: 0 15px;
  }
}
.cid-uzJKktVBtq .row {
  justify-content: center;
}
.cid-uzJKktVBtq .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #f3a719;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uzJKktVBtq .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzJKktVBtq .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uzJKktVBtq .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzJKktVBtq .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uzJKktVBtq .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzJKktVBtq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzJKktVBtq .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzJKktVBtq .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzJKktVBtq .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uzJKktVBtq .mbr-section-title {
  color: #f2ac2b;
}
.cid-uzJKktVBtq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzJKktVBtq .mbr-section-title,
.cid-uzJKktVBtq .mbr-section-btn {
  text-align: center;
}
.cid-uzJKkufd6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzJKkufd6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkufd6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkufd6l .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .container {
    padding: 0 16px;
  }
}
.cid-uzJKkufd6l .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .row {
    margin: 0 10px;
  }
}
.cid-uzJKkufd6l .row .card {
  position: relative;
  padding: 0;
}
.cid-uzJKkufd6l .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uzJKkufd6l .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzJKkufd6l .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #3db79c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uzJKkufd6l .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzJKkufd6l .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzJKkufd6l .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzJKkufd6l .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzJKkufd6l .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzJKkufd6l .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzJKkufd6l .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzJKkufd6l .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzJKkufd6l .mbr-text {
  color: #F9A600;
}
.cid-uzJKkufd6l .mbr-section-title,
.cid-uzJKkufd6l .icon-wrapper {
  color: #000000;
}
.cid-uzJKkufd6l .mbr-text,
.cid-uzJKkufd6l .mbr-section-btn {
  color: #000000;
}
.cid-uzJKkuB1eT {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-uzJKkuB1eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkuB1eT .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzJKkuB1eT .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzJKkuB1eT .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzJKkuB1eT .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzJKkuB1eT .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzJKkuB1eT .item-wrapper:hover .card-title,
.cid-uzJKkuB1eT .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzJKkuB1eT .item-wrapper:hover span,
.cid-uzJKkuB1eT .item-wrapper:hover .card-link,
.cid-uzJKkuB1eT .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzJKkuB1eT .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzJKkuB1eT .card-title,
.cid-uzJKkuB1eT .card-text,
.cid-uzJKkuB1eT .card-link,
.cid-uzJKkuB1eT .card-link a {
  transition: all 0.3s;
}
.cid-uzJKkuB1eT .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzJKkuB1eT .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzJKkuB1eT .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzJKkuB1eT .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzJKkuB1eT .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzJKkuB1eT .card-title,
.cid-uzJKkuB1eT .iconfont-wrapper {
  color: #000000;
}
.cid-uzJKkuB1eT .card-text {
  color: #232323;
}
.cid-uzJKkuB1eT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzJKkuB1eT .card-link,
.cid-uzJKkuB1eT .link-icon,
.cid-uzJKkuB1eT .link-align {
  color: #232323;
}
.cid-uzJKkuB1eT .mbr-section-subtitle {
  text-align: left;
}
.cid-uzJKkvd4oE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzJKkvd4oE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkvd4oE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkvd4oE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzJKkvd4oE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkvd4oE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkvd4oE .container {
    padding: 0 20px;
  }
}
.cid-uzJKkvd4oE .row {
  justify-content: center;
}
.cid-uzJKkvd4oE .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzJKkvd4oE .content-wrapper {
    display: block;
  }
}
.cid-uzJKkvd4oE .content-wrapper .card {
  justify-content: center;
}
.cid-uzJKkvd4oE .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzJKkvd4oE .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uzJKkvd4oE .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzJKkvd4oE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzJKkvd4oE .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uzJKkvd4oE .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uzJKkvd4oE .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkvd4oE .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uzJKkvd4oE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzJKkvd4oE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uzJKkvd4oE .mbr-section-title {
  color: #38001b;
}
.cid-uzJKkvd4oE .mbr-text {
  color: #38001b;
}
.cid-uzJKkvxpnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzJKkvxpnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkvxpnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkvxpnT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzJKkvxpnT .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkvxpnT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkvxpnT .container {
    padding: 0 20px;
  }
}
.cid-uzJKkvxpnT .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-uzJKkvxpnT .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzJKkvxpnT .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzJKkvxpnT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzJKkvxpnT .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzJKkvxpnT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzJKkvxpnT .mbr-desc {
  color: #38001b;
}
.cid-uzJKkvXO4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3db79c;
}
.cid-uzJKkvXO4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkvXO4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkvXO4h .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uzJKkvXO4h .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzJKkvXO4h .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzJKkvXO4h .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzJKkvXO4h .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uzJKkvXO4h .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzJKkvXO4h .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzJKkvXO4h .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzJKkvXO4h .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzJKkvXO4h .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzJKkvXO4h .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzJKkvXO4h .mbr-section-title,
.cid-uzJKkvXO4h .mbr-section-btn {
  color: #000000;
}
.cid-uzJKkwhc1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzJKkwhc1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkwhc1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkwhc1d .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzJKkwhc1d .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .container {
    padding: 0 20px;
  }
}
.cid-uzJKkwhc1d .row {
  justify-content: center;
}
.cid-uzJKkwhc1d .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzJKkwhc1d .content-wrapper .card {
  justify-content: center;
}
.cid-uzJKkwhc1d .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzJKkwhc1d .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzJKkwhc1d .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzJKkwhc1d .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzJKkwhc1d .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzJKkwhc1d .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzJKkwhc1d .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzJKkwhc1d .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-uzJKkwhc1d .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzJKkwhc1d .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzJKkwhc1d .mbr-section-title {
  color: #000000;
}
.cid-uzJKkwhc1d .mbr-text {
  color: #ffffff;
}
.cid-uzJKkwhc1d .mbr-desc {
  color: #0f1d07;
}
.cid-uzJKkwhc1d .mbr-text,
.cid-uzJKkwhc1d .mbr-section-btn {
  color: #000000;
}
.cid-uzJKkwHKlt {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzJKkwHKlt .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzJKkwHKlt .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzJKkwHKlt .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #74d1bc;
  z-index: 1;
}
.cid-uzJKkwHKlt .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uzJKkwHKlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkwHKlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkwHKlt .row {
  position: relative;
  z-index: 2;
}
.cid-uzJKkwHKlt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzJKkwHKlt .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzJKkwHKlt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzJKkwHKlt .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzJKkwHKlt .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzJKkwHKlt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzJKkwHKlt .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzJKkwHKlt .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzJKkwHKlt .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzJKkwHKlt .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzJKkwHKlt .mbr-section-title {
  color: #212529;
}
.cid-uzJKkwHKlt .mbr-text {
  color: #51565c;
}
.cid-uzJKkwHKlt .mbr-text,
.cid-uzJKkwHKlt .text-wrapper {
  color: #000000;
}
.cid-uzJKkxabhR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-uzJKkxabhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkxabhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkxabhR .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzJKkxabhR .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzJKkxabhR .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzJKkxabhR .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzJKkxabhR .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzJKkxabhR .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzJKkxabhR .mbr-section-head {
  width: 100%;
}
.cid-uzJKkxabhR .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzJKkxabhR .mbr-section-title {
    text-align: center;
  }
}
.cid-uzJKkxabhR .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzJKkxabhR .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzJKkxabhR .card-row {
  align-items: stretch;
}
.cid-uzJKkxabhR .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzJKkxabhR .item {
    margin-top: 30px;
  }
}
.cid-uzJKkxabhR .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzJKkxabhR .item-wrapper {
    padding: 20px;
  }
}
.cid-uzJKkxabhR .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzJKkxabhR .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzJKkxabhR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #3db79c);
  opacity: 0;
  transition: .4s all;
}
.cid-uzJKkxabhR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzJKkxabhR .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzJKkxabhR .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzJKkxabhR .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzJKkxabhR .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzJKkxabhR .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzJKkxabhR .card-text a {
  transition: .4s all;
}
.cid-uzJKkxabhR .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzJKkxK3rD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #74d1bc;
}
.cid-uzJKkxK3rD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKkxK3rD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzJKkxK3rD .row {
  justify-content: space-between;
}
.cid-uzJKkxK3rD .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzJKkxK3rD .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzJKkxK3rD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzJKkxK3rD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzJKkxK3rD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzJKkxK3rD .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzJKkxK3rD .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzJKkxK3rD .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzJKkxK3rD .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzJKkxK3rD .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzJKkxK3rD .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzJKkxK3rD .mbr-section-title {
  color: #000000;
}
.cid-uzJKkxK3rD .mbr-section-subtitle {
  color: #000000;
}
.cid-uzJKkxK3rD .mbr-desc {
  color: #000000;
}
.cid-uzJKkxK3rD .mbr-text {
  color: #000000;
}
.cid-uzJKky8ypr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9a600;
}
.cid-uzJKky8ypr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzJKky8ypr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzJKky8ypr .container {
    padding: 0 20px;
  }
}
.cid-uzJKky8ypr .row {
  margin: 0;
}
.cid-uzJKky8ypr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzJKky8ypr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzJKky8ypr .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzJKky8ypr .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzJKky8ypr .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzJKky8ypr .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzJKky8ypr .mbr-section-title {
  color: #ffffff;
}
.cid-uzJKkyAGvd {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f3f3e9;
}
.cid-uzJKkyAGvd .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzJKkyAGvd .col-12 {
    padding: 0 2rem;
  }
  .cid-uzJKkyAGvd .row {
    margin: 0 -2rem;
  }
}
.cid-uzJKkyAGvd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzJKkyAGvd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzJKkyAGvd .svg-top .st0 {
  fill: #f3f3e9;
}
@media (max-width: 992px) {
  .cid-uzJKkyAGvd .svg-top {
    width: 1000px;
  }
}
.cid-uzJKkyAGvd .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzJKkyAGvd .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzJKkyAGvd span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzJKkyAGvd .collapsed span {
  transform: rotate(0deg);
}
.cid-uzJKkyAGvd .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzJKkyAGvd .panel-group {
  width: 100%;
}
.cid-uzJKkyAGvd .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzJKkyAGvd .card {
  border-radius: 0px;
}
.cid-uzJKkyAGvd .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #74d1bc;
  padding: 0 1rem;
}
.cid-uzJKkyAGvd .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzJKkyAGvd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzJKkyAGvd .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzJKkyAGvd .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-uzJKkyAGvd .panel-text {
  color: #1a449a;
}
.cid-uzJKkyAGvd .header-text,
.cid-uzJKkyAGvd .sign {
  color: #263d5a;
}
.cid-uzJKkyAGvd .mbr-section-title {
  color: #0f1d07;
}
.cid-uzJKkyAGvd .header-text,
.cid-uzJKkyAGvd .sign,
.cid-uzJKkyAGvd .card-header {
  color: #000000;
}
.cid-uzJKkyAGvd .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzJKkzfgEg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3a719;
}
.cid-uzJKkzfgEg .wrapper {
  background-color: #f6fafc;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzJKkzfgEg .wrapper {
    padding: 3rem;
  }
}
.cid-uzJKkzfgEg .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzJKkzfgEg .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzJKkzfgEg .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzJKkzfgEg .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzKELd5s92 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzKELd5s92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKELd5s92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzKELd5s92 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uzKELd5s92 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzKELd5s92 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzKELd5s92 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzKELd5s92 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uzKELd5s92 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uzKELd5s92 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uzKELd5s92 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #f24d4a;
}
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uzKELd5s92 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uzKELd5s92 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uzKELd5s92 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uzKELd5s92 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzKELd5s92 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzKELd5s92 .card {
  justify-content: space-between;
}
.cid-uzKELd5s92 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzKELd5s92 .panel-title-edit {
  color: #f24d4a;
}
.cid-uzKELd5s92 .panel-text {
  color: #f24d4a;
}
.cid-uzJKkzB7TW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzJKkzB7TW .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzJKkzB7TW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzJKkzB7TW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzJKkzB7TW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzJKkzB7TW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzJKkA8O7E {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9a600;
}
@media (max-width: 767px) {
  .cid-uzJKkA8O7E .content {
    text-align: center;
  }
  .cid-uzJKkA8O7E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzJKkA8O7E .logo-subtitle {
  color: #8d97ad;
}
.cid-uzJKkA8O7E .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzJKkA8O7E .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzJKkA8O7E .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzJKkA8O7E .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzJKkA8O7E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzJKkA8O7E .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzJKkA8O7E .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzJKkA8O7E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzJKkA8O7E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzJKkA8O7E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzJKkA8O7E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzJKkA8O7E .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzJKkA8O7E .list-item {
  display: flex;
}
.cid-uzJKkA8O7E .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzJKkA8O7E ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzJKkA8O7E ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzJKkA8O7E ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzJKkA8O7E P {
  text-align: left;
}
.cid-uzJKkA8O7E .copyright > p {
  text-align: center;
}
