body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.88rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.13rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.6625rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -1vw;
  }
  .display-2 {
    font-size: 2.304rem;
    font-size: calc( 1.658rem + (2.88 - 1.658) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.75vw;
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.704rem;
    font-size: calc( 1.3955rem + (2.13 - 1.3955) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #c5e8c0 !important;
}
.bg-info {
  background-color: #e2d7ff !important;
}
.bg-warning {
  background-color: #ff9081 !important;
}
.bg-danger {
  background-color: #e83e28 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
  color: #806650 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #806650 !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
}
.btn-info,
.btn-info:active {
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
  color: #3b00d7 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b00d7 !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
  color: #377c2d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #377c2d !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e83e28 !important;
  border-color: #e83e28 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a72312 !important;
  border-color: #a72312 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a72312 !important;
  border-color: #a72312 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede7e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccbbad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #806650 !important;
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2d7ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a380ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b00d7 !important;
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5e8c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8bd180 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #377c2d !important;
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff442a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e83e28;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a72312 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e83e28 !important;
  border-color: #e83e28 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ede7e2 !important;
}
.text-success {
  color: #c5e8c0 !important;
}
.text-info {
  color: #e2d7ff !important;
}
.text-warning {
  color: #ff9081 !important;
}
.text-danger {
  color: #e83e28 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6b3a3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #80cd75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9871ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff361b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a2010 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2d7ff;
}
.alert-warning {
  background-color: #ff9081;
}
.alert-danger {
  background-color: #e83e28;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fce3e0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ede7e2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8vw;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 5.3vw;
  }
}
.row {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .row > [class*="col"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 66px;
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .6s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  overflow: hidden;
}
.custom-section-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
  animation: btn-move-out 0.6s ease-in-out;
}
.custom-section-btn .btn-primary {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-primary:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-primary:hover:after {
  left: 100%;
}
.custom-section-btn .btn-white {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #ede7e2;
  transition: .6s all;
}
.custom-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-white:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black {
  color: #FFFFFF !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black-outline {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #FFFFFF;
  transition: .6s all;
}
.custom-section-btn .btn-black-outline:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black-outline:hover:after {
  left: 100%;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
    z-index: 2;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(-100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-100%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.form-wrapper form {
  width: 100%;
}
.form-wrapper form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.form-wrapper form p {
  color: #000000;
}
.form-wrapper form .mbr-section-btn {
  text-align: right;
  justify-content: flex-end;
  margin-right: auto;
}
.form-wrapper form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.form-wrapper form .form-control {
  height: 62px;
  border: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 20px 32px;
  font-size: 18px;
  line-height: normal !important;
  color: #000000;
  font-weight: 500;
}
.form-wrapper form .form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-wrapper form .form-control::-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-ms-input-placeholder {
  color: #757575;
}
.form-wrapper form select {
  color: #757575 !important;
}
.form-wrapper form textarea {
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 32px !important;
  resize: none;
}
.form-wrapper form textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input,
.form-wrapper form textarea {
  transition: .5s all;
}
.form-wrapper form input:active,
.form-wrapper form textarea:active,
.form-wrapper form input:focus,
.form-wrapper form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.form-wrapper form input:active::-webkit-input-placeholder,
.form-wrapper form textarea:active::-webkit-input-placeholder,
.form-wrapper form input:focus::-webkit-input-placeholder,
.form-wrapper form textarea:focus::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active::-moz-placeholder,
.form-wrapper form textarea:active::-moz-placeholder,
.form-wrapper form input:focus::-moz-placeholder,
.form-wrapper form textarea:focus::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-moz-placeholder,
.form-wrapper form textarea:active:-moz-placeholder,
.form-wrapper form input:focus:-moz-placeholder,
.form-wrapper form textarea:focus:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-ms-input-placeholder,
.form-wrapper form textarea:active:-ms-input-placeholder,
.form-wrapper form input:focus:-ms-input-placeholder,
.form-wrapper form textarea:focus:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form-wrapper form .row [class*=col] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-wrapper form label {
  width: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
.form-wrapper form .form-check-input {
  border-color: #757575 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.form-wrapper form .form-check-input:focus,
.form-wrapper form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.form-wrapper form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #757575 !important;
}
.cid-uCBrqIVhs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
  position: relative;
  overflow: hidden;
}
.cid-uCBrqIVhs3::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#9cd293 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCBrqIVhs3::before {
    opacity: .4;
  }
}
.cid-uCBrqIVhs3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5ff7d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uCBrqIVhs3::after {
    opacity: .4;
  }
}
.cid-uCBrqIVhs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBrqIVhs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCBrqIVhs3 .container {
    padding: 0 16px;
  }
}
.cid-uCBrqIVhs3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCBrqIVhs3 .row .card {
  justify-content: flex-end;
}
.cid-uCBrqIVhs3 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uCBrqIVhs3 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uCBrqIVhs3 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uCBrqIVhs3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBrqIVhs3 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBrqIVhs3 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #000000 !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ede7e2 !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #c5e8c0 !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e2d7ff !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff9081 !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e83e28 !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBrqIVhs3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uCBrqIVhs3 .mbr-section-title {
  color: #000000;
}
.cid-uCBrqIVhs3 .mbr-text {
  color: #000000;
}
.cid-uCBsYA2B0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBsYA2B0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBsYA2B0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBsYA2B0r .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBsYA2B0r .container {
    padding: 0 12px;
  }
}
.cid-uCBsYA2B0r .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCBsYA2B0r .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uCBsYA2B0r .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uCBsYA2B0r .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b1deaa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uCBsYA2B0r .mbr-section-title {
  color: #222222;
}
.cid-uCzHyjDUdE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
}
.cid-uCzHyjDUdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzHyjDUdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzHyjDUdE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCzHyjDUdE .container {
    padding: 0 12px;
  }
}
.cid-uCzHyjDUdE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCzHyjDUdE .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f5ff7d;
  box-shadow: 4px 4px #f5ff7d;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCzHyjDUdE .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCzHyjDUdE .mbr-section-subtitle {
  color: #222222;
}
.cid-uCzHyjDUdE .mbr-text {
  color: #222222;
}
.cid-uCzHyjDUdE .list {
  color: #222222;
}
.cid-uCBu2rBa7r {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uCBu2rBa7r .container-fluid {
  padding: 0 3rem;
}
.cid-uCBu2rBa7r .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCBu2rBa7r .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ede7e2);
  display: inline-block;
}
.cid-uCBu2rBa7r .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCBu2rBa7r .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uCBu2rBa7r .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uCBu2rBa7r .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uCBu2rBa7r .content-section {
  padding: 3rem;
}
.cid-uCBu2rBa7r .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uCBu2rBa7r .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #dfe8ff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uCBu2rBa7r .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCBu2rBa7r .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uCBu2rBa7r .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uCBu2rBa7r .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uCBu2rBa7r .mbr-section-subtitle,
.cid-uCBu2rBa7r .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCBu2rBa7r .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uCBuHFTDOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBuHFTDOS .row {
  position: relative;
}
.cid-uCBuHFTDOS .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfe8ff 50%, #3017cd);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uCBuHFTDOS .row .blur-circle {
    display: none;
  }
}
.cid-uCBuHFTDOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBuHFTDOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBuHFTDOS .row {
  justify-content: center;
}
.cid-uCBuHFTDOS .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCBuHFTDOS .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uCBuHFTDOS .row {
    padding: 0 24px;
  }
}
.cid-uCBuHFTDOS .row.row-wrapper {
  padding: 64px;
  background-color: #111111;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uCBuHFTDOS .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #f5ff7d;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uCBuHFTDOS .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCBuHFTDOS .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uCBuHFTDOS .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCBuHFTDOS .mbr-section-title {
  color: #f4efe8;
}
.cid-uCBuHFTDOS .mbr-link {
  color: #f4efe8;
}
.cid-uCBuHFTDOS .mbr-desc {
  color: #f4efe8;
}
.cid-uCBuHFTDOS .mbr-text {
  color: #f4efe8;
}
.cid-uCLsTWNLjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCLsTWNLjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLsTWNLjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLsTWNLjA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCLsTWNLjA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCLsTWNLjA .container {
    padding: 0;
  }
}
.cid-uCLsTWNLjA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCLsTWNLjA .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCLsTWNLjA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCLsTWNLjA .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCLsTWNLjA .mbr-section-title {
  color: #000000;
}
.cid-uCLsTWNLjA .mbr-text {
  color: #000000;
}
.cid-uCzBCW76qE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b1deaa;
}
.cid-uCzBCW76qE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzBCW76qE .col-12 {
  padding: 0;
}
.cid-uCzBCW76qE .row {
  margin: 0;
}
.cid-uCzBCW76qE .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzBCW76qE .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzBCW76qE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzBCW76qE .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzBCW76qE .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzBCW76qE .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzBCW76qE .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzBCW76qE .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzBCW76qE .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzBCW76qE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzBCW76qE .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCzBCW76qE .mbr-text,
.cid-uCzBCW76qE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCzDy9usJy {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCzDy9usJy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzDy9usJy .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzDy9usJy .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDy9usJy .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzDy9usJy .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDy9usJy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzChDAEUd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfe8ff;
}
.cid-uCzChDAEUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzChDAEUd .col-12 {
  padding: 0;
}
.cid-uCzChDAEUd .row {
  margin: 0;
}
.cid-uCzChDAEUd .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCzChDAEUd .card-margin {
    margin-top: -1px;
  }
}
.cid-uCzChDAEUd .card-wrapper {
  min-height: 500px;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzChDAEUd .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzChDAEUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzChDAEUd .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzChDAEUd .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzChDAEUd .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzChDAEUd .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzChDAEUd .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzChDAEUd .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzChDAEUd .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzChDAEUd .mbr-section-title {
  color: #000000;
}
.cid-uCzChDAEUd .mbr-text,
.cid-uCzChDAEUd .mbr-section-btn {
  color: #221b35;
}
.cid-tlJDubfhQe {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlJDubfhQe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJDubfhQe .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tlJDubfhQe .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJDubfhQe .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlJDubfhQe .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJDubfhQe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCLtWvxebB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
  position: relative;
}
.cid-uCLtWvxebB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5efcf;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLtWvxebB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLtWvxebB .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-uCLtWvxebB .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLtWvxebB .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLtWvxebB .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uCLtWvxebB .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLtWvxebB .toggle-panel {
  border-top: 1px solid #000000;
}
.cid-uCLtWvxebB .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}
.cid-uCLtWvxebB .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLtWvxebB .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLtWvxebB .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLtWvxebB .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLtWvxebB .panel-title-edit {
  color: #000000;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLtWvxebB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLtWvxebB .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLtWvxebB .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLtWvxebB .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLtWvxebB .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLtWvxebB .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLtWvxebB .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLtWvxebB .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCzDwWkCBT {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCzDwWkCBT .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzDwWkCBT .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzDwWkCBT .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDwWkCBT .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzDwWkCBT .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDwWkCBT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBxKTfkUH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dfe8ff;
}
.cid-uCBxKTfkUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBxKTfkUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBxKTfkUH .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBxKTfkUH .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uCBxKTfkUH .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBxKTfkUH .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uCBxKTfkUH .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uCBxKTfkUH .col-img {
    padding: 30px !important;
  }
}
.cid-uCBxKTfkUH .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uCBxKTfkUH .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCBxKTfkUH .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uCBxKTfkUH .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBxKTfkUH .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uCBxKTfkUH .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uCBxKTfkUH .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uCBxKTfkUH .mbr-text {
    padding-right: 0;
  }
}
.cid-uCBxKTfkUH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCBxKTfkUH .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uCBxKTfkUH .social-container {
    padding-top: 40px;
  }
}
.cid-uCBxKTfkUH .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBxKTfkUH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uCBxKTfkUH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uCBxKTfkUH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uCBxKTfkUH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uCBxKTfkUH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uCBxKTfkUH .soc-item:hover:before {
  opacity: 1;
}
.cid-uCBxKTfkUH .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #dfe8ff, #d5efcf);
  box-shadow: 10px 10px 19px #d5efcf, -10px -10px 19px #f5ff7d;
}
.cid-uCBxKTfkUH .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uCBxKTfkUH .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uCBxKTfkUH .mbr-text,
.cid-uCBxKTfkUH .mbr-section-btn {
  color: #000000;
}
.cid-uCzIJRre3k {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCzIJRre3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzIJRre3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzIJRre3k .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCzIJRre3k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCzIJRre3k .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCzIJRre3k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCzIJRre3k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCzE3KMYtU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfe8ff;
  overflow: hidden;
}
.cid-uCzE3KMYtU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #d5efcf 50%);
  z-index: 1;
}
.cid-uCzE3KMYtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzE3KMYtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .container {
    padding: 0 22px;
  }
}
.cid-uCzE3KMYtU .row {
  position: relative;
  z-index: 1;
}
.cid-uCzE3KMYtU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCzE3KMYtU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzE3KMYtU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzE3KMYtU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzE3KMYtU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCzE3KMYtU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCzE3KMYtU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCzE3KMYtU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCzE3KMYtU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover,
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover::before,
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzE3KMYtU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzE3KMYtU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzE3KMYtU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCzE3KMYtU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uCzE3KMYtU .mbr-section-title {
  color: #000000;
}
.cid-uCzE3KMYtU .mbr-text {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCzE3KMYtU .list {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-contact {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-desc {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-contact,
.cid-uCzE3KMYtU .item-contact {
  color: #000000;
}
.cid-uCzE3KMYtU .list,
.cid-uCzE3KMYtU .item-wrap {
  color: #000000;
}
.cid-uCzYSXF68A {
  z-index: 1000;
  width: 100%;
}
.cid-uCzYSXF68A nav.navbar {
  position: fixed;
}
.cid-uCzYSXF68A .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;
}
.cid-uCzYSXF68A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCzYSXF68A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCzYSXF68A .dropdown-item:hover,
.cid-uCzYSXF68A .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCzYSXF68A .dropdown-item:hover span {
  color: white;
}
.cid-uCzYSXF68A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCzYSXF68A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCzYSXF68A .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCzYSXF68A .nav-link {
  position: relative;
}
.cid-uCzYSXF68A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .container {
    flex-wrap: nowrap;
  }
}
.cid-uCzYSXF68A .dropdown-menu,
.cid-uCzYSXF68A .navbar.opened {
  background: #000000 !important;
}
.cid-uCzYSXF68A .nav-item:focus,
.cid-uCzYSXF68A .nav-link:focus {
  outline: none;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCzYSXF68A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCzYSXF68A .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCzYSXF68A .navbar.opened {
  transition: all 0.3s;
}
.cid-uCzYSXF68A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCzYSXF68A .navbar .navbar-logo img {
  width: auto;
}
.cid-uCzYSXF68A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCzYSXF68A .navbar.collapsed {
  justify-content: center;
}
.cid-uCzYSXF68A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCzYSXF68A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCzYSXF68A .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-uCzYSXF68A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCzYSXF68A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCzYSXF68A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCzYSXF68A .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-uCzYSXF68A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCzYSXF68A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCzYSXF68A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCzYSXF68A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCzYSXF68A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCzYSXF68A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCzYSXF68A .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCzYSXF68A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCzYSXF68A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCzYSXF68A .dropdown-item.active,
.cid-uCzYSXF68A .dropdown-item:active {
  background-color: transparent;
}
.cid-uCzYSXF68A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCzYSXF68A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCzYSXF68A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCzYSXF68A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCzYSXF68A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCzYSXF68A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCzYSXF68A .navbar {
    height: 70px;
  }
  .cid-uCzYSXF68A .navbar.opened {
    height: auto;
  }
  .cid-uCzYSXF68A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCzYSXF68A .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCzYSXF68A .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCzYSXF68A .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCzYSXF68A .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCzYSXF68A .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCzYSXF68A .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCA05cwx0s {
  z-index: 1000;
  width: 100%;
}
.cid-uCA05cwx0s nav.navbar {
  position: fixed;
}
.cid-uCA05cwx0s .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;
}
.cid-uCA05cwx0s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCA05cwx0s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCA05cwx0s .dropdown-item:hover,
.cid-uCA05cwx0s .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCA05cwx0s .dropdown-item:hover span {
  color: white;
}
.cid-uCA05cwx0s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCA05cwx0s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCA05cwx0s .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCA05cwx0s .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCA05cwx0s .nav-link {
  position: relative;
}
.cid-uCA05cwx0s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCA05cwx0s .container {
    flex-wrap: nowrap;
  }
}
.cid-uCA05cwx0s .dropdown-menu,
.cid-uCA05cwx0s .navbar.opened {
  background: #000000 !important;
}
.cid-uCA05cwx0s .nav-item:focus,
.cid-uCA05cwx0s .nav-link:focus {
  outline: none;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCA05cwx0s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCA05cwx0s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCA05cwx0s .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCA05cwx0s .navbar.opened {
  transition: all 0.3s;
}
.cid-uCA05cwx0s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCA05cwx0s .navbar .navbar-logo img {
  width: auto;
}
.cid-uCA05cwx0s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCA05cwx0s .navbar.collapsed {
  justify-content: center;
}
.cid-uCA05cwx0s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCA05cwx0s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCA05cwx0s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCA05cwx0s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCA05cwx0s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCA05cwx0s .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-uCA05cwx0s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCA05cwx0s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCA05cwx0s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCA05cwx0s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCA05cwx0s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCA05cwx0s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCA05cwx0s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCA05cwx0s .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-uCA05cwx0s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCA05cwx0s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCA05cwx0s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCA05cwx0s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCA05cwx0s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCA05cwx0s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCA05cwx0s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCA05cwx0s .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCA05cwx0s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCA05cwx0s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCA05cwx0s .dropdown-item.active,
.cid-uCA05cwx0s .dropdown-item:active {
  background-color: transparent;
}
.cid-uCA05cwx0s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCA05cwx0s .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCA05cwx0s .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCA05cwx0s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCA05cwx0s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCA05cwx0s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCA05cwx0s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCA05cwx0s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCA05cwx0s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA05cwx0s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCA05cwx0s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCA05cwx0s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCA05cwx0s .navbar {
    height: 70px;
  }
  .cid-uCA05cwx0s .navbar.opened {
    height: auto;
  }
  .cid-uCA05cwx0s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCA05cwx0s .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCA05cwx0s .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCA05cwx0s .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCA05cwx0s .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCA05cwx0s .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCA05cwx0s .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCA05cwx0s .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCA05cwx0s .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCA05cwx0s .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA05cwx0s .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA05cwx0s .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA05cwx0s .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCA05cwx0s .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCA05cwx0s .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCA05cwx0s .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCA05cwx0s .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCA05cwx0s .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCA05cwx0s .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCA05cwx0s .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCA05cwx0s .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCA05cwx0s .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCBIYzcKoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
  position: relative;
  overflow: hidden;
}
.cid-uCBIYzcKoe::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#9cd293 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCBIYzcKoe::before {
    opacity: .4;
  }
}
.cid-uCBIYzcKoe::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5ff7d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uCBIYzcKoe::after {
    opacity: .4;
  }
}
.cid-uCBIYzcKoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBIYzcKoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCBIYzcKoe .container {
    padding: 0 16px;
  }
}
.cid-uCBIYzcKoe .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCBIYzcKoe .row .card {
  justify-content: flex-end;
}
.cid-uCBIYzcKoe .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uCBIYzcKoe .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uCBIYzcKoe .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uCBIYzcKoe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBIYzcKoe .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBIYzcKoe .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #000000 !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ede7e2 !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #c5e8c0 !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e2d7ff !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff9081 !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e83e28 !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBIYzcKoe .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uCBIYzcKoe .mbr-section-title {
  color: #000000;
}
.cid-uCBIYzcKoe .mbr-text {
  color: #000000;
}
.cid-uCA05gUd0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCA05gUd0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05gUd0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA05gUd0Y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCA05gUd0Y .container {
    padding: 0 12px;
  }
}
.cid-uCA05gUd0Y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCA05gUd0Y .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCA05gUd0Y .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCA05gUd0Y .mbr-section-subtitle {
  color: #222222;
}
.cid-uCA05gUd0Y .mbr-text {
  color: #222222;
}
.cid-uCA05gUd0Y .list {
  color: #222222;
}
.cid-uCA05z2VbH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCA05z2VbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05z2VbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA05z2VbH .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCA05z2VbH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCA05z2VbH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCA05z2VbH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCA05z2VbH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCA05AGv3B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfe8ff;
  overflow: hidden;
}
.cid-uCA05AGv3B::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #d5efcf 50%);
  z-index: 1;
}
.cid-uCA05AGv3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05AGv3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .container {
    padding: 0 22px;
  }
}
.cid-uCA05AGv3B .row {
  position: relative;
  z-index: 1;
}
.cid-uCA05AGv3B .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCA05AGv3B .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA05AGv3B .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA05AGv3B .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA05AGv3B .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCA05AGv3B .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCA05AGv3B .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCA05AGv3B .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCA05AGv3B .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover,
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover::before,
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA05AGv3B .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA05AGv3B .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA05AGv3B .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCA05AGv3B .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uCA05AGv3B .mbr-section-title {
  color: #000000;
}
.cid-uCA05AGv3B .mbr-text {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCA05AGv3B .list {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-contact {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-desc {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-contact,
.cid-uCA05AGv3B .item-contact {
  color: #000000;
}
.cid-uCA05AGv3B .list,
.cid-uCA05AGv3B .item-wrap {
  color: #000000;
}
.cid-uCA2j5CI4e {
  z-index: 1000;
  width: 100%;
}
.cid-uCA2j5CI4e nav.navbar {
  position: fixed;
}
.cid-uCA2j5CI4e .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;
}
.cid-uCA2j5CI4e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCA2j5CI4e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCA2j5CI4e .dropdown-item:hover,
.cid-uCA2j5CI4e .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCA2j5CI4e .dropdown-item:hover span {
  color: white;
}
.cid-uCA2j5CI4e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCA2j5CI4e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCA2j5CI4e .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCA2j5CI4e .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCA2j5CI4e .nav-link {
  position: relative;
}
.cid-uCA2j5CI4e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCA2j5CI4e .container {
    flex-wrap: nowrap;
  }
}
.cid-uCA2j5CI4e .dropdown-menu,
.cid-uCA2j5CI4e .navbar.opened {
  background: #000000 !important;
}
.cid-uCA2j5CI4e .nav-item:focus,
.cid-uCA2j5CI4e .nav-link:focus {
  outline: none;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCA2j5CI4e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCA2j5CI4e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCA2j5CI4e .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCA2j5CI4e .navbar.opened {
  transition: all 0.3s;
}
.cid-uCA2j5CI4e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCA2j5CI4e .navbar .navbar-logo img {
  width: auto;
}
.cid-uCA2j5CI4e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCA2j5CI4e .navbar.collapsed {
  justify-content: center;
}
.cid-uCA2j5CI4e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCA2j5CI4e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCA2j5CI4e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCA2j5CI4e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCA2j5CI4e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCA2j5CI4e .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-uCA2j5CI4e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCA2j5CI4e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCA2j5CI4e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCA2j5CI4e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCA2j5CI4e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCA2j5CI4e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCA2j5CI4e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCA2j5CI4e .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-uCA2j5CI4e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCA2j5CI4e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCA2j5CI4e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCA2j5CI4e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCA2j5CI4e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCA2j5CI4e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCA2j5CI4e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCA2j5CI4e .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCA2j5CI4e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCA2j5CI4e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCA2j5CI4e .dropdown-item.active,
.cid-uCA2j5CI4e .dropdown-item:active {
  background-color: transparent;
}
.cid-uCA2j5CI4e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCA2j5CI4e .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCA2j5CI4e .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCA2j5CI4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCA2j5CI4e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCA2j5CI4e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCA2j5CI4e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCA2j5CI4e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCA2j5CI4e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCA2j5CI4e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCA2j5CI4e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCA2j5CI4e .navbar {
    height: 70px;
  }
  .cid-uCA2j5CI4e .navbar.opened {
    height: auto;
  }
  .cid-uCA2j5CI4e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCA2j5CI4e .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCA2j5CI4e .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCA2j5CI4e .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCA2j5CI4e .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCA2j5CI4e .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCA2j5CI4e .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCA2j5CI4e .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCA2j5CI4e .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCA2j5CI4e .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA2j5CI4e .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA2j5CI4e .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA2j5CI4e .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCA2j5CI4e .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCA2j5CI4e .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCA2j5CI4e .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCA2j5CI4e .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCA2j5CI4e .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCA2j5CI4e .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCA2j5CI4e .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCA2j5CI4e .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCA2j5CI4e .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCBJnSNjNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
  position: relative;
  overflow: hidden;
}
.cid-uCBJnSNjNR::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#9cd293 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCBJnSNjNR::before {
    opacity: .4;
  }
}
.cid-uCBJnSNjNR::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5ff7d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uCBJnSNjNR::after {
    opacity: .4;
  }
}
.cid-uCBJnSNjNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBJnSNjNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCBJnSNjNR .container {
    padding: 0 16px;
  }
}
.cid-uCBJnSNjNR .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCBJnSNjNR .row .card {
  justify-content: flex-end;
}
.cid-uCBJnSNjNR .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uCBJnSNjNR .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uCBJnSNjNR .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uCBJnSNjNR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBJnSNjNR .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBJnSNjNR .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #000000 !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ede7e2 !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #c5e8c0 !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e2d7ff !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff9081 !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e83e28 !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBJnSNjNR .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uCBJnSNjNR .mbr-section-title {
  color: #000000;
}
.cid-uCBJnSNjNR .mbr-text {
  color: #000000;
}
.cid-uCA2j9U6Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCA2j9U6Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2j9U6Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA2j9U6Rn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCA2j9U6Rn .container {
    padding: 0 12px;
  }
}
.cid-uCA2j9U6Rn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCA2j9U6Rn .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCA2j9U6Rn .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCA2j9U6Rn .mbr-section-subtitle {
  color: #222222;
}
.cid-uCA2j9U6Rn .mbr-text {
  color: #222222;
}
.cid-uCA2j9U6Rn .list {
  color: #222222;
}
.cid-uCA2jb2bgn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCA2jb2bgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2jb2bgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA2jb2bgn .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCA2jb2bgn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCA2jb2bgn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCA2jb2bgn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCA2jb2bgn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCA2jcKFFc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfe8ff;
  overflow: hidden;
}
.cid-uCA2jcKFFc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #d5efcf 50%);
  z-index: 1;
}
.cid-uCA2jcKFFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2jcKFFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .container {
    padding: 0 22px;
  }
}
.cid-uCA2jcKFFc .row {
  position: relative;
  z-index: 1;
}
.cid-uCA2jcKFFc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCA2jcKFFc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA2jcKFFc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA2jcKFFc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA2jcKFFc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCA2jcKFFc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCA2jcKFFc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCA2jcKFFc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCA2jcKFFc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover,
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover::before,
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA2jcKFFc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA2jcKFFc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA2jcKFFc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCA2jcKFFc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uCA2jcKFFc .mbr-section-title {
  color: #000000;
}
.cid-uCA2jcKFFc .mbr-text {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCA2jcKFFc .list {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-contact {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-desc {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-contact,
.cid-uCA2jcKFFc .item-contact {
  color: #000000;
}
.cid-uCA2jcKFFc .list,
.cid-uCA2jcKFFc .item-wrap {
  color: #000000;
}
.cid-uCBAzhJ2Lb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
  position: relative;
  overflow: hidden;
}
.cid-uCBAzhJ2Lb::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#9cd293 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCBAzhJ2Lb::before {
    opacity: .4;
  }
}
.cid-uCBAzhJ2Lb::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5ff7d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uCBAzhJ2Lb::after {
    opacity: .4;
  }
}
.cid-uCBAzhJ2Lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzhJ2Lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCBAzhJ2Lb .container {
    padding: 0 16px;
  }
}
.cid-uCBAzhJ2Lb .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCBAzhJ2Lb .row .card {
  justify-content: flex-end;
}
.cid-uCBAzhJ2Lb .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uCBAzhJ2Lb .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uCBAzhJ2Lb .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uCBAzhJ2Lb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBAzhJ2Lb .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBAzhJ2Lb .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #000000 !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ede7e2 !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #c5e8c0 !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e2d7ff !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff9081 !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e83e28 !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBAzhJ2Lb .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uCBAzhJ2Lb .mbr-section-title {
  color: #000000;
}
.cid-uCBAzhJ2Lb .mbr-text {
  color: #000000;
}
.cid-uCBAzjJHY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBAzjJHY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzjJHY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBAzjJHY6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBAzjJHY6 .container {
    padding: 0 12px;
  }
}
.cid-uCBAzjJHY6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCBAzjJHY6 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uCBAzjJHY6 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uCBAzjJHY6 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b1deaa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uCBAzjJHY6 .mbr-section-title {
  color: #222222;
}
.cid-uCBAzkPon8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
}
.cid-uCBAzkPon8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzkPon8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBAzkPon8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBAzkPon8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBAzkPon8 .container {
    padding: 0 12px;
  }
}
.cid-uCBAzkPon8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCBAzkPon8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCBAzkPon8 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f5ff7d;
  box-shadow: 4px 4px #f5ff7d;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCBAzkPon8 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCBAzkPon8 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCBAzkPon8 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCBAzkPon8 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCBAzkPon8 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCBAzkPon8 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCBAzkPon8 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCBAzkPon8 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCBAzkPon8 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCBAzkPon8 .mbr-section-subtitle {
  color: #222222;
}
.cid-uCBAzkPon8 .mbr-text {
  color: #222222;
}
.cid-uCBAzkPon8 .list {
  color: #222222;
}
.cid-uCBAzlTZNR {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uCBAzlTZNR .container-fluid {
  padding: 0 3rem;
}
.cid-uCBAzlTZNR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCBAzlTZNR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ede7e2);
  display: inline-block;
}
.cid-uCBAzlTZNR .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCBAzlTZNR .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uCBAzlTZNR .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uCBAzlTZNR .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uCBAzlTZNR .content-section {
  padding: 3rem;
}
.cid-uCBAzlTZNR .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uCBAzlTZNR .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #dfe8ff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uCBAzlTZNR .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCBAzlTZNR .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uCBAzlTZNR .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uCBAzlTZNR .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uCBAzlTZNR .mbr-section-subtitle,
.cid-uCBAzlTZNR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCBAzlTZNR .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uCBAznpOrm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBAznpOrm .row {
  position: relative;
}
.cid-uCBAznpOrm .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfe8ff 50%, #3017cd);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uCBAznpOrm .row .blur-circle {
    display: none;
  }
}
.cid-uCBAznpOrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAznpOrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBAznpOrm .row {
  justify-content: center;
}
.cid-uCBAznpOrm .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCBAznpOrm .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uCBAznpOrm .row {
    padding: 0 24px;
  }
}
.cid-uCBAznpOrm .row.row-wrapper {
  padding: 64px;
  background-color: #111111;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uCBAznpOrm .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #f5ff7d;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uCBAznpOrm .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCBAznpOrm .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uCBAznpOrm .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCBAznpOrm .mbr-section-title {
  color: #f4efe8;
}
.cid-uCBAznpOrm .mbr-link {
  color: #f4efe8;
}
.cid-uCBAznpOrm .mbr-desc {
  color: #f4efe8;
}
.cid-uCBAznpOrm .mbr-text {
  color: #f4efe8;
}
.cid-uCBAzoNiLZ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBAzoNiLZ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBAzoNiLZ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBAzoNiLZ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAzoNiLZ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBAzoNiLZ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAzoNiLZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBAzpXiSv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b1deaa;
}
.cid-uCBAzpXiSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzpXiSv .col-12 {
  padding: 0;
}
.cid-uCBAzpXiSv .row {
  margin: 0;
}
.cid-uCBAzpXiSv .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCBAzpXiSv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCBAzpXiSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBAzpXiSv .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCBAzpXiSv .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCBAzpXiSv .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCBAzpXiSv .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCBAzpXiSv .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCBAzpXiSv .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBAzpXiSv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCBAzpXiSv .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCBAzpXiSv .mbr-text,
.cid-uCBAzpXiSv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCBAzrjkfw {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBAzrjkfw .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBAzrjkfw .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBAzrjkfw .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAzrjkfw .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBAzrjkfw .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAzrjkfw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBAzsknQm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfe8ff;
}
.cid-uCBAzsknQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzsknQm .col-12 {
  padding: 0;
}
.cid-uCBAzsknQm .row {
  margin: 0;
}
.cid-uCBAzsknQm .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCBAzsknQm .card-margin {
    margin-top: -1px;
  }
}
.cid-uCBAzsknQm .card-wrapper {
  min-height: 500px;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCBAzsknQm .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCBAzsknQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBAzsknQm .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCBAzsknQm .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCBAzsknQm .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCBAzsknQm .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCBAzsknQm .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCBAzsknQm .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBAzsknQm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCBAzsknQm .mbr-section-title {
  color: #000000;
}
.cid-uCBAzsknQm .mbr-text,
.cid-uCBAzsknQm .mbr-section-btn {
  color: #221b35;
}
.cid-uCBAztA5h9 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBAztA5h9 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBAztA5h9 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBAztA5h9 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAztA5h9 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBAztA5h9 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAztA5h9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCLu6p6mJU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
  position: relative;
}
.cid-uCLu6p6mJU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5efcf;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLu6p6mJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLu6p6mJU .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-uCLu6p6mJU .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLu6p6mJU .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLu6p6mJU .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uCLu6p6mJU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLu6p6mJU .toggle-panel {
  border-top: 1px solid #000000;
}
.cid-uCLu6p6mJU .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}
.cid-uCLu6p6mJU .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLu6p6mJU .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLu6p6mJU .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLu6p6mJU .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLu6p6mJU .panel-title-edit {
  color: #000000;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLu6p6mJU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLu6p6mJU .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLu6p6mJU .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLu6p6mJU .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLu6p6mJU .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLu6p6mJU .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLu6p6mJU .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLu6p6mJU .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCBAzwLuaS {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBAzwLuaS .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBAzwLuaS .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBAzwLuaS .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAzwLuaS .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBAzwLuaS .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBAzwLuaS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBAzydcEC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dfe8ff;
}
.cid-uCBAzydcEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzydcEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBAzydcEC .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBAzydcEC .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uCBAzydcEC .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBAzydcEC .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uCBAzydcEC .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uCBAzydcEC .col-img {
    padding: 30px !important;
  }
}
.cid-uCBAzydcEC .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uCBAzydcEC .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCBAzydcEC .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uCBAzydcEC .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBAzydcEC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uCBAzydcEC .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uCBAzydcEC .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uCBAzydcEC .mbr-text {
    padding-right: 0;
  }
}
.cid-uCBAzydcEC .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCBAzydcEC .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uCBAzydcEC .social-container {
    padding-top: 40px;
  }
}
.cid-uCBAzydcEC .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBAzydcEC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uCBAzydcEC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uCBAzydcEC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uCBAzydcEC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uCBAzydcEC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uCBAzydcEC .soc-item:hover:before {
  opacity: 1;
}
.cid-uCBAzydcEC .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #dfe8ff, #d5efcf);
  box-shadow: 10px 10px 19px #d5efcf, -10px -10px 19px #f5ff7d;
}
.cid-uCBAzydcEC .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uCBAzydcEC .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uCBAzydcEC .mbr-text,
.cid-uCBAzydcEC .mbr-section-btn {
  color: #000000;
}
.cid-uCBD5KPm7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBD5KPm7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBD5KPm7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBD5KPm7D .container {
    padding: 0 16px;
  }
}
.cid-uCBD5KPm7D .row {
  justify-content: center;
}
.cid-uCBD5KPm7D .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d5efcf;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uCBD5KPm7D .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBD5KPm7D .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d5efcf;
  background-color: #dfe8ff;
}
@media (max-width: 992px) {
  .cid-uCBD5KPm7D .panel-group .card {
    padding: 24px;
  }
}
.cid-uCBD5KPm7D .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCBD5KPm7D .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dfe8ff;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #dfe8ff;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uCBD5KPm7D .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uCBD5KPm7D .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uCBD5KPm7D .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uCBD5KPm7D .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCBD5KPm7D .mbr-section-title {
  color: #000000;
}
.cid-uCBD5KPm7D .panel-title-edit {
  color: #000000;
}
.cid-uCBD5KPm7D .panel-text {
  color: #000000;
}
.cid-uCBAzAwR6F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCBAzAwR6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzAwR6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBAzAwR6F .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCBAzAwR6F .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCBAzAwR6F .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCBAzAwR6F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCBAzAwR6F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCBAzBXxYl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfe8ff;
  overflow: hidden;
}
.cid-uCBAzBXxYl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #d5efcf 50%);
  z-index: 1;
}
.cid-uCBAzBXxYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBAzBXxYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .container {
    padding: 0 22px;
  }
}
.cid-uCBAzBXxYl .row {
  position: relative;
  z-index: 1;
}
.cid-uCBAzBXxYl .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCBAzBXxYl .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCBAzBXxYl .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCBAzBXxYl .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBAzBXxYl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCBAzBXxYl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBAzBXxYl .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCBAzBXxYl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCBAzBXxYl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCBAzBXxYl .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCBAzBXxYl .nav-wrapper .list .item-wrap:hover,
.cid-uCBAzBXxYl .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCBAzBXxYl .nav-wrapper .list .item-wrap:hover::before,
.cid-uCBAzBXxYl .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCBAzBXxYl .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBAzBXxYl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCBAzBXxYl .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBAzBXxYl .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCBAzBXxYl .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCBAzBXxYl .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCBAzBXxYl .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uCBAzBXxYl .mbr-section-title {
  color: #000000;
}
.cid-uCBAzBXxYl .mbr-text {
  color: #ffffff;
}
.cid-uCBAzBXxYl .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCBAzBXxYl .list {
  color: #ffffff;
}
.cid-uCBAzBXxYl .mbr-contact {
  color: #ffffff;
}
.cid-uCBAzBXxYl .mbr-desc {
  color: #ffffff;
}
.cid-uCBAzBXxYl .mbr-contact,
.cid-uCBAzBXxYl .item-contact {
  color: #000000;
}
.cid-uCBAzBXxYl .list,
.cid-uCBAzBXxYl .item-wrap {
  color: #000000;
}
.cid-uCBAzDBY0x {
  z-index: 1000;
  width: 100%;
}
.cid-uCBAzDBY0x nav.navbar {
  position: fixed;
}
.cid-uCBAzDBY0x .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;
}
.cid-uCBAzDBY0x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBAzDBY0x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBAzDBY0x .dropdown-item:hover,
.cid-uCBAzDBY0x .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBAzDBY0x .dropdown-item:hover span {
  color: white;
}
.cid-uCBAzDBY0x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBAzDBY0x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBAzDBY0x .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCBAzDBY0x .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBAzDBY0x .nav-link {
  position: relative;
}
.cid-uCBAzDBY0x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCBAzDBY0x .container {
    flex-wrap: nowrap;
  }
}
.cid-uCBAzDBY0x .dropdown-menu,
.cid-uCBAzDBY0x .navbar.opened {
  background: #000000 !important;
}
.cid-uCBAzDBY0x .nav-item:focus,
.cid-uCBAzDBY0x .nav-link:focus {
  outline: none;
}
.cid-uCBAzDBY0x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBAzDBY0x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBAzDBY0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBAzDBY0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBAzDBY0x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBAzDBY0x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBAzDBY0x .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCBAzDBY0x .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBAzDBY0x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBAzDBY0x .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBAzDBY0x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBAzDBY0x .navbar.collapsed {
  justify-content: center;
}
.cid-uCBAzDBY0x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBAzDBY0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBAzDBY0x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCBAzDBY0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBAzDBY0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBAzDBY0x .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-uCBAzDBY0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBAzDBY0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBAzDBY0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBAzDBY0x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBAzDBY0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBAzDBY0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBAzDBY0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBAzDBY0x .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-uCBAzDBY0x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBAzDBY0x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBAzDBY0x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBAzDBY0x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBAzDBY0x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBAzDBY0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCBAzDBY0x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCBAzDBY0x .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCBAzDBY0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCBAzDBY0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBAzDBY0x .dropdown-item.active,
.cid-uCBAzDBY0x .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBAzDBY0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBAzDBY0x .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBAzDBY0x .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBAzDBY0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCBAzDBY0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBAzDBY0x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBAzDBY0x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBAzDBY0x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBAzDBY0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBAzDBY0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCBAzDBY0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBAzDBY0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBAzDBY0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBAzDBY0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBAzDBY0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBAzDBY0x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBAzDBY0x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBAzDBY0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBAzDBY0x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBAzDBY0x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBAzDBY0x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCBAzDBY0x .navbar {
    height: 70px;
  }
  .cid-uCBAzDBY0x .navbar.opened {
    height: auto;
  }
  .cid-uCBAzDBY0x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCBAzDBY0x .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCBAzDBY0x .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCBAzDBY0x .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCBAzDBY0x .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCBAzDBY0x .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCBAzDBY0x .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCBAzDBY0x .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCBAzDBY0x .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCBAzDBY0x .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBAzDBY0x .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBAzDBY0x .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBAzDBY0x .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCBAzDBY0x .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCBAzDBY0x .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCBAzDBY0x .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCBAzDBY0x .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCBAzDBY0x .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCBAzDBY0x .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCBAzDBY0x .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCBAzDBY0x .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCBAzDBY0x .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCBAzDBY0x .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCBAzDBY0x .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCBAzDBY0x .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCBAzDBY0x .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCBDPm3Mu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
  position: relative;
  overflow: hidden;
}
.cid-uCBDPm3Mu7::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#9cd293 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCBDPm3Mu7::before {
    opacity: .4;
  }
}
.cid-uCBDPm3Mu7::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5ff7d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uCBDPm3Mu7::after {
    opacity: .4;
  }
}
.cid-uCBDPm3Mu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPm3Mu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCBDPm3Mu7 .container {
    padding: 0 16px;
  }
}
.cid-uCBDPm3Mu7 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCBDPm3Mu7 .row .card {
  justify-content: flex-end;
}
.cid-uCBDPm3Mu7 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uCBDPm3Mu7 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uCBDPm3Mu7 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uCBDPm3Mu7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBDPm3Mu7 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBDPm3Mu7 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #000000 !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ede7e2 !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #c5e8c0 !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e2d7ff !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff9081 !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e83e28 !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBDPm3Mu7 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uCBDPm3Mu7 .mbr-section-title {
  color: #000000;
}
.cid-uCBDPm3Mu7 .mbr-text {
  color: #000000;
}
.cid-uCBDPocVvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBDPocVvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPocVvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBDPocVvV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBDPocVvV .container {
    padding: 0 12px;
  }
}
.cid-uCBDPocVvV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCBDPocVvV .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uCBDPocVvV .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uCBDPocVvV .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b1deaa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uCBDPocVvV .mbr-section-title {
  color: #222222;
}
.cid-uCBDPpEYMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
}
.cid-uCBDPpEYMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPpEYMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBDPpEYMl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBDPpEYMl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBDPpEYMl .container {
    padding: 0 12px;
  }
}
.cid-uCBDPpEYMl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCBDPpEYMl .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCBDPpEYMl .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f5ff7d;
  box-shadow: 4px 4px #f5ff7d;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCBDPpEYMl .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCBDPpEYMl .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCBDPpEYMl .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCBDPpEYMl .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCBDPpEYMl .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCBDPpEYMl .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCBDPpEYMl .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCBDPpEYMl .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCBDPpEYMl .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCBDPpEYMl .mbr-section-subtitle {
  color: #222222;
}
.cid-uCBDPpEYMl .mbr-text {
  color: #222222;
}
.cid-uCBDPpEYMl .list {
  color: #222222;
}
.cid-uCBDPrsepj {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uCBDPrsepj .container-fluid {
  padding: 0 3rem;
}
.cid-uCBDPrsepj .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCBDPrsepj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ede7e2);
  display: inline-block;
}
.cid-uCBDPrsepj .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCBDPrsepj .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uCBDPrsepj .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uCBDPrsepj .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uCBDPrsepj .content-section {
  padding: 3rem;
}
.cid-uCBDPrsepj .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uCBDPrsepj .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #dfe8ff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uCBDPrsepj .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCBDPrsepj .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uCBDPrsepj .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uCBDPrsepj .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uCBDPrsepj .mbr-section-subtitle,
.cid-uCBDPrsepj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCBDPrsepj .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uCBDPtO86i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBDPtO86i .row {
  position: relative;
}
.cid-uCBDPtO86i .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfe8ff 50%, #3017cd);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uCBDPtO86i .row .blur-circle {
    display: none;
  }
}
.cid-uCBDPtO86i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPtO86i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBDPtO86i .row {
  justify-content: center;
}
.cid-uCBDPtO86i .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCBDPtO86i .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uCBDPtO86i .row {
    padding: 0 24px;
  }
}
.cid-uCBDPtO86i .row.row-wrapper {
  padding: 64px;
  background-color: #111111;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uCBDPtO86i .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #f5ff7d;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uCBDPtO86i .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCBDPtO86i .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uCBDPtO86i .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCBDPtO86i .mbr-section-title {
  color: #f4efe8;
}
.cid-uCBDPtO86i .mbr-link {
  color: #f4efe8;
}
.cid-uCBDPtO86i .mbr-desc {
  color: #f4efe8;
}
.cid-uCBDPtO86i .mbr-text {
  color: #f4efe8;
}
.cid-uCBDPwF6gO {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBDPwF6gO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBDPwF6gO .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBDPwF6gO .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPwF6gO .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBDPwF6gO .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPwF6gO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBDPxP719 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b1deaa;
}
.cid-uCBDPxP719 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPxP719 .col-12 {
  padding: 0;
}
.cid-uCBDPxP719 .row {
  margin: 0;
}
.cid-uCBDPxP719 .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCBDPxP719 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCBDPxP719 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBDPxP719 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCBDPxP719 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCBDPxP719 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCBDPxP719 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCBDPxP719 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCBDPxP719 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBDPxP719 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCBDPxP719 .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCBDPxP719 .mbr-text,
.cid-uCBDPxP719 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCBDPzsADE {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBDPzsADE .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBDPzsADE .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBDPzsADE .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPzsADE .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBDPzsADE .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPzsADE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBDPAJRLg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfe8ff;
}
.cid-uCBDPAJRLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPAJRLg .col-12 {
  padding: 0;
}
.cid-uCBDPAJRLg .row {
  margin: 0;
}
.cid-uCBDPAJRLg .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCBDPAJRLg .card-margin {
    margin-top: -1px;
  }
}
.cid-uCBDPAJRLg .card-wrapper {
  min-height: 500px;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCBDPAJRLg .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCBDPAJRLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBDPAJRLg .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCBDPAJRLg .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCBDPAJRLg .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCBDPAJRLg .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCBDPAJRLg .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCBDPAJRLg .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBDPAJRLg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCBDPAJRLg .mbr-section-title {
  color: #000000;
}
.cid-uCBDPAJRLg .mbr-text,
.cid-uCBDPAJRLg .mbr-section-btn {
  color: #221b35;
}
.cid-uCBDPCtKnq {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBDPCtKnq .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBDPCtKnq .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBDPCtKnq .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPCtKnq .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBDPCtKnq .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPCtKnq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCLueg2lZL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
  position: relative;
}
.cid-uCLueg2lZL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5efcf;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLueg2lZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLueg2lZL .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-uCLueg2lZL .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLueg2lZL .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLueg2lZL .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uCLueg2lZL .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLueg2lZL .toggle-panel {
  border-top: 1px solid #000000;
}
.cid-uCLueg2lZL .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}
.cid-uCLueg2lZL .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLueg2lZL .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLueg2lZL .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLueg2lZL .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLueg2lZL .panel-title-edit {
  color: #000000;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLueg2lZL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLueg2lZL .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLueg2lZL .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLueg2lZL .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLueg2lZL .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLueg2lZL .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLueg2lZL .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLueg2lZL .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCBDPFLNSW {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBDPFLNSW .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBDPFLNSW .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBDPFLNSW .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPFLNSW .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBDPFLNSW .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBDPFLNSW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBDPH3RQK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dfe8ff;
}
.cid-uCBDPH3RQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPH3RQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBDPH3RQK .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBDPH3RQK .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uCBDPH3RQK .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBDPH3RQK .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uCBDPH3RQK .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uCBDPH3RQK .col-img {
    padding: 30px !important;
  }
}
.cid-uCBDPH3RQK .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uCBDPH3RQK .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCBDPH3RQK .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uCBDPH3RQK .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBDPH3RQK .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uCBDPH3RQK .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uCBDPH3RQK .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uCBDPH3RQK .mbr-text {
    padding-right: 0;
  }
}
.cid-uCBDPH3RQK .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCBDPH3RQK .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uCBDPH3RQK .social-container {
    padding-top: 40px;
  }
}
.cid-uCBDPH3RQK .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBDPH3RQK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uCBDPH3RQK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uCBDPH3RQK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uCBDPH3RQK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uCBDPH3RQK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uCBDPH3RQK .soc-item:hover:before {
  opacity: 1;
}
.cid-uCBDPH3RQK .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #dfe8ff, #d5efcf);
  box-shadow: 10px 10px 19px #d5efcf, -10px -10px 19px #f5ff7d;
}
.cid-uCBDPH3RQK .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uCBDPH3RQK .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uCBDPH3RQK .mbr-text,
.cid-uCBDPH3RQK .mbr-section-btn {
  color: #000000;
}
.cid-uCBDPIGqZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBDPIGqZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPIGqZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBDPIGqZ2 .container {
    padding: 0 16px;
  }
}
.cid-uCBDPIGqZ2 .row {
  justify-content: center;
}
.cid-uCBDPIGqZ2 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d5efcf;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uCBDPIGqZ2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBDPIGqZ2 .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d5efcf;
  background-color: #dfe8ff;
}
@media (max-width: 992px) {
  .cid-uCBDPIGqZ2 .panel-group .card {
    padding: 24px;
  }
}
.cid-uCBDPIGqZ2 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dfe8ff;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #dfe8ff;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uCBDPIGqZ2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uCBDPIGqZ2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uCBDPIGqZ2 .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uCBDPIGqZ2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCBDPIGqZ2 .mbr-section-title {
  color: #000000;
}
.cid-uCBDPIGqZ2 .panel-title-edit {
  color: #000000;
}
.cid-uCBDPIGqZ2 .panel-text {
  color: #000000;
}
.cid-uCBDPKtrDz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCBDPKtrDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPKtrDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBDPKtrDz .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCBDPKtrDz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCBDPKtrDz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCBDPKtrDz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCBDPKtrDz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCBDPN65nI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfe8ff;
  overflow: hidden;
}
.cid-uCBDPN65nI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #d5efcf 50%);
  z-index: 1;
}
.cid-uCBDPN65nI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBDPN65nI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .container {
    padding: 0 22px;
  }
}
.cid-uCBDPN65nI .row {
  position: relative;
  z-index: 1;
}
.cid-uCBDPN65nI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCBDPN65nI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCBDPN65nI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCBDPN65nI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBDPN65nI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCBDPN65nI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBDPN65nI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCBDPN65nI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCBDPN65nI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCBDPN65nI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCBDPN65nI .nav-wrapper .list .item-wrap:hover,
.cid-uCBDPN65nI .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCBDPN65nI .nav-wrapper .list .item-wrap:hover::before,
.cid-uCBDPN65nI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCBDPN65nI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBDPN65nI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCBDPN65nI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBDPN65nI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCBDPN65nI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCBDPN65nI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCBDPN65nI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uCBDPN65nI .mbr-section-title {
  color: #000000;
}
.cid-uCBDPN65nI .mbr-text {
  color: #ffffff;
}
.cid-uCBDPN65nI .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCBDPN65nI .list {
  color: #ffffff;
}
.cid-uCBDPN65nI .mbr-contact {
  color: #ffffff;
}
.cid-uCBDPN65nI .mbr-desc {
  color: #ffffff;
}
.cid-uCBDPN65nI .mbr-contact,
.cid-uCBDPN65nI .item-contact {
  color: #000000;
}
.cid-uCBDPN65nI .list,
.cid-uCBDPN65nI .item-wrap {
  color: #000000;
}
.cid-uCBDPRdvfy {
  z-index: 1000;
  width: 100%;
}
.cid-uCBDPRdvfy nav.navbar {
  position: fixed;
}
.cid-uCBDPRdvfy .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;
}
.cid-uCBDPRdvfy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBDPRdvfy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBDPRdvfy .dropdown-item:hover,
.cid-uCBDPRdvfy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBDPRdvfy .dropdown-item:hover span {
  color: white;
}
.cid-uCBDPRdvfy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBDPRdvfy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBDPRdvfy .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCBDPRdvfy .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBDPRdvfy .nav-link {
  position: relative;
}
.cid-uCBDPRdvfy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCBDPRdvfy .container {
    flex-wrap: nowrap;
  }
}
.cid-uCBDPRdvfy .dropdown-menu,
.cid-uCBDPRdvfy .navbar.opened {
  background: #000000 !important;
}
.cid-uCBDPRdvfy .nav-item:focus,
.cid-uCBDPRdvfy .nav-link:focus {
  outline: none;
}
.cid-uCBDPRdvfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBDPRdvfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBDPRdvfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBDPRdvfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBDPRdvfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBDPRdvfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBDPRdvfy .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCBDPRdvfy .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBDPRdvfy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBDPRdvfy .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBDPRdvfy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBDPRdvfy .navbar.collapsed {
  justify-content: center;
}
.cid-uCBDPRdvfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBDPRdvfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBDPRdvfy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCBDPRdvfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBDPRdvfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBDPRdvfy .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-uCBDPRdvfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBDPRdvfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBDPRdvfy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBDPRdvfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBDPRdvfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBDPRdvfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBDPRdvfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBDPRdvfy .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-uCBDPRdvfy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBDPRdvfy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBDPRdvfy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBDPRdvfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBDPRdvfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBDPRdvfy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCBDPRdvfy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCBDPRdvfy .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCBDPRdvfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCBDPRdvfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBDPRdvfy .dropdown-item.active,
.cid-uCBDPRdvfy .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBDPRdvfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBDPRdvfy .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBDPRdvfy .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBDPRdvfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCBDPRdvfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBDPRdvfy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBDPRdvfy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBDPRdvfy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBDPRdvfy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBDPRdvfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCBDPRdvfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBDPRdvfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBDPRdvfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBDPRdvfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBDPRdvfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBDPRdvfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBDPRdvfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBDPRdvfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBDPRdvfy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBDPRdvfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBDPRdvfy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCBDPRdvfy .navbar {
    height: 70px;
  }
  .cid-uCBDPRdvfy .navbar.opened {
    height: auto;
  }
  .cid-uCBDPRdvfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCBDPRdvfy .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCBDPRdvfy .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCBDPRdvfy .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCBDPRdvfy .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCBDPRdvfy .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCBDPRdvfy .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCBDPRdvfy .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCBDPRdvfy .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCBDPRdvfy .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBDPRdvfy .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBDPRdvfy .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBDPRdvfy .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCBDPRdvfy .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCBDPRdvfy .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCBDPRdvfy .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCBDPRdvfy .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCBDPRdvfy .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCBDPRdvfy .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCBDPRdvfy .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCBDPRdvfy .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCBDPRdvfy .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCBDPRdvfy .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCBDPRdvfy .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCBDPRdvfy .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCBDPRdvfy .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCBFVRG6Dc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
  position: relative;
  overflow: hidden;
}
.cid-uCBFVRG6Dc::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#9cd293 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCBFVRG6Dc::before {
    opacity: .4;
  }
}
.cid-uCBFVRG6Dc::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5ff7d -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uCBFVRG6Dc::after {
    opacity: .4;
  }
}
.cid-uCBFVRG6Dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFVRG6Dc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uCBFVRG6Dc .container {
    padding: 0 16px;
  }
}
.cid-uCBFVRG6Dc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCBFVRG6Dc .row .card {
  justify-content: flex-end;
}
.cid-uCBFVRG6Dc .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uCBFVRG6Dc .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uCBFVRG6Dc .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uCBFVRG6Dc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBFVRG6Dc .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBFVRG6Dc .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #000000 !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ede7e2 !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #c5e8c0 !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #e2d7ff !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ff9081 !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #e83e28 !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uCBFVRG6Dc .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uCBFVRG6Dc .mbr-section-title {
  color: #000000;
}
.cid-uCBFVRG6Dc .mbr-text {
  color: #000000;
}
.cid-uCBFVTpvku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBFVTpvku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFVTpvku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBFVTpvku .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBFVTpvku .container {
    padding: 0 12px;
  }
}
.cid-uCBFVTpvku .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCBFVTpvku .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #000000;
}
.cid-uCBFVTpvku .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uCBFVTpvku .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b1deaa;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uCBFVTpvku .mbr-section-title {
  color: #222222;
}
.cid-uCBFVUmxfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dfe8ff;
}
.cid-uCBFVUmxfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFVUmxfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBFVUmxfT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBFVUmxfT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCBFVUmxfT .container {
    padding: 0 12px;
  }
}
.cid-uCBFVUmxfT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCBFVUmxfT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCBFVUmxfT .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #f5ff7d;
  box-shadow: 4px 4px #f5ff7d;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCBFVUmxfT .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCBFVUmxfT .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCBFVUmxfT .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCBFVUmxfT .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCBFVUmxfT .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCBFVUmxfT .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCBFVUmxfT .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCBFVUmxfT .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCBFVUmxfT .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCBFVUmxfT .mbr-section-subtitle {
  color: #222222;
}
.cid-uCBFVUmxfT .mbr-text {
  color: #222222;
}
.cid-uCBFVUmxfT .list {
  color: #222222;
}
.cid-uCBFVVqjxs {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uCBFVVqjxs .container-fluid {
  padding: 0 3rem;
}
.cid-uCBFVVqjxs .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uCBFVVqjxs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ede7e2);
  display: inline-block;
}
.cid-uCBFVVqjxs .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCBFVVqjxs .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uCBFVVqjxs .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uCBFVVqjxs .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uCBFVVqjxs .content-section {
  padding: 3rem;
}
.cid-uCBFVVqjxs .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uCBFVVqjxs .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #dfe8ff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uCBFVVqjxs .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCBFVVqjxs .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uCBFVVqjxs .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uCBFVVqjxs .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uCBFVVqjxs .mbr-section-subtitle,
.cid-uCBFVVqjxs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCBFVVqjxs .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uCBFVX5WB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBFVX5WB8 .row {
  position: relative;
}
.cid-uCBFVX5WB8 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #dfe8ff 50%, #3017cd);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uCBFVX5WB8 .row .blur-circle {
    display: none;
  }
}
.cid-uCBFVX5WB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFVX5WB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBFVX5WB8 .row {
  justify-content: center;
}
.cid-uCBFVX5WB8 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCBFVX5WB8 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uCBFVX5WB8 .row {
    padding: 0 24px;
  }
}
.cid-uCBFVX5WB8 .row.row-wrapper {
  padding: 64px;
  background-color: #111111;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uCBFVX5WB8 .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #f5ff7d;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uCBFVX5WB8 .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCBFVX5WB8 .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uCBFVX5WB8 .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCBFVX5WB8 .mbr-section-title {
  color: #f4efe8;
}
.cid-uCBFVX5WB8 .mbr-link {
  color: #f4efe8;
}
.cid-uCBFVX5WB8 .mbr-desc {
  color: #f4efe8;
}
.cid-uCBFVX5WB8 .mbr-text {
  color: #f4efe8;
}
.cid-uCBFVYGT9z {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBFVYGT9z .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBFVYGT9z .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBFVYGT9z .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFVYGT9z .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBFVYGT9z .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFVYGT9z .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCBFVZGpxu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b1deaa;
}
.cid-uCBFVZGpxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFVZGpxu .col-12 {
  padding: 0;
}
.cid-uCBFVZGpxu .row {
  margin: 0;
}
.cid-uCBFVZGpxu .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCBFVZGpxu .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCBFVZGpxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBFVZGpxu .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCBFVZGpxu .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCBFVZGpxu .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCBFVZGpxu .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCBFVZGpxu .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCBFVZGpxu .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBFVZGpxu .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCBFVZGpxu .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCBFVZGpxu .mbr-text,
.cid-uCBFVZGpxu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uCBFW16nZE {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBFW16nZE .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBFW16nZE .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBFW16nZE .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFW16nZE .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBFW16nZE .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFW16nZE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCBFW2sEng {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfe8ff;
}
.cid-uCBFW2sEng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFW2sEng .col-12 {
  padding: 0;
}
.cid-uCBFW2sEng .row {
  margin: 0;
}
.cid-uCBFW2sEng .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCBFW2sEng .card-margin {
    margin-top: -1px;
  }
}
.cid-uCBFW2sEng .card-wrapper {
  min-height: 500px;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCBFW2sEng .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCBFW2sEng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBFW2sEng .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCBFW2sEng .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCBFW2sEng .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCBFW2sEng .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCBFW2sEng .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCBFW2sEng .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBFW2sEng .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCBFW2sEng .mbr-section-title {
  color: #000000;
}
.cid-uCBFW2sEng .mbr-text,
.cid-uCBFW2sEng .mbr-section-btn {
  color: #221b35;
}
.cid-uCBFW4j74n {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBFW4j74n .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBFW4j74n .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBFW4j74n .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFW4j74n .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBFW4j74n .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFW4j74n .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCLulMQ1tR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
  position: relative;
}
.cid-uCLulMQ1tR .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5efcf;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLulMQ1tR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLulMQ1tR .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-uCLulMQ1tR .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLulMQ1tR .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLulMQ1tR .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uCLulMQ1tR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLulMQ1tR .toggle-panel {
  border-top: 1px solid #000000;
}
.cid-uCLulMQ1tR .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}
.cid-uCLulMQ1tR .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLulMQ1tR .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #000000;
  border: 1px solid #000000;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLulMQ1tR .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLulMQ1tR .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLulMQ1tR .panel-title-edit {
  color: #000000;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLulMQ1tR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLulMQ1tR .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLulMQ1tR .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLulMQ1tR .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLulMQ1tR .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLulMQ1tR .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLulMQ1tR .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLulMQ1tR .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCBFW7xSnk {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5efcf;
}
.cid-uCBFW7xSnk .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCBFW7xSnk .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCBFW7xSnk .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFW7xSnk .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCBFW7xSnk .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCBFW7xSnk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCLuLaEbfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCLuLaEbfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLuLaEbfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCLuLaEbfn .container {
    padding: 0 20px;
  }
}
.cid-uCLuLaEbfn .row {
  margin: 0;
}
.cid-uCLuLaEbfn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCLuLaEbfn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCLuLaEbfn .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uCLuLaEbfn .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCLuLaEbfn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCLuLaEbfn .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCLuLaEbfn .mbr-section-title {
  color: #000000;
}
.cid-uCBFW8Ov57 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dfe8ff;
}
.cid-uCBFW8Ov57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFW8Ov57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBFW8Ov57 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBFW8Ov57 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uCBFW8Ov57 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uCBFW8Ov57 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uCBFW8Ov57 .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uCBFW8Ov57 .col-img {
    padding: 30px !important;
  }
}
.cid-uCBFW8Ov57 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uCBFW8Ov57 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCBFW8Ov57 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uCBFW8Ov57 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBFW8Ov57 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uCBFW8Ov57 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uCBFW8Ov57 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uCBFW8Ov57 .mbr-text {
    padding-right: 0;
  }
}
.cid-uCBFW8Ov57 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCBFW8Ov57 .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uCBFW8Ov57 .social-container {
    padding-top: 40px;
  }
}
.cid-uCBFW8Ov57 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uCBFW8Ov57 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uCBFW8Ov57 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uCBFW8Ov57 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uCBFW8Ov57 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uCBFW8Ov57 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uCBFW8Ov57 .soc-item:hover:before {
  opacity: 1;
}
.cid-uCBFW8Ov57 .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #dfe8ff, #d5efcf);
  box-shadow: 10px 10px 19px #d5efcf, -10px -10px 19px #f5ff7d;
}
.cid-uCBFW8Ov57 .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uCBFW8Ov57 .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uCBFW8Ov57 .mbr-text,
.cid-uCBFW8Ov57 .mbr-section-btn {
  color: #000000;
}
.cid-uCBFWapOJS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCBFWapOJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFWapOJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBFWapOJS .container {
    padding: 0 16px;
  }
}
.cid-uCBFWapOJS .row {
  justify-content: center;
}
.cid-uCBFWapOJS .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d5efcf;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uCBFWapOJS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCBFWapOJS .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #d5efcf;
  background-color: #dfe8ff;
}
@media (max-width: 992px) {
  .cid-uCBFWapOJS .panel-group .card {
    padding: 24px;
  }
}
.cid-uCBFWapOJS .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCBFWapOJS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dfe8ff;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #dfe8ff;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uCBFWapOJS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uCBFWapOJS .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uCBFWapOJS .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uCBFWapOJS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCBFWapOJS .mbr-section-title {
  color: #000000;
}
.cid-uCBFWapOJS .panel-title-edit {
  color: #000000;
}
.cid-uCBFWapOJS .panel-text {
  color: #000000;
}
.cid-uCBFWbRqYO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCBFWbRqYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFWbRqYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBFWbRqYO .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCBFWbRqYO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCBFWbRqYO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCBFWbRqYO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCBFWbRqYO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCBFWdvniy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfe8ff;
  overflow: hidden;
}
.cid-uCBFWdvniy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #d5efcf 50%);
  z-index: 1;
}
.cid-uCBFWdvniy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBFWdvniy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .container {
    padding: 0 22px;
  }
}
.cid-uCBFWdvniy .row {
  position: relative;
  z-index: 1;
}
.cid-uCBFWdvniy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCBFWdvniy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCBFWdvniy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCBFWdvniy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBFWdvniy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCBFWdvniy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCBFWdvniy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCBFWdvniy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCBFWdvniy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCBFWdvniy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCBFWdvniy .nav-wrapper .list .item-wrap:hover,
.cid-uCBFWdvniy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCBFWdvniy .nav-wrapper .list .item-wrap:hover::before,
.cid-uCBFWdvniy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCBFWdvniy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBFWdvniy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCBFWdvniy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCBFWdvniy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCBFWdvniy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCBFWdvniy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCBFWdvniy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-uCBFWdvniy .mbr-section-title {
  color: #000000;
}
.cid-uCBFWdvniy .mbr-text {
  color: #ffffff;
}
.cid-uCBFWdvniy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCBFWdvniy .list {
  color: #ffffff;
}
.cid-uCBFWdvniy .mbr-contact {
  color: #ffffff;
}
.cid-uCBFWdvniy .mbr-desc {
  color: #ffffff;
}
.cid-uCBFWdvniy .mbr-contact,
.cid-uCBFWdvniy .item-contact {
  color: #000000;
}
.cid-uCBFWdvniy .list,
.cid-uCBFWdvniy .item-wrap {
  color: #000000;
}
.cid-uCBFWfH2FI {
  z-index: 1000;
  width: 100%;
}
.cid-uCBFWfH2FI nav.navbar {
  position: fixed;
}
.cid-uCBFWfH2FI .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;
}
.cid-uCBFWfH2FI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCBFWfH2FI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCBFWfH2FI .dropdown-item:hover,
.cid-uCBFWfH2FI .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uCBFWfH2FI .dropdown-item:hover span {
  color: white;
}
.cid-uCBFWfH2FI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCBFWfH2FI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCBFWfH2FI .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCBFWfH2FI .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCBFWfH2FI .nav-link {
  position: relative;
}
.cid-uCBFWfH2FI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCBFWfH2FI .container {
    flex-wrap: nowrap;
  }
}
.cid-uCBFWfH2FI .dropdown-menu,
.cid-uCBFWfH2FI .navbar.opened {
  background: #000000 !important;
}
.cid-uCBFWfH2FI .nav-item:focus,
.cid-uCBFWfH2FI .nav-link:focus {
  outline: none;
}
.cid-uCBFWfH2FI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCBFWfH2FI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCBFWfH2FI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCBFWfH2FI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCBFWfH2FI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCBFWfH2FI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCBFWfH2FI .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCBFWfH2FI .navbar.opened {
  transition: all 0.3s;
}
.cid-uCBFWfH2FI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCBFWfH2FI .navbar .navbar-logo img {
  width: auto;
}
.cid-uCBFWfH2FI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCBFWfH2FI .navbar.collapsed {
  justify-content: center;
}
.cid-uCBFWfH2FI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCBFWfH2FI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCBFWfH2FI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCBFWfH2FI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCBFWfH2FI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCBFWfH2FI .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-uCBFWfH2FI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCBFWfH2FI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCBFWfH2FI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCBFWfH2FI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCBFWfH2FI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCBFWfH2FI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCBFWfH2FI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCBFWfH2FI .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-uCBFWfH2FI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCBFWfH2FI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCBFWfH2FI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCBFWfH2FI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCBFWfH2FI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCBFWfH2FI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCBFWfH2FI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCBFWfH2FI .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCBFWfH2FI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCBFWfH2FI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCBFWfH2FI .dropdown-item.active,
.cid-uCBFWfH2FI .dropdown-item:active {
  background-color: transparent;
}
.cid-uCBFWfH2FI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCBFWfH2FI .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCBFWfH2FI .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCBFWfH2FI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCBFWfH2FI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCBFWfH2FI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCBFWfH2FI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCBFWfH2FI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCBFWfH2FI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCBFWfH2FI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCBFWfH2FI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCBFWfH2FI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBFWfH2FI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCBFWfH2FI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCBFWfH2FI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBFWfH2FI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCBFWfH2FI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCBFWfH2FI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCBFWfH2FI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCBFWfH2FI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCBFWfH2FI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCBFWfH2FI .navbar {
    height: 70px;
  }
  .cid-uCBFWfH2FI .navbar.opened {
    height: auto;
  }
  .cid-uCBFWfH2FI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCBFWfH2FI .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCBFWfH2FI .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCBFWfH2FI .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCBFWfH2FI .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCBFWfH2FI .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCBFWfH2FI .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCBFWfH2FI .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCBFWfH2FI .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCBFWfH2FI .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBFWfH2FI .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBFWfH2FI .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCBFWfH2FI .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCBFWfH2FI .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCBFWfH2FI .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCBFWfH2FI .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCBFWfH2FI .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCBFWfH2FI .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCBFWfH2FI .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCBFWfH2FI .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCBFWfH2FI .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCBFWfH2FI .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCBFWfH2FI .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCBFWfH2FI .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCBFWfH2FI .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCBFWfH2FI .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
