.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6b6b !important;
}
.bg-success {
  background-color: #efefef !important;
}
.bg-info {
  background-color: #1f1f1f !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #ff6b6b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e51c23 !important;
  border-color: #e51c23 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ea4a4f !important;
  border-color: #ea4a4f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ea4a4f !important;
  border-color: #ea4a4f !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #393939 !important;
  border-color: #393939 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-success,
.btn-success:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #707070 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6b6b;
  color: #ff6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff1414 !important;
  background-color: transparent !important;
  border-color: #ff1414 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e51c23;
  color: #e51c23;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #991216 !important;
  background-color: transparent !important;
  border-color: #991216 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e51c23 !important;
  border-color: #e51c23 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #efefef;
  color: #efefef;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent !important;
  border-color: #c4c4c4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #efefef;
  color: #efefef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent !important;
  border-color: #c4c4c4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6b6b;
  color: #ff6b6b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff1414 !important;
  background-color: transparent !important;
  border-color: #ff1414 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6b6b !important;
}
.text-secondary {
  color: #e51c23 !important;
}
.text-success {
  color: #efefef !important;
}
.text-info {
  color: #1f1f1f !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #ff6b6b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0505 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8b1014 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bcbcbc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bcbcbc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff0505 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f1f1f;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #ff6b6b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #d2d2d2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6b6b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}
.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: #000000 !important;
  background-color: #ff6b6b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e51c23 !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='%23ff6b6b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uI6cUib7Xl {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uI6cUib7Xl {
    align-items: flex-end;
  }
  .cid-uI6cUib7Xl .row {
    justify-content: flex-start;
  }
  .cid-uI6cUib7Xl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uI6cUib7Xl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uI6cUib7Xl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uI6cUib7Xl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uI6cUib7Xl .content-wrap {
    width: 100%;
  }
}
.cid-uI6cUib7Xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI6cUib7Xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uI6cUib7Xl .mbr-section-title,
.cid-uI6cUib7Xl .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uI6cUib7Xl .mbr-text,
.cid-uI6cUib7Xl .mbr-section-btn {
  text-align: left;
  color: #ff6b6b;
}
.cid-uI6cUib7Xl .mbr-section-title {
  color: #ffffff;
}
.cid-uI6cUib7Xl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUfLdJkGeX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUfLdJkGeX .row {
  flex-direction: row-reverse;
}
.cid-uUfLdJkGeX .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uUfLdJkGeX .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uUfLdJkGeX .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uUfLdJkGeX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uUfLdJkGeX .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uUfLdJkGeX .icon-wrap span {
  margin-left: 5px;
}
.cid-uUfLdJkGeX .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUfLdJkGeX .box {
    height: 200px;
  }
}
.cid-uUfLdJkGeX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUfLdJkGeX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUfLdJkGeX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUfLdJkGeX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUfLdJkGeX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUfLdJkGeX .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uUfLdJkGeX .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uUfLdJkGeX .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uUfLdJkGeX .item-container {
  width: 100%;
}
.cid-uUfLdJkGeX .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uUfLdJkGeX .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uUfLdJkGeX .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uUfLdJkGeX .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUfLdJkGeX .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uUfLdJkGeX .text-box {
  flex-grow: 1;
}
.cid-uUfLdJkGeX .number-text {
  color: #ffffff;
}
.cid-uUfLdJkGeX .icon-text {
  color: #1f2937;
}
.cid-uUfLdJkGeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfLdJkGeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfLdJkGeX .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUfLdJkGeX .icon-title {
  color: #1f2937;
}
.cid-uUfaUKybR4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-uUfaUKybR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfaUKybR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfaUKybR4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfaUKybR4 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUfaUKybR4 .item {
    margin-bottom: 28px;
  }
}
.cid-uUfaUKybR4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #f9fafb;
  overflow: hidden;
  border: 1px solid #1f1f1f;
}
.cid-uUfaUKybR4 .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUfaUKybR4 .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-uUfaUKybR4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uUfaUKybR4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUfaUKybR4 .item .item-wrapper .item-img {
  position: relative;
}
.cid-uUfaUKybR4 .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uUfaUKybR4 .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uUfaUKybR4 .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uUfaUKybR4 .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUfaUKybR4 .item-title {
  color: #ffffff;
}
.cid-uUfaUKybR4 .item-text {
  color: #6b7280;
}
.cid-uUfaUKybR4 .item-title,
.cid-uUfaUKybR4 .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uUfaUKybR4 H2 {
  color: #ffffff;
}
.cid-uUfaUKybR4 P {
  color: #ffffff;
}
.cid-uUfaUKybR4 H3 {
  color: #ffffff;
}
.cid-uUf7Vu6XPK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1f1f1f;
}
.cid-uUf7Vu6XPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUf7Vu6XPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUf7Vu6XPK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUf7Vu6XPK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUf7Vu6XPK .item {
    margin-bottom: 28px;
  }
}
.cid-uUf7Vu6XPK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #f9fafb;
  overflow: hidden;
  border: 1px solid #252525;
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUf7Vu6XPK .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-img {
  position: relative;
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uUf7Vu6XPK .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uUf7Vu6XPK .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUf7Vu6XPK .item-title {
  color: #ffffff;
}
.cid-uUf7Vu6XPK .item-text {
  color: #6b7280;
}
.cid-uUf7Vu6XPK .item-title,
.cid-uUf7Vu6XPK .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uUh4elGp2o {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f5f4f3;
}
.cid-uUh4elGp2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUh4elGp2o .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uUh4elGp2o .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUh4elGp2o .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uUh4elGp2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUh4elGp2o .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUh4elGp2o .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUh4elGp2o .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uUh4elGp2o .card-title,
.cid-uUh4elGp2o .iconfont-wrapper {
  color: #000000;
}
.cid-uUh4elGp2o .card-text {
  color: #000000;
}
.cid-uUh4elGp2o .content-head {
  max-width: 800px;
}
.cid-uUh4elGp2o .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUh4elGp2o .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uUh4elGp2o .price {
  color: #ff6b6b;
}
.cid-uUh4elGp2o .card-text,
.cid-uUh4elGp2o .mbr-section-btn {
  color: #6b7280;
}
.cid-uUh4elGp2o .mbr-section-btn {
  display: block;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  text-align: left;
}
.cid-uUh4elGp2o .mbr-section-btn .btn {
  display: inline-block;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937 !important;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.cid-uUh4elGp2o .mbr-section-btn .btn:hover {
  color: #ff6b6b !important;
  text-decoration: underline;
}
.cid-uUh4elGp2o .mbr-section-btn .btn:focus,
.cid-uUh4elGp2o .mbr-section-btn .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-uUh4elGp2o .card-title,
.cid-uUh4elGp2o .img-wrapper {
  color: #1f1f1f;
}
.cid-uUgmdlRO97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-uUgmdlRO97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgmdlRO97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgmdlRO97 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUgmdlRO97 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUgmdlRO97 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ff6b6b;
}
.cid-uUgmdlRO97 .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUgmdlRO97 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uUgmdlRO97 .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uUgmdlRO97 .items-wrapper .item {
  padding: 0 15px;
}
.cid-uUgmdlRO97 .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUgmdlRO97 .item {
    margin-bottom: 15px;
  }
}
.cid-uUgmdlRO97 .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUgmdlRO97 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uUgmdlRO97 .item .item-wrapper:hover::before,
.cid-uUgmdlRO97 .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uUgmdlRO97 .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uUgmdlRO97 .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ff6b6b;
  color: #ffffff;
}
.cid-uUgmdlRO97 .item .item-wrapper:hover .item-content .card-title,
.cid-uUgmdlRO97 .item .item-wrapper:focus .item-content .card-title {
  color: #ffffff;
}
.cid-uUgmdlRO97 .item .item-wrapper:hover .item-content .card-desc,
.cid-uUgmdlRO97 .item .item-wrapper:focus .item-content .card-desc {
  color: #ffffff;
}
.cid-uUgmdlRO97 .item .item-wrapper:hover .item-img img,
.cid-uUgmdlRO97 .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uUgmdlRO97 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ff6b6b;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uUgmdlRO97 .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #1f1f1f;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uUgmdlRO97 .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uUgmdlRO97 .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #1f1f1f;
}
.cid-uUgmdlRO97 .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #1f1f1f;
}
.cid-uUgmdlRO97 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uUgmdlRO97 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uUgmdlRO97 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uUgmdlRO97 .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uUgmdlRO97 .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUgmdlRO97 .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uUgmdlRO97 .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uUgmdlRO97 .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uUgmdlRO97 .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uUgmdlRO97 .mbr-label,
.cid-uUgmdlRO97 .label-wrapper {
  color: #ff6b6b;
  text-align: center;
}
.cid-uUgmdlRO97 .mbr-section-title,
.cid-uUgmdlRO97 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUgmdlRO97 .card-title {
  color: #1f1f1f;
}
.cid-uUgmdlRO97 .card-desc {
  color: #6b7280;
}
.cid-uUgmdlRO97 .mbr-section-title,
.cid-uUgmdlRO97 .title-wrap {
  color: #ffffff;
}
.cid-uUhtDCVgCt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4f3;
}
.cid-uUhtDCVgCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhtDCVgCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhtDCVgCt .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUhtDCVgCt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUhtDCVgCt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ff6b6b;
}
.cid-uUhtDCVgCt .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUhtDCVgCt .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uUhtDCVgCt .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uUhtDCVgCt .items-wrapper .item {
  padding: 0 15px;
}
.cid-uUhtDCVgCt .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUhtDCVgCt .item {
    margin-bottom: 15px;
  }
}
.cid-uUhtDCVgCt .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUhtDCVgCt .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uUhtDCVgCt .item .item-wrapper:hover::before,
.cid-uUhtDCVgCt .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uUhtDCVgCt .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uUhtDCVgCt .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ff6b6b;
  color: #ffffff;
}
.cid-uUhtDCVgCt .item .item-wrapper:hover .item-content .card-title,
.cid-uUhtDCVgCt .item .item-wrapper:focus .item-content .card-title {
  color: #ffffff;
}
.cid-uUhtDCVgCt .item .item-wrapper:hover .item-content .card-desc,
.cid-uUhtDCVgCt .item .item-wrapper:focus .item-content .card-desc {
  color: #ffffff;
}
.cid-uUhtDCVgCt .item .item-wrapper:hover .item-img img,
.cid-uUhtDCVgCt .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uUhtDCVgCt .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ff6b6b;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uUhtDCVgCt .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f5f4f3;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uUhtDCVgCt .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #6b7280;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uUhtDCVgCt .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f4f3;
}
.cid-uUhtDCVgCt .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f4f3;
}
.cid-uUhtDCVgCt .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uUhtDCVgCt .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uUhtDCVgCt .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uUhtDCVgCt .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uUhtDCVgCt .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUhtDCVgCt .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uUhtDCVgCt .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uUhtDCVgCt .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uUhtDCVgCt .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uUhtDCVgCt .mbr-label,
.cid-uUhtDCVgCt .label-wrapper {
  color: #ff6b6b;
  text-align: center;
}
.cid-uUhtDCVgCt .mbr-section-title,
.cid-uUhtDCVgCt .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUhtDCVgCt .card-title {
  color: #1f1f1f;
}
.cid-uUhtDCVgCt .card-desc {
  color: #6b7280;
}
.cid-uUhtDCVgCt .mbr-section-title,
.cid-uUhtDCVgCt .title-wrap {
  color: #1f1f1f;
}
.cid-uYRT491UwE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uYRT491UwE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uYRT491UwE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYRT491UwE .embla__slide .slide-content {
  width: 100%;
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYRT491UwE .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #f9fafb, #f9fafb 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #ffffff;
  border: 1px solid #ff9999;
  padding: 2px 8px;
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYRT491UwE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uYRT491UwE .embla__button--next,
.cid-uYRT491UwE .embla__button--prev {
  display: flex;
}
.cid-uYRT491UwE .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #ff6b6b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uYRT491UwE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYRT491UwE .embla__button:hover {
  box-shadow: 0 0 33px 0 #ff6b6b;
}
.cid-uYRT491UwE .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uYRT491UwE .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uYRT491UwE .embla__button.embla__button--next {
  right: 0;
}
.cid-uYRT491UwE .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uYRT491UwE .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uYRT491UwE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYRT491UwE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYRT491UwE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYRT491UwE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYRT491UwE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYRT491UwE .item-label {
  color: #0047ff;
}
.cid-uYRT491UwE .item-title {
  color: #ffffff;
}
.cid-uYRT491UwE .item-text {
  color: #f9fafb;
}
.cid-uYRT491UwE .list {
  color: #ffffff;
}
.cid-uYRT491UwE .item-label,
.cid-uYRT491UwE .label-wrapper {
  color: #ffffff;
}
.cid-uYRT491UwE .item-title,
.cid-uYRT491UwE .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uYRT491UwE .list,
.cid-uYRT491UwE .item-wrap,
.cid-uYRT491UwE .tabs-wrapper {
  color: #1f1f1f;
}
.cid-uUgn7n8wkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUgn7n8wkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgn7n8wkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgn7n8wkb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUgn7n8wkb .items-wrapper {
  margin: 0 -15px;
}
.cid-uUgn7n8wkb .items-wrapper .card {
  padding: 0 15px;
}
.cid-uUgn7n8wkb .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uUgn7n8wkb .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-uUgn7n8wkb .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uUgn7n8wkb .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uUgn7n8wkb .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uUgn7n8wkb .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-uUgn7n8wkb .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uUgn7n8wkb .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-uUgn7n8wkb .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-uUgn7n8wkb .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f4f3;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uUgn7n8wkb .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uUgn7n8wkb .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uUgn7n8wkb .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uUgn7n8wkb .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-uUgn7n8wkb .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-uUgn7n8wkb .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUgn7n8wkb .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uUgn7n8wkb .btn-wrapper {
  margin-top: 35%;
}
.cid-uUgn7n8wkb .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUgn7n8wkb .card-title {
  color: #6b7280;
}
.cid-uUgn7n8wkb .card-number {
  color: #ff6b6b;
}
.cid-uUgn7n8wkb .card-desc {
  color: #6b7280;
}
@media (min-width: 992px) {
  .cid-uUgn7n8wkb .features03 .card-box {
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uUgn7n8wkb .features03 .item {
    margin-bottom: 0.6rem !important;
  }
  .cid-uUgn7n8wkb .features03 .card-title {
    font-size: 1rem !important;
    margin-bottom: 0.3rem !important;
  }
  .cid-uUgn7n8wkb .features03 .card-number {
    font-size: 1.4rem !important;
    margin-bottom: 0.2rem !important;
  }
  .cid-uUgn7n8wkb .features03 .card-desc {
    font-size: 0.85rem !important;
    line-height: 1.25 !important;
  }
  .cid-uUgn7n8wkb .features03 .image-wrap img,
  .cid-uUgn7n8wkb .features03 .item-img img {
    max-height: 220px;
    object-fit: cover;
  }
}
.cid-uUgn7n8wkb .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uIt5H2r4Lv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uIt5H2r4Lv .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uIt5H2r4Lv img,
.cid-uIt5H2r4Lv .item-img {
  width: 100%;
}
.cid-uIt5H2r4Lv .item:focus,
.cid-uIt5H2r4Lv span:focus {
  outline: none;
}
.cid-uIt5H2r4Lv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIt5H2r4Lv .item {
    margin-bottom: 1rem;
  }
}
.cid-uIt5H2r4Lv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIt5H2r4Lv .mbr-section-title {
  color: #1f1f1f;
}
.cid-uIt5H2r4Lv .mbr-text,
.cid-uIt5H2r4Lv .mbr-section-btn {
  color: #232323;
}
.cid-uIt5H2r4Lv .item-title {
  color: #232323;
  text-align: center;
}
.cid-uIt5H2r4Lv .content-head {
  max-width: 800px;
}
.cid-uIt5H2r4Lv .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uIWB5sxiVl {
  background-color: #ffffff;
}
.cid-uIWB5sxiVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIWB5sxiVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIWB5sxiVl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uIWB5sxiVl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .container {
    padding: 0 20px;
  }
}
.cid-uIWB5sxiVl .row {
  justify-content: center;
}
.cid-uIWB5sxiVl .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #1f1f1f;
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uIWB5sxiVl .content-wrapper .card {
  justify-content: center;
}
.cid-uIWB5sxiVl .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uIWB5sxiVl .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uIWB5sxiVl .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uIWB5sxiVl .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uIWB5sxiVl .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ff6b6b;
  opacity: .5;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff6b6b;
  border-color: #ff6b6b;
  border-radius: 0;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uIWB5sxiVl .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uIWB5sxiVl .mbr-section-title {
  color: #ffffff;
}
.cid-uIWB5sxiVl .mbr-text {
  color: #ffffff;
}
.cid-uIWB5sxiVl label {
  color: #ffffff;
}
.cid-uIWB5sxiVl .mbr-section-title,
.cid-uIWB5sxiVl .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItFTtAxcD {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-uItFTtAxcD {
    align-items: flex-end;
  }
  .cid-uItFTtAxcD .row {
    justify-content: flex-start;
  }
  .cid-uItFTtAxcD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uItFTtAxcD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uItFTtAxcD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uItFTtAxcD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uItFTtAxcD .content-wrap {
    width: 100%;
  }
}
.cid-uItFTtAxcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItFTtAxcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uItFTtAxcD .mbr-section-title,
.cid-uItFTtAxcD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uItFTtAxcD .mbr-text,
.cid-uItFTtAxcD .mbr-section-btn {
  text-align: left;
}
.cid-uItFTtAxcD .mbr-section-title {
  color: #f9fafb;
}
.cid-uItFTtAxcD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uItsDqNQmo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uItsDqNQmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItsDqNQmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItsDqNQmo .title .num {
  width: 100%;
  display: block;
}
.cid-uItsDqNQmo .title .card-title {
  z-index: 1;
}
.cid-uItsDqNQmo .num {
  color: #ff6b6b;
}
.cid-uItsDqNQmo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uItsDqNQmo .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uItsDqNQmo * {
    text-align: center !important;
  }
  .cid-uItsDqNQmo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uItsDqNQmo .content-head {
  max-width: 800px;
}
.cid-uItsDqNQmo .card-title,
.cid-uItsDqNQmo .card-img {
  color: #1f2937;
}
.cid-uItsDqNQmo .mbr-section-title,
.cid-uItsDqNQmo .card-box {
  color: #1f1f1f;
}
.cid-uItsDqNQmo .card-text {
  color: #6b7280;
}
.cid-uItRK4T0E4 {
  padding-top: 60px;
  background-color: #1f1f1f;
}
.cid-uItRK4T0E4 .container {
  margin-bottom: 15%;
}
.cid-uItRK4T0E4 .content-container .btn-bgr {
  z-index: 0;
}
.cid-uItRK4T0E4 .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #1f1f1f;
}
.cid-uItRK4T0E4 .icon-block-top span {
  background-color: #ff6b6b;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uItRK4T0E4 .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uItRK4T0E4 .box-item:first-child {
  background-color: #f9fafb;
  margin-top: -150px;
}
.cid-uItRK4T0E4 .box-item:nth-child(2) {
  background-color: #f9fafb;
}
.cid-uItRK4T0E4 .box-item:last-child {
  background-color: #f9fafb;
  margin-right: 0;
}
.cid-uItRK4T0E4 .mbr-text,
.cid-uItRK4T0E4 .box-item-text {
  color: #8d97ad;
}
.cid-uItRK4T0E4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uItRK4T0E4 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uItRK4T0E4 .box-list li:last-child {
  border-bottom: none;
}
.cid-uItRK4T0E4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uItRK4T0E4 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uItRK4T0E4 .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uItRK4T0E4 .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uItRK4T0E4 .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uItRK4T0E4 .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uItRK4T0E4 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uItRK4T0E4 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uItRK4T0E4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItRK4T0E4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItRK4T0E4 H1 {
  color: #f9fafb;
}
.cid-uItRK4T0E4 .mbr-text {
  color: #ffffff;
}
.cid-uItRK4T0E4 .box-item-title {
  color: #1f2937;
}
.cid-uItRK4T0E4 .box-item-text,
.cid-uItRK4T0E4 .mbr-section-btn {
  color: #6b7280;
}
.cid-uItSSplhJf {
  padding-top: 80px;
  background-color: #1f1f1f;
}
.cid-uItSSplhJf .container {
  margin-bottom: 15%;
}
.cid-uItSSplhJf .content-container .btn-bgr {
  z-index: 0;
}
.cid-uItSSplhJf .container-boxes {
  padding-bottom: 60px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #1f1f1f;
}
.cid-uItSSplhJf .icon-block-top span {
  background-color: #ff6b6b;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uItSSplhJf .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uItSSplhJf .box-item:first-child {
  background-color: #f9fafb;
  margin-top: -150px;
}
.cid-uItSSplhJf .box-item:nth-child(2) {
  background-color: #f9fafb;
}
.cid-uItSSplhJf .box-item:last-child {
  background-color: #f9fafb;
  margin-right: 0;
}
.cid-uItSSplhJf .mbr-text,
.cid-uItSSplhJf .box-item-text {
  color: #8d97ad;
}
.cid-uItSSplhJf .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uItSSplhJf .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uItSSplhJf .box-list li:last-child {
  border-bottom: none;
}
.cid-uItSSplhJf .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uItSSplhJf .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uItSSplhJf .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uItSSplhJf .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uItSSplhJf .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uItSSplhJf .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uItSSplhJf .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uItSSplhJf .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uItSSplhJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItSSplhJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItSSplhJf H1 {
  color: #ffffff;
}
.cid-uItSSplhJf .box-item-title {
  color: #1f2937;
}
.cid-uItSSplhJf .box-item-text,
.cid-uItSSplhJf .mbr-section-btn {
  color: #6b7280;
}
.cid-uVvJFfKOth {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVvJFfKOth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvJFfKOth .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-uVvJFfKOth .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uVvJFfKOth .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVvJFfKOth .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVvJFfKOth .media-content,
.cid-uVvJFfKOth .mbr-figure {
  align-self: center;
}
.cid-uVvJFfKOth .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uVvJFfKOth .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uVvJFfKOth .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uVvJFfKOth .mbr-section-maintitle {
  text-align: center;
  color: #1f1f1f;
}
.cid-uVvJFfKOth .mbr-section-title {
  text-align: left;
  color: #1f2937;
}
.cid-uVvJFfKOth .mbr-text,
.cid-uVvJFfKOth .mbr-section-btn {
  text-align: left;
  color: #1f2937;
}
.cid-uIKGlYNVkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-uIKGlYNVkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIKGlYNVkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIKGlYNVkS .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uIKGlYNVkS .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uIKGlYNVkS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIKGlYNVkS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIKGlYNVkS .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIKGlYNVkS .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uIKGlYNVkS .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uIKGlYNVkS .card-box .item-footer {
  margin-left: 0;
}
.cid-uIKGlYNVkS .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uIKGlYNVkS .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uIKGlYNVkS .item-wrapper {
  background: #1f1f1f;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #232323;
  transition: all 0.3s ease;
}
.cid-uIKGlYNVkS .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uIKGlYNVkS .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uIKGlYNVkS .item-wrapper:hover {
  background-color: #ff6b6b;
  box-shadow: 5px 5px 0 0 #232323;
}
.cid-uIKGlYNVkS .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uIKGlYNVkS .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uIKGlYNVkS .icon-title {
  color: #bff747;
}
.cid-uIKGlYNVkS .mbr-section-title {
  color: #1f1f1f;
  text-align: center;
}
.cid-uIKGlYNVkS .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uIKGlYNVkS .content-head {
  max-width: 856px;
}
.cid-uIKGlYNVkS .card-title,
.cid-uIKGlYNVkS .iconfont-wrapper {
  color: #f9fafb;
}
.cid-uIKGlYNVkS .card-text,
.cid-uIKGlYNVkS .item .mbr-section-btn {
  color: #f9fafb;
}
.cid-uWw7wMOqZL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-uWw7wMOqZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWw7wMOqZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWw7wMOqZL .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uWw7wMOqZL .container {
    padding: 10px 8px;
  }
}
.cid-uWw7wMOqZL .row {
  margin: 0;
}
.cid-uWw7wMOqZL .row .card {
  padding: 0;
}
.cid-uWw7wMOqZL .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWw7wMOqZL .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uWw7wMOqZL .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uWw7wMOqZL .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWw7wMOqZL .video-wrapper iframe {
  height: 100% !important;
}
.cid-uWw7wMOqZL .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #f5f4f3;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWw7wMOqZL .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uWw7wMOqZL .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uWw7wMOqZL .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uWw7wMOqZL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uWw7wMOqZL .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uWw7wMOqZL .mbr-section-title {
  color: #222222;
}
.cid-uWw7wMOqZL .mbr-section-title,
.cid-uWw7wMOqZL .mbr-section-btn {
  text-align: center;
  color: #1f1f1f;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ7aBG2CK7 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uJ7aBG2CK7 {
    align-items: flex-end;
  }
  .cid-uJ7aBG2CK7 .row {
    justify-content: flex-start;
  }
  .cid-uJ7aBG2CK7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJ7aBG2CK7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJ7aBG2CK7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uJ7aBG2CK7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJ7aBG2CK7 .content-wrap {
    width: 100%;
  }
}
.cid-uJ7aBG2CK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7aBG2CK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJ7aBG2CK7 .mbr-section-title,
.cid-uJ7aBG2CK7 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uJ7aBG2CK7 .mbr-text,
.cid-uJ7aBG2CK7 .mbr-section-btn {
  text-align: left;
  color: #ff6b6b;
}
.cid-uJ7aBG2CK7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7aBG2CK7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJN4xCoa9U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJN4xCoa9U .item:focus,
.cid-uJN4xCoa9U span:focus {
  outline: none;
}
.cid-uJN4xCoa9U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJN4xCoa9U .item {
    margin-bottom: 1rem;
  }
}
.cid-uJN4xCoa9U .mbr-card-title {
  background: #ffffff;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJN4xCoa9U .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJN4xCoa9U .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJN4xCoa9U .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJN4xCoa9U .item-wrapper {
  position: relative;
  background: #f5f4f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJN4xCoa9U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJN4xCoa9U .mbr-section-title {
  color: #1f1f1f;
  text-align: center;
}
.cid-uJN4xCoa9U .mbr-text,
.cid-uJN4xCoa9U .item .mbr-section-btn {
  text-align: center;
}
.cid-uJN4xCoa9U .content-head {
  max-width: 800px;
}
.cid-uJN4xCoa9U .mbr-number {
  color: #ff6b6b;
}
.cid-uJN4xCoa9U .mbr-section-subtitle,
.cid-uJN4xCoa9U .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJN4xCoa9U .mbr-text {
  text-align: left;
}
.cid-uJN4xCoa9U .mbr-text,
.cid-uJN4xCoa9U .mbr-card-btn {
  text-align: left;
}
.cid-uJN4xCoa9U .mbr-text,
.cid-uJN4xCoa9U .mbr-section-btn {
  text-align: left;
}
.cid-uJN4xCoa9U .mbr-text,
.cid-uJN4xCoa9U .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJN4xCoa9U .card-text,
.cid-uJN4xCoa9U .item .mbr-section-btn {
  text-align: left;
  color: #6b7280;
}
.cid-uJN4xCoa9U .card-title {
  text-align: left;
  color: #1f1f1f;
}
.cid-uKrduUgRlS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f4f3;
}
.cid-uKrduUgRlS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKrduUgRlS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uKrduUgRlS .item-head {
  background: #ff6b6b;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKrduUgRlS .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKrduUgRlS .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uKrduUgRlS .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKrduUgRlS .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKrduUgRlS .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uKrduUgRlS .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uKrduUgRlS .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKrduUgRlS .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uKrduUgRlS .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uKrduUgRlS .btn {
  width: -webkit-fill-available;
}
.cid-uKrduUgRlS .item:focus,
.cid-uKrduUgRlS span:focus {
  outline: none;
}
.cid-uKrduUgRlS .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uKrduUgRlS .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKrduUgRlS .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uKrduUgRlS .mbr-section-title {
  color: #1f1f1f;
}
.cid-uKrduUgRlS .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uKrduUgRlS .mbr-text,
.cid-uKrduUgRlS .mbr-section-btn {
  text-align: left;
  color: #1f2937;
}
.cid-uKrduUgRlS .item-title {
  text-align: left;
  color: #f9fafb;
}
.cid-uKrduUgRlS .item-subtitle {
  text-align: left;
  color: #f9fafb;
}
.cid-uKrduUgRlS .content-head {
  max-width: 800px;
}
.cid-uKrduUgRlS .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uKrduUgRlS .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uKrduUgRlS .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #10b981;
  background-color: #10b981;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uKrduUgRlS .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uKrduUgRlS .mbr-text UL {
  text-align: left;
}
.cid-uJjYRLwQWe {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #2a2a2a;
}
.cid-uJjYRLwQWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjYRLwQWe .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-uJjYRLwQWe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJjYRLwQWe .container {
    padding: 0 12px;
  }
}
.cid-uJjYRLwQWe .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uJjYRLwQWe .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uJjYRLwQWe .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uJjYRLwQWe .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uJjYRLwQWe .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uJjYRLwQWe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uJjYRLwQWe .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #f9fafb;
  color: #f9fafb;
  transition: all 300ms ease;
}
.cid-uJjYRLwQWe .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #FF6B6B;
  border-color: #FF6B6B;
}
.cid-uJjYRLwQWe .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uJjYRLwQWe .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uJjYRLwQWe .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #1f2937;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #ffffff !important;
  background-color: #f9fafb;
  transition: all 300ms ease;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff6b6b !important;
  box-shadow: none;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uJjYRLwQWe .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uJjYRLwQWe .mbr-form .form-conrol {
  color: #1f2937;
}
.cid-uJjYRLwQWe .mbr-section-title {
  color: #ffffff;
}
.cid-uJjYRLwQWe .mbr-text {
  color: #ffffff;
}
.cid-uJjYRLwQWe label {
  color: #ffffff;
}
.cid-uJjYRLwQWe .mbr-section-title,
.cid-uJjYRLwQWe .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uJjYRLwQWe .card-contacts {
  color: #ff6b6b;
}
.cid-uJjYRLwQWe H3 {
  color: #f9fafb;
}
.cid-uJjYRLwQWe input.form-control,
.cid-uJjYRLwQWe textarea.form-control {
  color: #ff6b6b !important;
}
.cid-uJjYRLwQWe input.form-control::placeholder,
.cid-uJjYRLwQWe textarea.form-control::placeholder {
  color: #ff6b6b !important;
  opacity: 0.6;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uKEOAlCuK5 {
  background-color: #ffffff;
}
.cid-uKEOAlCuK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEOAlCuK5 .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-uKEOAlCuK5 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uKEOAlCuK5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKEOAlCuK5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKEOAlCuK5 .media-content,
.cid-uKEOAlCuK5 .mbr-figure {
  align-self: center;
}
.cid-uKEOAlCuK5 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uKEOAlCuK5 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uKEOAlCuK5 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uKEOAlCuK5 .mbr-section-maintitle {
  text-align: center;
  color: #1f2937;
}
.cid-uKEOAlCuK5 .mbr-section-title {
  text-align: left;
  color: #ff6b6b;
}
.cid-uKEOAlCuK5 .mbr-text,
.cid-uKEOAlCuK5 .mbr-section-btn {
  text-align: left;
}
.cid-uKEOAlCuK5 .mbr-description {
  color: #ff6b6b;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uT2iauMBdC {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-uT2iauMBdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2iauMBdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2iauMBdC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uT2iauMBdC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uT2iauMBdC .mbr-section-title {
  color: #ffffff;
}
.cid-uT2iauMBdC .mbr-text,
.cid-uT2iauMBdC .mbr-section-btn {
  color: #ffffff;
}
.cid-uT2ryQeyEc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT2ryQeyEc img,
.cid-uT2ryQeyEc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uT2ryQeyEc .item:focus,
.cid-uT2ryQeyEc span:focus {
  outline: none;
}
.cid-uT2ryQeyEc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uT2ryQeyEc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f5f4f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uT2ryQeyEc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT2ryQeyEc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uT2ryQeyEc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uT2ryQeyEc .mbr-section-title {
  color: #1f1f1f;
}
.cid-uT2ryQeyEc .mbr-text,
.cid-uT2ryQeyEc .mbr-section-btn {
  text-align: left;
}
.cid-uT2ryQeyEc .item-title {
  text-align: left;
}
.cid-uT2ryQeyEc .item-subtitle {
  text-align: left;
}
.cid-uT2ryQeyEc .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uT2Rldri6q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uT2Rldri6q img,
.cid-uT2Rldri6q .item-img {
  width: 100%;
}
.cid-uT2Rldri6q .item:focus,
.cid-uT2Rldri6q span:focus {
  outline: none;
}
.cid-uT2Rldri6q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uT2Rldri6q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f5f4f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uT2Rldri6q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT2Rldri6q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uT2Rldri6q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uT2Rldri6q .mbr-section-title {
  color: #1f1f1f;
}
.cid-uT2Rldri6q .mbr-text,
.cid-uT2Rldri6q .mbr-section-btn {
  text-align: left;
}
.cid-uT2Rldri6q .item-title {
  text-align: left;
}
.cid-uT2Rldri6q .item-subtitle {
  text-align: left;
}
.cid-uT2Rldri6q .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uT2Rldri6q .features3 .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.cid-uT2RRGj7k4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT2RRGj7k4 img,
.cid-uT2RRGj7k4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uT2RRGj7k4 .item:focus,
.cid-uT2RRGj7k4 span:focus {
  outline: none;
}
.cid-uT2RRGj7k4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uT2RRGj7k4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f5f4f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uT2RRGj7k4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT2RRGj7k4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uT2RRGj7k4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uT2RRGj7k4 .mbr-section-title {
  color: #1f1f1f;
}
.cid-uT2RRGj7k4 .mbr-text,
.cid-uT2RRGj7k4 .mbr-section-btn {
  text-align: left;
}
.cid-uT2RRGj7k4 .item-title {
  text-align: left;
}
.cid-uT2RRGj7k4 .item-subtitle {
  text-align: left;
  color: #6b7280;
}
.cid-uT2RRGj7k4 .mbr-section-subtitle {
  text-align: center;
  color: #1f2937;
}
.cid-uT2TSmy8hq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f4f3;
}
.cid-uT2TSmy8hq .justify-content-center {
  align-items: center;
}
.cid-uT2TSmy8hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT2TSmy8hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT2TSmy8hq .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uT2TSmy8hq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT2TSmy8hq .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uT2TSmy8hq .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uT2TSmy8hq .row {
  align-items: center;
}
.cid-uT2TSmy8hq .card-text {
  color: #1f1f1f;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uT2TSmy8hq .card-text {
    text-align: center;
  }
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTLOLRZhuc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #1f1f1f;
}
.cid-uTLOLRZhuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLOLRZhuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLOLRZhuc .card {
  justify-content: flex-end;
}
.cid-uTLOLRZhuc .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uTLOLRZhuc .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uTLOLRZhuc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTLOLRZhuc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLOLRZhuc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTLOLRZhuc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLOLRZhuc .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uTLOLRZhuc .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uTLOLRZhuc .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uTLOLRZhuc .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uTLOLRZhuc .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #1f1f80;
  border-right: 1px solid #1f1f80;
}
.cid-uTLOLRZhuc .mbr-section-title {
  color: #093388;
}
.cid-uTLOLRZhuc .mbr-text {
  color: #58595b;
}
.cid-uTLOLRZhuc .mbr-section-title,
.cid-uTLOLRZhuc .mbr-section-btn {
  color: #ffffff;
}
.cid-uTLOLRZhuc .mbr-text,
.cid-uTLOLRZhuc .text-wrapper {
  color: #ffffff;
}
.cid-uVRqJ85fVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVRqJ85fVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVRqJ85fVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVRqJ85fVB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .container {
    padding: 0 24px;
  }
}
.cid-uVRqJ85fVB .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uVRqJ85fVB .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .image-wrapper img {
    height: 350px;
  }
}
.cid-uVRqJ85fVB .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .content-wrapper {
    padding: 0;
  }
}
.cid-uVRqJ85fVB .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVRqJ85fVB .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVRqJ85fVB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVRqJ85fVB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ff6b6b;
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ff6b6b;
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uVRqJ85fVB .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ffffff;
  background-color: #ff6b6b;
}
.cid-uVRqJ85fVB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVRqJ85fVB .mbr-section-title {
  color: #1f1f1f;
}
.cid-uVRqJ85fVB .mbr-section-subtitle {
  color: #ff6b6b;
}
.cid-uVRqJ85fVB .card-text {
  color: #1f2937;
}
.cid-uVRBhDJtIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVRBhDJtIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVRBhDJtIt .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-uVRBhDJtIt .container {
    padding: 0 22px;
  }
}
.cid-uVRBhDJtIt .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVRBhDJtIt .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVRBhDJtIt .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVRBhDJtIt .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uVRBhDJtIt .item .item-wrapper .item-content {
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uVRBhDJtIt .item .item-wrapper .item-content {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
.cid-uVRBhDJtIt .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uVRBhDJtIt .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uVRBhDJtIt .item .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uVRBhDJtIt .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% 0 0 0 !important;
}
.cid-uVRBhDJtIt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVRBhDJtIt .card-title {
  color: #000305;
}
.cid-uVRBhDJtIt .card-text {
  color: #000305;
}
.cid-uVRBhDJtIt .step-number {
  color: #FF6B6B;
  font-weight: bold;
}
.cid-uTMzhS4amW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f4f3;
}
.cid-uTMzhS4amW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMzhS4amW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uTMzhS4amW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMzhS4amW .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uTMzhS4amW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTMzhS4amW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uTMzhS4amW .card-title,
.cid-uTMzhS4amW .iconfont-wrapper {
  color: #000000;
}
.cid-uTMzhS4amW .card-text {
  color: #1f2937;
}
.cid-uTMzhS4amW .content-head {
  max-width: 800px;
}
.cid-uTMzhS4amW .mbr-section-title {
  color: #000000;
}
.cid-uTMzhS4amW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTMzhS4amW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uTMzhS4amW .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uTMzhS4amW .card-title,
.cid-uTMzhS4amW .img-wrapper {
  color: #1f1f1f;
}
.cid-uVFuYyTsLS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVFuYyTsLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVFuYyTsLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVFuYyTsLS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uVFuYyTsLS .mbr-section-title {
  color: #24262b;
}
.cid-uVFuYyTsLS .mbr-section-subtitle {
  color: #24262b;
}
.cid-uVFuYyTsLS .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uVFuYyTsLS .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uVFuYyTsLS .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uVFuYyTsLS .card-title {
  margin-bottom: 16px;
  color: #ff6b6b;
}
.cid-uVFuYyTsLS .card-subtitle {
  color: #1f1f1f;
}
.cid-uVFuYyTsLS .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uVFuYyTsLS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVFuYyTsLS .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uVFuYyTsLS .item-img {
    min-height: auto;
  }
}
.cid-uVFuYyTsLS .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uVFuYyTsLS .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uVFuYyTsLS .card-text,
.cid-uVFuYyTsLS .mbr-section-btn {
  color: #1f2937;
}
.cid-uTM4yg0rGH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-uTM4yg0rGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTM4yg0rGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTM4yg0rGH .mbr-section-title {
  text-align: center;
  color: #1f1f1f;
}
.cid-uTM4yg0rGH .mbr-section-subtitle {
  text-align: center;
}
.cid-uTM4yg0rGH .card-text {
  color: #6b7280;
}
.cid-uTM4yg0rGH .card-title,
.cid-uTM4yg0rGH .iconfont-wrapper {
  color: #1f2937;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uTeZhBYbkX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTeZhBYbkX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uTeZhBYbkX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTeZhBYbkX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTeZhBYbkX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTeZhBYbkX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTeZhBYbkX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTeZhBYbkX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTeZhBYbkX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uTeZhBYbkX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uTeZhBYbkX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTeZhBYbkX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTeZhBYbkX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTeZhBYbkX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uTeZhBYbkX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTeZhBYbkX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTeZhBYbkX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTeZhBYbkX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTeZhBYbkX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTeZhBYbkX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uTeZhBYbkX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTeZhBYbkX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uTeZhBYbkX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uTeZhBYbkX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTeZhBYbkX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTeZhBYbkX .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTeZhBYbkX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uTeZhBYbkX .nav-item:focus,
.cid-uTeZhBYbkX .nav-link:focus {
  outline: none;
}
.cid-uTeZhBYbkX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTeZhBYbkX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTeZhBYbkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTeZhBYbkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTeZhBYbkX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTeZhBYbkX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTeZhBYbkX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uTeZhBYbkX .navbar.opened {
  transition: all 0.3s;
}
.cid-uTeZhBYbkX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTeZhBYbkX .navbar .navbar-logo img {
  width: auto;
}
.cid-uTeZhBYbkX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTeZhBYbkX .navbar.collapsed {
  justify-content: center;
}
.cid-uTeZhBYbkX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTeZhBYbkX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTeZhBYbkX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uTeZhBYbkX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTeZhBYbkX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTeZhBYbkX .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-uTeZhBYbkX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTeZhBYbkX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTeZhBYbkX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTeZhBYbkX .navbar {
    min-height: 72px;
  }
  .cid-uTeZhBYbkX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTeZhBYbkX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTeZhBYbkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTeZhBYbkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTeZhBYbkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTeZhBYbkX .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-uTeZhBYbkX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTeZhBYbkX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTeZhBYbkX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTeZhBYbkX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTeZhBYbkX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTeZhBYbkX .dropdown-item.active,
.cid-uTeZhBYbkX .dropdown-item:active {
  background-color: transparent;
}
.cid-uTeZhBYbkX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTeZhBYbkX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTeZhBYbkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTeZhBYbkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uTeZhBYbkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTeZhBYbkX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTeZhBYbkX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTeZhBYbkX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTeZhBYbkX .navbar-buttons {
    text-align: left;
  }
}
.cid-uTeZhBYbkX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTeZhBYbkX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uTeZhBYbkX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTeZhBYbkX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTeZhBYbkX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTeZhBYbkX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTeZhBYbkX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTeZhBYbkX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTeZhBYbkX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTeZhBYbkX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTeZhBYbkX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTeZhBYbkX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTeZhBYbkX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTeZhBYbkX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTeZhBYbkX .navbar {
    height: 70px;
  }
  .cid-uTeZhBYbkX .navbar.opened {
    height: auto;
  }
  .cid-uTeZhBYbkX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTeZhBYbkX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTeZhBYbkX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTeZhBYbkX .navbar-brand {
    margin-right: auto;
  }
  .cid-uTeZhBYbkX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uTeZhBYbkX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTeZhBYbkX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTeZhBYbkX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uTeZhBYbkX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uTeZhBYbkX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTeZhFNVth {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uTeZhFNVth {
    align-items: flex-end;
  }
  .cid-uTeZhFNVth .row {
    justify-content: flex-start;
  }
  .cid-uTeZhFNVth .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTeZhFNVth .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTeZhFNVth {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTeZhFNVth .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTeZhFNVth .content-wrap {
    width: 100%;
  }
}
.cid-uTeZhFNVth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeZhFNVth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTeZhFNVth .mbr-section-title,
.cid-uTeZhFNVth .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uTeZhFNVth .mbr-text,
.cid-uTeZhFNVth .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uTeZhFNVth .mbr-section-title {
  color: #ffffff;
}
.cid-uTeZhFNVth .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTeZhFNVth .header18[data-bg-video] video,
.cid-uTeZhFNVth .header18[data-bg-video] iframe {
  object-fit: contain;
  object-position: center center;
  background-color: #000;
}
.cid-uTeZhFNVth [data-bg-video] {
  position: relative;
  overflow: hidden;
}
.cid-uTeZhFNVth [data-bg-video] iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.cid-uV0U52fGJg {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
.cid-uV0U52fGJg .row {
  flex-direction: row-reverse;
}
.cid-uV0U52fGJg .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uV0U52fGJg .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uV0U52fGJg .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uV0U52fGJg .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uV0U52fGJg .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uV0U52fGJg .icon-wrap span {
  margin-left: 5px;
}
.cid-uV0U52fGJg .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uV0U52fGJg .box {
    height: 200px;
  }
}
.cid-uV0U52fGJg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uV0U52fGJg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uV0U52fGJg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uV0U52fGJg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uV0U52fGJg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uV0U52fGJg .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uV0U52fGJg .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uV0U52fGJg .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uV0U52fGJg .item-container {
  width: 100%;
}
.cid-uV0U52fGJg .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uV0U52fGJg .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uV0U52fGJg .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uV0U52fGJg .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uV0U52fGJg .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uV0U52fGJg .text-box {
  flex-grow: 1;
}
.cid-uV0U52fGJg .number-text {
  color: #ffffff;
}
.cid-uV0U52fGJg .icon-text {
  color: #1f2937;
}
.cid-uV0U52fGJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV0U52fGJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV0U52fGJg .mbr-section-title {
  color: #1f1f1f;
}
.cid-uV0U52fGJg .icon-title {
  color: #1f2937;
}
.cid-uTBg62D3Fk {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTBg62D3Fk h6 {
  line-height: 1.2;
}
.cid-uTBg62D3Fk img,
.cid-uTBg62D3Fk .item-img {
  width: 100%;
}
.cid-uTBg62D3Fk .item:focus,
.cid-uTBg62D3Fk span:focus {
  outline: none;
}
.cid-uTBg62D3Fk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTBg62D3Fk .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTBg62D3Fk .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uTBg62D3Fk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTBg62D3Fk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uTBg62D3Fk .mbr-section-title {
  color: #1f1f1f;
  text-align: center;
}
.cid-uTBg62D3Fk .mbr-text,
.cid-uTBg62D3Fk .mbr-section-btn {
  color: #000000;
}
.cid-uTBg62D3Fk .item-title {
  color: #000000;
  text-align: center;
}
.cid-uTBg62D3Fk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTBg62D3Fk .item-text {
  color: #000000;
  text-align: center;
}
.cid-uTBg62D3Fk .content-head {
  max-width: 800px;
}
.cid-uTBg62D3Fk .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uTBg62D3Fk .item-title,
.cid-uTBg62D3Fk .mbr-section-btn {
  color: #6b7280;
}
.cid-uVR9DSMpLY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f4f3;
}
.cid-uVR9DSMpLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVR9DSMpLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVR9DSMpLY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .container {
    padding: 0 30px;
  }
}
.cid-uVR9DSMpLY .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .item {
    margin-bottom: 30px;
  }
}
.cid-uVR9DSMpLY .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uVR9DSMpLY .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uVR9DSMpLY .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uVR9DSMpLY .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 2em;
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uVR9DSMpLY .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVR9DSMpLY .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVR9DSMpLY .mbr-section-title {
  color: #2b2b2b;
}
.cid-uVR9DSMpLY .mbr-desc {
  color: #ffffff;
}
.cid-uVR9DSMpLY .mbr-date {
  color: #4e4e4e;
}
.cid-uVR9DSMpLY .mbr-text {
  color: #6b7280;
}
.cid-uVR9DSMpLY H2 {
  color: #1f1f1f;
}
.cid-uVR9DSMpLY .mbr-section-title,
.cid-uVR9DSMpLY .mbr-section-btn {
  color: #1f2937;
}
.cid-uVRatGw0g1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f4f3;
}
.cid-uVRatGw0g1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVRatGw0g1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVRatGw0g1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .container {
    padding: 0 30px;
  }
}
.cid-uVRatGw0g1 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .item {
    margin-bottom: 30px;
  }
}
.cid-uVRatGw0g1 .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uVRatGw0g1 .item .item-wrapper {
  margin-right: 16px;
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .item .item-wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-uVRatGw0g1 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uVRatGw0g1 .item .item-wrapper .item-img img {
  height: 365px;
  object-fit: cover;
  border-radius: 2em;
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uVRatGw0g1 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVRatGw0g1 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVRatGw0g1 .mbr-section-title {
  color: #2b2b2b;
}
.cid-uVRatGw0g1 .mbr-desc {
  color: #ffffff;
}
.cid-uVRatGw0g1 .mbr-date {
  color: #4e4e4e;
}
.cid-uVRatGw0g1 .mbr-text {
  color: #6b7280;
}
.cid-uVRatGw0g1 .mbr-section-title,
.cid-uVRatGw0g1 .mbr-section-btn {
  color: #1f2937;
}
.cid-uVLkkfQim4 {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-uVLkkfQim4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVLkkfQim4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVLkkfQim4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVLkkfQim4 .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.cid-uVLkkfQim4 .mbr-overlay {
  z-index: 1;
}
.cid-uVLkkfQim4 .carousel,
.cid-uVLkkfQim4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVLkkfQim4 .item-wrapper {
  width: 100%;
}
.cid-uVLkkfQim4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVLkkfQim4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-uVLkkfQim4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVLkkfQim4 .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uVLkkfQim4 .carousel-control span {
  color: #101019;
}
.cid-uVLkkfQim4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uVLkkfQim4 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-uVLkkfQim4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uVLkkfQim4 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVLkkfQim4 .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-uVLkkfQim4 .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uVLkkfQim4 .carousel-indicators li.active,
.cid-uVLkkfQim4 .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-uVLkkfQim4 .carousel-indicators li::after,
.cid-uVLkkfQim4 .carousel-indicators li::before {
  content: none;
}
.cid-uVLkkfQim4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVLkkfQim4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .cid-uVLkkfQim4 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uVLkkfQim4 .mbr-text,
.cid-uVLkkfQim4 .mbr-section-btn {
  color: #1f2937;
}
.cid-uVLkkfQim4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVLkkfQim4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVLkkfQim4 .carousel-item img {
  max-width: 70%;
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.cid-uVLkkfQim4 H3 {
  color: #ff6b6b;
}
.cid-uVLkkfQim4 .carousel-control .mobi-mbri {
  color: #ffffff;
  font-size: 2rem;
  background: #FF6B6B;
  border-radius: 50%;
  padding: 10px;
}
.cid-uVLkkfQim4 .carousel-control-prev,
.cid-uVLkkfQim4 .carousel-control-next {
  background: transparent !important;
}
.cid-uVLkkfQim4 .carousel-control-prev .mobi-mbri,
.cid-uVLkkfQim4 .carousel-control-next .mobi-mbri {
  color: #ffffff;
  font-size: 2rem;
  background: #FF6B6B;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease;
}
.cid-uVLkkfQim4 .carousel-control-prev:hover .mobi-mbri,
.cid-uVLkkfQim4 .carousel-control-next:hover .mobi-mbri {
  background: #efefef;
  color: #FF6B6B;
}
.cid-uVLkkfQim4 .mbr-section-title {
  color: #ff6b6b;
}
.cid-uVRKMJP1UG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVRKMJP1UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVRKMJP1UG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVRKMJP1UG .card-wrapper {
  padding: 64px;
  background-color: #f5f4f3;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uVRKMJP1UG .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uVRKMJP1UG .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uVRKMJP1UG .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uVRKMJP1UG .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uVRKMJP1UG .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .content-wrapper {
    width: 100%;
  }
}
.cid-uVRKMJP1UG .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uVRKMJP1UG .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVRKMJP1UG .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVRKMJP1UG .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVRKMJP1UG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uVRKMJP1UG .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ff6b6b;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #1f1f1f;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uVRKMJP1UG .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVRKMJP1UG .mbr-section-title {
  color: #111111;
}
.cid-uVRKMJP1UG .mbr-section-subtitle {
  color: #ff6b6b;
}
.cid-uVRKMJP1UG .mbr-text,
.cid-uVRKMJP1UG .text-wrapper {
  color: #1f2937;
}
.cid-uVRKMJP1UG .panel-title-edit {
  color: #111111;
}
.cid-uVRKMJP1UG .panel-text {
  color: #6b7280;
}
.cid-uVvDviBWpB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uVvDviBWpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvDviBWpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvDviBWpB .content-text {
  max-width: 800px;
}
.cid-uVvDviBWpB .mbr-section-title {
  color: #1f1f1f;
}
.cid-uVvDviBWpB .mbr-text,
.cid-uVvDviBWpB .mbr-section-btn {
  color: #1f2937;
}
.cid-uWk6X0BL5J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWk6X0BL5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWk6X0BL5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWk6X0BL5J .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uWk6X0BL5J .mbr-section-title {
  color: #24262b;
}
.cid-uWk6X0BL5J .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWk6X0BL5J .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uWk6X0BL5J .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uWk6X0BL5J .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uWk6X0BL5J .card-title {
  margin-bottom: 16px;
  color: #ff6b6b;
}
.cid-uWk6X0BL5J .card-subtitle {
  color: #1f1f1f;
}
.cid-uWk6X0BL5J .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uWk6X0BL5J .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWk6X0BL5J .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uWk6X0BL5J .item-img {
    min-height: auto;
  }
}
.cid-uWk6X0BL5J .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uWk6X0BL5J .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uWk6X0BL5J .card-text,
.cid-uWk6X0BL5J .mbr-section-btn {
  color: #1f2937;
}
.cid-uTeZhQbNhM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uTeZhQbNhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTeZhQbNhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTeZhQbNhM .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTeZhQbNhM .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTeZhQbNhM .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTeZhQbNhM .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uTeZhQbNhM .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uTeZhQbNhM .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uTeZhQbNhM .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTeZhQbNhM .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uTeZhQbNhM .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uTeZhQbNhM .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uTeZhQbNhM .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTeZhQbNhM .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uTeZhQbNhM .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uTeZhQbNhM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTeZhQbNhM .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uTeZhQbNhM .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uTeZhQbNhM .list-wrapper .list .item-wrap:hover,
.cid-uTeZhQbNhM .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uTeZhQbNhM .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTeZhQbNhM .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uTeZhQbNhM .list {
  color: #050f0f;
}
.cid-uTeZhQbNhM .mbr-copy {
  color: #050f0f;
}
.cid-uTeZhQbNhM .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uTeZhQbNhM .list,
.cid-uTeZhQbNhM .item-wrap {
  color: #ff6b6b;
}
.cid-uTeZhQbNhM .mbr-copy,
.cid-uTeZhQbNhM .social-wrap {
  color: #e5e7eb;
}
.cid-uTeZhQbNhM P {
  color: #1f1f1f;
}
.cid-uWHoMIMfGg.popup-builder {
  background-color: #ffffff;
}
.cid-uWHoMIMfGg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWHoMIMfGg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWHoMIMfGg .modal-content,
.cid-uWHoMIMfGg .modal-dialog {
  height: auto;
}
.cid-uWHoMIMfGg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWHoMIMfGg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWHoMIMfGg .form-wrapper .mbr-form .form-group,
  .cid-uWHoMIMfGg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWHoMIMfGg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWHoMIMfGg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWHoMIMfGg .mbr-text {
  text-align: center;
  color: #1f1f1f;
}
.cid-uWHoMIMfGg .pt-0 {
  padding-top: 0 !important;
}
.cid-uWHoMIMfGg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWHoMIMfGg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWHoMIMfGg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWHoMIMfGg .modal-open {
  overflow: hidden;
}
.cid-uWHoMIMfGg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWHoMIMfGg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWHoMIMfGg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWHoMIMfGg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWHoMIMfGg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWHoMIMfGg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWHoMIMfGg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWHoMIMfGg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWHoMIMfGg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWHoMIMfGg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWHoMIMfGg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWHoMIMfGg .modal-backdrop.show {
  opacity: .5;
}
.cid-uWHoMIMfGg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWHoMIMfGg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWHoMIMfGg .modal-header {
    padding: 1rem;
  }
}
.cid-uWHoMIMfGg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWHoMIMfGg .modal-header .close svg {
  fill: #353535;
}
.cid-uWHoMIMfGg .modal-header .close:hover {
  opacity: 1;
}
.cid-uWHoMIMfGg .modal-header .close:focus {
  outline: none;
}
.cid-uWHoMIMfGg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6b6b;
}
.cid-uWHoMIMfGg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWHoMIMfGg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWHoMIMfGg .modal-body {
    padding: 1rem;
  }
}
.cid-uWHoMIMfGg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWHoMIMfGg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWHoMIMfGg .modal-footer {
    padding: 1rem;
  }
}
.cid-uWHoMIMfGg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWHoMIMfGg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWHoMIMfGg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWHoMIMfGg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWHoMIMfGg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWHoMIMfGg .modal-lg,
  .cid-uWHoMIMfGg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWHoMIMfGg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWHoMIMfGg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWHoMIMfGg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWHoMIMfGg .form-group {
  margin-bottom: 1rem;
}
.cid-uWHoMIMfGg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWHoMIMfGg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWHoMIMfGg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uWHoMIMfGg .mbr-section-btn {
  margin: 0;
}
.cid-uWHoMIMfGg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUsAWnezT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUsAWnezT9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUsAWnezT9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUsAWnezT9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUsAWnezT9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUsAWnezT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUsAWnezT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUsAWnezT9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUsAWnezT9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUsAWnezT9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uUsAWnezT9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUsAWnezT9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUsAWnezT9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUsAWnezT9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uUsAWnezT9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUsAWnezT9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUsAWnezT9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUsAWnezT9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUsAWnezT9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUsAWnezT9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUsAWnezT9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUsAWnezT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUsAWnezT9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUsAWnezT9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUsAWnezT9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUsAWnezT9 .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUsAWnezT9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uUsAWnezT9 .nav-item:focus,
.cid-uUsAWnezT9 .nav-link:focus {
  outline: none;
}
.cid-uUsAWnezT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUsAWnezT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUsAWnezT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUsAWnezT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUsAWnezT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUsAWnezT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUsAWnezT9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUsAWnezT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUsAWnezT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUsAWnezT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUsAWnezT9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUsAWnezT9 .navbar.collapsed {
  justify-content: center;
}
.cid-uUsAWnezT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUsAWnezT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUsAWnezT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uUsAWnezT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUsAWnezT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUsAWnezT9 .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-uUsAWnezT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUsAWnezT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUsAWnezT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUsAWnezT9 .navbar {
    min-height: 72px;
  }
  .cid-uUsAWnezT9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUsAWnezT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUsAWnezT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUsAWnezT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUsAWnezT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUsAWnezT9 .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-uUsAWnezT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUsAWnezT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUsAWnezT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUsAWnezT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUsAWnezT9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUsAWnezT9 .dropdown-item.active,
.cid-uUsAWnezT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUsAWnezT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUsAWnezT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUsAWnezT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUsAWnezT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uUsAWnezT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUsAWnezT9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUsAWnezT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUsAWnezT9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUsAWnezT9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUsAWnezT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUsAWnezT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uUsAWnezT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUsAWnezT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUsAWnezT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUsAWnezT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUsAWnezT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUsAWnezT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUsAWnezT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUsAWnezT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUsAWnezT9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUsAWnezT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUsAWnezT9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUsAWnezT9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUsAWnezT9 .navbar {
    height: 70px;
  }
  .cid-uUsAWnezT9 .navbar.opened {
    height: auto;
  }
  .cid-uUsAWnezT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUsAWnezT9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUsAWnezT9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUsAWnezT9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUsAWnezT9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUsAWnezT9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUsAWnezT9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUsAWnezT9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUsAWnezT9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUsAWnezT9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUsAWo5gfi {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uUsAWo5gfi {
    align-items: flex-end;
  }
  .cid-uUsAWo5gfi .row {
    justify-content: flex-start;
  }
  .cid-uUsAWo5gfi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUsAWo5gfi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUsAWo5gfi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUsAWo5gfi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUsAWo5gfi .content-wrap {
    width: 100%;
  }
}
.cid-uUsAWo5gfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsAWo5gfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUsAWo5gfi .mbr-section-title,
.cid-uUsAWo5gfi .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uUsAWo5gfi .mbr-text,
.cid-uUsAWo5gfi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUsAWo5gfi .mbr-section-title {
  color: #ffffff;
}
.cid-uUt63nsW9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUt63nsW9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUt63nsW9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUt63nsW9V .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .card-wrapper {
    margin-left: 0;
  }
}
.cid-uUt63nsW9V .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uUt63nsW9V .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uUt63nsW9V .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uUt63nsW9V .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uUt63nsW9V .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f9f9f9;
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
  background-color: #000000;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uUt63nsW9V .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uUt63nsW9V .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ff6b6b;
}
.cid-uUt63nsW9V .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uUt63nsW9V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #efefef;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #ff6b6b;
  border-radius: 100%;
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUt63nsW9V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uUt63nsW9V .mbr-label,
.cid-uUt63nsW9V .label-wrapper {
  color: #1f1f1f;
}
.cid-uUt63nsW9V .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUt63nsW9V .mbr-text {
  color: #ff6b6b;
}
.cid-uUt63nsW9V .card-title {
  color: #6b7280;
}
.cid-uUt63nsW9V .card-text {
  color: #6b7280;
}
.cid-uUt63nsW9V .item-number {
  color: #ff6b6b;
  text-align: center;
}
.cid-uUt63nsW9V .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUt63nsW9V .item-star,
.cid-uUt63nsW9V .rating-wrapper {
  color: #ff6b6b;
  text-align: center;
}
.cid-uUt63nsW9V .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uV60ScpR5r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f4f3;
}
.cid-uV60ScpR5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV60ScpR5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV60ScpR5r .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV60ScpR5r .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uV60ScpR5r .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV60ScpR5r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uV60ScpR5r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uV60ScpR5r .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ff6b6b;
  height: 80px;
  border-radius: 50%;
}
.cid-uV60ScpR5r .mbr-section-title {
  color: #1f1f1f;
}
.cid-uV60ScpR5r .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uV60ScpR5r .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uV60ScpR5r .card-box .item-footer {
  margin-top: auto;
}
.cid-uV60ScpR5r .content-head {
  max-width: 800px;
}
.cid-uV60ScpR5r .stat-number {
  color: #FF6B6B;
  font-weight: bold;
}
.cid-uV60ScpR5r .card-text,
.cid-uV60ScpR5r .item .mbr-section-btn {
  color: #6b7280;
}
.cid-uV60ScpR5r .card-title,
.cid-uV60ScpR5r .iconfont-wrapper {
  color: #1f1f1f;
}
.cid-uUOF6YK5QI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uUOF6YK5QI .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uUOF6YK5QI .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uUOF6YK5QI .item-img:hover img {
  transform: scale(1.15);
}
.cid-uUOF6YK5QI .item-img:hover:before {
  opacity: 0.5;
}
.cid-uUOF6YK5QI h5 {
  margin-bottom: 1rem;
}
.cid-uUOF6YK5QI .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uUOF6YK5QI .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uUOF6YK5QI img,
.cid-uUOF6YK5QI .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUOF6YK5QI .item:focus,
.cid-uUOF6YK5QI span:focus {
  outline: none;
}
.cid-uUOF6YK5QI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUOF6YK5QI .item {
    margin-bottom: 1rem;
  }
}
.cid-uUOF6YK5QI .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUOF6YK5QI .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUOF6YK5QI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUOF6YK5QI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUOF6YK5QI .mbr-text,
.cid-uUOF6YK5QI .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUOF6YK5QI .content-head {
  max-width: 800px;
}
.cid-uUOF6YK5QI .mbr-section-subtitle,
.cid-uUOF6YK5QI .mbr-section-head .mbr-section-btn {
  color: #1f2937;
}
.cid-uUVTrPyjix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUVTrPyjix .row {
  flex-direction: row-reverse;
}
.cid-uUVTrPyjix .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uUVTrPyjix .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uUVTrPyjix .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uUVTrPyjix .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uUVTrPyjix .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uUVTrPyjix .icon-wrap span {
  margin-left: 5px;
}
.cid-uUVTrPyjix .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUVTrPyjix .box {
    height: 200px;
  }
}
.cid-uUVTrPyjix .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUVTrPyjix .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUVTrPyjix .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUVTrPyjix .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUVTrPyjix .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUVTrPyjix .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uUVTrPyjix .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uUVTrPyjix .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uUVTrPyjix .item-container {
  width: 100%;
}
.cid-uUVTrPyjix .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uUVTrPyjix .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uUVTrPyjix .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uUVTrPyjix .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUVTrPyjix .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uUVTrPyjix .text-box {
  flex-grow: 1;
}
.cid-uUVTrPyjix .number-text {
  color: #ffffff;
}
.cid-uUVTrPyjix .icon-text {
  color: #1f2937;
}
.cid-uUVTrPyjix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVTrPyjix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVTrPyjix .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUVTrPyjix .icon-title {
  color: #1f2937;
}
.cid-uUZN5GGUZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uUZN5GGUZL .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uUZN5GGUZL .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uUZN5GGUZL .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uUZN5GGUZL .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uUZN5GGUZL .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uUZN5GGUZL .icon-wrap span {
  margin-left: 5px;
}
.cid-uUZN5GGUZL .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUZN5GGUZL .box {
    height: 200px;
  }
}
.cid-uUZN5GGUZL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUZN5GGUZL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUZN5GGUZL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUZN5GGUZL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUZN5GGUZL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUZN5GGUZL .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uUZN5GGUZL .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uUZN5GGUZL .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uUZN5GGUZL .item-container {
  width: 100%;
}
.cid-uUZN5GGUZL .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uUZN5GGUZL .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uUZN5GGUZL .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uUZN5GGUZL .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUZN5GGUZL .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uUZN5GGUZL .text-box {
  flex-grow: 1;
}
.cid-uUZN5GGUZL .number-text {
  color: #ffffff;
}
.cid-uUZN5GGUZL .icon-text {
  color: #1f2937;
}
.cid-uUZN5GGUZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZN5GGUZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZN5GGUZL .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUZN5GGUZL .icon-title {
  color: #1f2937;
}
.cid-uUZQMrpTPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUZQMrpTPi .row {
  flex-direction: row-reverse;
}
.cid-uUZQMrpTPi .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uUZQMrpTPi .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uUZQMrpTPi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uUZQMrpTPi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uUZQMrpTPi .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uUZQMrpTPi .icon-wrap span {
  margin-left: 5px;
}
.cid-uUZQMrpTPi .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUZQMrpTPi .box {
    height: 200px;
  }
}
.cid-uUZQMrpTPi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUZQMrpTPi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUZQMrpTPi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUZQMrpTPi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUZQMrpTPi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUZQMrpTPi .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uUZQMrpTPi .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uUZQMrpTPi .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uUZQMrpTPi .item-container {
  width: 100%;
}
.cid-uUZQMrpTPi .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uUZQMrpTPi .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uUZQMrpTPi .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uUZQMrpTPi .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUZQMrpTPi .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uUZQMrpTPi .text-box {
  flex-grow: 1;
}
.cid-uUZQMrpTPi .number-text {
  color: #ffffff;
}
.cid-uUZQMrpTPi .icon-text {
  color: #1f2937;
}
.cid-uUZQMrpTPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZQMrpTPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZQMrpTPi .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUZQMrpTPi .icon-title {
  color: #1f2937;
}
.cid-uUZY1JR96h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uUZY1JR96h .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uUZY1JR96h .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uUZY1JR96h .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uUZY1JR96h .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uUZY1JR96h .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uUZY1JR96h .icon-wrap span {
  margin-left: 5px;
}
.cid-uUZY1JR96h .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uUZY1JR96h .box {
    height: 200px;
  }
}
.cid-uUZY1JR96h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUZY1JR96h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUZY1JR96h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUZY1JR96h .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUZY1JR96h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUZY1JR96h .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uUZY1JR96h .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uUZY1JR96h .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uUZY1JR96h .item-container {
  width: 100%;
}
.cid-uUZY1JR96h .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uUZY1JR96h .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uUZY1JR96h .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uUZY1JR96h .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUZY1JR96h .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uUZY1JR96h .text-box {
  flex-grow: 1;
}
.cid-uUZY1JR96h .number-text {
  color: #ffffff;
}
.cid-uUZY1JR96h .icon-text {
  color: #1f2937;
}
.cid-uUZY1JR96h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZY1JR96h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZY1JR96h .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUZY1JR96h .icon-title {
  color: #1f2937;
}
.cid-uUZY1JR96h .video2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uUsAWrF0fS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUsAWrF0fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsAWrF0fS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUsAWrF0fS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uUsAWrF0fS .mbr-section-title {
  color: #24262b;
}
.cid-uUsAWrF0fS .mbr-section-subtitle {
  color: #24262b;
}
.cid-uUsAWrF0fS .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uUsAWrF0fS .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #f5f4f3;
}
@media (max-width: 767px) {
  .cid-uUsAWrF0fS .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uUsAWrF0fS .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uUsAWrF0fS .card-subtitle {
  color: #1f1f1f;
}
.cid-uUsAWrF0fS .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uUsAWrF0fS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUsAWrF0fS .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uUsAWrF0fS .item-img {
    min-height: auto;
  }
}
.cid-uUsAWrF0fS .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uUsAWrF0fS .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uUsAWrF0fS .card-text,
.cid-uUsAWrF0fS .mbr-section-btn {
  color: #1f1f1f;
}
.cid-uUsAWsmar0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uUsAWsmar0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUsAWsmar0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUsAWsmar0 .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUsAWsmar0 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUsAWsmar0 .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUsAWsmar0 .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uUsAWsmar0 .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUsAWsmar0 .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uUsAWsmar0 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUsAWsmar0 .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uUsAWsmar0 .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uUsAWsmar0 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uUsAWsmar0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUsAWsmar0 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uUsAWsmar0 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uUsAWsmar0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUsAWsmar0 .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uUsAWsmar0 .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uUsAWsmar0 .list-wrapper .list .item-wrap:hover,
.cid-uUsAWsmar0 .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uUsAWsmar0 .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUsAWsmar0 .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uUsAWsmar0 .list {
  color: #050f0f;
}
.cid-uUsAWsmar0 .mbr-copy {
  color: #050f0f;
}
.cid-uUsAWsmar0 .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uUsAWsmar0 .list,
.cid-uUsAWsmar0 .item-wrap {
  color: #ff6b6b;
}
.cid-uUsAWsmar0 .mbr-copy,
.cid-uUsAWsmar0 .social-wrap {
  color: #e5e7eb;
}
.cid-uUsAWsmar0 P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTdRVhSkhf {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-uTdRVhSkhf {
    align-items: flex-end;
  }
  .cid-uTdRVhSkhf .row {
    justify-content: flex-start;
  }
  .cid-uTdRVhSkhf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTdRVhSkhf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTdRVhSkhf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTdRVhSkhf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTdRVhSkhf .content-wrap {
    width: 100%;
  }
}
.cid-uTdRVhSkhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdRVhSkhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTdRVhSkhf .mbr-section-title,
.cid-uTdRVhSkhf .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uTdRVhSkhf .mbr-text,
.cid-uTdRVhSkhf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uTdRVhSkhf .mbr-section-title {
  color: #ffffff;
}
.cid-uUrIveJtgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUrIveJtgT img,
.cid-uUrIveJtgT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUrIveJtgT .item:focus,
.cid-uUrIveJtgT span:focus {
  outline: none;
}
.cid-uUrIveJtgT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUrIveJtgT .item {
    margin-bottom: 1rem;
  }
}
.cid-uUrIveJtgT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUrIveJtgT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUrIveJtgT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUrIveJtgT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUrIveJtgT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUrIveJtgT .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUrIveJtgT .item-title {
  text-align: left;
  color: #1f2937;
}
.cid-uUrIveJtgT .item-subtitle {
  text-align: left;
}
.cid-uUrIveJtgT .mbr-text,
.cid-uUrIveJtgT .item .mbr-section-btn {
  text-align: left;
  color: #1f2937;
}
.cid-uUrIveJtgT .content-head {
  max-width: 800px;
}
.cid-uUrIveJtgT .mbr-section-subtitle,
.cid-uUrIveJtgT .mbr-section-head .mbr-section-btn {
  color: #1f2937;
}
.cid-uUrQZm6xj3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUrQZm6xj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrQZm6xj3 .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-uUrQZm6xj3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUrQZm6xj3 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uUrQZm6xj3 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uUrQZm6xj3 .card {
  margin-bottom: 2rem;
}
.cid-uUrQZm6xj3 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uUrQZm6xj3 .row {
  justify-content: space-between;
}
.cid-uUrQZm6xj3 .card-box {
  display: flex;
  align-items: center;
}
.cid-uUrQZm6xj3 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uUrQZm6xj3 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uUrQZm6xj3 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uUrQZm6xj3 .mbr-section-subtitle {
  color: #1f2937;
  text-align: left;
}
.cid-uUrQZm6xj3 .card-text {
  color: #6b7280;
}
.cid-uUrQZm6xj3 .card-title,
.cid-uUrQZm6xj3 .iconfont-wrapper {
  color: #ff6b6b;
  text-align: left;
}
.cid-uUrQZm6xj3 .mbr-section-title {
  text-align: left;
  color: #1f1f1f;
}
.cid-uUrQZm6xj3 .card-link,
.cid-uUrQZm6xj3 .link-icon,
.cid-uUrQZm6xj3 .link-align {
  color: #232323;
}
.cid-uUrVmSohL2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-uUrVmSohL2 b,
.cid-uUrVmSohL2 strong {
  font-weight: 900;
}
.cid-uUrVmSohL2 img,
.cid-uUrVmSohL2 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uUrVmSohL2 .item:focus,
.cid-uUrVmSohL2 span:focus {
  outline: none;
}
.cid-uUrVmSohL2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUrVmSohL2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUrVmSohL2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUrVmSohL2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUrVmSohL2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUrVmSohL2 .mbr-section-title {
  color: #1f1f1f;
}
.cid-uUrVmSohL2 .mbr-text,
.cid-uUrVmSohL2 .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uUrVmSohL2 .item-title {
  text-align: center;
  color: #6b7280;
}
.cid-uUrVmSohL2 .item-subtitle {
  text-align: left;
  color: #6b7280;
}
.cid-uUrVmSohL2 .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uUrVAz6Qsv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUrVAz6Qsv .item-subtitle {
  line-height: 1.2;
  color: #6b7280;
  text-align: left;
}
.cid-uUrVAz6Qsv img,
.cid-uUrVAz6Qsv .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uUrVAz6Qsv .item:focus,
.cid-uUrVAz6Qsv span:focus {
  outline: none;
}
.cid-uUrVAz6Qsv .item {
  margin-bottom: 2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cid-uUrVAz6Qsv .item {
    margin-bottom: 1rem;
  }
}
.cid-uUrVAz6Qsv .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUrVAz6Qsv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUrVAz6Qsv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUrVAz6Qsv .mbr-section-title {
  color: #17003b;
}
.cid-uUrVAz6Qsv .mbr-text,
.cid-uUrVAz6Qsv .mbr-section-btn {
  color: #17003b;
  text-align: center;
}
.cid-uUrVAz6Qsv .item-title {
  color: #6b7280;
  text-align: center;
}
.cid-uUrVAz6Qsv .content-head {
  max-width: 800px;
}
.cid-uUrVAz6Qsv b,
.cid-uUrVAz6Qsv strong {
  font-weight: 900;
}
.cid-uUrVAz6Qsv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVvu9PRmzw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f4f3;
}
.cid-uVvu9PRmzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvu9PRmzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvu9PRmzw .content-text {
  max-width: 800px;
}
.cid-uVvu9PRmzw .mbr-section-title {
  color: #1f1f1f;
}
.cid-uVvu9PRmzw .mbr-text,
.cid-uVvu9PRmzw .mbr-section-btn {
  color: #1f2937;
}
.cid-uTe6FWhL0g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff6b6b;
}
.cid-uTe6FWhL0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTe6FWhL0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTe6FWhL0g .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uTe6FWhL0g .mbr-section-title {
  color: #24262b;
}
.cid-uTe6FWhL0g .mbr-section-subtitle {
  color: #24262b;
}
.cid-uTe6FWhL0g .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uTe6FWhL0g .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-uTe6FWhL0g .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uTe6FWhL0g .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uTe6FWhL0g .card-subtitle {
  color: #1f1f1f;
}
.cid-uTe6FWhL0g .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uTe6FWhL0g .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTe6FWhL0g .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uTe6FWhL0g .item-img {
    min-height: auto;
  }
}
.cid-uTe6FWhL0g .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uTe6FWhL0g .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uTe6FWhL0g .card-text,
.cid-uTe6FWhL0g .mbr-section-btn {
  color: #1f1f1f;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVuDQbJCsB {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uVuDQbJCsB {
    align-items: flex-end;
  }
  .cid-uVuDQbJCsB .row {
    justify-content: flex-start;
  }
  .cid-uVuDQbJCsB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVuDQbJCsB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVuDQbJCsB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVuDQbJCsB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVuDQbJCsB .content-wrap {
    width: 100%;
  }
}
.cid-uVuDQbJCsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuDQbJCsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVuDQbJCsB .mbr-section-title,
.cid-uVuDQbJCsB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVuDQbJCsB .mbr-text,
.cid-uVuDQbJCsB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uVuDQbJCsB .mbr-section-title {
  color: #f9fafb;
}
.cid-uVuFq0NRbD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVuFq0NRbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuFq0NRbD .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-uVuFq0NRbD .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uVuFq0NRbD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVuFq0NRbD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVuFq0NRbD .media-content,
.cid-uVuFq0NRbD .mbr-figure {
  align-self: center;
}
.cid-uVuFq0NRbD .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uVuFq0NRbD .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uVuFq0NRbD .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uVuFq0NRbD .mbr-section-maintitle {
  text-align: center;
  color: #1f1f1f;
}
.cid-uVuFq0NRbD .mbr-section-title {
  text-align: left;
  color: #1f2937;
}
.cid-uVuFq0NRbD .mbr-text,
.cid-uVuFq0NRbD .mbr-section-btn {
  text-align: left;
  color: #1f2937;
}
.cid-uVv6s9QMtt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uVv6s9QMtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVv6s9QMtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVv6s9QMtt .card-wrapper {
  position: relative;
  background-color: #f9f9f9;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uVv6s9QMtt .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uVv6s9QMtt .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uVv6s9QMtt .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uVv6s9QMtt .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVv6s9QMtt .card-wrapper .title-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uVv6s9QMtt .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uVv6s9QMtt .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 84px;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uVv6s9QMtt .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uVv6s9QMtt .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uVv6s9QMtt .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVv6s9QMtt .card-wrapper .content-wrap {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uVv6s9QMtt .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uVv6s9QMtt .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uVv6s9QMtt .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVv6s9QMtt .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVv6s9QMtt .mbr-section-title {
  color: #000000;
}
.cid-uVv6s9QMtt .mbr-label,
.cid-uVv6s9QMtt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVv6s9QMtt .card-label {
  color: #000000;
  text-align: center;
}
.cid-uVv6s9QMtt .card-title {
  color: #000000;
}
.cid-uVv6s9QMtt .card-text {
  color: #6b7280;
  text-align: center;
}
.cid-uVv6s9QMtt .mbr-section-title,
.cid-uVv6s9QMtt .main-btn {
  text-align: center;
}
.cid-uVv6s9QMtt .card-title,
.cid-uVv6s9QMtt .item-btn,
.cid-uVv6s9QMtt .iconfont-wrapper {
  text-align: center;
  color: #1f2937;
}
.cid-uVQtkSkblR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4f3;
}
.cid-uVQtkSkblR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVQtkSkblR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVQtkSkblR .content-wrap {
  padding: 10px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVQtkSkblR .content-wrap .content-wrapper {
  width: 50%;
  padding: 50px 20px 50px 50px;
  height: 100%;
  padding: 50px 50px 50px 20px;
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap .content-wrapper {
    padding: 0;
  }
}
.cid-uVQtkSkblR .content-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVQtkSkblR .content-wrap .content-wrapper .mbr-section-title span {
  color: #ff6b6b;
}
.cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
  background-color: #f5f4f3;
  padding: 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uVQtkSkblR .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVQtkSkblR .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-uVQtkSkblR .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVQtkSkblR .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uVQtkSkblR .mbr-section-title {
  color: #404349;
}
.cid-uVQtkSkblR .item-title {
  color: #1f2937;
}
.cid-uVQtkSkblR .item-text {
  color: #6b7280;
}
.cid-uVQtkSkblR .mbr-section-title,
.cid-uVQtkSkblR .title-wrap {
  color: #1f1f1f;
}
.cid-uVuFZl6nKk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVuFZl6nKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVuFZl6nKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVuFZl6nKk .mbr-description {
  text-align: left;
}
.cid-uVuFZl6nKk .item-wrapper {
  background: #f5f4f3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVuFZl6nKk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVuFZl6nKk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uVuFZl6nKk .card-title,
.cid-uVuFZl6nKk .iconfont-wrapper {
  color: #000000;
}
.cid-uVuFZl6nKk .card-text {
  color: #000000;
}
.cid-uVuFZl6nKk .mbr-section-title {
  color: #1f1f1f;
  text-align: center;
}
.cid-uVuFZl6nKk .mbr-number {
  color: #9fe870;
}
.cid-uVuFZl6nKk .mbr-text,
.cid-uVuFZl6nKk .mbr-section-btn {
  text-align: center;
}
.cid-uVuFZl6nKk .card-text,
.cid-uVuFZl6nKk .item .mbr-section-btn {
  text-align: left;
  color: #6b7280;
}
.cid-uVuFZl6nKk .card-title {
  color: #1f2937;
}
.cid-uYRUmr1XIW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYRUmr1XIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRUmr1XIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRUmr1XIW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYRUmr1XIW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYRUmr1XIW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uYRUmr1XIW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYRUmr1XIW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYRUmr1XIW .items-wrapper {
  align-items: center;
}
.cid-uYRUmr1XIW .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYRUmr1XIW .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uYRUmr1XIW .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uYRUmr1XIW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uYRUmr1XIW .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uYRUmr1XIW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uYRUmr1XIW .mbr-section-subtitle {
  color: #1f2937;
  text-align: center;
}
.cid-uYRUmr1XIW .mbr-text,
.cid-uYRUmr1XIW .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uYRUmr1XIW .card-title {
  color: #ffffff;
}
.cid-uYRUmr1XIW .card-text {
  color: #ffffff;
}
.cid-uYRUopBWb6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYRUopBWb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRUopBWb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRUopBWb6 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYRUopBWb6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYRUopBWb6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uYRUopBWb6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYRUopBWb6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYRUopBWb6 .items-wrapper {
  align-items: center;
}
.cid-uYRUopBWb6 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYRUopBWb6 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uYRUopBWb6 .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uYRUopBWb6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uYRUopBWb6 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uYRUopBWb6 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uYRUopBWb6 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uYRUopBWb6 .mbr-text,
.cid-uYRUopBWb6 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uYRUopBWb6 .card-title {
  color: #ffffff;
}
.cid-uYRUopBWb6 .card-text {
  color: #ffffff;
}
.cid-uVvprz2xYs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-uVvprz2xYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvprz2xYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvprz2xYs .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uVvprz2xYs .container {
    padding: 10px 8px;
  }
}
.cid-uVvprz2xYs .row {
  margin: 0;
}
.cid-uVvprz2xYs .row .card {
  padding: 0;
}
.cid-uVvprz2xYs .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVvprz2xYs .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uVvprz2xYs .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uVvprz2xYs .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVvprz2xYs .video-wrapper iframe {
  height: 100% !important;
}
.cid-uVvprz2xYs .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #f5f4f3;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVvprz2xYs .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uVvprz2xYs .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uVvprz2xYs .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uVvprz2xYs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVvprz2xYs .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uVvprz2xYs .mbr-section-title {
  color: #222222;
}
.cid-uVvprz2xYs .mbr-section-title,
.cid-uVvprz2xYs .mbr-section-btn {
  text-align: center;
  color: #1f2937;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVGnmlhKr6 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uVGnmlhKr6 {
    align-items: flex-end;
  }
  .cid-uVGnmlhKr6 .row {
    justify-content: flex-start;
  }
  .cid-uVGnmlhKr6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVGnmlhKr6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVGnmlhKr6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uVGnmlhKr6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVGnmlhKr6 .content-wrap {
    width: 100%;
  }
}
.cid-uVGnmlhKr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGnmlhKr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVGnmlhKr6 .mbr-section-title,
.cid-uVGnmlhKr6 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uVGnmlhKr6 .mbr-text,
.cid-uVGnmlhKr6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uVGnmlhKr6 .mbr-section-title {
  color: #f9fafb;
}
.cid-uVGP4hpobf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVGP4hpobf .row {
  flex-direction: row-reverse;
}
.cid-uVGP4hpobf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGP4hpobf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGP4hpobf .mbr-description {
  text-align: left;
}
.cid-uVGP4hpobf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVGP4hpobf .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVGP4hpobf .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uVGP4hpobf .card-title,
.cid-uVGP4hpobf .iconfont-wrapper {
  color: #000000;
}
.cid-uVGP4hpobf .card-text {
  color: #000000;
}
.cid-uVGP4hpobf .mbr-section-title {
  color: #1f1f1f;
  text-align: center;
}
.cid-uVGP4hpobf .mbr-text,
.cid-uVGP4hpobf .mbr-section-btn {
  text-align: center;
  color: #1f2937;
}
.cid-uVGP4hpobf .card-text,
.cid-uVGP4hpobf .item .mbr-section-btn {
  text-align: left;
}
.cid-uVGP4hpobf .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVGP4hpobf .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVGP4hpobf .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff6b6b;
  background-color: #ff6b6b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVGP4hpobf .mbr-text UL {
  text-align: left;
}
.cid-uVGSf0hXog {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6b6b;
}
.cid-uVGSf0hXog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGSf0hXog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGSf0hXog .mbr-description {
  text-align: left;
}
.cid-uVGSf0hXog .item-wrapper {
  background: #ff6b6b;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVGSf0hXog .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVGSf0hXog .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uVGSf0hXog .card-title,
.cid-uVGSf0hXog .iconfont-wrapper {
  color: #000000;
}
.cid-uVGSf0hXog .card-text {
  color: #000000;
}
.cid-uVGSf0hXog .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVGSf0hXog .mbr-text,
.cid-uVGSf0hXog .mbr-section-btn {
  text-align: center;
  color: #1f2937;
}
.cid-uVGSf0hXog .card-text,
.cid-uVGSf0hXog .item .mbr-section-btn {
  text-align: left;
}
.cid-uVGSf0hXog .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVGSf0hXog .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVGSf0hXog .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVGSf0hXog .mbr-text UL {
  text-align: left;
}
.cid-uVGSf0hXog .mbr-text {
  color: #ffffff;
}
.cid-uVQjZPoZ5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4f3;
}
.cid-uVQjZPoZ5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVQjZPoZ5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVQjZPoZ5h .content-wrap {
  padding: 10px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper {
  width: 50%;
  padding: 50px 20px 50px 50px;
  height: 100%;
  padding: 50px 50px 50px 20px;
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap .content-wrapper {
    padding: 0;
  }
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper .mbr-section-title span {
  color: #ff6b6b;
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
  background-color: #f5f4f3;
  padding: 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uVQjZPoZ5h .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVQjZPoZ5h .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-uVQjZPoZ5h .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVQjZPoZ5h .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uVQjZPoZ5h .mbr-section-title {
  color: #404349;
}
.cid-uVQjZPoZ5h .item-title {
  color: #1f2937;
}
.cid-uVQjZPoZ5h .item-text {
  color: #404349;
}
.cid-uVQjZPoZ5h .mbr-section-title,
.cid-uVQjZPoZ5h .title-wrap {
  color: #1f1f1f;
}
.cid-uVGWKRogFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-uVGWKRogFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGWKRogFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGWKRogFg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uVGWKRogFg .container {
    padding: 10px 8px;
  }
}
.cid-uVGWKRogFg .row {
  margin: 0;
}
.cid-uVGWKRogFg .row .card {
  padding: 0;
}
.cid-uVGWKRogFg .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVGWKRogFg .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uVGWKRogFg .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uVGWKRogFg .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVGWKRogFg .video-wrapper iframe {
  height: 100% !important;
}
.cid-uVGWKRogFg .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #f5f4f3;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVGWKRogFg .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uVGWKRogFg .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uVGWKRogFg .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uVGWKRogFg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVGWKRogFg .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uVGWKRogFg .mbr-section-title {
  color: #222222;
}
.cid-uVGWKRogFg .mbr-section-title,
.cid-uVGWKRogFg .mbr-section-btn {
  text-align: center;
  color: #1f1f1f;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uW8XzVasuW {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uW8XzVasuW {
    align-items: flex-end;
  }
  .cid-uW8XzVasuW .row {
    justify-content: flex-start;
  }
  .cid-uW8XzVasuW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW8XzVasuW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uW8XzVasuW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uW8XzVasuW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uW8XzVasuW .content-wrap {
    width: 100%;
  }
}
.cid-uW8XzVasuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW8XzVasuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uW8XzVasuW .mbr-section-title,
.cid-uW8XzVasuW .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uW8XzVasuW .mbr-text,
.cid-uW8XzVasuW .mbr-section-btn {
  text-align: left;
  color: #ff6b6b;
}
.cid-uW8XzVasuW .mbr-section-title {
  color: #ffffff;
}
.cid-uW8XzVasuW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uW90UWmGpC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW90UWmGpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW90UWmGpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW90UWmGpC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .container {
    padding: 0 24px;
  }
}
.cid-uW90UWmGpC .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uW90UWmGpC .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .image-wrapper img {
    height: 350px;
  }
}
.cid-uW90UWmGpC .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .content-wrapper {
    padding: 0;
  }
}
.cid-uW90UWmGpC .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uW90UWmGpC .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW90UWmGpC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uW90UWmGpC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ffffff;
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #ffffff;
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uW90UWmGpC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ff6b6b;
  background-color: #ffffff;
}
.cid-uW90UWmGpC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uW90UWmGpC .mbr-section-title {
  color: #1f1f1f;
}
.cid-uW90UWmGpC .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uW90UWmGpC .card-text {
  color: #6b7280;
}
.cid-uW97vMCKOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f4f3;
}
.cid-uW97vMCKOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW97vMCKOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW97vMCKOw .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .container {
    padding: 0 24px;
  }
}
.cid-uW97vMCKOw .image-wrapper {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uW97vMCKOw .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .image-wrapper img {
    height: 350px;
  }
}
.cid-uW97vMCKOw .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .content-wrapper {
    padding: 0;
  }
}
.cid-uW97vMCKOw .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uW97vMCKOw .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW97vMCKOw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uW97vMCKOw .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f4f3;
  background-color: #f5f4f3;
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #f5f4f3;
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uW97vMCKOw .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ff6b6b;
  background-color: #f5f4f3;
}
.cid-uW97vMCKOw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uW97vMCKOw .mbr-section-title {
  color: #1f1f1f;
}
.cid-uW97vMCKOw .mbr-section-subtitle {
  color: #1f2937;
}
.cid-uW97vMCKOw .card-text {
  color: #6b7280;
}
.cid-uW9glohGYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW9glohGYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9glohGYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9glohGYz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW9glohGYz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uW9glohGYz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uW9glohGYz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uW9glohGYz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uW9glohGYz .item {
    margin-bottom: 20px;
  }
}
.cid-uW9glohGYz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uW9glohGYz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uW9glohGYz .item .item-wrapper .card-box .card-title_1,
.cid-uW9glohGYz .item .item-wrapper .card-box .card-title_2,
.cid-uW9glohGYz .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uW9glohGYz .item .item-wrapper .card-box .card-text_1,
.cid-uW9glohGYz .item .item-wrapper .card-box .card-text_2,
.cid-uW9glohGYz .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uW9glohGYz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uW9glohGYz .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9glohGYz .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uW9glohGYz .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-uW9glohGYz .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #1f1f1f;
  background-color: #ffffff;
}
.cid-uW9glohGYz .item .card_1 {
  background-color: #1f1f1f;
}
.cid-uW9glohGYz .item .card_2 {
  background-color: #1f1f1f;
}
.cid-uW9glohGYz .item .card_3 {
  background-color: #1f1f1f;
}
.cid-uW9glohGYz .btn-wrapper {
  margin-top: -6%;
}
.cid-uW9glohGYz .mbr-section-title,
.cid-uW9glohGYz .title-wrapper {
  color: #1f1f1f;
  text-align: center;
}
.cid-uW9glohGYz .card-title_1 {
  color: #f1f5eb;
}
.cid-uW9glohGYz .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.cid-uW9glohGYz .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-uW9glohGYz .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uW9glohGYz .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-uW9glohGYz .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.cid-uW9glohGYz .card-title_1,
.cid-uW9glohGYz .mbr-section-btn {
  text-align: center;
  color: #ff6b6b;
}
.cid-uW9glohGYz .card-title_2,
.cid-uW9glohGYz .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uW9glohGYz .card-title_3,
.cid-uW9glohGYz .mbr-section-btn {
  color: #ff6b6b;
}
.cid-uW9n96h4qI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW9n96h4qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9n96h4qI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9n96h4qI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW9n96h4qI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uW9n96h4qI .content-wrapper {
  margin: 0 -8px;
  display: flex;
  align-items: stretch;
}
.cid-uW9n96h4qI .content-wrapper .card {
  padding: 0 8px;
}
.cid-uW9n96h4qI .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uW9n96h4qI .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uW9n96h4qI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9n96h4qI .image-wrapper img {
    height: 300px;
  }
}
.cid-uW9n96h4qI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uW9n96h4qI .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f5f4f3;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uW9n96h4qI .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uW9n96h4qI .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9n96h4qI .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW9n96h4qI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9n96h4qI .mbr-section-title {
  color: #1f1f1f;
}
.cid-uW9n96h4qI .card-title {
  color: #2c2c26;
}
.cid-uW9n96h4qI .card-text {
  color: #6b7280;
}
.cid-uW9n96h4qI .card-title,
.cid-uW9n96h4qI .iconfont-wrap {
  color: #ff6b6b;
}
.cid-uW9n96h4qI .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cid-uW9n96h4qI .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uW9OJImHNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW9OJImHNa .row {
  flex-direction: row-reverse;
}
.cid-uW9OJImHNa .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-uW9OJImHNa .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uW9OJImHNa .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uW9OJImHNa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-uW9OJImHNa .icon-wrap a:hover {
  background-image: none !important;
}
.cid-uW9OJImHNa .icon-wrap span {
  margin-left: 5px;
}
.cid-uW9OJImHNa .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uW9OJImHNa .box {
    height: 200px;
  }
}
.cid-uW9OJImHNa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uW9OJImHNa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uW9OJImHNa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uW9OJImHNa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uW9OJImHNa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uW9OJImHNa .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-uW9OJImHNa .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-uW9OJImHNa .mbr-section-subtitle {
  color: #1f2937;
  padding-top: 12px;
}
.cid-uW9OJImHNa .item-container {
  width: 100%;
}
.cid-uW9OJImHNa .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-uW9OJImHNa .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-uW9OJImHNa .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-uW9OJImHNa .icon-box {
  background: #ff6b6b;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uW9OJImHNa .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-uW9OJImHNa .text-box {
  flex-grow: 1;
}
.cid-uW9OJImHNa .number-text {
  color: #ffffff;
}
.cid-uW9OJImHNa .icon-text {
  color: #1f2937;
}
.cid-uW9OJImHNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9OJImHNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9OJImHNa .mbr-section-title {
  color: #1f1f1f;
}
.cid-uW9OJImHNa .icon-title {
  color: #1f2937;
}
.cid-uW9OJImHNa P {
  color: #1f2937;
}
.cid-uW9OJImHNa .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: white;
  z-index: 2;
}
.cid-uWdHkEMXv3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWdHkEMXv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdHkEMXv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdHkEMXv3 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uWdHkEMXv3 .mbr-section-title {
  color: #24262b;
}
.cid-uWdHkEMXv3 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWdHkEMXv3 .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uWdHkEMXv3 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uWdHkEMXv3 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uWdHkEMXv3 .card-title {
  margin-bottom: 16px;
  color: #ff6b6b;
}
.cid-uWdHkEMXv3 .card-subtitle {
  color: #1f1f1f;
}
.cid-uWdHkEMXv3 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uWdHkEMXv3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWdHkEMXv3 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uWdHkEMXv3 .item-img {
    min-height: auto;
  }
}
.cid-uWdHkEMXv3 .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uWdHkEMXv3 .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uWdHkEMXv3 .card-text,
.cid-uWdHkEMXv3 .mbr-section-btn {
  color: #1f2937;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWvAbMx0ot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uWvAbMx0ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvAbMx0ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWvAbMx0ot .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWvAbMx0ot .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvAbMx0ot .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uWvAbMx0ot .card-wrapper {
  background: #ffffff;
}
.cid-uWvAbMx0ot .mbr-text,
.cid-uWvAbMx0ot .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWvAbMx0ot .card-title,
.cid-uWvAbMx0ot .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWvAbMx0ot .image-wrapper img {
  width: 100%;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWCoHeEGqt.popup-builder {
  background-color: #ffffff;
}
.cid-uWCoHeEGqt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWCoHeEGqt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWCoHeEGqt .modal-content,
.cid-uWCoHeEGqt .modal-dialog {
  height: auto;
}
.cid-uWCoHeEGqt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWCoHeEGqt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWCoHeEGqt .form-wrapper .mbr-form .form-group,
  .cid-uWCoHeEGqt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWCoHeEGqt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWCoHeEGqt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWCoHeEGqt .mbr-text {
  text-align: center;
  color: #1f1f1f;
}
.cid-uWCoHeEGqt .pt-0 {
  padding-top: 0 !important;
}
.cid-uWCoHeEGqt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWCoHeEGqt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWCoHeEGqt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWCoHeEGqt .modal-open {
  overflow: hidden;
}
.cid-uWCoHeEGqt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWCoHeEGqt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWCoHeEGqt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWCoHeEGqt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWCoHeEGqt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWCoHeEGqt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWCoHeEGqt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWCoHeEGqt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWCoHeEGqt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWCoHeEGqt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWCoHeEGqt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWCoHeEGqt .modal-backdrop.show {
  opacity: .5;
}
.cid-uWCoHeEGqt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWCoHeEGqt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWCoHeEGqt .modal-header {
    padding: 1rem;
  }
}
.cid-uWCoHeEGqt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWCoHeEGqt .modal-header .close svg {
  fill: #353535;
}
.cid-uWCoHeEGqt .modal-header .close:hover {
  opacity: 1;
}
.cid-uWCoHeEGqt .modal-header .close:focus {
  outline: none;
}
.cid-uWCoHeEGqt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6b6b;
}
.cid-uWCoHeEGqt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWCoHeEGqt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWCoHeEGqt .modal-body {
    padding: 1rem;
  }
}
.cid-uWCoHeEGqt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWCoHeEGqt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWCoHeEGqt .modal-footer {
    padding: 1rem;
  }
}
.cid-uWCoHeEGqt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWCoHeEGqt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWCoHeEGqt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWCoHeEGqt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWCoHeEGqt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWCoHeEGqt .modal-lg,
  .cid-uWCoHeEGqt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWCoHeEGqt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWCoHeEGqt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWCoHeEGqt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWCoHeEGqt .form-group {
  margin-bottom: 1rem;
}
.cid-uWCoHeEGqt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWCoHeEGqt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWCoHeEGqt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uWCoHeEGqt .mbr-section-btn {
  margin: 0;
}
.cid-uWCoHeEGqt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
.cid-uJ19RD512D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJ19RD512D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJ19RD512D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJ19RD512D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ19RD512D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ19RD512D .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJ19RD512D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJ19RD512D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJ19RD512D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJ19RD512D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJ19RD512D .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJ19RD512D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJ19RD512D .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(249, 250, 251, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f9fafb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJ19RD512D .iconfont-wrapper {
  color: #f9fafb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ19RD512D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #f9fafb;
  background: rgba(249, 250, 251, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uJ19RD512D .nav-item:focus,
.cid-uJ19RD512D .nav-link:focus {
  outline: none;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ19RD512D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ19RD512D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ19RD512D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ19RD512D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJ19RD512D .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ19RD512D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ19RD512D .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ19RD512D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJ19RD512D .navbar.collapsed {
  justify-content: center;
}
.cid-uJ19RD512D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ19RD512D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ19RD512D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ19RD512D .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-uJ19RD512D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ19RD512D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ19RD512D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ19RD512D .navbar {
    min-height: 72px;
  }
  .cid-uJ19RD512D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ19RD512D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ19RD512D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ19RD512D .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-uJ19RD512D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ19RD512D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJ19RD512D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ19RD512D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ19RD512D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJ19RD512D .dropdown-item.active,
.cid-uJ19RD512D .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ19RD512D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ19RD512D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9fafb;
}
.cid-uJ19RD512D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJ19RD512D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ19RD512D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .navbar-buttons {
    text-align: left;
  }
}
.cid-uJ19RD512D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6b6b;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ19RD512D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ19RD512D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ19RD512D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ19RD512D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ19RD512D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJ19RD512D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ19RD512D .navbar {
    height: 70px;
  }
  .cid-uJ19RD512D .navbar.opened {
    height: auto;
  }
  .cid-uJ19RD512D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJ19RD512D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJ19RD512D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJ19RD512D .navbar-brand {
    margin-right: auto;
  }
  .cid-uJ19RD512D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f9fafb;
    opacity: 1;
    border-color: rgba(249, 250, 251, 0.9) !important;
    background: rgba(249, 250, 251, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uJ19RD512D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJ19RD512D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJ19RD512D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJ19RD512D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJ19RD512D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0o54PueT9 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-v0o54PueT9 {
    align-items: flex-end;
  }
  .cid-v0o54PueT9 .row {
    justify-content: flex-start;
  }
  .cid-v0o54PueT9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0o54PueT9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0o54PueT9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0o54PueT9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0o54PueT9 .content-wrap {
    width: 100%;
  }
}
.cid-v0o54PueT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o54PueT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0o54PueT9 .mbr-section-title,
.cid-v0o54PueT9 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0o54PueT9 .mbr-text,
.cid-v0o54PueT9 .mbr-section-btn {
  text-align: left;
  color: #ff6b6b;
}
.cid-v0o54PueT9 .mbr-section-title {
  color: #f9fafb;
}
.cid-v0o54PueT9 .mbr-section-subtitle {
  color: #f9fafb;
}
.cid-v0o58LA2kZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o58LA2kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o58LA2kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0o58LA2kZ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .container {
    padding: 10px 8px;
  }
}
.cid-v0o58LA2kZ .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0o58LA2kZ .row {
    padding: 50px 10px;
  }
}
.cid-v0o58LA2kZ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0o58LA2kZ .mbr-section-title {
  margin-bottom: 80px;
  color: #1f1f1f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0o58LA2kZ .mbr-section-title span {
  opacity: .5;
}
.cid-v0o58LA2kZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0o58LA2kZ .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-v0o58LA2kZ .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-v0o58LA2kZ .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #f5f4f3;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0o58LA2kZ .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0o58LA2kZ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0o58LA2kZ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ff6b6b;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0o58LA2kZ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0o58LA2kZ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0o58LA2kZ .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .image-wrapper {
    margin: 0;
  }
}
.cid-v0o58LA2kZ .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0o58LA2kZ .image-wrapper img {
    height: 300px;
  }
}
.cid-v0o58LA2kZ .card-title {
  color: #1f1f1f;
}
.cid-v0o58LA2kZ .card-text {
  color: #6b7280;
}
.cid-v0o5aLmvUH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v0o5aLmvUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o5aLmvUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0o5aLmvUH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0o5aLmvUH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0o5aLmvUH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0o5aLmvUH .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: none;
}
.cid-v0o5aLmvUH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0o5aLmvUH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0o5aLmvUH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1f1f1f, #1f1f1f 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0o5aLmvUH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0o5aLmvUH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0o5aLmvUH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0o5aLmvUH .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v0o5aLmvUH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v0o5aLmvUH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f4f3;
  border-top: 3px solid #ffffff;
  box-shadow: none;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v0o5aLmvUH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#ff6b6b 30%, #ff6b6b 130%);
  box-shadow: none;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v0o5aLmvUH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v0o5aLmvUH .mbr-label,
.cid-v0o5aLmvUH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0o5aLmvUH .mbr-section-title,
.cid-v0o5aLmvUH .title-wrapper {
  color: #1f1f1f;
  text-align: center;
}
.cid-v0o5aLmvUH .mbr-text,
.cid-v0o5aLmvUH .text-wrapper {
  color: #1f2937;
  text-align: center;
}
.cid-v0o5aLmvUH .item-title {
  color: #000000;
}
.cid-v0o5aLmvUH .item-text {
  color: #6b7280;
}
.cid-v0o5aLmvUH .item-number {
  color: #000000;
}
.cid-v0o5aLmvUH .item-title,
.cid-v0o5aLmvUH .mbr-section-btn,
.cid-v0o5aLmvUH .icon-wrapper {
  color: #1f1f1f;
}
.cid-v0o5bCLD4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0o5bCLD4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o5bCLD4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0o5bCLD4V .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-v0o5bCLD4V .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-v0o5bCLD4V .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v0o5bCLD4V .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v0o5bCLD4V .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-v0o5bCLD4V .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-v0o5bCLD4V .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v0o5bCLD4V .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ff6b6b;
}
.cid-v0o5bCLD4V .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v0o5bCLD4V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #efefef;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #ff6b6b;
  border-radius: 100%;
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0o5bCLD4V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v0o5bCLD4V .mbr-label,
.cid-v0o5bCLD4V .label-wrapper {
  color: #1f1f1f;
}
.cid-v0o5bCLD4V .mbr-section-title {
  color: #1f1f1f;
}
.cid-v0o5bCLD4V .mbr-text {
  color: #1f2937;
}
.cid-v0o5bCLD4V .card-title {
  color: #000000;
}
.cid-v0o5bCLD4V .card-text {
  color: #6b7280;
}
.cid-v0o5bCLD4V .item-number {
  color: #ff6b6b;
  text-align: center;
}
.cid-v0o5bCLD4V .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0o5bCLD4V .item-star,
.cid-v0o5bCLD4V .rating-wrapper {
  color: #ff6b6b;
  text-align: center;
}
.cid-v0o5bCLD4V .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v0o5WQOdMz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff6b6b;
}
.cid-v0o5WQOdMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o5WQOdMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0o5WQOdMz .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0o5WQOdMz .mbr-section-title {
  color: #24262b;
}
.cid-v0o5WQOdMz .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0o5WQOdMz .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-v0o5WQOdMz .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-v0o5WQOdMz .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v0o5WQOdMz .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v0o5WQOdMz .card-subtitle {
  color: #1f1f1f;
}
.cid-v0o5WQOdMz .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0o5WQOdMz .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0o5WQOdMz .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-v0o5WQOdMz .item-img {
    min-height: auto;
  }
}
.cid-v0o5WQOdMz .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-v0o5WQOdMz .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-v0o5WQOdMz .card-text,
.cid-v0o5WQOdMz .mbr-section-btn {
  color: #1f1f1f;
}
.cid-uKD3HqAYrf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #1f1f1f;
}
.cid-uKD3HqAYrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKD3HqAYrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKD3HqAYrf .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff6b6b;
}
.cid-uKD3HqAYrf .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #e5e7eb;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uKD3HqAYrf .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKD3HqAYrf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a {
  transition: all 0.3s ease-in-out;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap a:hover {
  color: #e5e7eb !important;
}
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:hover,
.cid-uKD3HqAYrf .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKD3HqAYrf .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uKD3HqAYrf .list {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-copy {
  color: #050f0f;
}
.cid-uKD3HqAYrf .mbr-section-title {
  color: #ff6b6b;
  text-align: center;
}
.cid-uKD3HqAYrf .list,
.cid-uKD3HqAYrf .item-wrap {
  color: #ff6b6b;
}
.cid-uKD3HqAYrf .mbr-copy,
.cid-uKD3HqAYrf .social-wrap {
  color: #e5e7eb;
}
.cid-uKD3HqAYrf P {
  color: #1f1f1f;
}
