.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: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #7101d6 !important;
}
.bg-success {
  background-color: #fe0074 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7101d6 !important;
  border-color: #7101d6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8b0cfe !important;
  border-color: #8b0cfe !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b0cfe !important;
  border-color: #8b0cfe !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #fe0074 !important;
  border-color: #fe0074 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff3290 !important;
  border-color: #ff3290 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff3290 !important;
  border-color: #ff3290 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #7101d6;
  color: #7101d6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #430180 !important;
  background-color: transparent !important;
  border-color: #430180 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7101d6 !important;
  border-color: #7101d6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fe0074;
  color: #fe0074;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a7004c !important;
  background-color: transparent !important;
  border-color: #a7004c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0074 !important;
  border-color: #fe0074 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #7101d6 !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #fe0074 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3b0170 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #980045 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #7101d6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #7101d6;
  border-color: #7101d6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7101d6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4a4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcbe3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #7101d6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #7101d6;
}
/* 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: #7101d6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7101d6;
}
.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: #7101d6;
  border-bottom-color: #7101d6;
}
.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: #7101d6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0c2c68 !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='%237101d6' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uvf6gImuLE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvf6gImuLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvf6gImuLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvf6gImuLE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uvf6gImuLE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvf6gImuLE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvf6gImuLE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvf6gImuLE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvf6gImuLE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvf6gImuLE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uvf6gImuLE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvf6gImuLE .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvf6gImuLE .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: #232323;
}
.cid-uvf6gImuLE .nav-item:focus,
.cid-uvf6gImuLE .nav-link:focus {
  outline: none;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvf6gImuLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvf6gImuLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uvf6gImuLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvf6gImuLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uvf6gImuLE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvf6gImuLE .navbar.collapsed {
  justify-content: center;
}
.cid-uvf6gImuLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvf6gImuLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvf6gImuLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .navbar {
    min-height: 72px;
  }
  .cid-uvf6gImuLE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvf6gImuLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvf6gImuLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvf6gImuLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvf6gImuLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvf6gImuLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvf6gImuLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvf6gImuLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvf6gImuLE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvf6gImuLE .dropdown-item.active,
.cid-uvf6gImuLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uvf6gImuLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvf6gImuLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvf6gImuLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvf6gImuLE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvf6gImuLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvf6gImuLE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .navbar-buttons {
    text-align: left;
  }
}
.cid-uvf6gImuLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf6gImuLE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvf6gImuLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvf6gImuLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvf6gImuLE .navbar {
    height: 70px;
  }
  .cid-uvf6gImuLE .navbar.opened {
    height: auto;
  }
  .cid-uvf6gImuLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvf6gImuLE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvf6gImuLE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvf6gImuLE .navbar-brand {
    margin-right: auto;
  }
  .cid-uvf6gImuLE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uvf6gImuLE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvf6gImuLE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvf6gImuLE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvf6hhOgwP {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background-gradient-lights-min-2000x1333.jpg");
}
.cid-uvf6hhOgwP .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uvf6hhOgwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvf6hhOgwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf6hhOgwP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvf6hhOgwP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvf6hhOgwP {
    align-items: center;
  }
  .cid-uvf6hhOgwP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvf6hhOgwP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvf6hhOgwP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvf6hhOgwP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvf6hhOgwP .content-wrap {
    width: 100%;
  }
}
.cid-uvf6hhOgwP .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-uvf6hhOgwP .mbr-text,
.cid-uvf6hhOgwP .mbr-section-btn {
  text-align: center;
}
.cid-uvfbi6xbdG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvfbi6xbdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfbi6xbdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfbi6xbdG .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uvfbi6xbdG .mbr-section-title {
  color: #edefeb;
}
.cid-uvfbEXbKLL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvfbEXbKLL h6 {
  line-height: 1.2;
}
.cid-uvfbEXbKLL img,
.cid-uvfbEXbKLL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uvfbEXbKLL .item:focus,
.cid-uvfbEXbKLL span:focus {
  outline: none;
}
.cid-uvfbEXbKLL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfbEXbKLL .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfbEXbKLL .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uvfbEXbKLL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvfbEXbKLL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uvfbEXbKLL .mbr-section-title {
  color: #000000;
}
.cid-uvfbEXbKLL .mbr-text,
.cid-uvfbEXbKLL .mbr-section-btn {
  color: #000000;
}
.cid-uvfbEXbKLL .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvfbEXbKLL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvfbEXbKLL .item-text {
  color: #000000;
  text-align: center;
}
.cid-uvfbEXbKLL .content-head {
  max-width: 800px;
}
.cid-uvfbEXbKLL .item-title,
.cid-uvfbEXbKLL .mbr-section-btn {
  color: #edefeb;
}
.cid-uvfdm6OC8R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvfdm6OC8R h6 {
  line-height: 1.2;
}
.cid-uvfdm6OC8R img,
.cid-uvfdm6OC8R .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uvfdm6OC8R .item:focus,
.cid-uvfdm6OC8R span:focus {
  outline: none;
}
.cid-uvfdm6OC8R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfdm6OC8R .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfdm6OC8R .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uvfdm6OC8R .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvfdm6OC8R .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uvfdm6OC8R .mbr-section-title {
  color: #000000;
}
.cid-uvfdm6OC8R .mbr-text,
.cid-uvfdm6OC8R .mbr-section-btn {
  color: #000000;
}
.cid-uvfdm6OC8R .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvfdm6OC8R .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvfdm6OC8R .item-text {
  color: #000000;
  text-align: center;
}
.cid-uvfdm6OC8R .content-head {
  max-width: 800px;
}
.cid-uvfdm6OC8R .item-title,
.cid-uvfdm6OC8R .mbr-section-btn {
  color: #edefeb;
}
.cid-uvfeeyuPLv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfeeyuPLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfeeyuPLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfeeyuPLv .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvff7HwFRk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvff7HwFRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvff7HwFRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvff7HwFRk .mbr-section-title {
  color: #edefeb;
}
.cid-uvff7HwFRk .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvffPTKtQu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uvffPTKtQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvffPTKtQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvffPTKtQu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvffPTKtQu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvffPTKtQu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvffPTKtQu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvffPTKtQu .mbr-section-title {
  color: #000000;
}
.cid-uvffPTKtQu .mbr-text,
.cid-uvffPTKtQu .mbr-section-btn {
  color: #edefeb;
}
.cid-uvfgQsGO1E {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfgQsGO1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfgQsGO1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvfgQsGO1E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvfgQsGO1E .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvfgQsGO1E .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvfgQsGO1E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvfgQsGO1E .mbr-section-title {
  color: #000000;
}
.cid-uvfgQsGO1E .mbr-text,
.cid-uvfgQsGO1E .mbr-section-btn {
  color: #edefeb;
}
.cid-uvfhP6NNBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvfhP6NNBW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uvfhP6NNBW img,
.cid-uvfhP6NNBW .item-img {
  width: 100%;
}
.cid-uvfhP6NNBW .item:focus,
.cid-uvfhP6NNBW span:focus {
  outline: none;
}
.cid-uvfhP6NNBW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfhP6NNBW .item {
    margin-bottom: 1rem;
  }
}
.cid-uvfhP6NNBW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvfhP6NNBW .mbr-section-title {
  color: #edefeb;
}
.cid-uvfhP6NNBW .mbr-text,
.cid-uvfhP6NNBW .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uvfhP6NNBW .item-title {
  color: #232323;
  text-align: left;
}
.cid-uvfhP6NNBW .content-head {
  max-width: 800px;
}
.cid-uvfhP6NNBW .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvhLMj3XBy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvhLMj3XBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhLMj3XBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvhLMj3XBy .mbr-section-title {
  color: #edefeb;
}
.cid-uvhLNmz4aa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uvhLNmz4aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhLNmz4aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvhLNmz4aa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvhLNmz4aa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvhLNmz4aa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvhLNmz4aa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvhLNmz4aa .mbr-section-title {
  color: #232323;
}
.cid-uvhLNmz4aa .mbr-text,
.cid-uvhLNmz4aa .mbr-section-btn {
  color: #edefeb;
}
.cid-uzAvSkKZ6N {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uzAvSkKZ6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAvSkKZ6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzAvSkKZ6N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzAvSkKZ6N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzAvSkKZ6N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzAvSkKZ6N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzAvSkKZ6N .mbr-section-title {
  color: #edefeb;
}
.cid-uzAvSkKZ6N .mbr-text,
.cid-uzAvSkKZ6N .mbr-section-btn {
  color: #edefeb;
}
.cid-uAcRZ3MaYE {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/screenshot-2025-01-18-at-10.56.53am-1915x921.png");
}
.cid-uAcRZ3MaYE .mbr-overlay {
  background-color: #393193;
  opacity: 0.9;
}
.cid-uAcRZ3MaYE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAcRZ3MaYE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAcRZ3MaYE {
    align-items: center;
  }
  .cid-uAcRZ3MaYE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAcRZ3MaYE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAcRZ3MaYE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAcRZ3MaYE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAcRZ3MaYE .content-wrap {
    width: 100%;
  }
}
.cid-uAcRZ3MaYE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAcRZ3MaYE .mbr-text,
.cid-uAcRZ3MaYE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uAcRZ3MaYE .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uvhNWzT8rt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uvhNWzT8rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhNWzT8rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvhNWzT8rt .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvhNWzT8rt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvhNWzT8rt .mbr-section-title {
  text-align: center;
}
.cid-uvhNWzT8rt .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uvhNWzT8rt .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uvhNWzT8rt .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uvhNWzT8rt .content-head {
  max-width: 800px;
}
.cid-uvhNWzT8rt .img-box {
  display: flex;
  justify-content: center;
}
.cid-uvhNWzT8rt .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uvhNWzT8rt .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uvhNWzT8rt .link {
  text-align: center;
}
.cid-uvhQizEFxr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvhQizEFxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhQizEFxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvhQizEFxr .mbr-section-title {
  color: #edefeb;
}
.cid-uvhQizEFxr .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uvf6gImuLE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvf6gImuLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvf6gImuLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvf6gImuLE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uvf6gImuLE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvf6gImuLE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvf6gImuLE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvf6gImuLE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvf6gImuLE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvf6gImuLE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uvf6gImuLE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvf6gImuLE .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvf6gImuLE .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: #232323;
}
.cid-uvf6gImuLE .nav-item:focus,
.cid-uvf6gImuLE .nav-link:focus {
  outline: none;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvf6gImuLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvf6gImuLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uvf6gImuLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvf6gImuLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uvf6gImuLE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvf6gImuLE .navbar.collapsed {
  justify-content: center;
}
.cid-uvf6gImuLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvf6gImuLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvf6gImuLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .navbar {
    min-height: 72px;
  }
  .cid-uvf6gImuLE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvf6gImuLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvf6gImuLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvf6gImuLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvf6gImuLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvf6gImuLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvf6gImuLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvf6gImuLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvf6gImuLE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvf6gImuLE .dropdown-item.active,
.cid-uvf6gImuLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uvf6gImuLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvf6gImuLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvf6gImuLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvf6gImuLE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvf6gImuLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvf6gImuLE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .navbar-buttons {
    text-align: left;
  }
}
.cid-uvf6gImuLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf6gImuLE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvf6gImuLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvf6gImuLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvf6gImuLE .navbar {
    height: 70px;
  }
  .cid-uvf6gImuLE .navbar.opened {
    height: auto;
  }
  .cid-uvf6gImuLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvf6gImuLE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvf6gImuLE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvf6gImuLE .navbar-brand {
    margin-right: auto;
  }
  .cid-uvf6gImuLE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uvf6gImuLE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvf6gImuLE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvf6gImuLE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uyV9h0Ntnz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uyV9h0Ntnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyV9h0Ntnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyV9h0Ntnz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyV9h0Ntnz .row {
  flex-direction: row-reverse;
}
.cid-uyV9h0Ntnz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyV9h0Ntnz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyV9h0Ntnz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyV9h0Ntnz .mbr-section-title {
  color: #edefeb;
}
.cid-uyV9h0Ntnz .mbr-text,
.cid-uyV9h0Ntnz .mbr-section-btn {
  color: #edefeb;
}
.cid-uvhSQdR3Pr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvhSQdR3Pr .item:focus,
.cid-uvhSQdR3Pr span:focus {
  outline: none;
}
.cid-uvhSQdR3Pr .item {
  cursor: pointer;
}
.cid-uvhSQdR3Pr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uvhSQdR3Pr .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uvhSQdR3Pr .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-uvhSQdR3Pr .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 20s;
}
.cid-uvhSQdR3Pr .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #edefeb;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uvhSQdR3Pr .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 25s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uvhSQdR3Pr .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 18s;
}
.cid-uvhSQdR3Pr .mbr-section-title,
.cid-uvhSQdR3Pr .mbr-section-subtitle {
  color: #000000;
}
.cid-uAdt2J8pmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAdt2J8pmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAdt2J8pmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAdt2J8pmf .image-wrapper {
    flex-direction: column;
  }
  .cid-uAdt2J8pmf .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uAdt2J8pmf .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-uAdt2J8pmf img,
.cid-uAdt2J8pmf .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAdt2J8pmf .card-wrapper {
  background: #232323;
}
.cid-uAdt2J8pmf .mbr-text,
.cid-uAdt2J8pmf .mbr-section-btn {
  color: #edefeb;
}
.cid-uAdt2J8pmf .card-title,
.cid-uAdt2J8pmf .card-box {
  color: #edefeb;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uAdt2J8pmf .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAdt2J8pmf .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAdt2J8pmf .card-content-text {
    padding: 4rem;
  }
}
.cid-uA1FxyDb4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA1FxyDb4J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA1FxyDb4J .item {
    margin-bottom: 1rem;
  }
}
.cid-uA1FxyDb4J .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uA1FxyDb4J .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uA1FxyDb4J .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uA1FxyDb4J .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uA1FxyDb4J .carousel-control,
.cid-uA1FxyDb4J .close {
  background: #1b1b1b;
}
.cid-uA1FxyDb4J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA1FxyDb4J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA1FxyDb4J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA1FxyDb4J .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA1FxyDb4J .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uA1FxyDb4J .close::before {
  content: '\e91a';
}
.cid-uA1FxyDb4J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA1FxyDb4J .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uA1FxyDb4J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA1FxyDb4J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA1FxyDb4J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA1FxyDb4J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA1FxyDb4J .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uA1FxyDb4J .carousel-indicators li.active,
.cid-uA1FxyDb4J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA1FxyDb4J .carousel-indicators li::after,
.cid-uA1FxyDb4J .carousel-indicators li::before {
  content: none;
}
.cid-uA1FxyDb4J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA1FxyDb4J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA1FxyDb4J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA1FxyDb4J .carousel-indicators {
    display: none;
  }
}
.cid-uA1FxyDb4J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA1FxyDb4J .carousel-inner > .active {
  display: block;
}
.cid-uA1FxyDb4J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA1FxyDb4J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA1FxyDb4J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA1FxyDb4J .carousel-control,
  .cid-uA1FxyDb4J .carousel-indicators,
  .cid-uA1FxyDb4J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA1FxyDb4J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA1FxyDb4J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA1FxyDb4J .carousel-indicators .active,
.cid-uA1FxyDb4J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA1FxyDb4J .carousel-indicators .active {
  background: #fff;
}
.cid-uA1FxyDb4J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA1FxyDb4J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA1FxyDb4J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA1FxyDb4J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA1FxyDb4J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA1FxyDb4J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA1FxyDb4J .carousel {
  width: 100%;
}
.cid-uA1FxyDb4J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA1FxyDb4J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA1FxyDb4J .modal.fade .modal-dialog,
.cid-uA1FxyDb4J .modal.in .modal-dialog {
  transform: none;
}
.cid-uA1FxyDb4J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA1FxyDb4J .content-head {
  max-width: 800px;
}
.cid-uA1FxyDb4J H3 {
  color: #edefeb;
}
.cid-uA1FxyDb4J H4 {
  color: #edefeb;
}
.cid-uA1GbmzPZP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uA1GbmzPZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1GbmzPZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1GbmzPZP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA1GbmzPZP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA1GbmzPZP .mbr-section-title {
  text-align: center;
}
.cid-uA1GbmzPZP .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uA1GbmzPZP .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uA1GbmzPZP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA1GbmzPZP .content-head {
  max-width: 800px;
}
.cid-uA1GbmzPZP .img-box {
  display: flex;
  justify-content: center;
}
.cid-uA1GbmzPZP .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uA1GbmzPZP .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uA1GbmzPZP .link {
  text-align: center;
}
.cid-uA1Gct2Be3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA1Gct2Be3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1Gct2Be3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1Gct2Be3 .mbr-section-title {
  color: #edefeb;
}
.cid-uA1Gct2Be3 .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uvf6gImuLE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvf6gImuLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvf6gImuLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvf6gImuLE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uvf6gImuLE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvf6gImuLE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvf6gImuLE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uvf6gImuLE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvf6gImuLE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvf6gImuLE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvf6gImuLE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uvf6gImuLE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvf6gImuLE .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvf6gImuLE .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: #232323;
}
.cid-uvf6gImuLE .nav-item:focus,
.cid-uvf6gImuLE .nav-link:focus {
  outline: none;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvf6gImuLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvf6gImuLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvf6gImuLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uvf6gImuLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvf6gImuLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uvf6gImuLE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvf6gImuLE .navbar.collapsed {
  justify-content: center;
}
.cid-uvf6gImuLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvf6gImuLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvf6gImuLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvf6gImuLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvf6gImuLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvf6gImuLE .navbar {
    min-height: 72px;
  }
  .cid-uvf6gImuLE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvf6gImuLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvf6gImuLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvf6gImuLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvf6gImuLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvf6gImuLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvf6gImuLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvf6gImuLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvf6gImuLE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvf6gImuLE .dropdown-item.active,
.cid-uvf6gImuLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uvf6gImuLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvf6gImuLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvf6gImuLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvf6gImuLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvf6gImuLE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvf6gImuLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvf6gImuLE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .navbar-buttons {
    text-align: left;
  }
}
.cid-uvf6gImuLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvf6gImuLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvf6gImuLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvf6gImuLE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvf6gImuLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvf6gImuLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvf6gImuLE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvf6gImuLE .navbar {
    height: 70px;
  }
  .cid-uvf6gImuLE .navbar.opened {
    height: auto;
  }
  .cid-uvf6gImuLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvf6gImuLE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvf6gImuLE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvf6gImuLE .navbar-brand {
    margin-right: auto;
  }
  .cid-uvf6gImuLE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uvf6gImuLE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvf6gImuLE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvf6gImuLE .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-uvf6gImuLE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvf6gImuLE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvq1yhWDeJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-tiger-lily-4483610-min-2000x1333.jpg");
}
.cid-uvq1yhWDeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvq1yhWDeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvq1yhWDeJ .mbr-section-title {
  color: #ffffff;
}
.cid-uvq1yhWDeJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvq2w5TCm7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvq2w5TCm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvq2w5TCm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvq2w5TCm7 .card-wrapper {
  background: #ffd7ef;
}
@media (max-width: 767px) {
  .cid-uvq2w5TCm7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvq2w5TCm7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvq2w5TCm7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvq2w5TCm7 .mbr-text,
.cid-uvq2w5TCm7 .mbr-section-btn {
  color: #232323;
}
.cid-uvq2w5TCm7 .card-title,
.cid-uvq2w5TCm7 .card-box {
  text-align: left;
  color: #232323;
}
.cid-uvq3XPT0hI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvq3XPT0hI .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uvq3XPT0hI .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uvq3XPT0hI .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9c98cf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvq3XPT0hI .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uvq3XPT0hI .mbr-section-subtitle {
  text-align: center;
}
.cid-uvq3XPT0hI .mbr-text {
  color: #edefeb;
}
.cid-uvq4IVgs5r {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvq4IVgs5r .mbr-text {
  color: #edefeb;
}
.cid-uvq4IVgs5r .mbr-section-subtitle {
  color: #000000;
}
.cid-uvq4IVgs5r .mbr-section-title {
  color: #edefeb;
}
.cid-uvqldQKnFg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqldQKnFg .mbr-text {
  color: #edefeb;
}
.cid-uvqldQKnFg .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqldQKnFg .mbr-section-title {
  color: #edefeb;
}
.cid-uvqr9x4zkL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqr9x4zkL .mbr-text {
  color: #edefeb;
}
.cid-uvqr9x4zkL .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqr9x4zkL .mbr-section-title {
  color: #edefeb;
}
.cid-uvqsQo3dmV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqsQo3dmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqsQo3dmV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uvqsQo3dmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqsQo3dmV .item-wrapper {
  background: #111111;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvqsQo3dmV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqsQo3dmV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvqsQo3dmV .card-title,
.cid-uvqsQo3dmV .iconfont-wrapper {
  color: #000000;
}
.cid-uvqsQo3dmV .card-text {
  color: #edefeb;
}
.cid-uvqsQo3dmV .content-head {
  max-width: 800px;
}
.cid-uvqsQo3dmV .mbr-section-title {
  color: #edefeb;
}
.cid-uvqsQo3dmV .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvqsQo3dmV .card-title,
.cid-uvqsQo3dmV .img-wrapper {
  color: #edefeb;
}
.cid-uvqvnklVRI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-gradient-lights-min-2000x1333.jpg");
}
.cid-uvqvnklVRI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uvqvnklVRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqvnklVRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqvnklVRI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uvqvnklVRI .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvqvnklVRI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvqvnklVRI .card-title,
.cid-uvqvnklVRI .iconfont-wrapper {
  color: #000000;
}
.cid-uvqvnklVRI .content-head {
  max-width: 800px;
}
.cid-uvqvnklVRI .mbr-section-title {
  color: #ffffff;
}
.cid-uvqvnklVRI .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqvnklVRI .card-text {
  color: #000000;
}
.cid-uvqvnklVRI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvqvnklVRI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uvqxSI86sQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqxSI86sQ .mbr-text {
  color: #edefeb;
}
.cid-uvqxSI86sQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqxSI86sQ .mbr-section-title {
  color: #edefeb;
}
.cid-uAeVxXSs8N {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAeVxXSs8N .mbr-text {
  color: #000000;
}
.cid-uAeVxXSs8N .mbr-section-subtitle {
  color: #000000;
}
.cid-uAeVxXSs8N .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uAeWGyTf4J {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAeWGyTf4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeWGyTf4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAeWGyTf4J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAeWGyTf4J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAeWGyTf4J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAeWGyTf4J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAeWGyTf4J .mbr-section-title {
  color: #000000;
}
.cid-uAeWGyTf4J .mbr-text,
.cid-uAeWGyTf4J .mbr-section-btn {
  color: #edefeb;
}
.cid-uzAyueRkOO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uzAyueRkOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyueRkOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyueRkOO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzAyueRkOO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzAyueRkOO .mbr-section-title {
  text-align: center;
}
.cid-uzAyueRkOO .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uzAyueRkOO .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uzAyueRkOO .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uzAyueRkOO .content-head {
  max-width: 800px;
}
.cid-uzAyueRkOO .img-box {
  display: flex;
  justify-content: center;
}
.cid-uzAyueRkOO .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uzAyueRkOO .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uzAyueRkOO .link {
  text-align: center;
}
.cid-uzAyvyUVFC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uzAyvyUVFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyvyUVFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyvyUVFC .mbr-section-title {
  color: #edefeb;
}
.cid-uzAyvyUVFC .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uvqAziKDZS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvqAziKDZS .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-uvqAziKDZS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvqAziKDZS .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-uvqAziKDZS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvqAziKDZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqAziKDZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqAziKDZS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uvqAziKDZS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uvqAziKDZS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uvqAziKDZS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvqAziKDZS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvqAziKDZS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvqAziKDZS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uvqAziKDZS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvqAziKDZS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvqAziKDZS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvqAziKDZS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvqAziKDZS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvqAziKDZS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uvqAziKDZS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvqAziKDZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uvqAziKDZS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvqAziKDZS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqAziKDZS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvqAziKDZS .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqAziKDZS .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: #232323;
}
.cid-uvqAziKDZS .nav-item:focus,
.cid-uvqAziKDZS .nav-link:focus {
  outline: none;
}
.cid-uvqAziKDZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqAziKDZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqAziKDZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqAziKDZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqAziKDZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqAziKDZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqAziKDZS .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-uvqAziKDZS .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqAziKDZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqAziKDZS .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqAziKDZS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvqAziKDZS .navbar.collapsed {
  justify-content: center;
}
.cid-uvqAziKDZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqAziKDZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqAziKDZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvqAziKDZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqAziKDZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqAziKDZS .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-uvqAziKDZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqAziKDZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqAziKDZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvqAziKDZS .navbar {
    min-height: 72px;
  }
  .cid-uvqAziKDZS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvqAziKDZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqAziKDZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqAziKDZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqAziKDZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqAziKDZS .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-uvqAziKDZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqAziKDZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvqAziKDZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqAziKDZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvqAziKDZS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvqAziKDZS .dropdown-item.active,
.cid-uvqAziKDZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqAziKDZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqAziKDZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqAziKDZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqAziKDZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvqAziKDZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvqAziKDZS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvqAziKDZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqAziKDZS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvqAziKDZS .navbar-buttons {
    text-align: left;
  }
}
.cid-uvqAziKDZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqAziKDZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uvqAziKDZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqAziKDZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqAziKDZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqAziKDZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqAziKDZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqAziKDZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqAziKDZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqAziKDZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqAziKDZS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvqAziKDZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqAziKDZS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvqAziKDZS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqAziKDZS .navbar {
    height: 70px;
  }
  .cid-uvqAziKDZS .navbar.opened {
    height: auto;
  }
  .cid-uvqAziKDZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqAziKDZS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvqAziKDZS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvqAziKDZS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvqAziKDZS .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-uvqAziKDZS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvqAziKDZS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvqAziKDZS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvqAziKDZS .navbar-brand {
    margin-right: auto;
  }
  .cid-uvqAziKDZS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uvqAziKDZS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvqAziKDZS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvqAziKDZS .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-uvqAziKDZS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvqAziKDZS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvqAziKDZS .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-uvqAziKDZS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvqAziKDZS .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-uvqAziKDZS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvqAziKDZS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvqAzjrG7a {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-kindelmedia-7688336-min-2000x1500.jpg");
}
.cid-uvqAzjrG7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqAzjrG7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqAzjrG7a .mbr-section-title {
  color: #ffffff;
}
.cid-uvqAzjrG7a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvqAzjOUzh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvqAzjOUzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqAzjOUzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqAzjOUzh .card-wrapper {
  background: #ffd7ef;
}
@media (max-width: 767px) {
  .cid-uvqAzjOUzh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqAzjOUzh .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqAzjOUzh .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqAzjOUzh .mbr-text,
.cid-uvqAzjOUzh .mbr-section-btn {
  color: #232323;
}
.cid-uvqAzjOUzh .card-title,
.cid-uvqAzjOUzh .card-box {
  text-align: left;
  color: #232323;
}
.cid-uvqAzk7t6a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqAzk7t6a .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uvqAzk7t6a .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uvqAzk7t6a .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9c98cf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqAzk7t6a .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uvqAzk7t6a .mbr-section-subtitle {
  text-align: center;
}
.cid-uvqAzk7t6a .mbr-text {
  color: #edefeb;
}
.cid-uvqAzkpQn1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqAzkpQn1 .mbr-text {
  color: #edefeb;
}
.cid-uvqAzkpQn1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqAzkpQn1 .mbr-section-title {
  color: #edefeb;
}
.cid-uvqAzkI31a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqAzkI31a .mbr-text {
  color: #edefeb;
}
.cid-uvqAzkI31a .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqAzkI31a .mbr-section-title {
  color: #edefeb;
}
.cid-uvqAzl0iPF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqAzl0iPF .mbr-text {
  color: #edefeb;
}
.cid-uvqAzl0iPF .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqAzl0iPF .mbr-section-title {
  color: #edefeb;
}
.cid-uvqAzliMfG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqAzliMfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqAzliMfG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uvqAzliMfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqAzliMfG .item-wrapper {
  background: #000000;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvqAzliMfG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvqAzliMfG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvqAzliMfG .card-title,
.cid-uvqAzliMfG .iconfont-wrapper {
  color: #000000;
}
.cid-uvqAzliMfG .card-text {
  color: #edefeb;
}
.cid-uvqAzliMfG .content-head {
  max-width: 800px;
}
.cid-uvqAzliMfG .mbr-section-title {
  color: #edefeb;
}
.cid-uvqAzliMfG .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvqAzliMfG .card-title,
.cid-uvqAzliMfG .img-wrapper {
  color: #edefeb;
}
.cid-uvqAzlTsq3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-gradient-lights-min-2000x1333.jpg");
}
.cid-uvqAzlTsq3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uvqAzlTsq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqAzlTsq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqAzlTsq3 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uvqAzlTsq3 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvqAzlTsq3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvqAzlTsq3 .card-title,
.cid-uvqAzlTsq3 .iconfont-wrapper {
  color: #000000;
}
.cid-uvqAzlTsq3 .content-head {
  max-width: 800px;
}
.cid-uvqAzlTsq3 .mbr-section-title {
  color: #ffffff;
}
.cid-uvqAzlTsq3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqAzlTsq3 .card-text {
  color: #000000;
}
.cid-uvqAzlTsq3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvqAzlTsq3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uvqAzmkXVL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqAzmkXVL .mbr-text {
  color: #edefeb;
}
.cid-uvqAzmkXVL .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqAzmkXVL .mbr-section-title {
  color: #edefeb;
}
.cid-uAeWUSx3k6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAeWUSx3k6 .mbr-text {
  color: #000000;
}
.cid-uAeWUSx3k6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAeWUSx3k6 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uAeWWi97Sc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uAeWWi97Sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeWWi97Sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAeWWi97Sc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAeWWi97Sc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAeWWi97Sc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAeWWi97Sc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAeWWi97Sc .mbr-section-title {
  color: #000000;
}
.cid-uAeWWi97Sc .mbr-text,
.cid-uAeWWi97Sc .mbr-section-btn {
  color: #edefeb;
}
.cid-uzDfanHk5Z {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uzDfanHk5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzDfanHk5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzDfanHk5Z .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzDfanHk5Z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzDfanHk5Z .mbr-section-title {
  text-align: center;
}
.cid-uzDfanHk5Z .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uzDfanHk5Z .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uzDfanHk5Z .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uzDfanHk5Z .content-head {
  max-width: 800px;
}
.cid-uzDfanHk5Z .img-box {
  display: flex;
  justify-content: center;
}
.cid-uzDfanHk5Z .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uzDfanHk5Z .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uzDfanHk5Z .link {
  text-align: center;
}
.cid-uzDfbBBiTV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uzDfbBBiTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzDfbBBiTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzDfbBBiTV .mbr-section-title {
  color: #edefeb;
}
.cid-uzDfbBBiTV .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uvzTZygjNY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvzTZygjNY .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-uvzTZygjNY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvzTZygjNY .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-uvzTZygjNY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvzTZygjNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvzTZygjNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvzTZygjNY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uvzTZygjNY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uvzTZygjNY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uvzTZygjNY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvzTZygjNY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvzTZygjNY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvzTZygjNY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uvzTZygjNY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvzTZygjNY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvzTZygjNY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvzTZygjNY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvzTZygjNY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvzTZygjNY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uvzTZygjNY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvzTZygjNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uvzTZygjNY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvzTZygjNY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvzTZygjNY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvzTZygjNY .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvzTZygjNY .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: #232323;
}
.cid-uvzTZygjNY .nav-item:focus,
.cid-uvzTZygjNY .nav-link:focus {
  outline: none;
}
.cid-uvzTZygjNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvzTZygjNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvzTZygjNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvzTZygjNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvzTZygjNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvzTZygjNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvzTZygjNY .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-uvzTZygjNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uvzTZygjNY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvzTZygjNY .navbar .navbar-logo img {
  width: auto;
}
.cid-uvzTZygjNY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvzTZygjNY .navbar.collapsed {
  justify-content: center;
}
.cid-uvzTZygjNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvzTZygjNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvzTZygjNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvzTZygjNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvzTZygjNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvzTZygjNY .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-uvzTZygjNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvzTZygjNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvzTZygjNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvzTZygjNY .navbar {
    min-height: 72px;
  }
  .cid-uvzTZygjNY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvzTZygjNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvzTZygjNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvzTZygjNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvzTZygjNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvzTZygjNY .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-uvzTZygjNY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvzTZygjNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvzTZygjNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvzTZygjNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvzTZygjNY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvzTZygjNY .dropdown-item.active,
.cid-uvzTZygjNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uvzTZygjNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvzTZygjNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvzTZygjNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvzTZygjNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvzTZygjNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvzTZygjNY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvzTZygjNY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvzTZygjNY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvzTZygjNY .navbar-buttons {
    text-align: left;
  }
}
.cid-uvzTZygjNY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvzTZygjNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uvzTZygjNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvzTZygjNY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvzTZygjNY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvzTZygjNY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvzTZygjNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvzTZygjNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvzTZygjNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvzTZygjNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvzTZygjNY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvzTZygjNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvzTZygjNY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvzTZygjNY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvzTZygjNY .navbar {
    height: 70px;
  }
  .cid-uvzTZygjNY .navbar.opened {
    height: auto;
  }
  .cid-uvzTZygjNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvzTZygjNY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvzTZygjNY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvzTZygjNY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvzTZygjNY .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-uvzTZygjNY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvzTZygjNY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvzTZygjNY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvzTZygjNY .navbar-brand {
    margin-right: auto;
  }
  .cid-uvzTZygjNY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uvzTZygjNY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvzTZygjNY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvzTZygjNY .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-uvzTZygjNY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvzTZygjNY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvzTZygjNY .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-uvzTZygjNY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvzTZygjNY .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-uvzTZygjNY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvzTZygjNY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvzTZzjgiH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homebanner-thilagavathy-1920x700.png");
}
.cid-uvzTZzjgiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvzTZzjgiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvzTZzjgiH .mbr-section-title {
  color: #edefeb;
}
.cid-uvzTZzjgiH .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvzV6Ez3Ct {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvzV6Ez3Ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvzV6Ez3Ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvzV6Ez3Ct .row {
  flex-direction: row-reverse;
}
.cid-uvzWd433iT {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvzWd433iT .mbr-text {
  color: #edefeb;
}
.cid-uvzWd433iT .mbr-section-subtitle {
  color: #000000;
}
.cid-uvzWd433iT .mbr-section-title {
  color: #edefeb;
}
.cid-uvzXnYnuqf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffd5a7;
}
.cid-uvzXnYnuqf .mbr-section-title {
  text-align: center;
  color: #fa6f31;
}
.cid-uvzXnYnuqf .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uvzTZAMGSv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvzTZAMGSv .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uvzTZAMGSv .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uvzTZAMGSv .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffc091;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvzTZAMGSv .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uvzTZAMGSv .mbr-section-subtitle {
  text-align: center;
}
.cid-uvzTZAMGSv .mbr-text {
  color: #edefeb;
}
.cid-uvzTZCN2n7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvzTZCN2n7 .mbr-text {
  color: #ffffff;
}
.cid-uvzTZCN2n7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvzTZCN2n7 .mbr-section-title {
  color: #edefeb;
}
.cid-uvA3qU5uwK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvA3qU5uwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3qU5uwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3qU5uwK .row {
  flex-direction: row-reverse;
}
.cid-uvzTZDcrjz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvzTZDcrjz .mbr-text {
  color: #edefeb;
}
.cid-uvzTZDcrjz .mbr-section-subtitle {
  color: #000000;
}
.cid-uvzTZDcrjz .mbr-section-title {
  color: #edefeb;
}
.cid-uvA3pQW6rU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvA3pQW6rU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3pQW6rU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3pQW6rU .row {
  flex-direction: row-reverse;
}
.cid-uvA4n2grEy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvA4n2grEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA4n2grEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA4n2grEy .row {
  flex-direction: row-reverse;
}
.cid-uvA3NdD84a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvA3NdD84a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA3NdD84a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA3NdD84a .row {
  flex-direction: row-reverse;
}
.cid-uvA5B1cIcw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvA5B1cIcw .mbr-text {
  color: #edefeb;
}
.cid-uvA5B1cIcw .mbr-section-subtitle {
  color: #000000;
}
.cid-uvA5B1cIcw .mbr-section-title {
  color: #edefeb;
}
.cid-uvA6ImrIdV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvA6ImrIdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA6ImrIdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA6ImrIdV .row {
  flex-direction: row-reverse;
}
.cid-uvzTZFBnEx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvzTZFBnEx .mbr-text {
  color: #edefeb;
}
.cid-uvzTZFBnEx .mbr-section-subtitle {
  color: #000000;
}
.cid-uvzTZFBnEx .mbr-section-title {
  color: #edefeb;
}
.cid-uAeXJyAksM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAeXJyAksM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uAeXJyAksM img,
.cid-uAeXJyAksM .item-img {
  width: 100%;
}
.cid-uAeXJyAksM .item:focus,
.cid-uAeXJyAksM span:focus {
  outline: none;
}
.cid-uAeXJyAksM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAeXJyAksM .item {
    margin-bottom: 1rem;
  }
}
.cid-uAeXJyAksM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAeXJyAksM .mbr-section-title {
  color: #edefeb;
}
.cid-uAeXJyAksM .mbr-text,
.cid-uAeXJyAksM .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uAeXJyAksM .item-title {
  color: #232323;
  text-align: left;
}
.cid-uAeXJyAksM .content-head {
  max-width: 800px;
}
.cid-uAeXJyAksM .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvA92llVP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffd5a7;
}
.cid-uvA92llVP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvA92llVP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvA92llVP0 .card-wrapper {
  background: #ffd5a7;
}
@media (max-width: 767px) {
  .cid-uvA92llVP0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvA92llVP0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvA92llVP0 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uvA92llVP0 .mbr-text,
.cid-uvA92llVP0 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uvA92llVP0 .card-title,
.cid-uvA92llVP0 .card-box {
  text-align: center;
  color: #232323;
}
.cid-uA15xXi43E {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uA15xXi43E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA15xXi43E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA15xXi43E .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA15xXi43E .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA15xXi43E .mbr-section-title {
  text-align: center;
}
.cid-uA15xXi43E .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uA15xXi43E .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uA15xXi43E .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA15xXi43E .content-head {
  max-width: 800px;
}
.cid-uA15xXi43E .img-box {
  display: flex;
  justify-content: center;
}
.cid-uA15xXi43E .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uA15xXi43E .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uA15xXi43E .link {
  text-align: center;
}
.cid-uA15A4qufk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA15A4qufk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA15A4qufk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA15A4qufk .mbr-section-title {
  color: #edefeb;
}
.cid-uA15A4qufk .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uvBWTNSLoE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uvBWTNSLoE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvBWTNSLoE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvBWTNSLoE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uvBWTNSLoE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uvBWTNSLoE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uvBWTNSLoE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvBWTNSLoE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvBWTNSLoE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvBWTNSLoE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uvBWTNSLoE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvBWTNSLoE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvBWTNSLoE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvBWTNSLoE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvBWTNSLoE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uvBWTNSLoE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uvBWTNSLoE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvBWTNSLoE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uvBWTNSLoE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvBWTNSLoE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvBWTNSLoE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uvBWTNSLoE .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvBWTNSLoE .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: #232323;
}
.cid-uvBWTNSLoE .nav-item:focus,
.cid-uvBWTNSLoE .nav-link:focus {
  outline: none;
}
.cid-uvBWTNSLoE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvBWTNSLoE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvBWTNSLoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvBWTNSLoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvBWTNSLoE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvBWTNSLoE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar.opened {
  transition: all 0.3s;
}
.cid-uvBWTNSLoE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvBWTNSLoE .navbar .navbar-logo img {
  width: auto;
}
.cid-uvBWTNSLoE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvBWTNSLoE .navbar.collapsed {
  justify-content: center;
}
.cid-uvBWTNSLoE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvBWTNSLoE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvBWTNSLoE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvBWTNSLoE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvBWTNSLoE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvBWTNSLoE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvBWTNSLoE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvBWTNSLoE .navbar {
    min-height: 72px;
  }
  .cid-uvBWTNSLoE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvBWTNSLoE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvBWTNSLoE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvBWTNSLoE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvBWTNSLoE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvBWTNSLoE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvBWTNSLoE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvBWTNSLoE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvBWTNSLoE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvBWTNSLoE .dropdown-item.active,
.cid-uvBWTNSLoE .dropdown-item:active {
  background-color: transparent;
}
.cid-uvBWTNSLoE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvBWTNSLoE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvBWTNSLoE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvBWTNSLoE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvBWTNSLoE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvBWTNSLoE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvBWTNSLoE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvBWTNSLoE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvBWTNSLoE .navbar-buttons {
    text-align: left;
  }
}
.cid-uvBWTNSLoE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvBWTNSLoE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uvBWTNSLoE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvBWTNSLoE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvBWTNSLoE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvBWTNSLoE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvBWTNSLoE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvBWTNSLoE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvBWTNSLoE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvBWTNSLoE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvBWTNSLoE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvBWTNSLoE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvBWTNSLoE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvBWTNSLoE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvBWTNSLoE .navbar {
    height: 70px;
  }
  .cid-uvBWTNSLoE .navbar.opened {
    height: auto;
  }
  .cid-uvBWTNSLoE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvBWTNSLoE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvBWTNSLoE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvBWTNSLoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvBWTNSLoE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvBWTNSLoE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvBWTNSLoE .navbar-brand {
    margin-right: auto;
  }
  .cid-uvBWTNSLoE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uvBWTNSLoE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvBWTNSLoE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvBWTNSLoE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvBWTNSLoE .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-uvBWTNSLoE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvBWTNSLoE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvBWTOGRxU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/parinaam-foundation-cover-1584x396.jpg");
}
.cid-uvBWTOGRxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBWTOGRxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBWTOGRxU .mbr-section-title {
  color: #edefeb;
}
.cid-uvBWTOGRxU .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uvBWTPf5YB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvBWTPf5YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBWTPf5YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBWTPf5YB .row {
  flex-direction: row-reverse;
}
.cid-uvBWTPJyxy {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvBWTPJyxy .mbr-text {
  color: #edefeb;
}
.cid-uvBWTPJyxy .mbr-section-subtitle {
  color: #000000;
}
.cid-uvBWTPJyxy .mbr-section-title {
  color: #edefeb;
}
.cid-uvBWTQdmni {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dffffb;
}
.cid-uvBWTQdmni .mbr-section-title {
  text-align: center;
  color: #2aa4a2;
}
.cid-uvBWTQdmni .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uvBWTQEpqD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvBWTQEpqD .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uvBWTQEpqD .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uvBWTQEpqD .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #a0e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvBWTQEpqD .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uvBWTQEpqD .mbr-section-subtitle {
  text-align: center;
}
.cid-uvBWTQEpqD .mbr-text {
  color: #edefeb;
}
.cid-uvBWTR703Y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvBWTR703Y .mbr-text {
  color: #edefeb;
}
.cid-uvBWTR703Y .mbr-section-subtitle {
  color: #000000;
}
.cid-uvBWTR703Y .mbr-section-title {
  color: #edefeb;
}
.cid-uvBWTS6byt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvBWTS6byt .mbr-text {
  color: #edefeb;
}
.cid-uvBWTS6byt .mbr-section-subtitle {
  color: #000000;
}
.cid-uvBWTS6byt .mbr-section-title {
  color: #edefeb;
}
.cid-uvBWTSGOQH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvBWTSGOQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBWTSGOQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBWTSGOQH .row {
  flex-direction: row-reverse;
}
.cid-uvBWTU9JD5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvBWTU9JD5 .mbr-text {
  color: #edefeb;
}
.cid-uvBWTU9JD5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvBWTU9JD5 .mbr-section-title {
  color: #edefeb;
}
.cid-uvBWTUGse4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvBWTUGse4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBWTUGse4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBWTUGse4 .row {
  flex-direction: row-reverse;
}
.cid-uvC4f70hJf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvC4f70hJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC4f70hJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC4f70hJf .row {
  flex-direction: row-reverse;
}
.cid-uvC4fXkFog {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvC4fXkFog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC4fXkFog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC4fXkFog .row {
  flex-direction: row-reverse;
}
.cid-uwpVkngBwZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uwpVkngBwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpVkngBwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpVkngBwZ .mbr-section-title {
  color: #edefeb;
}
.cid-uvC4gFX1fD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvC4gFX1fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC4gFX1fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC4gFX1fD .row {
  flex-direction: row-reverse;
}
.cid-uvC4hkSgc8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvC4hkSgc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC4hkSgc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC4hkSgc8 .row {
  flex-direction: row-reverse;
}
.cid-uvC4o8k5Yz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvC4o8k5Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC4o8k5Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC4o8k5Yz .row {
  flex-direction: row-reverse;
}
.cid-uvC5RNBsNY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dffffb;
}
.cid-uvC5RNBsNY .item:focus,
.cid-uvC5RNBsNY span:focus {
  outline: none;
}
.cid-uvC5RNBsNY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvC5RNBsNY .item {
    margin-bottom: 1rem;
  }
}
.cid-uvC5RNBsNY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvC5RNBsNY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvC5RNBsNY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uvC5RNBsNY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvC5RNBsNY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uvC5RNBsNY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvC5RNBsNY .mbr-text,
.cid-uvC5RNBsNY .item .mbr-section-btn {
  text-align: center;
}
.cid-uvC5RNBsNY .content-head {
  max-width: 800px;
}
.cid-uvC5RNBsNY .mbr-number {
  color: #2aa4a2;
}
.cid-uvC5RNBsNY .mbr-section-subtitle,
.cid-uvC5RNBsNY .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uvC5RNBsNY .mbr-text {
  text-align: left;
}
.cid-uvC5RNBsNY .mbr-text,
.cid-uvC5RNBsNY .mbr-card-btn {
  text-align: left;
}
.cid-uvC5RNBsNY .mbr-text,
.cid-uvC5RNBsNY .mbr-section-btn {
  text-align: left;
}
.cid-uvC5RNBsNY .mbr-text,
.cid-uvC5RNBsNY .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uvC5RNBsNY .card-text,
.cid-uvC5RNBsNY .item .mbr-section-btn {
  text-align: left;
}
.cid-uvC5RNBsNY .card-title {
  text-align: left;
}
.cid-uvBWTVam1I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvBWTVam1I .mbr-text {
  color: #edefeb;
}
.cid-uvBWTVam1I .mbr-section-subtitle {
  color: #000000;
}
.cid-uvBWTVam1I .mbr-section-title {
  color: #edefeb;
}
.cid-uvBWTVFkKl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dffffb;
}
.cid-uvBWTVFkKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBWTVFkKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBWTVFkKl .card-wrapper {
  background: #dffffb;
}
@media (max-width: 767px) {
  .cid-uvBWTVFkKl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvBWTVFkKl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uvBWTVFkKl .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uvBWTVFkKl .mbr-text,
.cid-uvBWTVFkKl .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uvBWTVFkKl .card-title,
.cid-uvBWTVFkKl .card-box {
  text-align: center;
  color: #232323;
}
.cid-uAeY7VnXI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAeY7VnXI0 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uAeY7VnXI0 img,
.cid-uAeY7VnXI0 .item-img {
  width: 100%;
}
.cid-uAeY7VnXI0 .item:focus,
.cid-uAeY7VnXI0 span:focus {
  outline: none;
}
.cid-uAeY7VnXI0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAeY7VnXI0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uAeY7VnXI0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAeY7VnXI0 .mbr-section-title {
  color: #edefeb;
}
.cid-uAeY7VnXI0 .mbr-text,
.cid-uAeY7VnXI0 .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uAeY7VnXI0 .item-title {
  color: #232323;
  text-align: left;
}
.cid-uAeY7VnXI0 .content-head {
  max-width: 800px;
}
.cid-uAeY7VnXI0 .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uA18B0qPLf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uA18B0qPLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA18B0qPLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA18B0qPLf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA18B0qPLf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA18B0qPLf .mbr-section-title {
  text-align: center;
}
.cid-uA18B0qPLf .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uA18B0qPLf .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uA18B0qPLf .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA18B0qPLf .content-head {
  max-width: 800px;
}
.cid-uA18B0qPLf .img-box {
  display: flex;
  justify-content: center;
}
.cid-uA18B0qPLf .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uA18B0qPLf .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uA18B0qPLf .link {
  text-align: center;
}
.cid-uA18C9HmUh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA18C9HmUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA18C9HmUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA18C9HmUh .mbr-section-title {
  color: #edefeb;
}
.cid-uA18C9HmUh .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uwpWfpll1E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uwpWfpll1E .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-uwpWfpll1E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uwpWfpll1E .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-uwpWfpll1E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uwpWfpll1E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwpWfpll1E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwpWfpll1E .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uwpWfpll1E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uwpWfpll1E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uwpWfpll1E .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uwpWfpll1E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uwpWfpll1E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uwpWfpll1E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uwpWfpll1E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uwpWfpll1E .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uwpWfpll1E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uwpWfpll1E .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uwpWfpll1E .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uwpWfpll1E .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uwpWfpll1E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uwpWfpll1E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uwpWfpll1E .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uwpWfpll1E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwpWfpll1E .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uwpWfpll1E .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwpWfpll1E .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: #232323;
}
.cid-uwpWfpll1E .nav-item:focus,
.cid-uwpWfpll1E .nav-link:focus {
  outline: none;
}
.cid-uwpWfpll1E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwpWfpll1E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwpWfpll1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwpWfpll1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwpWfpll1E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwpWfpll1E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwpWfpll1E .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-uwpWfpll1E .navbar.opened {
  transition: all 0.3s;
}
.cid-uwpWfpll1E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwpWfpll1E .navbar .navbar-logo img {
  width: auto;
}
.cid-uwpWfpll1E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uwpWfpll1E .navbar.collapsed {
  justify-content: center;
}
.cid-uwpWfpll1E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwpWfpll1E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwpWfpll1E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uwpWfpll1E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwpWfpll1E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwpWfpll1E .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-uwpWfpll1E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwpWfpll1E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwpWfpll1E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uwpWfpll1E .navbar {
    min-height: 72px;
  }
  .cid-uwpWfpll1E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uwpWfpll1E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwpWfpll1E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwpWfpll1E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwpWfpll1E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwpWfpll1E .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-uwpWfpll1E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwpWfpll1E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uwpWfpll1E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwpWfpll1E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwpWfpll1E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uwpWfpll1E .dropdown-item.active,
.cid-uwpWfpll1E .dropdown-item:active {
  background-color: transparent;
}
.cid-uwpWfpll1E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwpWfpll1E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwpWfpll1E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwpWfpll1E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uwpWfpll1E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uwpWfpll1E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uwpWfpll1E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwpWfpll1E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uwpWfpll1E .navbar-buttons {
    text-align: left;
  }
}
.cid-uwpWfpll1E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwpWfpll1E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uwpWfpll1E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwpWfpll1E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwpWfpll1E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwpWfpll1E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwpWfpll1E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwpWfpll1E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwpWfpll1E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwpWfpll1E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwpWfpll1E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwpWfpll1E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwpWfpll1E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwpWfpll1E .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwpWfpll1E .navbar {
    height: 70px;
  }
  .cid-uwpWfpll1E .navbar.opened {
    height: auto;
  }
  .cid-uwpWfpll1E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwpWfpll1E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uwpWfpll1E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uwpWfpll1E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uwpWfpll1E .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-uwpWfpll1E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uwpWfpll1E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uwpWfpll1E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uwpWfpll1E .navbar-brand {
    margin-right: auto;
  }
  .cid-uwpWfpll1E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uwpWfpll1E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uwpWfpll1E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uwpWfpll1E .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-uwpWfpll1E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uwpWfpll1E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uwpWfpll1E .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-uwpWfpll1E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uwpWfpll1E .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-uwpWfpll1E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uwpWfpll1E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uwpWfpWOut {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shutterstock-428931997-2000x1333.jpg");
}
.cid-uwpWfpWOut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfpWOut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfpWOut .mbr-section-title {
  color: #edefeb;
}
.cid-uwpWfpWOut .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uwpWfqba1N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfqba1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfqba1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfqba1N .row {
  flex-direction: row-reverse;
}
.cid-uwpWfqk23T {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uwpWfqk23T .mbr-text {
  color: #edefeb;
}
.cid-uwpWfqk23T .mbr-section-subtitle {
  color: #000000;
}
.cid-uwpWfqk23T .mbr-section-title {
  color: #edefeb;
}
.cid-uwpWfqr4Z2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d3e8fb;
}
.cid-uwpWfqr4Z2 .mbr-section-title {
  text-align: center;
  color: #248dff;
}
.cid-uwpWfqr4Z2 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uwpWfqxdXt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uwpWfqxdXt .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uwpWfqxdXt .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uwpWfqxdXt .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #d3e8fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwpWfqxdXt .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uwpWfqxdXt .mbr-section-subtitle {
  text-align: center;
}
.cid-uwpWfqxdXt .mbr-text {
  color: #edefeb;
}
.cid-uwpWfqD4ls {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfqD4ls .mbr-text {
  color: #edefeb;
}
.cid-uwpWfqD4ls .mbr-section-subtitle {
  color: #000000;
}
.cid-uwpWfqD4ls .mbr-section-title {
  color: #edefeb;
}
.cid-uwq0IOJKAf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uwq0IOJKAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwq0IOJKAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwq0IOJKAf .row {
  flex-direction: row-reverse;
}
.cid-uwpWfqKzfS {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfqKzfS .mbr-text {
  color: #edefeb;
}
.cid-uwpWfqKzfS .mbr-section-subtitle {
  color: #000000;
}
.cid-uwpWfqKzfS .mbr-section-title {
  color: #edefeb;
}
.cid-uwpWfqRgpO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uwpWfqRgpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfqRgpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfqRgpO .row {
  flex-direction: row-reverse;
}
.cid-uwpWfqZonr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uwpWfqZonr .mbr-text {
  color: #edefeb;
}
.cid-uwpWfqZonr .mbr-section-subtitle {
  color: #000000;
}
.cid-uwpWfqZonr .mbr-section-title {
  color: #edefeb;
}
.cid-uwpWfr5v75 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfr5v75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfr5v75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfr5v75 .row {
  flex-direction: row-reverse;
}
.cid-uwpWfrdWGm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfrdWGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfrdWGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfrdWGm .row {
  flex-direction: row-reverse;
}
.cid-uwpWfrkp4W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfrkp4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfrkp4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfrkp4W .row {
  flex-direction: row-reverse;
}
.cid-uwpWfrBzn7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwpWfrBzn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfrBzn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfrBzn7 .row {
  flex-direction: row-reverse;
}
.cid-uwpWfrYCdM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d3e8fb;
}
.cid-uwpWfrYCdM .item:focus,
.cid-uwpWfrYCdM span:focus {
  outline: none;
}
.cid-uwpWfrYCdM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwpWfrYCdM .item {
    margin-bottom: 1rem;
  }
}
.cid-uwpWfrYCdM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwpWfrYCdM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwpWfrYCdM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uwpWfrYCdM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uwpWfrYCdM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uwpWfrYCdM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uwpWfrYCdM .mbr-text,
.cid-uwpWfrYCdM .item .mbr-section-btn {
  text-align: center;
}
.cid-uwpWfrYCdM .content-head {
  max-width: 800px;
}
.cid-uwpWfrYCdM .mbr-number {
  color: #248dff;
}
.cid-uwpWfrYCdM .mbr-section-subtitle,
.cid-uwpWfrYCdM .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uwpWfrYCdM .mbr-text {
  text-align: left;
}
.cid-uwpWfrYCdM .mbr-text,
.cid-uwpWfrYCdM .mbr-card-btn {
  text-align: left;
}
.cid-uwpWfrYCdM .mbr-text,
.cid-uwpWfrYCdM .mbr-section-btn {
  text-align: left;
}
.cid-uwpWfrYCdM .mbr-text,
.cid-uwpWfrYCdM .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uwpWfrYCdM .card-text,
.cid-uwpWfrYCdM .item .mbr-section-btn {
  text-align: left;
}
.cid-uwpWfrYCdM .card-title {
  text-align: left;
}
.cid-uwpWfs8rHu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uwpWfs8rHu .mbr-text {
  color: #edefeb;
}
.cid-uwpWfs8rHu .mbr-section-subtitle {
  color: #000000;
}
.cid-uwpWfs8rHu .mbr-section-title {
  color: #edefeb;
}
.cid-uwpWfsgXmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e8fb;
}
.cid-uwpWfsgXmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwpWfsgXmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwpWfsgXmj .card-wrapper {
  background: #d3e8fb;
}
@media (max-width: 767px) {
  .cid-uwpWfsgXmj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uwpWfsgXmj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uwpWfsgXmj .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uwpWfsgXmj .mbr-text,
.cid-uwpWfsgXmj .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uwpWfsgXmj .card-title,
.cid-uwpWfsgXmj .card-box {
  text-align: center;
  color: #232323;
}
.cid-uAeYESvi7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAeYESvi7h .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uAeYESvi7h img,
.cid-uAeYESvi7h .item-img {
  width: 100%;
}
.cid-uAeYESvi7h .item:focus,
.cid-uAeYESvi7h span:focus {
  outline: none;
}
.cid-uAeYESvi7h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAeYESvi7h .item {
    margin-bottom: 1rem;
  }
}
.cid-uAeYESvi7h .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAeYESvi7h .mbr-section-title {
  color: #edefeb;
}
.cid-uAeYESvi7h .mbr-text,
.cid-uAeYESvi7h .mbr-section-btn {
  color: #edefeb;
  text-align: left;
}
.cid-uAeYESvi7h .item-title {
  color: #232323;
  text-align: left;
}
.cid-uAeYESvi7h .content-head {
  max-width: 800px;
}
.cid-uAeYESvi7h .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uA1a1WAAPP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uA1a1WAAPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1a1WAAPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1a1WAAPP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA1a1WAAPP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA1a1WAAPP .mbr-section-title {
  text-align: center;
}
.cid-uA1a1WAAPP .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uA1a1WAAPP .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uA1a1WAAPP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA1a1WAAPP .content-head {
  max-width: 800px;
}
.cid-uA1a1WAAPP .img-box {
  display: flex;
  justify-content: center;
}
.cid-uA1a1WAAPP .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uA1a1WAAPP .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uA1a1WAAPP .link {
  text-align: center;
}
.cid-uA1a2PC3Yp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA1a2PC3Yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1a2PC3Yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1a2PC3Yp .mbr-section-title {
  color: #edefeb;
}
.cid-uA1a2PC3Yp .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uyU68yPAaQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uyU68yPAaQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyU68yPAaQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyU68yPAaQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uyU68yPAaQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uyU68yPAaQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uyU68yPAaQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uyU68yPAaQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uyU68yPAaQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uyU68yPAaQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uyU68yPAaQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uyU68yPAaQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uyU68yPAaQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uyU68yPAaQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uyU68yPAaQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uyU68yPAaQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uyU68yPAaQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uyU68yPAaQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uyU68yPAaQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uyU68yPAaQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyU68yPAaQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uyU68yPAaQ .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyU68yPAaQ .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: #232323;
}
.cid-uyU68yPAaQ .nav-item:focus,
.cid-uyU68yPAaQ .nav-link:focus {
  outline: none;
}
.cid-uyU68yPAaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyU68yPAaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyU68yPAaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyU68yPAaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyU68yPAaQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyU68yPAaQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uyU68yPAaQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyU68yPAaQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uyU68yPAaQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uyU68yPAaQ .navbar.collapsed {
  justify-content: center;
}
.cid-uyU68yPAaQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyU68yPAaQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyU68yPAaQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uyU68yPAaQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyU68yPAaQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyU68yPAaQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyU68yPAaQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uyU68yPAaQ .navbar {
    min-height: 72px;
  }
  .cid-uyU68yPAaQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uyU68yPAaQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyU68yPAaQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyU68yPAaQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyU68yPAaQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyU68yPAaQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uyU68yPAaQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyU68yPAaQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyU68yPAaQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uyU68yPAaQ .dropdown-item.active,
.cid-uyU68yPAaQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uyU68yPAaQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyU68yPAaQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyU68yPAaQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyU68yPAaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyU68yPAaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uyU68yPAaQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uyU68yPAaQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyU68yPAaQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uyU68yPAaQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uyU68yPAaQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyU68yPAaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uyU68yPAaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyU68yPAaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyU68yPAaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyU68yPAaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyU68yPAaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyU68yPAaQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyU68yPAaQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyU68yPAaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyU68yPAaQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyU68yPAaQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyU68yPAaQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uyU68yPAaQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyU68yPAaQ .navbar {
    height: 70px;
  }
  .cid-uyU68yPAaQ .navbar.opened {
    height: auto;
  }
  .cid-uyU68yPAaQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyU68yPAaQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uyU68yPAaQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uyU68yPAaQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uyU68yPAaQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uyU68yPAaQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uyU68yPAaQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uyU68yPAaQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uyU68yPAaQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uyU68yPAaQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uyU68yPAaQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uyU68yPAaQ .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-uyU68yPAaQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uyU68yPAaQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uyU68zoj62 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/two-colleagues-factory-1303-14331-1800x1200.jpeg");
}
.cid-uyU68zoj62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyU68zoj62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyU68zoj62 .mbr-section-title {
  color: #f7f7f7;
}
.cid-uyU68zoj62 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uyU68zEnjA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyU68zEnjA .mbr-text {
  color: #edefeb;
}
.cid-uyU68zEnjA .mbr-section-subtitle {
  color: #000000;
}
.cid-uyU68zEnjA .mbr-section-title {
  color: #edefeb;
}
.cid-uyUZ8Tiy5q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uyUZ8Tiy5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUZ8Tiy5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUZ8Tiy5q .row {
  flex-direction: row-reverse;
}
.cid-uyU68A5SxT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyU68A5SxT .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uyU68A5SxT .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uyU68A5SxT .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #87b7e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyU68A5SxT .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uyU68A5SxT .mbr-section-subtitle {
  text-align: center;
}
.cid-uyU68A5SxT .mbr-text {
  color: #edefeb;
}
.cid-uyU68AfB5K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyU68AfB5K .mbr-text {
  color: #edefeb;
}
.cid-uyU68AfB5K .mbr-section-subtitle {
  color: #000000;
}
.cid-uyU68AfB5K .mbr-section-title {
  color: #edefeb;
}
.cid-uyU68B9ZRd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyU68B9ZRd .mbr-text {
  color: #edefeb;
}
.cid-uyU68B9ZRd .mbr-section-subtitle {
  color: #000000;
}
.cid-uyU68B9ZRd .mbr-section-title {
  color: #edefeb;
}
.cid-uyU68BlgjP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyU68BlgjP .mbr-text {
  color: #edefeb;
}
.cid-uyU68BlgjP .mbr-section-subtitle {
  color: #000000;
}
.cid-uyU68BlgjP .mbr-section-title {
  color: #edefeb;
}
.cid-uyUZkCVD0E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyUZkCVD0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUZkCVD0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUZkCVD0E .row {
  flex-direction: row-reverse;
}
.cid-uyUZlLyC9E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyUZlLyC9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUZlLyC9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUZlLyC9E .row {
  flex-direction: row-reverse;
}
.cid-uyUZopvixU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyUZopvixU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUZopvixU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUZopvixU .row {
  flex-direction: row-reverse;
}
.cid-uyV02tC0na {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyV02tC0na .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyV02tC0na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyV02tC0na .row {
  flex-direction: row-reverse;
}
.cid-uyUOTGXl4D {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyUOTGXl4D .mbr-text {
  color: #edefeb;
}
.cid-uyUOTGXl4D .mbr-section-subtitle {
  color: #000000;
}
.cid-uyUOTGXl4D .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-uyU68BpbKf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyU68BpbKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyU68BpbKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyU68BpbKf .row {
  flex-direction: row-reverse;
}
.cid-uyUPl9YJqH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyUPl9YJqH .mbr-text {
  color: #edefeb;
}
.cid-uyUPl9YJqH .mbr-section-subtitle {
  color: #000000;
}
.cid-uyUPl9YJqH .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-uyU68BgoqQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyU68BgoqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyU68BgoqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyU68BgoqQ .row {
  flex-direction: row-reverse;
}
.cid-uyU68C1rJP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyU68C1rJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyU68C1rJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyU68C1rJP .row {
  flex-direction: row-reverse;
}
.cid-uyV0pKKdOC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uyV0pKKdOC .mbr-text {
  color: #000000;
}
.cid-uyV0pKKdOC .mbr-section-subtitle {
  color: #000000;
}
.cid-uyV0pKKdOC .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uyV0J2vc3P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyV0J2vc3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyV0J2vc3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyV0J2vc3P .row {
  flex-direction: row-reverse;
}
.cid-uyV0JQkAV6 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyV0JQkAV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyV0JQkAV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyV0JQkAV6 .row {
  flex-direction: row-reverse;
}
.cid-uyU68CqEdp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cde2f6;
}
.cid-uyU68CqEdp .item:focus,
.cid-uyU68CqEdp span:focus {
  outline: none;
}
.cid-uyU68CqEdp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyU68CqEdp .item {
    margin-bottom: 1rem;
  }
}
.cid-uyU68CqEdp .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uyU68CqEdp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyU68CqEdp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uyU68CqEdp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uyU68CqEdp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uyU68CqEdp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uyU68CqEdp .mbr-text,
.cid-uyU68CqEdp .item .mbr-section-btn {
  text-align: center;
}
.cid-uyU68CqEdp .content-head {
  max-width: 800px;
}
.cid-uyU68CqEdp .mbr-number {
  color: #317ac2;
}
.cid-uyU68CqEdp .mbr-section-subtitle,
.cid-uyU68CqEdp .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uyU68CqEdp .mbr-text {
  text-align: left;
}
.cid-uyU68CqEdp .mbr-text,
.cid-uyU68CqEdp .mbr-card-btn {
  text-align: left;
}
.cid-uyU68CqEdp .mbr-text,
.cid-uyU68CqEdp .mbr-section-btn {
  text-align: left;
}
.cid-uyU68CqEdp .mbr-text,
.cid-uyU68CqEdp .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uyU68CqEdp .card-text,
.cid-uyU68CqEdp .item .mbr-section-btn {
  text-align: left;
}
.cid-uyU68CqEdp .card-title {
  text-align: left;
}
.cid-uyU68CzM40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uyU68CzM40 .mbr-text {
  color: #edefeb;
}
.cid-uyU68CzM40 .mbr-section-subtitle {
  color: #000000;
}
.cid-uyU68CzM40 .mbr-section-title {
  color: #edefeb;
}
.cid-uAeZlLqKFp {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAeZlLqKFp .mbr-text {
  color: #000000;
}
.cid-uAeZlLqKFp .mbr-section-subtitle {
  color: #000000;
}
.cid-uAeZlLqKFp .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uAeZnk3mft {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAeZnk3mft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeZnk3mft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAeZnk3mft .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAeZnk3mft .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAeZnk3mft .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAeZnk3mft .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAeZnk3mft .mbr-section-title {
  color: #edefeb;
}
.cid-uAeZnk3mft .mbr-text,
.cid-uAeZnk3mft .mbr-section-btn {
  color: #edefeb;
}
.cid-uA1bbyyqjC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uA1bbyyqjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1bbyyqjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1bbyyqjC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA1bbyyqjC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA1bbyyqjC .mbr-section-title {
  text-align: center;
}
.cid-uA1bbyyqjC .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uA1bbyyqjC .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uA1bbyyqjC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uA1bbyyqjC .content-head {
  max-width: 800px;
}
.cid-uA1bbyyqjC .img-box {
  display: flex;
  justify-content: center;
}
.cid-uA1bbyyqjC .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uA1bbyyqjC .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uA1bbyyqjC .link {
  text-align: center;
}
.cid-uA1bcDuNhl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA1bcDuNhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1bcDuNhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1bcDuNhl .mbr-section-title {
  color: #edefeb;
}
.cid-uA1bcDuNhl .mbr-section-subtitle {
  color: #a6a99c;
}
.cid-uAcCDIARbC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uAcCDIARbC .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-uAcCDIARbC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uAcCDIARbC .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-uAcCDIARbC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uAcCDIARbC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAcCDIARbC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAcCDIARbC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uAcCDIARbC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uAcCDIARbC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uAcCDIARbC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uAcCDIARbC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uAcCDIARbC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uAcCDIARbC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uAcCDIARbC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uAcCDIARbC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uAcCDIARbC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uAcCDIARbC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAcCDIARbC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uAcCDIARbC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uAcCDIARbC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uAcCDIARbC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uAcCDIARbC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  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: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uAcCDIARbC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAcCDIARbC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uAcCDIARbC .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAcCDIARbC .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: #232323;
}
.cid-uAcCDIARbC .nav-item:focus,
.cid-uAcCDIARbC .nav-link:focus {
  outline: none;
}
.cid-uAcCDIARbC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAcCDIARbC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAcCDIARbC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAcCDIARbC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAcCDIARbC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAcCDIARbC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAcCDIARbC .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-uAcCDIARbC .navbar.opened {
  transition: all 0.3s;
}
.cid-uAcCDIARbC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAcCDIARbC .navbar .navbar-logo img {
  width: auto;
}
.cid-uAcCDIARbC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uAcCDIARbC .navbar.collapsed {
  justify-content: center;
}
.cid-uAcCDIARbC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAcCDIARbC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAcCDIARbC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAcCDIARbC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAcCDIARbC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAcCDIARbC .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-uAcCDIARbC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAcCDIARbC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAcCDIARbC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uAcCDIARbC .navbar {
    min-height: 72px;
  }
  .cid-uAcCDIARbC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uAcCDIARbC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAcCDIARbC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAcCDIARbC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAcCDIARbC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAcCDIARbC .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-uAcCDIARbC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAcCDIARbC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uAcCDIARbC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAcCDIARbC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAcCDIARbC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uAcCDIARbC .dropdown-item.active,
.cid-uAcCDIARbC .dropdown-item:active {
  background-color: transparent;
}
.cid-uAcCDIARbC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAcCDIARbC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAcCDIARbC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAcCDIARbC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAcCDIARbC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uAcCDIARbC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uAcCDIARbC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAcCDIARbC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uAcCDIARbC .navbar-buttons {
    text-align: left;
  }
}
.cid-uAcCDIARbC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAcCDIARbC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uAcCDIARbC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAcCDIARbC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAcCDIARbC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAcCDIARbC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAcCDIARbC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAcCDIARbC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAcCDIARbC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAcCDIARbC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAcCDIARbC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAcCDIARbC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAcCDIARbC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAcCDIARbC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAcCDIARbC .navbar {
    height: 70px;
  }
  .cid-uAcCDIARbC .navbar.opened {
    height: auto;
  }
  .cid-uAcCDIARbC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAcCDIARbC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uAcCDIARbC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uAcCDIARbC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uAcCDIARbC .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-uAcCDIARbC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uAcCDIARbC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uAcCDIARbC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uAcCDIARbC .navbar-brand {
    margin-right: auto;
  }
  .cid-uAcCDIARbC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
  }
  .cid-uAcCDIARbC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uAcCDIARbC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uAcCDIARbC .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-uAcCDIARbC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uAcCDIARbC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uAcCDIARbC .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-uAcCDIARbC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uAcCDIARbC .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-uAcCDIARbC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uAcCDIARbC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAcCDJ6YDC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ad-bgimg-1728x1270.png");
}
.cid-uAcCDJ6YDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDJ6YDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDJ6YDC .mbr-section-title {
  color: #f7f7f7;
}
.cid-uAcCDJ6YDC .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uAcCDJnrJO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDJnrJO .mbr-text {
  color: #edefeb;
}
.cid-uAcCDJnrJO .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDJnrJO .mbr-section-title {
  color: #edefeb;
}
.cid-uAcCDJvUgY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDJvUgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDJvUgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDJvUgY .row {
  flex-direction: row-reverse;
}
.cid-uAcCDJEkR4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAcCDJEkR4 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uAcCDJEkR4 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uAcCDJEkR4 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #f3d28f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAcCDJEkR4 .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uAcCDJEkR4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAcCDJEkR4 .mbr-text {
  color: #edefeb;
}
.cid-uAcCDJLb8q {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDJLb8q .mbr-text {
  color: #edefeb;
}
.cid-uAcCDJLb8q .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDJLb8q .mbr-section-title {
  color: #edefeb;
}
.cid-uAcCDJSE0X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAcCDJSE0X .mbr-text {
  color: #edefeb;
}
.cid-uAcCDJSE0X .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDJSE0X .mbr-section-title {
  color: #edefeb;
}
.cid-uAcFwIPc0q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcFwIPc0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcFwIPc0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcFwIPc0q .row {
  flex-direction: row-reverse;
}
.cid-uAcG1xAcx7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAcG1xAcx7 .mbr-text {
  color: #edefeb;
}
.cid-uAcG1xAcx7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcG1xAcx7 .mbr-section-title {
  color: #edefeb;
}
.cid-uAcG3wauTJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcG3wauTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcG3wauTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcG3wauTJ .row {
  flex-direction: row-reverse;
}
.cid-uAcCDJY9Er {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAcCDJY9Er .mbr-text {
  color: #edefeb;
}
.cid-uAcCDJY9Er .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDJY9Er .mbr-section-title {
  color: #edefeb;
}
.cid-uAcCDKBhh8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDKBhh8 .mbr-text {
  color: #edefeb;
}
.cid-uAcCDKBhh8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDKBhh8 .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-uAcCDKMmPZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDKMmPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDKMmPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDKMmPZ .row {
  flex-direction: row-reverse;
}
.cid-uAcCDL1GG6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDL1GG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDL1GG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDL1GG6 .row {
  flex-direction: row-reverse;
}
.cid-uAcCDL9Uh6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDL9Uh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDL9Uh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDL9Uh6 .row {
  flex-direction: row-reverse;
}
.cid-uAcIPWl82I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcIPWl82I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcIPWl82I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcIPWl82I .row {
  flex-direction: row-reverse;
}
.cid-uAcCDLgsnU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uAcCDLgsnU .mbr-text {
  color: #000000;
}
.cid-uAcCDLgsnU .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDLgsnU .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uAcCDLm03v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAcCDLm03v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDLm03v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDLm03v .row {
  flex-direction: row-reverse;
}
.cid-uAcCDLwccD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAcCDLwccD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDLwccD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDLwccD .row {
  flex-direction: row-reverse;
}
.cid-uAcCDLDnTE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff4e0;
}
.cid-uAcCDLDnTE .item:focus,
.cid-uAcCDLDnTE span:focus {
  outline: none;
}
.cid-uAcCDLDnTE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAcCDLDnTE .item {
    margin-bottom: 1rem;
  }
}
.cid-uAcCDLDnTE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAcCDLDnTE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAcCDLDnTE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uAcCDLDnTE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAcCDLDnTE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAcCDLDnTE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAcCDLDnTE .mbr-text,
.cid-uAcCDLDnTE .item .mbr-section-btn {
  text-align: center;
}
.cid-uAcCDLDnTE .content-head {
  max-width: 800px;
}
.cid-uAcCDLDnTE .mbr-number {
  color: #b0801f;
}
.cid-uAcCDLDnTE .mbr-section-subtitle,
.cid-uAcCDLDnTE .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uAcCDLDnTE .mbr-text {
  text-align: left;
}
.cid-uAcCDLDnTE .mbr-text,
.cid-uAcCDLDnTE .mbr-card-btn {
  text-align: left;
}
.cid-uAcCDLDnTE .mbr-text,
.cid-uAcCDLDnTE .mbr-section-btn {
  text-align: left;
}
.cid-uAcCDLDnTE .mbr-text,
.cid-uAcCDLDnTE .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uAcCDLDnTE .card-text,
.cid-uAcCDLDnTE .item .mbr-section-btn {
  text-align: left;
}
.cid-uAcCDLDnTE .card-title {
  text-align: left;
}
.cid-uAcCDLQcyo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uAcCDLQcyo .mbr-text {
  color: #edefeb;
}
.cid-uAcCDLQcyo .mbr-section-subtitle {
  color: #000000;
}
.cid-uAcCDLQcyo .mbr-section-title {
  color: #edefeb;
}
.cid-uAeZxR6gDI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uAeZxR6gDI .mbr-text {
  color: #000000;
}
.cid-uAeZxR6gDI .mbr-section-subtitle {
  color: #000000;
}
.cid-uAeZxR6gDI .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uAeZySPtpV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAeZySPtpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeZySPtpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAeZySPtpV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAeZySPtpV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAeZySPtpV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAeZySPtpV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAeZySPtpV .mbr-section-title {
  color: #232323;
}
.cid-uAeZySPtpV .mbr-text,
.cid-uAeZySPtpV .mbr-section-btn {
  color: #edefeb;
}
.cid-uAcCDLY5Yp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uAcCDLY5Yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDLY5Yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDLY5Yp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAcCDLY5Yp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAcCDLY5Yp .mbr-section-title {
  text-align: center;
}
.cid-uAcCDLY5Yp .mbr-section-subtitle {
  text-align: center;
  color: #edefeb;
}
.cid-uAcCDLY5Yp .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uAcCDLY5Yp .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uAcCDLY5Yp .content-head {
  max-width: 800px;
}
.cid-uAcCDLY5Yp .img-box {
  display: flex;
  justify-content: center;
}
.cid-uAcCDLY5Yp .card-title {
  text-align: center;
  color: #edefeb;
}
.cid-uAcCDLY5Yp .card-text {
  text-align: center;
  color: #edefeb;
}
.cid-uAcCDLY5Yp .link {
  text-align: center;
}
.cid-uAcCDM9kyG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uAcCDM9kyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAcCDM9kyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAcCDM9kyG .mbr-section-title {
  color: #edefeb;
}
.cid-uAcCDM9kyG .mbr-section-subtitle {
  color: #a6a99c;
}
