.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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 - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fa7e26 !important;
}
.bg-success {
  background-color: #db2bfb !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #f83f3f !important;
}
.bg-danger {
  background-color: #6c92e4 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  border: 1px solid #fa7e26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 118, 41, 0.35);
}
.btn-primary.glow-button:hover,
.btn-primary.glow-button:focus,
.btn-primary.glow-button.focus,
.btn-primary.glow-button.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  box-shadow: 0 6px 40px #e37629 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c55405 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #c71be2 0, #a607d7 100%) !important;
  border: 1px solid #db2bfb !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(200, 45, 228, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #c71be2 0, #a607d7 100%) !important;
  box-shadow: 0 6px 40px #c82de4;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ad04cb !important;
  border-color: #db2bfb !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #e1302d 0, #e40c1e 100%) !important;
  border: 1px solid #f83f3f !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(226, 64, 64, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #e1302d 0, #e40c1e 100%) !important;
  box-shadow: 0 6px 40px #e24040;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d80808 !important;
  border-color: #f83f3f !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #5d7eca 0, #3374d5 100%) !important;
  border: 1px solid #6c92e4 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(109, 140, 206, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #5d7eca 0, #3374d5 100%) !important;
  box-shadow: 0 6px 40px #6d8cce;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #275dd3 !important;
  border-color: #6c92e4 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #fa7e26;
  color: #fa7e26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c55405 !important;
  background-color: transparent!important;
  border-color: #c55405 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #db2bfb;
  color: #db2bfb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ad04cb !important;
  background-color: transparent!important;
  border-color: #ad04cb !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #db2bfb !important;
  border-color: #db2bfb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #f83f3f;
  color: #f83f3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d80808 !important;
  background-color: transparent!important;
  border-color: #d80808 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f83f3f !important;
  border-color: #f83f3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #6c92e4;
  color: #6c92e4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #275dd3 !important;
  background-color: transparent!important;
  border-color: #275dd3 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6c92e4 !important;
  border-color: #6c92e4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #fa7e26 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #db2bfb !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #f83f3f !important;
}
.text-danger {
  color: #6c92e4 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b64e04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a004bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ca0707 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2457c6 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa7e26;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #f83f3f;
}
.alert-danger {
  background-color: #6c92e4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa7e26;
  border-color: #fa7e26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa7e26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf3ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.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: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #fa7e26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #fa7e26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa7e26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa7e26;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fa7e26;
  border-bottom-color: #fa7e26;
}
.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: #fa7e26 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #faae26 !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='%23fa7e26' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #fa7e26 !important;
  border-color: #fa7e26 !important;
  color: #e3ebf3 !important;
}
.cid-ty20H9zv1J {
  z-index: 1000;
  width: 100%;
}
.cid-ty20H9zv1J nav.navbar {
  position: fixed;
}
.cid-ty20H9zv1J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-ty20H9zv1J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty20H9zv1J .dropdown-item:hover,
.cid-ty20H9zv1J .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-ty20H9zv1J .dropdown-item:hover span {
  color: white;
}
.cid-ty20H9zv1J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty20H9zv1J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty20H9zv1J .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty20H9zv1J .nav-link {
  position: relative;
}
.cid-ty20H9zv1J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .container {
    flex-wrap: nowrap;
  }
}
.cid-ty20H9zv1J .nav-item:focus,
.cid-ty20H9zv1J .nav-link:focus {
  outline: none;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty20H9zv1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty20H9zv1J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty20H9zv1J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty20H9zv1J .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty20H9zv1J .navbar.opened {
  transition: all 0.3s;
}
.cid-ty20H9zv1J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty20H9zv1J .navbar .navbar-logo img {
  width: auto;
}
.cid-ty20H9zv1J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty20H9zv1J .navbar.collapsed {
  justify-content: center;
}
.cid-ty20H9zv1J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty20H9zv1J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty20H9zv1J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty20H9zv1J .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-ty20H9zv1J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty20H9zv1J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty20H9zv1J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty20H9zv1J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty20H9zv1J .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-ty20H9zv1J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty20H9zv1J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty20H9zv1J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty20H9zv1J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty20H9zv1J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty20H9zv1J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty20H9zv1J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty20H9zv1J .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty20H9zv1J .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J .dropdown-item.active,
.cid-ty20H9zv1J .dropdown-item:active {
  background-color: transparent;
}
.cid-ty20H9zv1J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty20H9zv1J .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty20H9zv1J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty20H9zv1J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty20H9zv1J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty20H9zv1J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty20H9zv1J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty20H9zv1J .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty20H9zv1J .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty20H9zv1J .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty20H9zv1J .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty20H9zv1J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty20H9zv1J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty20H9zv1J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty20H9zv1J .navbar {
    height: 70px;
  }
  .cid-ty20H9zv1J .navbar.opened {
    height: auto;
  }
  .cid-ty20H9zv1J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty20H9zv1J .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-ty20H9zv1J .navbar-collapse {
  margin-left: auto;
}
.cid-ty20H9zv1J .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-ty20H9zv1J .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty20H9zv1J .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty20H9zv1J .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty20H9zv1J .navbar {
    padding: 0 !important;
  }
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty20H9zv1J .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty20H9zv1J .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty20H9zv1J .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty20H9zv1J .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty20H9zv1J .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty20H9zv1J .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty20H9zv1J .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-ty20N2siby {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty20N2siby .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty20N2siby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty20N2siby .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ty20N2siby .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ty20N2siby .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty20N2siby .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty20N2siby .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-ty20N2siby .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty20N2siby .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty20N2siby .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty20N2siby .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty20N2siby .col-text {
    order: 2;
  }
}
.cid-ty20N2siby .card-title {
  color: #000000;
  text-align: center;
}
.cid-ty20N2siby .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty20N2siby .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty20N2siby .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty20N2siby .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty20N2siby .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty20N2siby .mbr-text,
.cid-ty20N2siby .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFxYJQXGX5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFxYJQXGX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxYJQXGX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFxYJQXGX5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFxYJQXGX5 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFxYJQXGX5 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFxYJQXGX5 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFxYJQXGX5 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFxYJQXGX5 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFxYJQXGX5 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFxYJQXGX5 .mbr-section-subtitle,
.cid-uFxYJQXGX5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy2VpEP9a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy2VpEP9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy2VpEP9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy2VpEP9a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy2VpEP9a .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy2VpEP9a .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy2VpEP9a .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy2VpEP9a .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy2VpEP9a .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy2VpEP9a .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy2VpEP9a .mbr-section-subtitle,
.cid-uFy2VpEP9a .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDN2ciMB5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFDN2ciMB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDN2ciMB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDN2ciMB5 .text-container {
  background-color: #d54f19;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFDN2ciMB5 .text-container {
    margin: 0 5%;
  }
}
.cid-uFDN2ciMB5 .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFDN2ciMB5 .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFDN2ciMB5 .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFDN2ciMB5 .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFDN2ciMB5 .mbr-text {
  color: #e8e8e8;
}
.cid-uFDN2ciMB5 .mbr-desc,
.cid-uFDN2ciMB5 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFDN2ciMB5 .mbr-text,
.cid-uFDN2ciMB5 .text-container {
  text-align: center;
  color: #ffffff;
}
.cid-uFDKGmBHIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDKGmBHIu .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uFDKGmBHIu .row {
  justify-content: center;
}
.cid-uFDKGmBHIu .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fa7e26;
}
.cid-uFDKGmBHIu .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uFDKGmBHIu .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFDKGmBHIu .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFDKGmBHIu .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFDKGmBHIu .text,
.cid-uFDKGmBHIu .article {
  text-align: center;
  color: #232323;
}
.cid-uFDNBz7EQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uFDNBz7EQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNBz7EQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNBz7EQU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFDNBz7EQU .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFDNBz7EQU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFDNBz7EQU .container {
    padding: 0 16px;
  }
}
.cid-uFDNBz7EQU .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFDNBz7EQU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFDNBz7EQU .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #0c24a0;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #0c24a0;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uFDNBz7EQU .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #edeceb;
}
@media (max-width: 1200px) {
  .cid-uFDNBz7EQU .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uFDNBz7EQU .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uFDNBz7EQU .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #edeceb;
  background-color: #edeceb;
  border-radius: 3rem !important;
}
.cid-uFDNBz7EQU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFDNBz7EQU .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFDNBz7EQU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFDNBz7EQU .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uFDNBz7EQU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFDNBz7EQU .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFDNBz7EQU .mbr-section-title {
  color: #1c1c1c;
}
.cid-uFDNBz7EQU .mbr-desc {
  color: #1c1c1c;
}
.cid-uFDNBz7EQU .mbr-text {
  color: #1c1c1c;
}
.cid-uFDKEIONzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDKEIONzF .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFDKEIONzF .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-uFDKEIONzF .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-uFDKEIONzF H3 {
  color: #1d1d1f;
}
.cid-uFDKEIONzF .card-subtitle {
  text-align: left;
}
.cid-uFDKEIONzF .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uFDKEIONzF .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uFDKEIONzF .card-title,
.cid-uFDKEIONzF .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-uFDKEIONzF .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-uFDKEIONzF .card-text {
  color: #8c8c95;
}
.cid-uFDKEIONzF .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-uFDKEIONzF .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFDKEIONzF .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-uFDKEIONzF .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-uFDKEIONzF .accent1 {
  background-color: #fedb01;
}
.cid-uFDKEIONzF .accent2 {
  background-color: #3050ef;
}
.cid-uFDKEIONzF .accent3 {
  background-color: #ff4433;
}
.cid-uFDKEIONzF .accent4 {
  background-color: #ff9417;
}
.cid-uFDKEIONzF .accent5 {
  background-color: #4cc9f0;
}
.cid-uFDKEIONzF .timeline {
  align-items: center;
}
.cid-uFDKEIONzF .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-uFDKEIONzF .year-title.year1:before {
  background-color: #fedb01;
}
.cid-uFDKEIONzF .year-title.year2:before {
  background-color: #3050ef;
}
.cid-uFDKEIONzF .year-title.year3:before {
  background-color: #ff4433;
}
.cid-uFDKEIONzF .year-title.year4:before {
  background-color: #ff9417;
}
.cid-uFDKEIONzF .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-uFDKEIONzF .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-uFDKEIONzF .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-uFDKEIONzF .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-uFDKEIONzF .year {
    flex-direction: row;
  }
  .cid-uFDKEIONzF .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-uFDKEIONzF .year-title:before {
    display: block;
  }
  .cid-uFDKEIONzF .accent {
    display: none;
  }
  .cid-uFDKEIONzF .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-uFDKEIONzF .line {
    display: none;
  }
  .cid-uFDKEIONzF .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-uFDKEIONzF .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-uFDKEIONzF .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-uFDKEIONzF .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-uFDKEIONzF .main {
    flex-direction: column;
  }
  .cid-uFDKEIONzF .row.title-block,
  .cid-uFDKEIONzF .timeline {
    margin: auto;
  }
  .cid-uFDKEIONzF .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-uFDKEIONzF .button-align {
    margin-top: 16px;
  }
}
.cid-uFDKEIONzF .btn {
  margin-top: 20px;
}
.cid-uFDKEIONzF a.btn > span {
  margin-left: 0.5rem;
}
.cid-uFDNkokqNY {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFDNkokqNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDNkokqNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDNkokqNY .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFDNkokqNY .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFDNkokqNY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFDNkokqNY .container {
    padding: 0 20px;
  }
}
.cid-uFDNkokqNY .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFDNkokqNY .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFDNkokqNY .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFDNkokqNY .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFDNkokqNY .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFDNkokqNY .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFDNkokqNY .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFDNkokqNY .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFDNkokqNY .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFDNkokqNY .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFDNkokqNY .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFDNkokqNY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFDNkokqNY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFDNkokqNY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFDNkokqNY .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFDNkokqNY .mbr-section-title {
  color: #000000;
}
.cid-uFDNkokqNY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFDNkokqNY .mbr-section-title,
.cid-uFDNkokqNY .mbr-section-btn {
  text-align: left;
}
.cid-uFDKHgTfy1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDKHgTfy1 .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uFDKHgTfy1 .row {
  justify-content: center;
}
.cid-uFDKHgTfy1 .p {
  width: 100%;
}
.cid-uFDKHgTfy1 .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fa7e26;
}
.cid-uFDKHgTfy1 .mbr-text {
  display: inline;
}
.cid-uFDKHgTfy1 .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFDKHgTfy1 .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFDKHgTfy1 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFDKHgTfy1 .shadow {
  padding: 52px 56px 58px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uFDKHgTfy1 .left-side {
  max-width: 596px;
}
.cid-uFDKHgTfy1 .right-side {
  max-width: 473px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFDKHgTfy1 a.btn,
.cid-uFDKHgTfy1 button {
  padding: 24px 40px;
  border-radius: 80px;
  width: 100%;
  margin-top: 24px;
}
.cid-uFDKHgTfy1 .sel-wrapper {
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  display: flex;
}
.cid-uFDKHgTfy1 .sel-wrapper:hover {
  border-color: #14142b;
}
.cid-uFDKHgTfy1 .sel-wrapper > select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: color 350ms ease;
}
.cid-uFDKHgTfy1 .sel-wrapper > select.form-control:hover {
  color: #000000;
}
.cid-uFDKHgTfy1 .form-group {
  margin-bottom: 0;
}
.cid-uFDKHgTfy1 .card-title {
  margin-bottom: 7px;
  text-align: center;
}
.cid-uFDKHgTfy1 .card-text {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-uFDKHgTfy1 .line1 {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
}
.cid-uFDKHgTfy1 .card-subtitle {
  margin-top: 24px;
}
.cid-uFDKHgTfy1 option[value=""][disabled] {
  display: none;
}
.cid-uFDKHgTfy1 select.form-control:hover {
  border-color: #14142b;
}
.cid-uFDKHgTfy1 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uFDKHgTfy1 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
.cid-uFDKHgTfy1 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 30px;
  padding: 8px 26px;
}
.cid-uFDKHgTfy1 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uFDKHgTfy1 input:hover {
  border-color: #14142b !important;
}
.cid-uFDKHgTfy1 textarea:hover {
  border-color: #14142b !important;
}
.cid-uFDKHgTfy1 input:focus {
  border-color: #14142b !important;
}
.cid-uFDKHgTfy1 textarea:focus {
  border-color: #14142b !important;
}
.cid-uFDKHgTfy1 .row.main {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-uFDKHgTfy1 .shadow {
    width: 100%;
    margin: auto;
    max-width: 720px;
  }
  .cid-uFDKHgTfy1 .right-side {
    margin-top: 60px;
  }
  .cid-uFDKHgTfy1 .left-side,
  .cid-uFDKHgTfy1 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .cid-uFDKHgTfy1 .shadow {
    padding: 25px;
  }
  .cid-uFDKHgTfy1 input {
    margin-bottom: 20px;
  }
}
.cid-uFDKHgTfy1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-ty24VWknXS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ty24VWknXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty24VWknXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty24VWknXS .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-ty24VWknXS .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-ty24VWknXS .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-ty24VWknXS .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty24VWknXS .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-ty24VWknXS .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-ty24VWknXS .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-ty24VWknXS .card-title {
  color: #000000;
  text-align: right;
}
.cid-ty24VWknXS .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty24VWknXS .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty24VWknXS .mbr-text,
.cid-ty24VWknXS .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uFy2SITKL0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy2SITKL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy2SITKL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy2SITKL0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy2SITKL0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy2SITKL0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy2SITKL0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy2SITKL0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy2SITKL0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy2SITKL0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy2SITKL0 .mbr-section-subtitle,
.cid-uFy2SITKL0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy1mrTW40 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFy1mrTW40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy1mrTW40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy1mrTW40 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFy1mrTW40 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy1mrTW40 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFy1mrTW40 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFy1mrTW40 .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFy1mrTW40 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFy1mrTW40 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFy1mrTW40 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy1mrTW40 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFy1mrTW40 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy1mrTW40 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFy1mrTW40 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy1mrTW40 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFy1mrTW40 .card-title {
  color: #000000;
  text-align: left;
}
.cid-uFy1mrTW40 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy1mrTW40 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy1mrTW40 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFy1mrTW40 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy1mrTW40 .mbr-text,
.cid-uFy1mrTW40 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFy2jVSsfS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFy2jVSsfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy2jVSsfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy2jVSsfS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy2jVSsfS .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy2jVSsfS .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy2jVSsfS .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy2jVSsfS .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy2jVSsfS .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy2jVSsfS .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy2jVSsfS .mbr-section-subtitle,
.cid-uFy2jVSsfS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy2AR9Sc5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy2AR9Sc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy2AR9Sc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy2AR9Sc5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy2AR9Sc5 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy2AR9Sc5 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy2AR9Sc5 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy2AR9Sc5 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy2AR9Sc5 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy2AR9Sc5 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy2AR9Sc5 .mbr-section-subtitle,
.cid-uFy2AR9Sc5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ty21Fx6Brq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty21Fx6Brq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty21Fx6Brq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty21Fx6Brq .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .row {
    column-gap: 40px;
  }
}
.cid-ty21Fx6Brq .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-ty21Fx6Brq .col-text {
    width: 100%;
  }
}
.cid-ty21Fx6Brq .card-title {
  color: #000000;
}
.cid-ty21Fx6Brq .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty21Fx6Brq .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty21Fx6Brq .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-ty21Fx6Brq .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .col-item {
    gap: 12px;
  }
}
.cid-ty21Fx6Brq .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .item-wrap {
    width: 100%;
  }
}
.cid-ty21Fx6Brq .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #2655a6;
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-ty21Fx6Brq .number-text {
  color: #e3ebf3;
}
.cid-ty21Fx6Brq .item-text {
  color: #000000;
}
.cid-ty21Fx6Brq .mbr-text,
.cid-ty21Fx6Brq .mbr-section-btn {
  color: #000000;
}
.cid-uFy1bL7EOJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFy1bL7EOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy1bL7EOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy1bL7EOJ .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFy1bL7EOJ .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy1bL7EOJ .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFy1bL7EOJ .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFy1bL7EOJ .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFy1bL7EOJ .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFy1bL7EOJ .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFy1bL7EOJ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy1bL7EOJ .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFy1bL7EOJ .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy1bL7EOJ .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFy1bL7EOJ .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy1bL7EOJ .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFy1bL7EOJ .card-title {
  color: #000000;
}
.cid-uFy1bL7EOJ .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy1bL7EOJ .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy1bL7EOJ .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFy1bL7EOJ .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy1bL7EOJ .mbr-text,
.cid-uFy1bL7EOJ .mbr-section-btn {
  color: #000000;
}
.cid-ty24VicASv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty24VicASv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty24VicASv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty24VicASv .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-ty24VicASv .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty24VicASv .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-ty24VicASv .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-ty24VicASv .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty24VicASv .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-ty24VicASv .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-ty24VicASv .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-ty24VicASv .card-title {
  color: #000000;
}
.cid-ty24VicASv .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty24VicASv .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty24VicASv .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty24VicASv .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty24VicASv .mbr-text,
.cid-ty24VicASv .mbr-section-btn {
  color: #000000;
}
.cid-uFxYKCoMdR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFxYKCoMdR .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uFxYKCoMdR .row {
    padding: 0;
  }
}
.cid-uFxYKCoMdR .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFxYKCoMdR .item-text {
    max-width: 100%;
  }
}
.cid-uFxYKCoMdR .item-title {
  position: relative;
  color: #000000;
}
.cid-uFxYKCoMdR .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFxYKCoMdR .mbr-text {
  color: #000000;
}
.cid-uFxYKCoMdR .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFxYKCoMdR .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFxYKCoMdR .item-img {
    display: none;
  }
}
.cid-uFxYKCoMdR .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uFxYKCoMdR .item-img-2 {
  transform: rotate(15deg);
}
.cid-uFxYKCoMdR .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-ty260Jh9JQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty260Jh9JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty260Jh9JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty260Jh9JQ .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-ty260Jh9JQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-ty260Jh9JQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ty260Jh9JQ .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-ty260Jh9JQ .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .cards-wrap {
    gap: 12px;
  }
}
.cid-ty260Jh9JQ .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty260Jh9JQ .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-ty260Jh9JQ .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-ty260Jh9JQ .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-ty260Jh9JQ .card {
    width: 100%;
  }
}
.cid-ty260Jh9JQ .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-ty260Jh9JQ .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ty260Jh9JQ .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-ty260Jh9JQ .img-wrapper img {
    height: 80px;
  }
}
.cid-ty260Jh9JQ .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-ty260Jh9JQ .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-ty260Jh9JQ .card-title {
  color: #1a1e21;
}
.cid-uFy4OXjujd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFy4OXjujd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy4OXjujd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy4OXjujd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFy4OXjujd .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy4OXjujd .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy4OXjujd .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy4OXjujd .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy4OXjujd .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy4OXjujd .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy4OXjujd .mbr-section-subtitle,
.cid-uFy4OXjujd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ty21JuGGAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty21JuGGAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty21JuGGAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty21JuGGAD.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ty21JuGGAD .container-fluid {
  padding: 0 !important;
}
.cid-ty21JuGGAD img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFm1wF3iB3 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFm1wF3iB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm1wF3iB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm1wF3iB3 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uFm1wF3iB3 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFm1wF3iB3 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFm1wF3iB3 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFm1wF3iB3 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFm1wF3iB3 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFm1wF3iB3 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFm1wF3iB3 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFm1wF3iB3 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFm1wF3iB3 .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFm1wF3iB3 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFm1wF3iB3 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFm1wF3iB3 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFm1wF3iB3 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFm1wF3iB3 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFm1wF3iB3 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFm1wF3iB3 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFm1wF3iB3 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFm1wF3iB3 .col-text {
    order: 2;
  }
}
.cid-uFm1wF3iB3 .card-title {
  color: #000000;
}
.cid-uFm1wF3iB3 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFm1wF3iB3 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFm1wF3iB3 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFm1wF3iB3 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFm1wF3iB3 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFm1wF3iB3 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFm1wF3iB3 .mbr-text,
.cid-uFm1wF3iB3 .mbr-section-btn {
  color: #000000;
}
.cid-uFy5DOuR6u {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFy5DOuR6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5DOuR6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5DOuR6u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFy5DOuR6u .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5DOuR6u .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5DOuR6u .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5DOuR6u .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5DOuR6u .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5DOuR6u .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5DOuR6u .mbr-section-subtitle,
.cid-uFy5DOuR6u .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ty22ngdZ7R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ty22ngdZ7R iframe,
.cid-ty22ngdZ7R img,
.cid-ty22ngdZ7R video {
  width: 100%;
}
.cid-ty22ngdZ7R .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-ty22ngdZ7R .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-ty22ngdZ7R .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ty22ngdZ7R .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty22ngdZ7R .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty22ngdZ7R .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-ty22ngdZ7R .mbr-media {
  position: relative;
}
.cid-ty22ngdZ7R .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ty22ngdZ7R .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ty22ngdZ7R .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-ty22ngdZ7R .box {
  padding: 0 !important;
}
.cid-ty22ngdZ7R .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ty22ngdZ7R .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ty22ngdZ7R .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ty22ngdZ7R .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ty22ngdZ7R .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-ty22ngdZ7R .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ty22ngdZ7R .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ty263QN2eV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty263QN2eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty263QN2eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty263QN2eV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ty263QN2eV .mbr-section-title a {
  pointer-events: none;
}
.cid-ty263QN2eV .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty263QN2eV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty263QN2eV .mbr-section-subtitle,
.cid-ty263QN2eV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFm25X4NHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/konvertrix-block23-1000x1000.png");
}
.cid-uFm25X4NHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm25X4NHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm25X4NHA .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uFm25X4NHA .mbr-section-title a {
  pointer-events: none;
}
.cid-uFm25X4NHA .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFm25X4NHA .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFm25X4NHA .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFm25X4NHA .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFm25X4NHA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDLjQ5ZxZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFDLjQ5ZxZ .card {
  padding: 120px 74px 120px 76px;
  background: #3050ef;
  border-radius: 30px;
}
.cid-uFDLjQ5ZxZ .align {
  align-items: center;
}
.cid-uFDLjQ5ZxZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFDLjQ5ZxZ .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-uFDLjQ5ZxZ .btn:hover {
  transform: initial !important;
}
.cid-uFDLjQ5ZxZ .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-uFDLjQ5ZxZ .button {
  right: 1px;
  top: 11px;
}
.cid-uFDLjQ5ZxZ .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-uFDLjQ5ZxZ .form-control:hover {
  box-shadow: none;
}
.cid-uFDLjQ5ZxZ .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-uFDLjQ5ZxZ .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-uFDLjQ5ZxZ .form-part {
  width: 550px;
}
.cid-uFDLjQ5ZxZ textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uFDLjQ5ZxZ input:hover {
  border-color: #14142b !important;
}
.cid-uFDLjQ5ZxZ textarea:hover {
  border-color: #14142b !important;
}
.cid-uFDLjQ5ZxZ input:focus {
  border-color: #14142b !important;
}
.cid-uFDLjQ5ZxZ textarea:focus {
  border-color: #14142b !important;
}
.cid-uFDLjQ5ZxZ .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-uFDLjQ5ZxZ .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-uFDLjQ5ZxZ .form-part {
    width: 100%;
  }
  .cid-uFDLjQ5ZxZ .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-uFDLjQ5ZxZ .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-uFDLjQ5ZxZ .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-uFDLjQ5ZxZ input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-uFDLjQ5ZxZ .card {
    padding: 61px 25px;
  }
  .cid-uFDLjQ5ZxZ button {
    width: 100%;
  }
  .cid-uFDLjQ5ZxZ .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-uFDLjQ5ZxZ a.btn > span {
  margin-left: 0.5rem;
}
.cid-uFDLjQ5ZxZ .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFDLrfPvL2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFDLrfPvL2 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-uFDLrfPvL2 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-uFDLrfPvL2 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFDLrfPvL2 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-uFDLrfPvL2 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFDLrfPvL2 p {
  margin-bottom: 4rem;
}
.cid-uFDLrfPvL2 h4 {
  margin-bottom: 1rem;
}
.cid-uFDLrfPvL2 .form-control,
.cid-uFDLrfPvL2 .field-input {
  padding: 1.5rem;
  background-color: #e3ebf3;
  border-color: #8e97a1;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFDLrfPvL2 .form-control::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .field-input::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .form-control::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-uFDLrfPvL2 .form-control:-moz-placeholder,
.cid-uFDLrfPvL2 .field-input:-moz-placeholder,
.cid-uFDLrfPvL2 .form-control:-moz-placeholder,
.cid-uFDLrfPvL2 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-uFDLrfPvL2 .form-control:hover,
.cid-uFDLrfPvL2 .field-input:hover,
.cid-uFDLrfPvL2 .form-control:focus,
.cid-uFDLrfPvL2 .field-input:focus {
  background-color: #ffefae;
  border-color: #023ab3 !important;
  color: #6500e0;
  box-shadow: none;
  outline: none;
}
.cid-uFDLrfPvL2 .form-control:hover::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .field-input:hover::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .form-control:focus::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .field-input:focus::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .form-control:hover::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .field-input:hover::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .form-control:focus::-webkit-input-placeholder,
.cid-uFDLrfPvL2 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-uFDLrfPvL2 .form-control:hover:-moz-placeholder,
.cid-uFDLrfPvL2 .field-input:hover:-moz-placeholder,
.cid-uFDLrfPvL2 .form-control:focus:-moz-placeholder,
.cid-uFDLrfPvL2 .field-input:focus:-moz-placeholder,
.cid-uFDLrfPvL2 .form-control:hover:-moz-placeholder,
.cid-uFDLrfPvL2 .field-input:hover:-moz-placeholder,
.cid-uFDLrfPvL2 .form-control:focus:-moz-placeholder,
.cid-uFDLrfPvL2 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-uFDLrfPvL2 .jq-number__spin:hover,
.cid-uFDLrfPvL2 .jq-number__spin:focus {
  background-color: #ffefae;
  border-color: #023ab3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uFDLrfPvL2 .jq-number__spin {
  background-color: #e3ebf3;
  border-color: #8e97a1;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFDLrfPvL2 .jq-selectbox li,
.cid-uFDLrfPvL2 .jq-selectbox li {
  background-color: #e3ebf3;
  color: #000000;
}
.cid-uFDLrfPvL2 .jq-selectbox li:hover,
.cid-uFDLrfPvL2 .jq-selectbox li.selected {
  background-color: #ffefae;
  color: #000000;
}
.cid-uFDLrfPvL2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFDLrfPvL2 .jq-number__spin.minus:hover:after,
.cid-uFDLrfPvL2 .jq-number__spin.plus:hover:after {
  border-top-color: #e3ebf3;
  border-bottom-color: #e3ebf3;
}
.cid-uFDLrfPvL2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFDLrfPvL2 .jq-number__spin.minus:after,
.cid-uFDLrfPvL2 .jq-number__spin.plus:after {
  border-top-color: #ffefae;
  border-bottom-color: #ffefae;
}
.cid-uFDLrfPvL2 input::-webkit-clear-button {
  display: none;
}
.cid-uFDLrfPvL2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFDLrfPvL2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFDLrfPvL2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFDLrfPvL2 H4 {
  color: #000000;
  text-align: center;
}
.cid-uFDLrfPvL2 P {
  color: #000000;
  text-align: center;
}
.cid-ty25lgXPgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-ty25lgXPgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty25lgXPgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty25lgXPgC .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty25lgXPgC .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-ty25lgXPgC .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-ty25lgXPgC .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty25lgXPgC form {
  width: 100%;
}
.cid-ty25lgXPgC form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty25lgXPgC form p {
  color: #1a1e21;
}
.cid-ty25lgXPgC form .mbr-section-btn {
  margin-top: 10px;
}
.cid-ty25lgXPgC form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-ty25lgXPgC form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-ty25lgXPgC form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-ty25lgXPgC form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-ty25lgXPgC form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form select {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-ty25lgXPgC form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input,
.cid-ty25lgXPgC form textarea {
  transition: .3s all;
}
.cid-ty25lgXPgC form input:active,
.cid-ty25lgXPgC form textarea:active,
.cid-ty25lgXPgC form input:focus,
.cid-ty25lgXPgC form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-ty25lgXPgC form input:active::-webkit-input-placeholder,
.cid-ty25lgXPgC form textarea:active::-webkit-input-placeholder,
.cid-ty25lgXPgC form input:focus::-webkit-input-placeholder,
.cid-ty25lgXPgC form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input:active::-moz-placeholder,
.cid-ty25lgXPgC form textarea:active::-moz-placeholder,
.cid-ty25lgXPgC form input:focus::-moz-placeholder,
.cid-ty25lgXPgC form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input:active:-moz-placeholder,
.cid-ty25lgXPgC form textarea:active:-moz-placeholder,
.cid-ty25lgXPgC form input:focus:-moz-placeholder,
.cid-ty25lgXPgC form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input:active:-ms-input-placeholder,
.cid-ty25lgXPgC form textarea:active:-ms-input-placeholder,
.cid-ty25lgXPgC form input:focus:-ms-input-placeholder,
.cid-ty25lgXPgC form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty25lgXPgC form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty25lgXPgC form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-ty25lgXPgC form .form-check label {
  color: #1a1e21;
}
.cid-ty25lgXPgC form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty25lgXPgC form .form-check-input:focus,
.cid-ty25lgXPgC form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-ty25lgXPgC form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-ty25lXMXpm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty25lXMXpm .mbr-text {
  color: #e3ebf3;
}
.cid-ty25lXMXpm .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFy5LZHKpw {
  z-index: 1000;
  width: 100%;
}
.cid-uFy5LZHKpw nav.navbar {
  position: fixed;
}
.cid-uFy5LZHKpw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFy5LZHKpw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-uFy5LZHKpw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFy5LZHKpw .dropdown-item:hover,
.cid-uFy5LZHKpw .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uFy5LZHKpw .dropdown-item:hover span {
  color: white;
}
.cid-uFy5LZHKpw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFy5LZHKpw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFy5LZHKpw .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFy5LZHKpw .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFy5LZHKpw .nav-link {
  position: relative;
}
.cid-uFy5LZHKpw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFy5LZHKpw .container {
    flex-wrap: nowrap;
  }
}
.cid-uFy5LZHKpw .nav-item:focus,
.cid-uFy5LZHKpw .nav-link:focus {
  outline: none;
}
.cid-uFy5LZHKpw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFy5LZHKpw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFy5LZHKpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFy5LZHKpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFy5LZHKpw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFy5LZHKpw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFy5LZHKpw .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uFy5LZHKpw .navbar.opened {
  transition: all 0.3s;
}
.cid-uFy5LZHKpw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFy5LZHKpw .navbar .navbar-logo img {
  width: auto;
}
.cid-uFy5LZHKpw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFy5LZHKpw .navbar.collapsed {
  justify-content: center;
}
.cid-uFy5LZHKpw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFy5LZHKpw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFy5LZHKpw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFy5LZHKpw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFy5LZHKpw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFy5LZHKpw .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-uFy5LZHKpw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFy5LZHKpw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFy5LZHKpw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFy5LZHKpw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFy5LZHKpw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFy5LZHKpw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFy5LZHKpw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFy5LZHKpw .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-uFy5LZHKpw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFy5LZHKpw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFy5LZHKpw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFy5LZHKpw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFy5LZHKpw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFy5LZHKpw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFy5LZHKpw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFy5LZHKpw .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uFy5LZHKpw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFy5LZHKpw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFy5LZHKpw .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uFy5LZHKpw .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uFy5LZHKpw .dropdown-item.active,
.cid-uFy5LZHKpw .dropdown-item:active {
  background-color: transparent;
}
.cid-uFy5LZHKpw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFy5LZHKpw .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFy5LZHKpw .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFy5LZHKpw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFy5LZHKpw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFy5LZHKpw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFy5LZHKpw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFy5LZHKpw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFy5LZHKpw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFy5LZHKpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uFy5LZHKpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFy5LZHKpw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy5LZHKpw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFy5LZHKpw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFy5LZHKpw .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uFy5LZHKpw .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uFy5LZHKpw .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uFy5LZHKpw .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uFy5LZHKpw .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uFy5LZHKpw .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uFy5LZHKpw .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uFy5LZHKpw .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uFy5LZHKpw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFy5LZHKpw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFy5LZHKpw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFy5LZHKpw .navbar {
    height: 70px;
  }
  .cid-uFy5LZHKpw .navbar.opened {
    height: auto;
  }
  .cid-uFy5LZHKpw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFy5LZHKpw .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-uFy5LZHKpw .navbar-collapse {
  margin-left: auto;
}
.cid-uFy5LZHKpw .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uFy5LZHKpw .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFy5LZHKpw .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uFy5LZHKpw .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uFy5LZHKpw .navbar {
    padding: 0 !important;
  }
  .cid-uFy5LZHKpw .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uFy5LZHKpw .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uFy5LZHKpw .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uFy5LZHKpw .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uFy5LZHKpw .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uFy5LZHKpw .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFy5LZHKpw .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFy5LZHKpw .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uFy5LZHKpw .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uFy5LZHKpw .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uFy5LZHKpw .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uFy5Mcck9O {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFy5Mcck9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5Mcck9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5Mcck9O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFy5Mcck9O .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5Mcck9O .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5Mcck9O .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5Mcck9O .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5Mcck9O .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5Mcck9O .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5Mcck9O .mbr-section-subtitle,
.cid-uFy5Mcck9O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFy5M1dbs3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFy5M1dbs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M1dbs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M1dbs3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M1dbs3 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5M1dbs3 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M1dbs3 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M1dbs3 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M1dbs3 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M1dbs3 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M1dbs3 .mbr-section-subtitle,
.cid-uFy5M1dbs3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyazKiREc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7fff7;
}
.cid-uFyazKiREc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyazKiREc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyazKiREc .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFyazKiREc .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uFyazKiREc .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFyazKiREc .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFyazKiREc .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFyazKiREc .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFyazKiREc .mbr-section-title {
  color: #050f0f;
}
.cid-uFyazKiREc .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-uFyazKiREc .mbr-section-btn {
  text-align: center;
}
.cid-uFyazKiREc .icon-wrapper {
  text-align: right;
}
.cid-uFyazKiREc .mbr-section-title,
.cid-uFyazKiREc .mbr-section-btn,
.cid-uFyazKiREc .icon-wrapper {
  text-align: left;
}
.cid-uFyahSox3H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFyahSox3H .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFyahSox3H .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uFyahSox3H .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFyahSox3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyahSox3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybg7gZYU {
  overflow: hidden;
  background-color: #f4f5f7;
}
.cid-uFybg7gZYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybg7gZYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybg7gZYU .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFybg7gZYU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFybg7gZYU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFybg7gZYU .container {
    padding: 0 20px;
  }
}
.cid-uFybg7gZYU .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFybg7gZYU .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFybg7gZYU .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFybg7gZYU .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFybg7gZYU .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFybg7gZYU .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFybg7gZYU .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFybg7gZYU .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFybg7gZYU .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFybg7gZYU .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFybg7gZYU .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFybg7gZYU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFybg7gZYU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFybg7gZYU .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFybg7gZYU .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFybg7gZYU .mbr-section-title {
  color: #000000;
}
.cid-uFybg7gZYU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFybg7gZYU .mbr-section-title,
.cid-uFybg7gZYU .mbr-section-btn {
  text-align: left;
}
.cid-uFy9Fyf2gy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFy9Fyf2gy a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFy9Fyf2gy .content {
    text-align: center;
  }
}
.cid-uFy9Fyf2gy .mbr-text {
  text-align: center;
}
.cid-uFy9Fyf2gy .mbr-section-title {
  text-align: center;
}
.cid-uFy9Fyf2gy .mbr-section-subtitle {
  text-align: center;
}
.cid-uFy9rK1dim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFy9rK1dim input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uFy9rK1dim input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uFy9rK1dim .btn,
.cid-uFy9rK1dim .wrapper {
  border-radius: 2rem !important;
}
.cid-uFy9rK1dim .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFy9rK1dim .btn {
    width: 100%;
  }
}
.cid-uFy9rK1dim .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uFy9rK1dim .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFy9rK1dim .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uFy9rK1dim .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFy9rK1dim .form-group {
  margin: 0;
}
.cid-uFy9rK1dim .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFy9rK1dim .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uFy9rK1dim .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uFy9rK1dim .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uFy9rK1dim .justify-content-center {
  align-items: center;
}
.cid-uFy9rK1dim .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-uFy9SdEppy {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFy9SdEppy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy9SdEppy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy9SdEppy .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFy9SdEppy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uFy9SdEppy .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFy9SdEppy .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFy9SdEppy .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFy9SdEppy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFy9SdEppy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFy9SdEppy .mbr-section-title {
  color: #ffffff;
}
.cid-uFy9SdEppy .mbr-desc,
.cid-uFy9SdEppy .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFy9SdEppy .mbr-text,
.cid-uFy9SdEppy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFy9SdEppy .mbr-section-title,
.cid-uFy9SdEppy .mbr-section-btn {
  text-align: center;
}
.cid-uFy9SdEppy .mbr-desc,
.cid-uFy9SdEppy .desc-wrapper {
  color: #ffffff;
}
.cid-uFy5M0tJFc {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy5M0tJFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M0tJFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M0tJFc .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uFy5M0tJFc .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFy5M0tJFc .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M0tJFc .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFy5M0tJFc .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFy5M0tJFc .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M0tJFc .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M0tJFc .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M0tJFc .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFy5M0tJFc .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFy5M0tJFc .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFy5M0tJFc .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M0tJFc .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy5M0tJFc .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFy5M0tJFc .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFy5M0tJFc .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M0tJFc .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFy5M0tJFc .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy5M0tJFc .col-text {
    order: 2;
  }
}
.cid-uFy5M0tJFc .card-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M0tJFc .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M0tJFc .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M0tJFc .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5M0tJFc .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M0tJFc .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M0tJFc .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFy5M0tJFc .mbr-text,
.cid-uFy5M0tJFc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy5M1Szdv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy5M1Szdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M1Szdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M1Szdv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M1Szdv .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5M1Szdv .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M1Szdv .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M1Szdv .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M1Szdv .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M1Szdv .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M1Szdv .mbr-section-subtitle,
.cid-uFy5M1Szdv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy5M2BiAX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFy5M2BiAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M2BiAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M2BiAX .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uFy5M2BiAX .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M2BiAX .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M2BiAX .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFy5M2BiAX .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFy5M2BiAX .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFy5M2BiAX .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFy5M2BiAX .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy5M2BiAX .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFy5M2BiAX .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M2BiAX .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFy5M2BiAX .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy5M2BiAX .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFy5M2BiAX .card-title {
  color: #000000;
  text-align: right;
}
.cid-uFy5M2BiAX .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy5M2BiAX .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5M2BiAX .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFy5M2BiAX .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy5M2BiAX .mbr-text,
.cid-uFy5M2BiAX .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uFy5M3jnl7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy5M3jnl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M3jnl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M3jnl7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M3jnl7 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5M3jnl7 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M3jnl7 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M3jnl7 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M3jnl7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M3jnl7 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M3jnl7 .mbr-section-subtitle,
.cid-uFy5M3jnl7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy5M3YObi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFy5M3YObi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M3YObi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M3YObi .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFy5M3YObi .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M3YObi .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M3YObi .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFy5M3YObi .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFy5M3YObi .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFy5M3YObi .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFy5M3YObi .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy5M3YObi .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFy5M3YObi .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M3YObi .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFy5M3YObi .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy5M3YObi .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFy5M3YObi .card-title {
  color: #000000;
  text-align: left;
}
.cid-uFy5M3YObi .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy5M3YObi .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5M3YObi .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFy5M3YObi .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy5M3YObi .mbr-text,
.cid-uFy5M3YObi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFy5M4EhGO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFy5M4EhGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M4EhGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M4EhGO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M4EhGO .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5M4EhGO .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M4EhGO .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M4EhGO .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M4EhGO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M4EhGO .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M4EhGO .mbr-section-subtitle,
.cid-uFy5M4EhGO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy5M5kUH0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy5M5kUH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M5kUH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M5kUH0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M5kUH0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5M5kUH0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M5kUH0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M5kUH0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M5kUH0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M5kUH0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M5kUH0 .mbr-section-subtitle,
.cid-uFy5M5kUH0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy5M65IiF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy5M65IiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M65IiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M65IiF .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-uFy5M65IiF .row {
    column-gap: 40px;
  }
}
.cid-uFy5M65IiF .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFy5M65IiF .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M65IiF .col-text {
    width: 100%;
  }
}
.cid-uFy5M65IiF .card-title {
  color: #000000;
}
.cid-uFy5M65IiF .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy5M65IiF .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5M65IiF .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uFy5M65IiF .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy5M65IiF .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFy5M65IiF .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M65IiF .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M65IiF .col-item {
    gap: 12px;
  }
}
.cid-uFy5M65IiF .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-uFy5M65IiF .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-uFy5M65IiF .item-wrap {
    width: 100%;
  }
}
.cid-uFy5M65IiF .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #2655a6;
}
@media (max-width: 1399px) {
  .cid-uFy5M65IiF .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-uFy5M65IiF .number-text {
  color: #e3ebf3;
}
.cid-uFy5M65IiF .item-text {
  color: #000000;
}
.cid-uFy5M65IiF .mbr-text,
.cid-uFy5M65IiF .mbr-section-btn {
  color: #000000;
}
.cid-uFy5M6N7wZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFy5M6N7wZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M6N7wZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M6N7wZ .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFy5M6N7wZ .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M6N7wZ .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M6N7wZ .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFy5M6N7wZ .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFy5M6N7wZ .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFy5M6N7wZ .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFy5M6N7wZ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy5M6N7wZ .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFy5M6N7wZ .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M6N7wZ .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFy5M6N7wZ .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy5M6N7wZ .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFy5M6N7wZ .card-title {
  color: #000000;
}
.cid-uFy5M6N7wZ .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy5M6N7wZ .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5M6N7wZ .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFy5M6N7wZ .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy5M6N7wZ .mbr-text,
.cid-uFy5M6N7wZ .mbr-section-btn {
  color: #000000;
}
.cid-uFy5M7uEdJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFy5M7uEdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M7uEdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M7uEdJ .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFy5M7uEdJ .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M7uEdJ .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M7uEdJ .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFy5M7uEdJ .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFy5M7uEdJ .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFy5M7uEdJ .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFy5M7uEdJ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy5M7uEdJ .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFy5M7uEdJ .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M7uEdJ .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFy5M7uEdJ .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy5M7uEdJ .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFy5M7uEdJ .card-title {
  color: #000000;
}
.cid-uFy5M7uEdJ .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy5M7uEdJ .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5M7uEdJ .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFy5M7uEdJ .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFy5M7uEdJ .mbr-text,
.cid-uFy5M7uEdJ .mbr-section-btn {
  color: #000000;
}
.cid-uFy5M8fdyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFy5M8fdyv .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uFy5M8fdyv .row {
    padding: 0;
  }
}
.cid-uFy5M8fdyv .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFy5M8fdyv .item-text {
    max-width: 100%;
  }
}
.cid-uFy5M8fdyv .item-title {
  position: relative;
  color: #000000;
}
.cid-uFy5M8fdyv .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFy5M8fdyv .mbr-text {
  color: #000000;
}
.cid-uFy5M8fdyv .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFy5M8fdyv .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFy5M8fdyv .item-img {
    display: none;
  }
}
.cid-uFy5M8fdyv .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uFy5M8fdyv .item-img-2 {
  transform: rotate(15deg);
}
.cid-uFy5M8fdyv .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uFy5M8Wq97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy5M8Wq97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M8Wq97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M8Wq97 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uFy5M8Wq97 .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M8Wq97 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uFy5M8Wq97 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5M8Wq97 .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFy5M8Wq97 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFy5M8Wq97 .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFy5M8Wq97 .cards-wrap {
    gap: 12px;
  }
}
.cid-uFy5M8Wq97 .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFy5M8Wq97 .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5M8Wq97 .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uFy5M8Wq97 .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uFy5M8Wq97 .card {
    width: 100%;
  }
}
.cid-uFy5M8Wq97 .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uFy5M8Wq97 .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uFy5M8Wq97 .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uFy5M8Wq97 .img-wrapper img {
    height: 80px;
  }
}
.cid-uFy5M8Wq97 .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uFy5M8Wq97 .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uFy5M8Wq97 .card-title {
  color: #1a1e21;
}
.cid-uFy5M9N4LH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFy5M9N4LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5M9N4LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5M9N4LH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFy5M9N4LH .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5M9N4LH .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5M9N4LH .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5M9N4LH .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5M9N4LH .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5M9N4LH .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5M9N4LH .mbr-section-subtitle,
.cid-uFy5M9N4LH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFy5MawT7c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFy5MawT7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5MawT7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5MawT7c.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uFy5MawT7c .container-fluid {
  padding: 0 !important;
}
.cid-uFy5MawT7c img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFy5Mbfa8J {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy5Mbfa8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5Mbfa8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5Mbfa8J .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uFy5Mbfa8J .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFy5Mbfa8J .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5Mbfa8J .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFy5Mbfa8J .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFy5Mbfa8J .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5Mbfa8J .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5Mbfa8J .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5Mbfa8J .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFy5Mbfa8J .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFy5Mbfa8J .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFy5Mbfa8J .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5Mbfa8J .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFy5Mbfa8J .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFy5Mbfa8J .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFy5Mbfa8J .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFy5Mbfa8J .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFy5Mbfa8J .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFy5Mbfa8J .col-text {
    order: 2;
  }
}
.cid-uFy5Mbfa8J .card-title {
  color: #000000;
}
.cid-uFy5Mbfa8J .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5Mbfa8J .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5Mbfa8J .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFy5Mbfa8J .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5Mbfa8J .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5Mbfa8J .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFy5Mbfa8J .mbr-text,
.cid-uFy5Mbfa8J .mbr-section-btn {
  color: #000000;
}
.cid-uFy5Md4E42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFy5Md4E42 iframe,
.cid-uFy5Md4E42 img,
.cid-uFy5Md4E42 video {
  width: 100%;
}
.cid-uFy5Md4E42 .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uFy5Md4E42 .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5Md4E42 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFy5Md4E42 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFy5Md4E42 .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFy5Md4E42 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFy5Md4E42 .mbr-media {
  position: relative;
}
.cid-uFy5Md4E42 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFy5Md4E42 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uFy5Md4E42 .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uFy5Md4E42 .box {
  padding: 0 !important;
}
.cid-uFy5Md4E42 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uFy5Md4E42 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFy5Md4E42 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uFy5Md4E42 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFy5Md4E42 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uFy5Md4E42 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFy5Md4E42 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFy5MepYu0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFy5MepYu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5MepYu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5MepYu0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFy5MepYu0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5MepYu0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5MepYu0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5MepYu0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5MepYu0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5MepYu0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5MepYu0 .mbr-section-subtitle,
.cid-uFy5MepYu0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFy5MfbPct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/konvertrix-block23-1000x1000.png");
}
.cid-uFy5MfbPct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5MfbPct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5MfbPct .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uFy5MfbPct .mbr-section-title a {
  pointer-events: none;
}
.cid-uFy5MfbPct .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFy5MfbPct .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFy5MfbPct .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFy5MfbPct .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFy5MfbPct .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFy5MfXVqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uFy5MfXVqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy5MfXVqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy5MfXVqs .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uFy5MfXVqs .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-uFy5MfXVqs .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-uFy5MfXVqs .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFy5MfXVqs form {
  width: 100%;
}
.cid-uFy5MfXVqs form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uFy5MfXVqs form p {
  color: #1a1e21;
}
.cid-uFy5MfXVqs form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFy5MfXVqs form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uFy5MfXVqs form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uFy5MfXVqs form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uFy5MfXVqs form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uFy5MfXVqs form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uFy5MfXVqs form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uFy5MfXVqs form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uFy5MfXVqs form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uFy5MfXVqs form select {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uFy5MfXVqs form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form input,
.cid-uFy5MfXVqs form textarea {
  transition: .3s all;
}
.cid-uFy5MfXVqs form input:active,
.cid-uFy5MfXVqs form textarea:active,
.cid-uFy5MfXVqs form input:focus,
.cid-uFy5MfXVqs form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uFy5MfXVqs form input:active::-webkit-input-placeholder,
.cid-uFy5MfXVqs form textarea:active::-webkit-input-placeholder,
.cid-uFy5MfXVqs form input:focus::-webkit-input-placeholder,
.cid-uFy5MfXVqs form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form input:active::-moz-placeholder,
.cid-uFy5MfXVqs form textarea:active::-moz-placeholder,
.cid-uFy5MfXVqs form input:focus::-moz-placeholder,
.cid-uFy5MfXVqs form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form input:active:-moz-placeholder,
.cid-uFy5MfXVqs form textarea:active:-moz-placeholder,
.cid-uFy5MfXVqs form input:focus:-moz-placeholder,
.cid-uFy5MfXVqs form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form input:active:-ms-input-placeholder,
.cid-uFy5MfXVqs form textarea:active:-ms-input-placeholder,
.cid-uFy5MfXVqs form input:focus:-ms-input-placeholder,
.cid-uFy5MfXVqs form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uFy5MfXVqs form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uFy5MfXVqs form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uFy5MfXVqs form .form-check label {
  color: #1a1e21;
}
.cid-uFy5MfXVqs form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uFy5MfXVqs form .form-check-input:focus,
.cid-uFy5MfXVqs form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uFy5MfXVqs form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-uFy5MgM7fr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFy5MgM7fr .mbr-text {
  color: #e3ebf3;
}
.cid-uFy5MgM7fr .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFybnQu4gh {
  z-index: 1000;
  width: 100%;
}
.cid-uFybnQu4gh nav.navbar {
  position: fixed;
}
.cid-uFybnQu4gh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFybnQu4gh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-uFybnQu4gh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFybnQu4gh .dropdown-item:hover,
.cid-uFybnQu4gh .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uFybnQu4gh .dropdown-item:hover span {
  color: white;
}
.cid-uFybnQu4gh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFybnQu4gh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFybnQu4gh .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFybnQu4gh .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFybnQu4gh .nav-link {
  position: relative;
}
.cid-uFybnQu4gh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFybnQu4gh .container {
    flex-wrap: nowrap;
  }
}
.cid-uFybnQu4gh .nav-item:focus,
.cid-uFybnQu4gh .nav-link:focus {
  outline: none;
}
.cid-uFybnQu4gh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFybnQu4gh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFybnQu4gh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFybnQu4gh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFybnQu4gh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFybnQu4gh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFybnQu4gh .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uFybnQu4gh .navbar.opened {
  transition: all 0.3s;
}
.cid-uFybnQu4gh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFybnQu4gh .navbar .navbar-logo img {
  width: auto;
}
.cid-uFybnQu4gh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFybnQu4gh .navbar.collapsed {
  justify-content: center;
}
.cid-uFybnQu4gh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFybnQu4gh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFybnQu4gh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFybnQu4gh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFybnQu4gh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFybnQu4gh .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-uFybnQu4gh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFybnQu4gh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFybnQu4gh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFybnQu4gh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFybnQu4gh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFybnQu4gh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFybnQu4gh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFybnQu4gh .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-uFybnQu4gh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFybnQu4gh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFybnQu4gh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFybnQu4gh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFybnQu4gh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFybnQu4gh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFybnQu4gh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFybnQu4gh .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uFybnQu4gh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFybnQu4gh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFybnQu4gh .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uFybnQu4gh .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uFybnQu4gh .dropdown-item.active,
.cid-uFybnQu4gh .dropdown-item:active {
  background-color: transparent;
}
.cid-uFybnQu4gh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFybnQu4gh .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFybnQu4gh .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFybnQu4gh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFybnQu4gh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFybnQu4gh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFybnQu4gh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFybnQu4gh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFybnQu4gh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFybnQu4gh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uFybnQu4gh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFybnQu4gh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFybnQu4gh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFybnQu4gh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFybnQu4gh .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uFybnQu4gh .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uFybnQu4gh .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uFybnQu4gh .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uFybnQu4gh .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uFybnQu4gh .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uFybnQu4gh .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uFybnQu4gh .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uFybnQu4gh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFybnQu4gh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFybnQu4gh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFybnQu4gh .navbar {
    height: 70px;
  }
  .cid-uFybnQu4gh .navbar.opened {
    height: auto;
  }
  .cid-uFybnQu4gh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFybnQu4gh .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-uFybnQu4gh .navbar-collapse {
  margin-left: auto;
}
.cid-uFybnQu4gh .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uFybnQu4gh .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFybnQu4gh .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uFybnQu4gh .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uFybnQu4gh .navbar {
    padding: 0 !important;
  }
  .cid-uFybnQu4gh .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uFybnQu4gh .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uFybnQu4gh .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uFybnQu4gh .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uFybnQu4gh .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uFybnQu4gh .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFybnQu4gh .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFybnQu4gh .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uFybnQu4gh .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uFybnQu4gh .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uFybnQu4gh .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uFybnY7aCy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFybnY7aCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnY7aCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnY7aCy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybnY7aCy .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybnY7aCy .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnY7aCy .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnY7aCy .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnY7aCy .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnY7aCy .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnY7aCy .mbr-section-subtitle,
.cid-uFybnY7aCy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnP78wv {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFybnP78wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnP78wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnP78wv .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFybnP78wv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFybnP78wv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFybnP78wv .container {
    padding: 0 20px;
  }
}
.cid-uFybnP78wv .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFybnP78wv .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFybnP78wv .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFybnP78wv .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFybnP78wv .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFybnP78wv .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFybnP78wv .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFybnP78wv .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFybnP78wv .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFybnP78wv .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFybnP78wv .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFybnP78wv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFybnP78wv .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFybnP78wv .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFybnP78wv .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFybnP78wv .mbr-section-title {
  color: #000000;
}
.cid-uFybnP78wv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFybnP78wv .mbr-section-title,
.cid-uFybnP78wv .mbr-section-btn {
  text-align: left;
}
.cid-uFycKc9iR2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFycKc9iR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFycKc9iR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFycKc9iR2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFycKc9iR2 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFycKc9iR2 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFycKc9iR2 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFycKc9iR2 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFycKc9iR2 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFycKc9iR2 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFycKc9iR2 .mbr-section-subtitle,
.cid-uFycKc9iR2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnMZrns {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFybnMZrns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnMZrns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnMZrns .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybnMZrns .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybnMZrns .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnMZrns .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnMZrns .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnMZrns .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnMZrns .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnMZrns .mbr-section-subtitle,
.cid-uFybnMZrns .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyktWcoHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyktWcoHv .card {
  background-color: #fafcff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uFyktWcoHv .title-section {
  padding: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uFyktWcoHv .card-body {
    padding: 60px;
  }
  .cid-uFyktWcoHv .title-section {
    padding: 0 100px;
    margin-bottom: 60px;
  }
}
.cid-uFyktWcoHv .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-uFyktWcoHv li {
  margin-bottom: 16px;
}
.cid-uFyktWcoHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyktWcoHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyktWcoHv .title-section .mbr-section-title {
  text-align: center;
}
.cid-uFyktWcoHv .title-section .mbr-section-subtitle {
  text-align: center;
}
.cid-uFyfUi1FCK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFyfUi1FCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyfUi1FCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyfUi1FCK .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFyfUi1FCK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFyfUi1FCK .container {
    padding: 0 26px;
  }
}
.cid-uFyfUi1FCK .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFyfUi1FCK .row {
    margin: 0 -12px;
  }
}
.cid-uFyfUi1FCK .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uFyfUi1FCK .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uFyfUi1FCK .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFyfUi1FCK .card {
    padding: 0 12px;
  }
}
.cid-uFyfUi1FCK .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uFyfUi1FCK .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uFyfUi1FCK .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFyfUi1FCK .image-wrapper img {
    height: 300px;
  }
}
.cid-uFyfUi1FCK .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uFyfUi1FCK .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uFyfUi1FCK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFyfUi1FCK .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uFyfUi1FCK .mbr-section-title {
  color: #000000;
}
.cid-uFyfUi1FCK .mbr-text {
  color: #000000;
}
.cid-uFycA9WIEO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFycA9WIEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFycA9WIEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFycA9WIEO .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFycA9WIEO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFycA9WIEO .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFycA9WIEO .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFycA9WIEO .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFycA9WIEO .image-wrapper img {
    height: 300px;
  }
}
.cid-uFycA9WIEO .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFycA9WIEO .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFycA9WIEO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFycA9WIEO .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFycA9WIEO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFycA9WIEO .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uFycA9WIEO .cards-wrapper {
    margin: 0;
  }
}
.cid-uFycA9WIEO .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFycA9WIEO .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uFycA9WIEO .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uFycA9WIEO .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFycA9WIEO .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uFycA9WIEO .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uFycA9WIEO .mbr-section-title {
  color: #000000;
}
.cid-uFycA9WIEO .mbr-section-subtitle {
  color: #ce4909;
}
.cid-uFycA9WIEO .mbr-text {
  color: #000000;
}
.cid-uFycA9WIEO .mbr-card-title {
  color: #ffffff;
}
.cid-uFycA9WIEO .mbr-card-title,
.cid-uFycA9WIEO .cards-wrapper {
  color: #000000;
}
.cid-uFyghBhjr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyghBhjr0 .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-uFyghBhjr0 .col-text {
    width: 100% !important;
  }
}
.cid-uFyghBhjr0 .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-uFyghBhjr0 .text-container {
    padding: 0;
  }
}
.cid-uFyghBhjr0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-uFyghBhjr0 .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-uFyghBhjr0 .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-uFyghBhjr0 .text-wrapper {
    padding: 0;
  }
}
.cid-uFyghBhjr0 .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #8A8A8A;
}
.cid-uFyghBhjr0 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-uFyghBhjr0 .mbr-text {
  letter-spacing: inherit;
  color: #8a8a8a;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uFyghBhjr0 .btn-container {
  width: 100%;
}
.cid-uFyghBhjr0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFyghBhjr0 .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-uFyghBhjr0 .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-uFyghBhjr0 .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uFyghBhjr0 .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-uFyghBhjr0 .card {
    width: 100% !important;
  }
}
.cid-uFyghBhjr0 .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-uFyghBhjr0 .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-uFyghBhjr0 .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-uFyghBhjr0 .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-uFyghBhjr0 .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-uFyghBhjr0 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uFyghBhjr0 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFyghBhjr0 .card-text {
  color: #000000;
}
.cid-uFyhLvSxjl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFyhLvSxjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhLvSxjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhLvSxjl .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uFyhLvSxjl .mbr-section-title {
  color: #24262b;
}
.cid-uFyhLvSxjl .mbr-section-subtitle {
  color: #24262b;
}
.cid-uFyhLvSxjl .cards-row {
  row-gap: 32px;
}
.cid-uFyhLvSxjl .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uFyhLvSxjl .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uFyhLvSxjl .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uFyhLvSxjl .card-subtitle {
  color: #24262b;
}
.cid-uFyhLvSxjl .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uFyhLvSxjl .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFyhLvSxjl .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uFyhLvSxjl .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uFyf2ir7nd {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFyf2ir7nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyf2ir7nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyf2ir7nd .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFyf2ir7nd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFyf2ir7nd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFyf2ir7nd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFyf2ir7nd .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uFyf2ir7nd .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uFyf2ir7nd .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uFyf2ir7nd .item {
    padding: 0 14px;
  }
}
.cid-uFyf2ir7nd .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #292739;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFyf2ir7nd .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uFyf2ir7nd .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uFyf2ir7nd .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #00dfff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #f83f3f;
  margin: 5px;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uFyf2ir7nd .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #00dfff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFyf2ir7nd .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uFyf2ir7nd .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uFyf2ir7nd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFyf2ir7nd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFyf2ir7nd .item-number,
.cid-uFyf2ir7nd .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFyf2ir7nd .item-title {
  color: #ffffff;
}
.cid-uFyf2ir7nd .list {
  color: #ffffff;
  text-align: center;
}
.cid-uFyf2ir7nd .item-title,
.cid-uFyf2ir7nd .tags-wrapper,
.cid-uFyf2ir7nd .icon-wrapper {
  text-align: center;
}
.cid-uFygtlKaxf {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFygtlKaxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFygtlKaxf .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-uFygtlKaxf .container {
    padding: 0 16px;
  }
}
.cid-uFygtlKaxf .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFygtlKaxf .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFygtlKaxf .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFygtlKaxf .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uFygtlKaxf .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .image-wrapper {
    margin: 0;
  }
}
.cid-uFygtlKaxf .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uFygtlKaxf .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uFygtlKaxf .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uFygtlKaxf .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #03e868;
  border-top: 2px solid #03e868;
  border-right: 2px solid #03e868;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFygtlKaxf .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uFygtlKaxf .mbr-section-title {
  color: #ffffff;
}
.cid-uFygtlKaxf .mbr-text {
  color: #000000;
}
.cid-uFygtlKaxf .mbr-section-title,
.cid-uFygtlKaxf .mbr-section-btn {
  color: #000000;
}
.cid-uFygHNjiyz {
  background-color: #e3ebf3;
}
.cid-uFygHNjiyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFygHNjiyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFygHNjiyz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .container {
    padding: 0 16px;
  }
}
.cid-uFygHNjiyz .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFygHNjiyz .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFygHNjiyz .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFygHNjiyz .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uFygHNjiyz .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .image-wrapper {
    margin: 0;
  }
}
.cid-uFygHNjiyz .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uFygHNjiyz .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uFygHNjiyz .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uFygHNjiyz .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #113f8d;
  border-top: 2px solid #113f8d;
  border-right: 2px solid #113f8d;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFygHNjiyz .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uFygHNjiyz .mbr-section-title {
  color: #ffffff;
}
.cid-uFygHNjiyz .mbr-text {
  color: #000000;
}
.cid-uFygHNjiyz .mbr-section-title,
.cid-uFygHNjiyz .mbr-section-btn {
  color: #000000;
}
.cid-uFye8LHvIv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFye8LHvIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFye8LHvIv .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-uFye8LHvIv .container {
    padding: 0 30px;
  }
}
.cid-uFye8LHvIv .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFye8LHvIv .content-wrapper {
    display: block;
  }
}
.cid-uFye8LHvIv .content-wrapper .card {
  justify-content: center;
}
.cid-uFye8LHvIv .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #e3ebf3;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uFye8LHvIv .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uFye8LHvIv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uFye8LHvIv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uFye8LHvIv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFye8LHvIv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFye8LHvIv .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uFye8LHvIv .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uFye8LHvIv .mbr-section-title {
  color: #144031;
}
.cid-uFye8LHvIv .mbr-text {
  color: #144031;
}
.cid-uFyftXG0kB {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFyftXG0kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyftXG0kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyftXG0kB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFyftXG0kB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFyftXG0kB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFyftXG0kB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFyftXG0kB .title-wrapper .mbr-text span {
  color: #bcfe1e;
}
.cid-uFyftXG0kB .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uFyftXG0kB .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uFyftXG0kB .item {
    padding: 0 14px;
  }
}
.cid-uFyftXG0kB .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #f83f3f;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFyftXG0kB .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-uFyftXG0kB .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f83f3f;
  opacity: .5;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-uFyftXG0kB .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #00dfff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #f83f3f;
  margin: 5px;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-uFyftXG0kB .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #00dfff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFyftXG0kB .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uFyftXG0kB .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-uFyftXG0kB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyftXG0kB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFyftXG0kB .item-number,
.cid-uFyftXG0kB .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFyftXG0kB .item-title {
  color: #ffffff;
}
.cid-uFyftXG0kB .list {
  color: #ffffff;
  text-align: center;
}
.cid-uFyftXG0kB .item-title,
.cid-uFyftXG0kB .tags-wrapper,
.cid-uFyftXG0kB .icon-wrapper {
  text-align: center;
}
.cid-uFydTSIgYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFydTSIgYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydTSIgYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydTSIgYg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFydTSIgYg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFydTSIgYg .container {
    padding: 0 26px;
  }
}
.cid-uFydTSIgYg .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFydTSIgYg .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFydTSIgYg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFydTSIgYg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFydTSIgYg .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFydTSIgYg .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFydTSIgYg .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFydTSIgYg .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uFydTSIgYg .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uFydTSIgYg .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFydTSIgYg .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uFydTSIgYg .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uFydTSIgYg .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uFydTSIgYg .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uFydTSIgYg .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uFydTSIgYg .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 0;
  color: #000000;
}
.cid-uFydTSIgYg .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-family: "Golos Text", sans-serif;
}
.cid-uFydTSIgYg .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uFydTSIgYg .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFydTSIgYg .mbr-section-title {
  color: #000000;
}
.cid-uFydTSIgYg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFydTSIgYg .mbr-contact {
  color: #ffffff;
}
.cid-uFydTSIgYg .mbr-desc {
  color: #000000;
}
.cid-uFycIC1HXZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFycIC1HXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFycIC1HXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFycIC1HXZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFycIC1HXZ .mbr-section-title a {
  pointer-events: none;
}
.cid-uFycIC1HXZ .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFycIC1HXZ .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFycIC1HXZ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFycIC1HXZ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFycIC1HXZ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFycIC1HXZ .mbr-section-subtitle,
.cid-uFycIC1HXZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnNGEMB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7fff7;
}
.cid-uFybnNGEMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnNGEMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnNGEMB .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFybnNGEMB .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uFybnNGEMB .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFybnNGEMB .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFybnNGEMB .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFybnNGEMB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFybnNGEMB .mbr-section-title {
  color: #050f0f;
}
.cid-uFybnNGEMB .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-uFybnNGEMB .mbr-section-btn {
  text-align: center;
}
.cid-uFybnNGEMB .icon-wrapper {
  text-align: right;
}
.cid-uFybnNGEMB .mbr-section-title,
.cid-uFybnNGEMB .mbr-section-btn,
.cid-uFybnNGEMB .icon-wrapper {
  text-align: left;
}
.cid-uFybnOsUnx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFybnOsUnx .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFybnOsUnx .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uFybnOsUnx .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFybnOsUnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnOsUnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyepcy4MQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ce4909;
}
.cid-uFyepcy4MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyepcy4MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyepcy4MQ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFyepcy4MQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFyepcy4MQ .container {
    padding: 0 26px;
  }
}
.cid-uFyepcy4MQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFyepcy4MQ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFyepcy4MQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFyepcy4MQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFyepcy4MQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFyepcy4MQ .mbr-text {
  color: #cacaca;
  text-align: center;
}
.cid-uFyeFtOBtn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFyeFtOBtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyeFtOBtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyeFtOBtn .container-fluid {
  padding: 0 125px;
}
@media (max-width: 768px) {
  .cid-uFyeFtOBtn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFyeFtOBtn .container {
    padding: 0 26px;
  }
}
.cid-uFyeFtOBtn .row {
  justify-content: center;
}
.cid-uFyeFtOBtn .title-wrapper {
  margin-bottom: 50px;
}
.cid-uFyeFtOBtn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFyeFtOBtn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFyeFtOBtn .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFyeFtOBtn .item {
    padding: 0 12px;
  }
}
.cid-uFyeFtOBtn .item .item-wrapper {
  padding: 35px;
  border: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-uFyeFtOBtn .item .item-wrapper {
    padding: 18px;
  }
}
.cid-uFyeFtOBtn .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-uFyeFtOBtn .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cid-uFyeFtOBtn .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uFyeFtOBtn .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uFyeFtOBtn .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uFyeFtOBtn .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uFyeFtOBtn .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uFyeFtOBtn .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFyeFtOBtn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyeFtOBtn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFyeFtOBtn .item-title {
  color: #ffffff;
}
.cid-uFyeFtOBtn .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uFyeFtOBtn .item-title,
.cid-uFyeFtOBtn .soc-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFycY6Pcgd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff5422;
}
.cid-uFycY6Pcgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFycY6Pcgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFycY6Pcgd .row {
  justify-content: center;
}
.cid-uFycY6Pcgd .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uFycY6Pcgd .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFycY6Pcgd .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFycY6Pcgd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFycY6Pcgd .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uFycY6Pcgd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFycY6Pcgd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFycY6Pcgd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFycY6Pcgd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFycY6Pcgd .form-wrapper {
  padding: 80px 54px;
  background-color: #fff7ee;
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uFycY6Pcgd .form-wrapper {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFycY6Pcgd .form-wrapper {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-control-label {
    margin-bottom: 16px;
  }
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #ffbe0d !important;
  box-shadow: none;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group textarea {
  min-height: 200px;
  padding: 0 0 20px 0;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uFycY6Pcgd .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uFycY6Pcgd .mbr-label,
.cid-uFycY6Pcgd .label-wrapper {
  color: #ffffff;
}
.cid-uFycY6Pcgd .mbr-section-title {
  color: #fff7ee;
}
.cid-uFycY6Pcgd .mbr-text,
.cid-uFycY6Pcgd .text-wrapper {
  color: #ffffff;
}
.cid-uFycY6Pcgd label {
  color: #151e11;
}
.cid-uFybnPQBFN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFybnPQBFN a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFybnPQBFN .content {
    text-align: center;
  }
}
.cid-uFybnPQBFN .mbr-text {
  text-align: center;
}
.cid-uFybnPQBFN .mbr-section-title {
  text-align: center;
}
.cid-uFybnPQBFN .mbr-section-subtitle {
  text-align: center;
}
.cid-uFylWNrvzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFylWNrvzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFylWNrvzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFylWNrvzE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFylWNrvzE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFylWNrvzE .container {
    padding: 0 26px;
  }
}
.cid-uFylWNrvzE .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFylWNrvzE .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFylWNrvzE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFylWNrvzE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFylWNrvzE .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFylWNrvzE .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFylWNrvzE .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFylWNrvzE .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uFylWNrvzE .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uFylWNrvzE .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFylWNrvzE .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uFylWNrvzE .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uFylWNrvzE .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uFylWNrvzE .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uFylWNrvzE .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uFylWNrvzE .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #232323 !important;
  border-radius: 0;
  color: #232323;
}
.cid-uFylWNrvzE .dragArea.row .form-group .form-control::placeholder {
  color: #232323;
  font-family: "Golos Text", sans-serif;
}
.cid-uFylWNrvzE .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uFylWNrvzE .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFylWNrvzE .mbr-section-title {
  color: #232323;
}
.cid-uFylWNrvzE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uFylWNrvzE .mbr-contact {
  color: #ffffff;
}
.cid-uFylWNrvzE .mbr-desc {
  color: #ffffff;
}
.cid-uFyd8MNib3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uFyd8MNib3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-uFyd8MNib3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFyd8MNib3 .row-custom {
  background-color: #efefef;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uFyd8MNib3 .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-uFyd8MNib3 .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-uFyd8MNib3 .mbr-section-title {
  color: #000000;
}
.cid-uFyd8MNib3 .title-decoration {
  position: relative;
}
.cid-uFyd8MNib3 .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-uFyd8MNib3 .mbr-text {
  color: #000000;
}
.cid-uFyd8MNib3 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uFyd8MNib3 .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uFyd8MNib3 .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uFyd8MNib3 .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uFyd8MNib3 .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-uFyd8MNib3 .from-wrap {
  display: flex;
}
.cid-uFyd8MNib3 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-uFyd8MNib3 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-uFyd8MNib3 .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-uFyd8MNib3 .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-uFyd8MNib3 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-uFyd8MNib3 .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-uFyd8MNib3 .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-uFyd8MNib3 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uFyd8MNib3 .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-uFyd8MNib3 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-uFyd8MNib3 .dragArea {
  margin-bottom: 16px;
}
.cid-uFyd8MNib3 .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFyd8MNib3 .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-uFyd8MNib3 .item:first-child {
  padding-right: 30px;
}
.cid-uFyd8MNib3 .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFyd8MNib3 .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-uFyd8MNib3 .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-uFyd8MNib3 .img-col {
    display: none;
  }
}
.cid-uFyd8MNib3 .icon-text {
  text-align: left;
  color: #000000;
}
.cid-uFybnRelba {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFybnRelba input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uFybnRelba input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uFybnRelba .btn,
.cid-uFybnRelba .wrapper {
  border-radius: 2rem !important;
}
.cid-uFybnRelba .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFybnRelba .btn {
    width: 100%;
  }
}
.cid-uFybnRelba .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uFybnRelba .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFybnRelba .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uFybnRelba .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFybnRelba .form-group {
  margin: 0;
}
.cid-uFybnRelba .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFybnRelba .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uFybnRelba .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uFybnRelba .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uFybnRelba .justify-content-center {
  align-items: center;
}
.cid-uFybnRelba .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-uFybTd0fLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFybTd0fLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybTd0fLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybTd0fLQ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFybTd0fLQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFybTd0fLQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFybTd0fLQ .container {
    padding: 0 20px;
  }
}
.cid-uFybTd0fLQ .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFybTd0fLQ .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFybTd0fLQ .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFybTd0fLQ .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFybTd0fLQ .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFybTd0fLQ .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFybTd0fLQ .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFybTd0fLQ .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFybTd0fLQ .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFybTd0fLQ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFybTd0fLQ .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFybTd0fLQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFybTd0fLQ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFybTd0fLQ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFybTd0fLQ .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFybTd0fLQ .mbr-section-title {
  color: #000000;
}
.cid-uFybTd0fLQ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFybTd0fLQ .mbr-section-title,
.cid-uFybTd0fLQ .mbr-section-btn {
  text-align: left;
}
.cid-uFybnSd784 {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFybnSd784 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnSd784 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnSd784 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFybnSd784 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uFybnSd784 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFybnSd784 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFybnSd784 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFybnSd784 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFybnSd784 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFybnSd784 .mbr-section-title {
  color: #ffffff;
}
.cid-uFybnSd784 .mbr-desc,
.cid-uFybnSd784 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFybnSd784 .mbr-text,
.cid-uFybnSd784 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFybnSd784 .mbr-section-title,
.cid-uFybnSd784 .mbr-section-btn {
  text-align: center;
}
.cid-uFybnSd784 .mbr-desc,
.cid-uFybnSd784 .desc-wrapper {
  color: #ffffff;
}
.cid-uFybnT1RO7 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFybnT1RO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnT1RO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnT1RO7 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uFybnT1RO7 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFybnT1RO7 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnT1RO7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFybnT1RO7 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFybnT1RO7 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnT1RO7 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnT1RO7 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnT1RO7 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFybnT1RO7 .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFybnT1RO7 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFybnT1RO7 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnT1RO7 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFybnT1RO7 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFybnT1RO7 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFybnT1RO7 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnT1RO7 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFybnT1RO7 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFybnT1RO7 .col-text {
    order: 2;
  }
}
.cid-uFybnT1RO7 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uFybnT1RO7 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnT1RO7 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnT1RO7 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybnT1RO7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnT1RO7 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnT1RO7 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFybnT1RO7 .mbr-text,
.cid-uFybnT1RO7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnTTOND {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFybnTTOND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnTTOND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnTTOND .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybnTTOND .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybnTTOND .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnTTOND .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnTTOND .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnTTOND .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnTTOND .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnTTOND .mbr-section-subtitle,
.cid-uFybnTTOND .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnUOywH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFybnUOywH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnUOywH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnUOywH .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uFybnUOywH .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnUOywH .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnUOywH .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFybnUOywH .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFybnUOywH .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFybnUOywH .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFybnUOywH .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFybnUOywH .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFybnUOywH .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnUOywH .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFybnUOywH .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFybnUOywH .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFybnUOywH .card-title {
  color: #000000;
  text-align: right;
}
.cid-uFybnUOywH .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFybnUOywH .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybnUOywH .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFybnUOywH .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFybnUOywH .mbr-text,
.cid-uFybnUOywH .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uFybnVJoM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFybnVJoM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnVJoM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnVJoM1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybnVJoM1 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybnVJoM1 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnVJoM1 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnVJoM1 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnVJoM1 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnVJoM1 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnVJoM1 .mbr-section-subtitle,
.cid-uFybnVJoM1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnWzaGr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFybnWzaGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnWzaGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnWzaGr .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFybnWzaGr .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnWzaGr .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnWzaGr .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFybnWzaGr .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFybnWzaGr .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFybnWzaGr .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFybnWzaGr .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFybnWzaGr .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFybnWzaGr .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnWzaGr .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFybnWzaGr .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFybnWzaGr .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFybnWzaGr .card-title {
  color: #000000;
  text-align: left;
}
.cid-uFybnWzaGr .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFybnWzaGr .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybnWzaGr .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFybnWzaGr .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFybnWzaGr .mbr-text,
.cid-uFybnWzaGr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFybnXkP7c {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFybnXkP7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnXkP7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnXkP7c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybnXkP7c .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybnXkP7c .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnXkP7c .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnXkP7c .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnXkP7c .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnXkP7c .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnXkP7c .mbr-section-subtitle,
.cid-uFybnXkP7c .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybnYSEKM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFybnYSEKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnYSEKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnYSEKM .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-uFybnYSEKM .row {
    column-gap: 40px;
  }
}
.cid-uFybnYSEKM .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFybnYSEKM .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFybnYSEKM .col-text {
    width: 100%;
  }
}
.cid-uFybnYSEKM .card-title {
  color: #000000;
}
.cid-uFybnYSEKM .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFybnYSEKM .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybnYSEKM .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uFybnYSEKM .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFybnYSEKM .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFybnYSEKM .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFybnYSEKM .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uFybnYSEKM .col-item {
    gap: 12px;
  }
}
.cid-uFybnYSEKM .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-uFybnYSEKM .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-uFybnYSEKM .item-wrap {
    width: 100%;
  }
}
.cid-uFybnYSEKM .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #2655a6;
}
@media (max-width: 1399px) {
  .cid-uFybnYSEKM .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-uFybnYSEKM .number-text {
  color: #e3ebf3;
}
.cid-uFybnYSEKM .item-text {
  color: #000000;
}
.cid-uFybnYSEKM .mbr-text,
.cid-uFybnYSEKM .mbr-section-btn {
  color: #000000;
}
.cid-uFybnMgHYr {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFybnMgHYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnMgHYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnMgHYr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFybnMgHYr .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybnMgHYr .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybnMgHYr .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnMgHYr .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybnMgHYr .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybnMgHYr .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybnMgHYr .mbr-section-subtitle,
.cid-uFybnMgHYr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFybnZL9Nq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFybnZL9Nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybnZL9Nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybnZL9Nq .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFybnZL9Nq .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnZL9Nq .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFybnZL9Nq .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFybnZL9Nq .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFybnZL9Nq .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFybnZL9Nq .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFybnZL9Nq .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFybnZL9Nq .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFybnZL9Nq .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybnZL9Nq .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFybnZL9Nq .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFybnZL9Nq .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFybnZL9Nq .card-title {
  color: #000000;
}
.cid-uFybnZL9Nq .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFybnZL9Nq .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybnZL9Nq .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFybnZL9Nq .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFybnZL9Nq .mbr-text,
.cid-uFybnZL9Nq .mbr-section-btn {
  color: #000000;
}
.cid-uFybo0y7M4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFybo0y7M4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo0y7M4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo0y7M4 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFybo0y7M4 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybo0y7M4 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo0y7M4 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFybo0y7M4 .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFybo0y7M4 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFybo0y7M4 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFybo0y7M4 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFybo0y7M4 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFybo0y7M4 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybo0y7M4 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFybo0y7M4 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFybo0y7M4 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFybo0y7M4 .card-title {
  color: #000000;
}
.cid-uFybo0y7M4 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFybo0y7M4 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybo0y7M4 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFybo0y7M4 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFybo0y7M4 .mbr-text,
.cid-uFybo0y7M4 .mbr-section-btn {
  color: #000000;
}
.cid-uFybo1lWjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFybo1lWjP .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uFybo1lWjP .row {
    padding: 0;
  }
}
.cid-uFybo1lWjP .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFybo1lWjP .item-text {
    max-width: 100%;
  }
}
.cid-uFybo1lWjP .item-title {
  position: relative;
  color: #000000;
}
.cid-uFybo1lWjP .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFybo1lWjP .mbr-text {
  color: #000000;
}
.cid-uFybo1lWjP .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFybo1lWjP .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFybo1lWjP .item-img {
    display: none;
  }
}
.cid-uFybo1lWjP .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uFybo1lWjP .item-img-2 {
  transform: rotate(15deg);
}
.cid-uFybo1lWjP .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uFybo28iv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFybo28iv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo28iv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo28iv7 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uFybo28iv7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo28iv7 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uFybo28iv7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybo28iv7 .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFybo28iv7 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFybo28iv7 .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFybo28iv7 .cards-wrap {
    gap: 12px;
  }
}
.cid-uFybo28iv7 .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFybo28iv7 .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybo28iv7 .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uFybo28iv7 .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uFybo28iv7 .card {
    width: 100%;
  }
}
.cid-uFybo28iv7 .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uFybo28iv7 .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uFybo28iv7 .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uFybo28iv7 .img-wrapper img {
    height: 80px;
  }
}
.cid-uFybo28iv7 .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uFybo28iv7 .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uFybo28iv7 .card-title {
  color: #1a1e21;
}
.cid-uFybo37HlB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFybo37HlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo37HlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo37HlB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFybo37HlB .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybo37HlB .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybo37HlB .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo37HlB .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybo37HlB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybo37HlB .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybo37HlB .mbr-section-subtitle,
.cid-uFybo37HlB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFybo3VjXa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFybo3VjXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo3VjXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo3VjXa.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uFybo3VjXa .container-fluid {
  padding: 0 !important;
}
.cid-uFybo3VjXa img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFybo4M5w1 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFybo4M5w1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo4M5w1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo4M5w1 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uFybo4M5w1 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFybo4M5w1 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo4M5w1 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFybo4M5w1 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFybo4M5w1 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybo4M5w1 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo4M5w1 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybo4M5w1 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFybo4M5w1 .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFybo4M5w1 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFybo4M5w1 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybo4M5w1 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFybo4M5w1 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFybo4M5w1 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFybo4M5w1 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFybo4M5w1 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFybo4M5w1 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFybo4M5w1 .col-text {
    order: 2;
  }
}
.cid-uFybo4M5w1 .card-title {
  color: #000000;
}
.cid-uFybo4M5w1 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybo4M5w1 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo4M5w1 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFybo4M5w1 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybo4M5w1 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybo4M5w1 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFybo4M5w1 .mbr-text,
.cid-uFybo4M5w1 .mbr-section-btn {
  color: #000000;
}
.cid-uFybo5CZph {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFybo5CZph iframe,
.cid-uFybo5CZph img,
.cid-uFybo5CZph video {
  width: 100%;
}
.cid-uFybo5CZph .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uFybo5CZph .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo5CZph .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFybo5CZph .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFybo5CZph .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFybo5CZph .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFybo5CZph .mbr-media {
  position: relative;
}
.cid-uFybo5CZph .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFybo5CZph .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uFybo5CZph .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uFybo5CZph .box {
  padding: 0 !important;
}
.cid-uFybo5CZph .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uFybo5CZph .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFybo5CZph .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uFybo5CZph .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFybo5CZph .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uFybo5CZph .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFybo5CZph .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFybo7iwRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFybo7iwRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo7iwRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo7iwRY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFybo7iwRY .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybo7iwRY .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybo7iwRY .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo7iwRY .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybo7iwRY .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybo7iwRY .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybo7iwRY .mbr-section-subtitle,
.cid-uFybo7iwRY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFybo87pQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/konvertrix-block23-1000x1000.png");
}
.cid-uFybo87pQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo87pQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo87pQo .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uFybo87pQo .mbr-section-title a {
  pointer-events: none;
}
.cid-uFybo87pQo .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFybo87pQo .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFybo87pQo .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFybo87pQo .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFybo87pQo .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFybo8YzCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uFybo8YzCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFybo8YzCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFybo8YzCD .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uFybo8YzCD .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-uFybo8YzCD .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-uFybo8YzCD .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFybo8YzCD form {
  width: 100%;
}
.cid-uFybo8YzCD form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uFybo8YzCD form p {
  color: #1a1e21;
}
.cid-uFybo8YzCD form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFybo8YzCD form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uFybo8YzCD form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uFybo8YzCD form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uFybo8YzCD form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uFybo8YzCD form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uFybo8YzCD form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uFybo8YzCD form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uFybo8YzCD form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uFybo8YzCD form select {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uFybo8YzCD form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form input,
.cid-uFybo8YzCD form textarea {
  transition: .3s all;
}
.cid-uFybo8YzCD form input:active,
.cid-uFybo8YzCD form textarea:active,
.cid-uFybo8YzCD form input:focus,
.cid-uFybo8YzCD form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uFybo8YzCD form input:active::-webkit-input-placeholder,
.cid-uFybo8YzCD form textarea:active::-webkit-input-placeholder,
.cid-uFybo8YzCD form input:focus::-webkit-input-placeholder,
.cid-uFybo8YzCD form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form input:active::-moz-placeholder,
.cid-uFybo8YzCD form textarea:active::-moz-placeholder,
.cid-uFybo8YzCD form input:focus::-moz-placeholder,
.cid-uFybo8YzCD form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form input:active:-moz-placeholder,
.cid-uFybo8YzCD form textarea:active:-moz-placeholder,
.cid-uFybo8YzCD form input:focus:-moz-placeholder,
.cid-uFybo8YzCD form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form input:active:-ms-input-placeholder,
.cid-uFybo8YzCD form textarea:active:-ms-input-placeholder,
.cid-uFybo8YzCD form input:focus:-ms-input-placeholder,
.cid-uFybo8YzCD form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFybo8YzCD form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uFybo8YzCD form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uFybo8YzCD form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uFybo8YzCD form .form-check label {
  color: #1a1e21;
}
.cid-uFybo8YzCD form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uFybo8YzCD form .form-check-input:focus,
.cid-uFybo8YzCD form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uFybo8YzCD form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-uFybo9RUuh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFybo9RUuh .mbr-text {
  color: #e3ebf3;
}
.cid-uFybo9RUuh .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFydfjPFCZ {
  z-index: 1000;
  width: 100%;
}
.cid-uFydfjPFCZ nav.navbar {
  position: fixed;
}
.cid-uFydfjPFCZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFydfjPFCZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-uFydfjPFCZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFydfjPFCZ .dropdown-item:hover,
.cid-uFydfjPFCZ .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uFydfjPFCZ .dropdown-item:hover span {
  color: white;
}
.cid-uFydfjPFCZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFydfjPFCZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFydfjPFCZ .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFydfjPFCZ .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFydfjPFCZ .nav-link {
  position: relative;
}
.cid-uFydfjPFCZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFydfjPFCZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uFydfjPFCZ .nav-item:focus,
.cid-uFydfjPFCZ .nav-link:focus {
  outline: none;
}
.cid-uFydfjPFCZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFydfjPFCZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFydfjPFCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFydfjPFCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFydfjPFCZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFydfjPFCZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFydfjPFCZ .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uFydfjPFCZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFydfjPFCZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFydfjPFCZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uFydfjPFCZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFydfjPFCZ .navbar.collapsed {
  justify-content: center;
}
.cid-uFydfjPFCZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFydfjPFCZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFydfjPFCZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFydfjPFCZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFydfjPFCZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFydfjPFCZ .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-uFydfjPFCZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFydfjPFCZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFydfjPFCZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFydfjPFCZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFydfjPFCZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFydfjPFCZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFydfjPFCZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFydfjPFCZ .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-uFydfjPFCZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFydfjPFCZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFydfjPFCZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFydfjPFCZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFydfjPFCZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFydfjPFCZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFydfjPFCZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFydfjPFCZ .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uFydfjPFCZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFydfjPFCZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFydfjPFCZ .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uFydfjPFCZ .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uFydfjPFCZ .dropdown-item.active,
.cid-uFydfjPFCZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFydfjPFCZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFydfjPFCZ .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFydfjPFCZ .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFydfjPFCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFydfjPFCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFydfjPFCZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFydfjPFCZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFydfjPFCZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFydfjPFCZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFydfjPFCZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uFydfjPFCZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFydfjPFCZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFydfjPFCZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFydfjPFCZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFydfjPFCZ .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uFydfjPFCZ .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uFydfjPFCZ .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uFydfjPFCZ .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uFydfjPFCZ .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uFydfjPFCZ .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uFydfjPFCZ .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uFydfjPFCZ .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uFydfjPFCZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFydfjPFCZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFydfjPFCZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFydfjPFCZ .navbar {
    height: 70px;
  }
  .cid-uFydfjPFCZ .navbar.opened {
    height: auto;
  }
  .cid-uFydfjPFCZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFydfjPFCZ .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-uFydfjPFCZ .navbar-collapse {
  margin-left: auto;
}
.cid-uFydfjPFCZ .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uFydfjPFCZ .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFydfjPFCZ .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uFydfjPFCZ .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uFydfjPFCZ .navbar {
    padding: 0 !important;
  }
  .cid-uFydfjPFCZ .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uFydfjPFCZ .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uFydfjPFCZ .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uFydfjPFCZ .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uFydfjPFCZ .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uFydfjPFCZ .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFydfjPFCZ .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFydfjPFCZ .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uFydfjPFCZ .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uFydfjPFCZ .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uFydfjPFCZ .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uFydfiZujk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3ebf3;
}
@media (max-width: 991px) {
  .cid-uFydfiZujk {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-uFydfiZujk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFydfiZujk .row-custom {
  background-color: #e3ebf3;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uFydfiZujk .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-uFydfiZujk .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-uFydfiZujk .mbr-section-title {
  color: #000000;
}
.cid-uFydfiZujk .title-decoration {
  position: relative;
}
.cid-uFydfiZujk .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-uFydfiZujk .mbr-text {
  color: #000000;
}
.cid-uFydfiZujk a.btn {
  height: 100%;
  margin: 0;
}
.cid-uFydfiZujk .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uFydfiZujk .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uFydfiZujk .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uFydfiZujk .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-uFydfiZujk .from-wrap {
  display: flex;
}
.cid-uFydfiZujk .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-uFydfiZujk .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-uFydfiZujk .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-uFydfiZujk .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-uFydfiZujk .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-uFydfiZujk .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-uFydfiZujk .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-uFydfiZujk .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uFydfiZujk .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-uFydfiZujk .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-uFydfiZujk .dragArea {
  margin-bottom: 16px;
}
.cid-uFydfiZujk .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFydfiZujk .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-uFydfiZujk .item:first-child {
  padding-right: 30px;
}
.cid-uFydfiZujk .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFydfiZujk .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-uFydfiZujk .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-uFydfiZujk .img-col {
    display: none;
  }
}
.cid-uFydfiZujk .icon-text {
  text-align: left;
  color: #000000;
}
.cid-uFydfbxtsd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFydfbxtsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfbxtsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfbxtsd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfbxtsd .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfbxtsd .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfbxtsd .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfbxtsd .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfbxtsd .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfbxtsd .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfbxtsd .mbr-section-subtitle,
.cid-uFydfbxtsd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfcgFzi {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFydfcgFzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfcgFzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfcgFzi .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFydfcgFzi .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFydfcgFzi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFydfcgFzi .container {
    padding: 0 20px;
  }
}
.cid-uFydfcgFzi .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFydfcgFzi .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFydfcgFzi .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFydfcgFzi .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFydfcgFzi .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFydfcgFzi .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFydfcgFzi .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFydfcgFzi .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFydfcgFzi .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFydfcgFzi .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFydfcgFzi .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFydfcgFzi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFydfcgFzi .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFydfcgFzi .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFydfcgFzi .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFydfcgFzi .mbr-section-title {
  color: #000000;
}
.cid-uFydfcgFzi .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFydfcgFzi .mbr-section-title,
.cid-uFydfcgFzi .mbr-section-btn {
  text-align: left;
}
.cid-uFydfd1spd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFydfd1spd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfd1spd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfd1spd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfd1spd .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfd1spd .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfd1spd .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfd1spd .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfd1spd .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfd1spd .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfd1spd .mbr-section-subtitle,
.cid-uFydfd1spd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfdKb4B {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFydfdKb4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfdKb4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfdKb4B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfdKb4B .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfdKb4B .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfdKb4B .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfdKb4B .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfdKb4B .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfdKb4B .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfdKb4B .mbr-section-subtitle,
.cid-uFydfdKb4B .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfexucm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFydfexucm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfexucm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfexucm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfexucm .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfexucm .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfexucm .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfexucm .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfexucm .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfexucm .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfexucm .mbr-section-subtitle,
.cid-uFydfexucm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydffel4R {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFydffel4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydffel4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydffel4R .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFydffel4R .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFydffel4R .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFydffel4R .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFydffel4R .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFydffel4R .image-wrapper img {
    height: 300px;
  }
}
.cid-uFydffel4R .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFydffel4R .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFydffel4R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFydffel4R .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFydffel4R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFydffel4R .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uFydffel4R .cards-wrapper {
    margin: 0;
  }
}
.cid-uFydffel4R .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFydffel4R .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uFydffel4R .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uFydffel4R .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFydffel4R .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uFydffel4R .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uFydffel4R .mbr-section-title {
  color: #000000;
}
.cid-uFydffel4R .mbr-section-subtitle {
  color: #000000;
}
.cid-uFydffel4R .mbr-text {
  color: #000000;
}
.cid-uFydffel4R .mbr-card-title {
  color: #ffffff;
}
.cid-uFydffel4R .mbr-card-title,
.cid-uFydffel4R .cards-wrapper {
  color: #000000;
}
.cid-uFydffYSZw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7fff7;
}
.cid-uFydffYSZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydffYSZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydffYSZw .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFydffYSZw .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uFydffYSZw .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFydffYSZw .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFydffYSZw .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFydffYSZw .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFydffYSZw .mbr-section-title {
  color: #050f0f;
}
.cid-uFydffYSZw .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-uFydffYSZw .mbr-section-btn {
  text-align: center;
}
.cid-uFydffYSZw .icon-wrapper {
  text-align: right;
}
.cid-uFydffYSZw .mbr-section-title,
.cid-uFydffYSZw .mbr-section-btn,
.cid-uFydffYSZw .icon-wrapper {
  text-align: left;
}
.cid-uFydfgK8cS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFydfgK8cS .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFydfgK8cS .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uFydfgK8cS .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFydfgK8cS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfgK8cS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfhrUho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff5422;
}
.cid-uFydfhrUho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfhrUho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfhrUho .row {
  justify-content: center;
}
.cid-uFydfhrUho .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uFydfhrUho .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFydfhrUho .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFydfhrUho .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFydfhrUho .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uFydfhrUho .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFydfhrUho .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFydfhrUho .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFydfhrUho .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFydfhrUho .form-wrapper {
  padding: 80px 54px;
  background-color: #fff7ee;
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uFydfhrUho .form-wrapper {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFydfhrUho .form-wrapper {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uFydfhrUho .form-wrapper .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-control-label {
    margin-bottom: 16px;
  }
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #ffbe0d !important;
  box-shadow: none;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group textarea {
  min-height: 200px;
  padding: 0 0 20px 0;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uFydfhrUho .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uFydfhrUho .mbr-label,
.cid-uFydfhrUho .label-wrapper {
  color: #ffffff;
}
.cid-uFydfhrUho .mbr-section-title {
  color: #fff7ee;
}
.cid-uFydfhrUho .mbr-text,
.cid-uFydfhrUho .text-wrapper {
  color: #ffffff;
}
.cid-uFydfhrUho label {
  color: #151e11;
}
.cid-uFydfihVt3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFydfihVt3 a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFydfihVt3 .content {
    text-align: center;
  }
}
.cid-uFydfihVt3 .mbr-text {
  text-align: center;
}
.cid-uFydfihVt3 .mbr-section-title {
  text-align: center;
}
.cid-uFydfihVt3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFydfkFuqx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFydfkFuqx input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uFydfkFuqx input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uFydfkFuqx .btn,
.cid-uFydfkFuqx .wrapper {
  border-radius: 2rem !important;
}
.cid-uFydfkFuqx .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFydfkFuqx .btn {
    width: 100%;
  }
}
.cid-uFydfkFuqx .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uFydfkFuqx .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFydfkFuqx .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uFydfkFuqx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFydfkFuqx .form-group {
  margin: 0;
}
.cid-uFydfkFuqx .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFydfkFuqx .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uFydfkFuqx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uFydfkFuqx .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uFydfkFuqx .justify-content-center {
  align-items: center;
}
.cid-uFydfkFuqx .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-uFydflypHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFydflypHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydflypHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydflypHf .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFydflypHf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFydflypHf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFydflypHf .container {
    padding: 0 20px;
  }
}
.cid-uFydflypHf .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFydflypHf .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFydflypHf .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFydflypHf .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFydflypHf .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFydflypHf .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFydflypHf .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFydflypHf .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFydflypHf .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFydflypHf .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFydflypHf .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFydflypHf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFydflypHf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFydflypHf .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFydflypHf .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFydflypHf .mbr-section-title {
  color: #000000;
}
.cid-uFydflypHf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFydflypHf .mbr-section-title,
.cid-uFydflypHf .mbr-section-btn {
  text-align: left;
}
.cid-uFydfmls5Z {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFydfmls5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfmls5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfmls5Z .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFydfmls5Z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uFydfmls5Z .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFydfmls5Z .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFydfmls5Z .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFydfmls5Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFydfmls5Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFydfmls5Z .mbr-section-title {
  color: #ffffff;
}
.cid-uFydfmls5Z .mbr-desc,
.cid-uFydfmls5Z .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFydfmls5Z .mbr-text,
.cid-uFydfmls5Z .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFydfmls5Z .mbr-section-title,
.cid-uFydfmls5Z .mbr-section-btn {
  text-align: center;
}
.cid-uFydfmls5Z .mbr-desc,
.cid-uFydfmls5Z .desc-wrapper {
  color: #ffffff;
}
.cid-uFydfn96e1 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFydfn96e1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfn96e1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfn96e1 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uFydfn96e1 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFydfn96e1 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfn96e1 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFydfn96e1 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFydfn96e1 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfn96e1 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfn96e1 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfn96e1 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFydfn96e1 .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFydfn96e1 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFydfn96e1 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfn96e1 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFydfn96e1 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFydfn96e1 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFydfn96e1 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfn96e1 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFydfn96e1 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFydfn96e1 .col-text {
    order: 2;
  }
}
.cid-uFydfn96e1 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfn96e1 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfn96e1 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfn96e1 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfn96e1 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfn96e1 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfn96e1 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFydfn96e1 .mbr-text,
.cid-uFydfn96e1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfnY4gx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFydfnY4gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfnY4gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfnY4gx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfnY4gx .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfnY4gx .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfnY4gx .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfnY4gx .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfnY4gx .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfnY4gx .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfnY4gx .mbr-section-subtitle,
.cid-uFydfnY4gx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfoSjun {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFydfoSjun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfoSjun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfoSjun .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uFydfoSjun .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfoSjun .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfoSjun .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFydfoSjun .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFydfoSjun .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFydfoSjun .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFydfoSjun .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFydfoSjun .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFydfoSjun .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfoSjun .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFydfoSjun .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFydfoSjun .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFydfoSjun .card-title {
  color: #000000;
  text-align: right;
}
.cid-uFydfoSjun .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFydfoSjun .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfoSjun .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFydfoSjun .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFydfoSjun .mbr-text,
.cid-uFydfoSjun .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uFydfpPTEA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFydfpPTEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfpPTEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfpPTEA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfpPTEA .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfpPTEA .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfpPTEA .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfpPTEA .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfpPTEA .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfpPTEA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfpPTEA .mbr-section-subtitle,
.cid-uFydfpPTEA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfqDoae {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFydfqDoae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfqDoae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfqDoae .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFydfqDoae .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfqDoae .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfqDoae .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFydfqDoae .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFydfqDoae .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFydfqDoae .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFydfqDoae .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFydfqDoae .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFydfqDoae .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfqDoae .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFydfqDoae .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFydfqDoae .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFydfqDoae .card-title {
  color: #000000;
  text-align: left;
}
.cid-uFydfqDoae .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFydfqDoae .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfqDoae .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFydfqDoae .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFydfqDoae .mbr-text,
.cid-uFydfqDoae .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFydfrtTCJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFydfrtTCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfrtTCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfrtTCJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfrtTCJ .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfrtTCJ .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfrtTCJ .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfrtTCJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfrtTCJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfrtTCJ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfrtTCJ .mbr-section-subtitle,
.cid-uFydfrtTCJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfsjEUA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFydfsjEUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfsjEUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfsjEUA .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-uFydfsjEUA .row {
    column-gap: 40px;
  }
}
.cid-uFydfsjEUA .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFydfsjEUA .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFydfsjEUA .col-text {
    width: 100%;
  }
}
.cid-uFydfsjEUA .card-title {
  color: #000000;
}
.cid-uFydfsjEUA .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFydfsjEUA .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfsjEUA .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uFydfsjEUA .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFydfsjEUA .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFydfsjEUA .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFydfsjEUA .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uFydfsjEUA .col-item {
    gap: 12px;
  }
}
.cid-uFydfsjEUA .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-uFydfsjEUA .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-uFydfsjEUA .item-wrap {
    width: 100%;
  }
}
.cid-uFydfsjEUA .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #2655a6;
}
@media (max-width: 1399px) {
  .cid-uFydfsjEUA .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-uFydfsjEUA .number-text {
  color: #e3ebf3;
}
.cid-uFydfsjEUA .item-text {
  color: #000000;
}
.cid-uFydfsjEUA .mbr-text,
.cid-uFydfsjEUA .mbr-section-btn {
  color: #000000;
}
.cid-uFydftdV4O {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFydftdV4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydftdV4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydftdV4O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFydftdV4O .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydftdV4O .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydftdV4O .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydftdV4O .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydftdV4O .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydftdV4O .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydftdV4O .mbr-section-subtitle,
.cid-uFydftdV4O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFydfu6NTu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFydfu6NTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfu6NTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfu6NTu .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFydfu6NTu .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfu6NTu .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfu6NTu .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFydfu6NTu .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFydfu6NTu .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFydfu6NTu .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFydfu6NTu .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFydfu6NTu .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFydfu6NTu .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfu6NTu .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFydfu6NTu .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFydfu6NTu .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFydfu6NTu .card-title {
  color: #000000;
}
.cid-uFydfu6NTu .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFydfu6NTu .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfu6NTu .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFydfu6NTu .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFydfu6NTu .mbr-text,
.cid-uFydfu6NTu .mbr-section-btn {
  color: #000000;
}
.cid-uFydfv5jdy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFydfv5jdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfv5jdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfv5jdy .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFydfv5jdy .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfv5jdy .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfv5jdy .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFydfv5jdy .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFydfv5jdy .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFydfv5jdy .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFydfv5jdy .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFydfv5jdy .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFydfv5jdy .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfv5jdy .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFydfv5jdy .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFydfv5jdy .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFydfv5jdy .card-title {
  color: #000000;
}
.cid-uFydfv5jdy .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFydfv5jdy .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfv5jdy .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFydfv5jdy .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFydfv5jdy .mbr-text,
.cid-uFydfv5jdy .mbr-section-btn {
  color: #000000;
}
.cid-uFydfw1TOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFydfw1TOi .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uFydfw1TOi .row {
    padding: 0;
  }
}
.cid-uFydfw1TOi .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFydfw1TOi .item-text {
    max-width: 100%;
  }
}
.cid-uFydfw1TOi .item-title {
  position: relative;
  color: #000000;
}
.cid-uFydfw1TOi .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFydfw1TOi .mbr-text {
  color: #000000;
}
.cid-uFydfw1TOi .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFydfw1TOi .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFydfw1TOi .item-img {
    display: none;
  }
}
.cid-uFydfw1TOi .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uFydfw1TOi .item-img-2 {
  transform: rotate(15deg);
}
.cid-uFydfw1TOi .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uFydfwZQyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFydfwZQyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfwZQyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfwZQyP .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uFydfwZQyP .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfwZQyP .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uFydfwZQyP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfwZQyP .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFydfwZQyP .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFydfwZQyP .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFydfwZQyP .cards-wrap {
    gap: 12px;
  }
}
.cid-uFydfwZQyP .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFydfwZQyP .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfwZQyP .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uFydfwZQyP .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uFydfwZQyP .card {
    width: 100%;
  }
}
.cid-uFydfwZQyP .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uFydfwZQyP .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uFydfwZQyP .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uFydfwZQyP .img-wrapper img {
    height: 80px;
  }
}
.cid-uFydfwZQyP .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uFydfwZQyP .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uFydfwZQyP .card-title {
  color: #1a1e21;
}
.cid-uFydfy5IZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFydfy5IZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfy5IZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfy5IZe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFydfy5IZe .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfy5IZe .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfy5IZe .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfy5IZe .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfy5IZe .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfy5IZe .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfy5IZe .mbr-section-subtitle,
.cid-uFydfy5IZe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFydfz1Osx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFydfz1Osx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfz1Osx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfz1Osx.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uFydfz1Osx .container-fluid {
  padding: 0 !important;
}
.cid-uFydfz1Osx img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFydfzUY6i {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFydfzUY6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfzUY6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfzUY6i .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uFydfzUY6i .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFydfzUY6i .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfzUY6i .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFydfzUY6i .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFydfzUY6i .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfzUY6i .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfzUY6i .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfzUY6i .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFydfzUY6i .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFydfzUY6i .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFydfzUY6i .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfzUY6i .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFydfzUY6i .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFydfzUY6i .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFydfzUY6i .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFydfzUY6i .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFydfzUY6i .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFydfzUY6i .col-text {
    order: 2;
  }
}
.cid-uFydfzUY6i .card-title {
  color: #000000;
}
.cid-uFydfzUY6i .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfzUY6i .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfzUY6i .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFydfzUY6i .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfzUY6i .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfzUY6i .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFydfzUY6i .mbr-text,
.cid-uFydfzUY6i .mbr-section-btn {
  color: #000000;
}
.cid-uFydfASLdE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFydfASLdE iframe,
.cid-uFydfASLdE img,
.cid-uFydfASLdE video {
  width: 100%;
}
.cid-uFydfASLdE .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uFydfASLdE .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfASLdE .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFydfASLdE .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFydfASLdE .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFydfASLdE .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFydfASLdE .mbr-media {
  position: relative;
}
.cid-uFydfASLdE .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFydfASLdE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uFydfASLdE .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uFydfASLdE .box {
  padding: 0 !important;
}
.cid-uFydfASLdE .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uFydfASLdE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFydfASLdE .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uFydfASLdE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFydfASLdE .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uFydfASLdE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFydfASLdE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFydfCrDar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFydfCrDar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfCrDar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfCrDar .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFydfCrDar .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfCrDar .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfCrDar .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfCrDar .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfCrDar .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfCrDar .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfCrDar .mbr-section-subtitle,
.cid-uFydfCrDar .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFydfDC3FB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/konvertrix-block23-1000x1000.png");
}
.cid-uFydfDC3FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfDC3FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfDC3FB .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uFydfDC3FB .mbr-section-title a {
  pointer-events: none;
}
.cid-uFydfDC3FB .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFydfDC3FB .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFydfDC3FB .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFydfDC3FB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFydfDC3FB .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFydfEH85m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uFydfEH85m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFydfEH85m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFydfEH85m .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uFydfEH85m .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-uFydfEH85m .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-uFydfEH85m .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFydfEH85m form {
  width: 100%;
}
.cid-uFydfEH85m form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uFydfEH85m form p {
  color: #1a1e21;
}
.cid-uFydfEH85m form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFydfEH85m form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uFydfEH85m form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uFydfEH85m form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uFydfEH85m form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uFydfEH85m form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uFydfEH85m form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uFydfEH85m form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uFydfEH85m form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uFydfEH85m form select {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uFydfEH85m form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form input,
.cid-uFydfEH85m form textarea {
  transition: .3s all;
}
.cid-uFydfEH85m form input:active,
.cid-uFydfEH85m form textarea:active,
.cid-uFydfEH85m form input:focus,
.cid-uFydfEH85m form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uFydfEH85m form input:active::-webkit-input-placeholder,
.cid-uFydfEH85m form textarea:active::-webkit-input-placeholder,
.cid-uFydfEH85m form input:focus::-webkit-input-placeholder,
.cid-uFydfEH85m form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form input:active::-moz-placeholder,
.cid-uFydfEH85m form textarea:active::-moz-placeholder,
.cid-uFydfEH85m form input:focus::-moz-placeholder,
.cid-uFydfEH85m form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form input:active:-moz-placeholder,
.cid-uFydfEH85m form textarea:active:-moz-placeholder,
.cid-uFydfEH85m form input:focus:-moz-placeholder,
.cid-uFydfEH85m form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form input:active:-ms-input-placeholder,
.cid-uFydfEH85m form textarea:active:-ms-input-placeholder,
.cid-uFydfEH85m form input:focus:-ms-input-placeholder,
.cid-uFydfEH85m form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFydfEH85m form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uFydfEH85m form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uFydfEH85m form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uFydfEH85m form .form-check label {
  color: #1a1e21;
}
.cid-uFydfEH85m form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uFydfEH85m form .form-check-input:focus,
.cid-uFydfEH85m form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uFydfEH85m form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-uFydfFXUEN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFydfFXUEN .mbr-text {
  color: #e3ebf3;
}
.cid-uFydfFXUEN .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFyhcsYU1l {
  z-index: 1000;
  width: 100%;
}
.cid-uFyhcsYU1l nav.navbar {
  position: fixed;
}
.cid-uFyhcsYU1l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFyhcsYU1l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-uFyhcsYU1l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFyhcsYU1l .dropdown-item:hover,
.cid-uFyhcsYU1l .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uFyhcsYU1l .dropdown-item:hover span {
  color: white;
}
.cid-uFyhcsYU1l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFyhcsYU1l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFyhcsYU1l .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFyhcsYU1l .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFyhcsYU1l .nav-link {
  position: relative;
}
.cid-uFyhcsYU1l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFyhcsYU1l .container {
    flex-wrap: nowrap;
  }
}
.cid-uFyhcsYU1l .nav-item:focus,
.cid-uFyhcsYU1l .nav-link:focus {
  outline: none;
}
.cid-uFyhcsYU1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFyhcsYU1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFyhcsYU1l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFyhcsYU1l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFyhcsYU1l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFyhcsYU1l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFyhcsYU1l .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uFyhcsYU1l .navbar.opened {
  transition: all 0.3s;
}
.cid-uFyhcsYU1l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFyhcsYU1l .navbar .navbar-logo img {
  width: auto;
}
.cid-uFyhcsYU1l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFyhcsYU1l .navbar.collapsed {
  justify-content: center;
}
.cid-uFyhcsYU1l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFyhcsYU1l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFyhcsYU1l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFyhcsYU1l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFyhcsYU1l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFyhcsYU1l .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-uFyhcsYU1l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFyhcsYU1l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFyhcsYU1l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFyhcsYU1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFyhcsYU1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFyhcsYU1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFyhcsYU1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFyhcsYU1l .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-uFyhcsYU1l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFyhcsYU1l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFyhcsYU1l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFyhcsYU1l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFyhcsYU1l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFyhcsYU1l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFyhcsYU1l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFyhcsYU1l .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uFyhcsYU1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFyhcsYU1l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFyhcsYU1l .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uFyhcsYU1l .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #000000;
}
.cid-uFyhcsYU1l .dropdown-item.active,
.cid-uFyhcsYU1l .dropdown-item:active {
  background-color: transparent;
}
.cid-uFyhcsYU1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFyhcsYU1l .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFyhcsYU1l .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFyhcsYU1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFyhcsYU1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFyhcsYU1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFyhcsYU1l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFyhcsYU1l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFyhcsYU1l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFyhcsYU1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFyhcsYU1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFyhcsYU1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFyhcsYU1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFyhcsYU1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFyhcsYU1l .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uFyhcsYU1l .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcsYU1l .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uFyhcsYU1l .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uFyhcsYU1l .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uFyhcsYU1l .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uFyhcsYU1l .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uFyhcsYU1l .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uFyhcsYU1l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFyhcsYU1l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFyhcsYU1l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFyhcsYU1l .navbar {
    height: 70px;
  }
  .cid-uFyhcsYU1l .navbar.opened {
    height: auto;
  }
  .cid-uFyhcsYU1l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFyhcsYU1l .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-uFyhcsYU1l .navbar-collapse {
  margin-left: auto;
}
.cid-uFyhcsYU1l .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uFyhcsYU1l .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFyhcsYU1l .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uFyhcsYU1l .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uFyhcsYU1l .navbar {
    padding: 0 !important;
  }
  .cid-uFyhcsYU1l .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uFyhcsYU1l .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uFyhcsYU1l .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uFyhcsYU1l .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uFyhcsYU1l .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uFyhcsYU1l .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFyhcsYU1l .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFyhcsYU1l .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uFyhcsYU1l .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uFyhcsYU1l .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uFyhcsYU1l .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uFyiEkCzE1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFyiEkCzE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyiEkCzE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyiEkCzE1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyiEkCzE1 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyiEkCzE1 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyiEkCzE1 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyiEkCzE1 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyiEkCzE1 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyiEkCzE1 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyiEkCzE1 .mbr-section-subtitle,
.cid-uFyiEkCzE1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyi5GrLPx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFyi5GrLPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyi5GrLPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyi5GrLPx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uFyi5GrLPx .mbr-section-title {
  color: #24262b;
}
.cid-uFyi5GrLPx .mbr-section-subtitle {
  color: #24262b;
}
.cid-uFyi5GrLPx .cards-row {
  row-gap: 32px;
}
.cid-uFyi5GrLPx .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uFyi5GrLPx .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uFyi5GrLPx .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uFyi5GrLPx .card-subtitle {
  color: #24262b;
}
.cid-uFyi5GrLPx .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uFyi5GrLPx .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFyi5GrLPx .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uFyi5GrLPx .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uFyhcnn11Y {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFyhcnn11Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcnn11Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcnn11Y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcnn11Y .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcnn11Y .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcnn11Y .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcnn11Y .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcnn11Y .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcnn11Y .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcnn11Y .mbr-section-subtitle,
.cid-uFyhcnn11Y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcp0RSA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFyhcp0RSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcp0RSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcp0RSA .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFyhcp0RSA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFyhcp0RSA .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFyhcp0RSA .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFyhcp0RSA .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFyhcp0RSA .image-wrapper img {
    height: 300px;
  }
}
.cid-uFyhcp0RSA .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFyhcp0RSA .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFyhcp0RSA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFyhcp0RSA .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFyhcp0RSA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFyhcp0RSA .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uFyhcp0RSA .cards-wrapper {
    margin: 0;
  }
}
.cid-uFyhcp0RSA .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFyhcp0RSA .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uFyhcp0RSA .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uFyhcp0RSA .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFyhcp0RSA .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uFyhcp0RSA .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uFyhcp0RSA .mbr-section-title {
  color: #000000;
}
.cid-uFyhcp0RSA .mbr-section-subtitle {
  color: #000000;
}
.cid-uFyhcp0RSA .mbr-text {
  color: #000000;
}
.cid-uFyhcp0RSA .mbr-card-title {
  color: #ffffff;
}
.cid-uFyhcp0RSA .mbr-card-title,
.cid-uFyhcp0RSA .cards-wrapper {
  color: #000000;
}
.cid-uFyhfg1vC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3ebf3;
}
.cid-uFyhfg1vC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhfg1vC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhfg1vC2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .container {
    padding: 0 16px;
  }
}
.cid-uFyhfg1vC2 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uFyhfg1vC2 .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFyhfg1vC2 .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFyhfg1vC2 .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uFyhfg1vC2 .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .image-wrapper {
    margin: 0;
  }
}
.cid-uFyhfg1vC2 .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uFyhfg1vC2 .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uFyhfg1vC2 .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uFyhfg1vC2 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #113f8d;
  border-top: 2px solid #113f8d;
  border-right: 2px solid #113f8d;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFyhfg1vC2 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uFyhfg1vC2 .mbr-section-title {
  color: #ffffff;
}
.cid-uFyhfg1vC2 .mbr-text {
  color: #000000;
}
.cid-uFyhfg1vC2 .mbr-section-title,
.cid-uFyhfg1vC2 .mbr-section-btn {
  color: #000000;
}
.cid-uFyhckeWdI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3ebf3;
}
@media (max-width: 991px) {
  .cid-uFyhckeWdI {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-uFyhckeWdI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFyhckeWdI .row-custom {
  background-color: #e3ebf3;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uFyhckeWdI .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-uFyhckeWdI .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-uFyhckeWdI .mbr-section-title {
  color: #000000;
}
.cid-uFyhckeWdI .title-decoration {
  position: relative;
}
.cid-uFyhckeWdI .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-uFyhckeWdI .mbr-text {
  color: #000000;
}
.cid-uFyhckeWdI a.btn {
  height: 100%;
  margin: 0;
}
.cid-uFyhckeWdI .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uFyhckeWdI .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uFyhckeWdI .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uFyhckeWdI .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-uFyhckeWdI .from-wrap {
  display: flex;
}
.cid-uFyhckeWdI .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-uFyhckeWdI .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-uFyhckeWdI .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-uFyhckeWdI .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-uFyhckeWdI .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-uFyhckeWdI .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-uFyhckeWdI .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-uFyhckeWdI .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uFyhckeWdI .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-uFyhckeWdI .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-uFyhckeWdI .dragArea {
  margin-bottom: 16px;
}
.cid-uFyhckeWdI .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFyhckeWdI .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-uFyhckeWdI .item:first-child {
  padding-right: 30px;
}
.cid-uFyhckeWdI .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFyhckeWdI .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-uFyhckeWdI .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-uFyhckeWdI .img-col {
    display: none;
  }
}
.cid-uFyhckeWdI .icon-text {
  text-align: left;
  color: #000000;
}
.cid-uFyhclNAyH {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFyhclNAyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhclNAyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhclNAyH .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFyhclNAyH .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFyhclNAyH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFyhclNAyH .container {
    padding: 0 20px;
  }
}
.cid-uFyhclNAyH .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFyhclNAyH .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFyhclNAyH .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFyhclNAyH .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFyhclNAyH .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFyhclNAyH .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFyhclNAyH .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFyhclNAyH .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFyhclNAyH .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFyhclNAyH .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFyhclNAyH .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFyhclNAyH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFyhclNAyH .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFyhclNAyH .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFyhclNAyH .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFyhclNAyH .mbr-section-title {
  color: #000000;
}
.cid-uFyhclNAyH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFyhclNAyH .mbr-section-title,
.cid-uFyhclNAyH .mbr-section-btn {
  text-align: left;
}
.cid-uFyhcmA4Z0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFyhcmA4Z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcmA4Z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcmA4Z0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcmA4Z0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcmA4Z0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcmA4Z0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcmA4Z0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcmA4Z0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcmA4Z0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcmA4Z0 .mbr-section-subtitle,
.cid-uFyhcmA4Z0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcoeVPj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFyhcoeVPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcoeVPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcoeVPj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcoeVPj .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcoeVPj .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcoeVPj .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcoeVPj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcoeVPj .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcoeVPj .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcoeVPj .mbr-section-subtitle,
.cid-uFyhcoeVPj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcpMs6Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7fff7;
}
.cid-uFyhcpMs6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcpMs6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcpMs6Q .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #fdfd96;
}
@media (max-width: 1200px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFyhcpMs6Q .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFyhcpMs6Q .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFyhcpMs6Q .mbr-section-title {
  color: #050f0f;
}
.cid-uFyhcpMs6Q .mbr-text {
  color: #050f0f;
  text-align: left;
}
.cid-uFyhcpMs6Q .mbr-section-btn {
  text-align: center;
}
.cid-uFyhcpMs6Q .icon-wrapper {
  text-align: right;
}
.cid-uFyhcpMs6Q .mbr-section-title,
.cid-uFyhcpMs6Q .mbr-section-btn,
.cid-uFyhcpMs6Q .icon-wrapper {
  text-align: left;
}
.cid-uFyhcqBfRY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFyhcqBfRY .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFyhcqBfRY .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uFyhcqBfRY .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFyhcqBfRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcqBfRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcrlFn4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff5422;
}
.cid-uFyhcrlFn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcrlFn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcrlFn4 .row {
  justify-content: center;
}
.cid-uFyhcrlFn4 .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uFyhcrlFn4 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFyhcrlFn4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFyhcrlFn4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFyhcrlFn4 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uFyhcrlFn4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFyhcrlFn4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFyhcrlFn4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFyhcrlFn4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFyhcrlFn4 .form-wrapper {
  padding: 80px 54px;
  background-color: #fff7ee;
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uFyhcrlFn4 .form-wrapper {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFyhcrlFn4 .form-wrapper {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-control-label {
    margin-bottom: 16px;
  }
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #ffbe0d !important;
  box-shadow: none;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 200px;
  padding: 0 0 20px 0;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uFyhcrlFn4 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uFyhcrlFn4 .mbr-label,
.cid-uFyhcrlFn4 .label-wrapper {
  color: #ffffff;
}
.cid-uFyhcrlFn4 .mbr-section-title {
  color: #fff7ee;
}
.cid-uFyhcrlFn4 .mbr-text,
.cid-uFyhcrlFn4 .text-wrapper {
  color: #ffffff;
}
.cid-uFyhcrlFn4 label {
  color: #151e11;
}
.cid-uFyhcsauza {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFyhcsauza a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFyhcsauza .content {
    text-align: center;
  }
}
.cid-uFyhcsauza .mbr-text {
  text-align: center;
}
.cid-uFyhcsauza .mbr-section-title {
  text-align: center;
}
.cid-uFyhcsauza .mbr-section-subtitle {
  text-align: center;
}
.cid-uFyhctMiDK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFyhctMiDK input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uFyhctMiDK input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uFyhctMiDK .btn,
.cid-uFyhctMiDK .wrapper {
  border-radius: 2rem !important;
}
.cid-uFyhctMiDK .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uFyhctMiDK .btn {
    width: 100%;
  }
}
.cid-uFyhctMiDK .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uFyhctMiDK .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFyhctMiDK .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uFyhctMiDK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFyhctMiDK .form-group {
  margin: 0;
}
.cid-uFyhctMiDK .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uFyhctMiDK .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uFyhctMiDK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uFyhctMiDK .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uFyhctMiDK .justify-content-center {
  align-items: center;
}
.cid-uFyhctMiDK .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-uFyhcuzB8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFyhcuzB8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcuzB8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcuzB8U .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFyhcuzB8U .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFyhcuzB8U .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFyhcuzB8U .container {
    padding: 0 20px;
  }
}
.cid-uFyhcuzB8U .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFyhcuzB8U .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFyhcuzB8U .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFyhcuzB8U .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFyhcuzB8U .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFyhcuzB8U .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFyhcuzB8U .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFyhcuzB8U .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFyhcuzB8U .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFyhcuzB8U .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFyhcuzB8U .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFyhcuzB8U .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFyhcuzB8U .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFyhcuzB8U .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFyhcuzB8U .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFyhcuzB8U .mbr-section-title {
  color: #000000;
}
.cid-uFyhcuzB8U .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFyhcuzB8U .mbr-section-title,
.cid-uFyhcuzB8U .mbr-section-btn {
  text-align: left;
}
.cid-uFyhcvmYsL {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFyhcvmYsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcvmYsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcvmYsL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFyhcvmYsL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uFyhcvmYsL .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFyhcvmYsL .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFyhcvmYsL .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFyhcvmYsL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFyhcvmYsL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFyhcvmYsL .mbr-section-title {
  color: #ffffff;
}
.cid-uFyhcvmYsL .mbr-desc,
.cid-uFyhcvmYsL .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFyhcvmYsL .mbr-text,
.cid-uFyhcvmYsL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFyhcvmYsL .mbr-section-title,
.cid-uFyhcvmYsL .mbr-section-btn {
  text-align: center;
}
.cid-uFyhcvmYsL .mbr-desc,
.cid-uFyhcvmYsL .desc-wrapper {
  color: #ffffff;
}
.cid-uFyhcwdkkL {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyhcwdkkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcwdkkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcwdkkL .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uFyhcwdkkL .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFyhcwdkkL .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcwdkkL .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFyhcwdkkL .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFyhcwdkkL .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcwdkkL .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcwdkkL .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcwdkkL .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFyhcwdkkL .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFyhcwdkkL .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFyhcwdkkL .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcwdkkL .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFyhcwdkkL .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFyhcwdkkL .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFyhcwdkkL .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcwdkkL .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFyhcwdkkL .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFyhcwdkkL .col-text {
    order: 2;
  }
}
.cid-uFyhcwdkkL .card-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcwdkkL .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcwdkkL .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcwdkkL .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhcwdkkL .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcwdkkL .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcwdkkL .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFyhcwdkkL .mbr-text,
.cid-uFyhcwdkkL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcx7atp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFyhcx7atp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcx7atp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcx7atp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcx7atp .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcx7atp .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcx7atp .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcx7atp .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcx7atp .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcx7atp .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcx7atp .mbr-section-subtitle,
.cid-uFyhcx7atp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcxXKUJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFyhcxXKUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcxXKUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcxXKUJ .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uFyhcxXKUJ .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcxXKUJ .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcxXKUJ .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFyhcxXKUJ .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFyhcxXKUJ .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFyhcxXKUJ .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFyhcxXKUJ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFyhcxXKUJ .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFyhcxXKUJ .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcxXKUJ .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFyhcxXKUJ .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFyhcxXKUJ .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFyhcxXKUJ .card-title {
  color: #000000;
  text-align: right;
}
.cid-uFyhcxXKUJ .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFyhcxXKUJ .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhcxXKUJ .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFyhcxXKUJ .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFyhcxXKUJ .mbr-text,
.cid-uFyhcxXKUJ .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uFyhcyMZJh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFyhcyMZJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcyMZJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcyMZJh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcyMZJh .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcyMZJh .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcyMZJh .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcyMZJh .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcyMZJh .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcyMZJh .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcyMZJh .mbr-section-subtitle,
.cid-uFyhcyMZJh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhczD78q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFyhczD78q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhczD78q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhczD78q .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFyhczD78q .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhczD78q .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhczD78q .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFyhczD78q .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFyhczD78q .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFyhczD78q .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFyhczD78q .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFyhczD78q .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFyhczD78q .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhczD78q .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFyhczD78q .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFyhczD78q .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFyhczD78q .card-title {
  color: #000000;
  text-align: left;
}
.cid-uFyhczD78q .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFyhczD78q .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhczD78q .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFyhczD78q .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFyhczD78q .mbr-text,
.cid-uFyhczD78q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFyhcAtRN3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFyhcAtRN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcAtRN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcAtRN3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcAtRN3 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcAtRN3 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcAtRN3 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcAtRN3 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcAtRN3 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcAtRN3 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcAtRN3 .mbr-section-subtitle,
.cid-uFyhcAtRN3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcBwQB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyhcBwQB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcBwQB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcBwQB1 .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-uFyhcBwQB1 .row {
    column-gap: 40px;
  }
}
.cid-uFyhcBwQB1 .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFyhcBwQB1 .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcBwQB1 .col-text {
    width: 100%;
  }
}
.cid-uFyhcBwQB1 .card-title {
  color: #000000;
}
.cid-uFyhcBwQB1 .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFyhcBwQB1 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhcBwQB1 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uFyhcBwQB1 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFyhcBwQB1 .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFyhcBwQB1 .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcBwQB1 .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcBwQB1 .col-item {
    gap: 12px;
  }
}
.cid-uFyhcBwQB1 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-uFyhcBwQB1 .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-uFyhcBwQB1 .item-wrap {
    width: 100%;
  }
}
.cid-uFyhcBwQB1 .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #2655a6;
}
@media (max-width: 1399px) {
  .cid-uFyhcBwQB1 .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-uFyhcBwQB1 .number-text {
  color: #e3ebf3;
}
.cid-uFyhcBwQB1 .item-text {
  color: #000000;
}
.cid-uFyhcBwQB1 .mbr-text,
.cid-uFyhcBwQB1 .mbr-section-btn {
  color: #000000;
}
.cid-uFyhcCtbGu {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFyhcCtbGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcCtbGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcCtbGu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFyhcCtbGu .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcCtbGu .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcCtbGu .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcCtbGu .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcCtbGu .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcCtbGu .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcCtbGu .mbr-section-subtitle,
.cid-uFyhcCtbGu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFyhcDnWVT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFyhcDnWVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcDnWVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcDnWVT .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFyhcDnWVT .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcDnWVT .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcDnWVT .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFyhcDnWVT .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFyhcDnWVT .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFyhcDnWVT .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFyhcDnWVT .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFyhcDnWVT .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFyhcDnWVT .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcDnWVT .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFyhcDnWVT .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFyhcDnWVT .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFyhcDnWVT .card-title {
  color: #000000;
}
.cid-uFyhcDnWVT .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFyhcDnWVT .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhcDnWVT .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFyhcDnWVT .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFyhcDnWVT .mbr-text,
.cid-uFyhcDnWVT .mbr-section-btn {
  color: #000000;
}
.cid-uFyhcEim1Z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFyhcEim1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcEim1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcEim1Z .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFyhcEim1Z .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcEim1Z .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcEim1Z .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFyhcEim1Z .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFyhcEim1Z .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFyhcEim1Z .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFyhcEim1Z .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFyhcEim1Z .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFyhcEim1Z .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcEim1Z .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFyhcEim1Z .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFyhcEim1Z .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFyhcEim1Z .card-title {
  color: #000000;
}
.cid-uFyhcEim1Z .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFyhcEim1Z .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhcEim1Z .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFyhcEim1Z .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFyhcEim1Z .mbr-text,
.cid-uFyhcEim1Z .mbr-section-btn {
  color: #000000;
}
.cid-uFyhcFd2E0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFyhcFd2E0 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uFyhcFd2E0 .row {
    padding: 0;
  }
}
.cid-uFyhcFd2E0 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFyhcFd2E0 .item-text {
    max-width: 100%;
  }
}
.cid-uFyhcFd2E0 .item-title {
  position: relative;
  color: #000000;
}
.cid-uFyhcFd2E0 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFyhcFd2E0 .mbr-text {
  color: #000000;
}
.cid-uFyhcFd2E0 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFyhcFd2E0 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFyhcFd2E0 .item-img {
    display: none;
  }
}
.cid-uFyhcFd2E0 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uFyhcFd2E0 .item-img-2 {
  transform: rotate(15deg);
}
.cid-uFyhcFd2E0 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uFyhcG9cka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyhcG9cka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcG9cka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcG9cka .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uFyhcG9cka .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcG9cka .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uFyhcG9cka .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcG9cka .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFyhcG9cka .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFyhcG9cka .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFyhcG9cka .cards-wrap {
    gap: 12px;
  }
}
.cid-uFyhcG9cka .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFyhcG9cka .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcG9cka .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uFyhcG9cka .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uFyhcG9cka .card {
    width: 100%;
  }
}
.cid-uFyhcG9cka .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uFyhcG9cka .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uFyhcG9cka .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uFyhcG9cka .img-wrapper img {
    height: 80px;
  }
}
.cid-uFyhcG9cka .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uFyhcG9cka .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uFyhcG9cka .card-title {
  color: #1a1e21;
}
.cid-uFyhcHiQkR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFyhcHiQkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcHiQkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcHiQkR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFyhcHiQkR .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcHiQkR .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcHiQkR .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcHiQkR .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcHiQkR .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcHiQkR .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcHiQkR .mbr-section-subtitle,
.cid-uFyhcHiQkR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFyhcIfb7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFyhcIfb7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcIfb7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcIfb7Y.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uFyhcIfb7Y .container-fluid {
  padding: 0 !important;
}
.cid-uFyhcIfb7Y img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFyhcJeoql {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyhcJeoql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcJeoql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcJeoql .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uFyhcJeoql .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFyhcJeoql .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcJeoql .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFyhcJeoql .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFyhcJeoql .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcJeoql .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcJeoql .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcJeoql .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFyhcJeoql .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFyhcJeoql .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFyhcJeoql .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcJeoql .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFyhcJeoql .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFyhcJeoql .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFyhcJeoql .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFyhcJeoql .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFyhcJeoql .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFyhcJeoql .col-text {
    order: 2;
  }
}
.cid-uFyhcJeoql .card-title {
  color: #000000;
}
.cid-uFyhcJeoql .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcJeoql .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcJeoql .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFyhcJeoql .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcJeoql .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcJeoql .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFyhcJeoql .mbr-text,
.cid-uFyhcJeoql .mbr-section-btn {
  color: #000000;
}
.cid-uFyhcKc9yf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFyhcKc9yf iframe,
.cid-uFyhcKc9yf img,
.cid-uFyhcKc9yf video {
  width: 100%;
}
.cid-uFyhcKc9yf .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uFyhcKc9yf .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcKc9yf .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFyhcKc9yf .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFyhcKc9yf .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFyhcKc9yf .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFyhcKc9yf .mbr-media {
  position: relative;
}
.cid-uFyhcKc9yf .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFyhcKc9yf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uFyhcKc9yf .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uFyhcKc9yf .box {
  padding: 0 !important;
}
.cid-uFyhcKc9yf .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uFyhcKc9yf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFyhcKc9yf .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uFyhcKc9yf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFyhcKc9yf .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uFyhcKc9yf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFyhcKc9yf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFyhcLEdv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFyhcLEdv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcLEdv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcLEdv0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFyhcLEdv0 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcLEdv0 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcLEdv0 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcLEdv0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcLEdv0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcLEdv0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcLEdv0 .mbr-section-subtitle,
.cid-uFyhcLEdv0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFyhcMKNFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/konvertrix-block23-1000x1000.png");
}
.cid-uFyhcMKNFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcMKNFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcMKNFg .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uFyhcMKNFg .mbr-section-title a {
  pointer-events: none;
}
.cid-uFyhcMKNFg .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFyhcMKNFg .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFyhcMKNFg .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFyhcMKNFg .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFyhcMKNFg .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFyhcNKFvf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uFyhcNKFvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyhcNKFvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyhcNKFvf .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uFyhcNKFvf .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-uFyhcNKFvf .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-uFyhcNKFvf .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFyhcNKFvf form {
  width: 100%;
}
.cid-uFyhcNKFvf form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uFyhcNKFvf form p {
  color: #1a1e21;
}
.cid-uFyhcNKFvf form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFyhcNKFvf form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uFyhcNKFvf form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uFyhcNKFvf form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uFyhcNKFvf form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uFyhcNKFvf form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uFyhcNKFvf form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uFyhcNKFvf form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uFyhcNKFvf form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uFyhcNKFvf form select {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uFyhcNKFvf form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form input,
.cid-uFyhcNKFvf form textarea {
  transition: .3s all;
}
.cid-uFyhcNKFvf form input:active,
.cid-uFyhcNKFvf form textarea:active,
.cid-uFyhcNKFvf form input:focus,
.cid-uFyhcNKFvf form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uFyhcNKFvf form input:active::-webkit-input-placeholder,
.cid-uFyhcNKFvf form textarea:active::-webkit-input-placeholder,
.cid-uFyhcNKFvf form input:focus::-webkit-input-placeholder,
.cid-uFyhcNKFvf form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form input:active::-moz-placeholder,
.cid-uFyhcNKFvf form textarea:active::-moz-placeholder,
.cid-uFyhcNKFvf form input:focus::-moz-placeholder,
.cid-uFyhcNKFvf form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form input:active:-moz-placeholder,
.cid-uFyhcNKFvf form textarea:active:-moz-placeholder,
.cid-uFyhcNKFvf form input:focus:-moz-placeholder,
.cid-uFyhcNKFvf form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form input:active:-ms-input-placeholder,
.cid-uFyhcNKFvf form textarea:active:-ms-input-placeholder,
.cid-uFyhcNKFvf form input:focus:-ms-input-placeholder,
.cid-uFyhcNKFvf form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uFyhcNKFvf form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uFyhcNKFvf form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uFyhcNKFvf form .form-check label {
  color: #1a1e21;
}
.cid-uFyhcNKFvf form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uFyhcNKFvf form .form-check-input:focus,
.cid-uFyhcNKFvf form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uFyhcNKFvf form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-uFyhcOMbum {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFyhcOMbum .mbr-text {
  color: #e3ebf3;
}
.cid-uFyhcOMbum .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFDO1ZJrEg {
  z-index: 1000;
  width: 100%;
}
.cid-uFDO1ZJrEg nav.navbar {
  position: fixed;
}
.cid-uFDO1ZJrEg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFDO1ZJrEg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
}
.cid-uFDO1ZJrEg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFDO1ZJrEg .dropdown-item:hover,
.cid-uFDO1ZJrEg .dropdown-item:focus {
  background: #fa7e26 !important;
  color: white !important;
}
.cid-uFDO1ZJrEg .dropdown-item:hover span {
  color: white;
}
.cid-uFDO1ZJrEg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFDO1ZJrEg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFDO1ZJrEg .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFDO1ZJrEg .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFDO1ZJrEg .nav-link {
  position: relative;
}
.cid-uFDO1ZJrEg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFDO1ZJrEg .container {
    flex-wrap: nowrap;
  }
}
.cid-uFDO1ZJrEg .nav-item:focus,
.cid-uFDO1ZJrEg .nav-link:focus {
  outline: none;
}
.cid-uFDO1ZJrEg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFDO1ZJrEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFDO1ZJrEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFDO1ZJrEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFDO1ZJrEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFDO1ZJrEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFDO1ZJrEg .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uFDO1ZJrEg .navbar.opened {
  transition: all 0.3s;
}
.cid-uFDO1ZJrEg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFDO1ZJrEg .navbar .navbar-logo img {
  width: auto;
}
.cid-uFDO1ZJrEg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFDO1ZJrEg .navbar.collapsed {
  justify-content: center;
}
.cid-uFDO1ZJrEg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFDO1ZJrEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFDO1ZJrEg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFDO1ZJrEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFDO1ZJrEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFDO1ZJrEg .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-uFDO1ZJrEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFDO1ZJrEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFDO1ZJrEg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFDO1ZJrEg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFDO1ZJrEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFDO1ZJrEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFDO1ZJrEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFDO1ZJrEg .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-uFDO1ZJrEg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFDO1ZJrEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFDO1ZJrEg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFDO1ZJrEg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFDO1ZJrEg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFDO1ZJrEg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFDO1ZJrEg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFDO1ZJrEg .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uFDO1ZJrEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uFDO1ZJrEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFDO1ZJrEg .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uFDO1ZJrEg .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uFDO1ZJrEg .dropdown-item.active,
.cid-uFDO1ZJrEg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFDO1ZJrEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFDO1ZJrEg .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFDO1ZJrEg .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFDO1ZJrEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFDO1ZJrEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFDO1ZJrEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFDO1ZJrEg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFDO1ZJrEg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFDO1ZJrEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFDO1ZJrEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uFDO1ZJrEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFDO1ZJrEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDO1ZJrEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDO1ZJrEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFDO1ZJrEg .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uFDO1ZJrEg .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uFDO1ZJrEg .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uFDO1ZJrEg .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uFDO1ZJrEg .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uFDO1ZJrEg .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uFDO1ZJrEg .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uFDO1ZJrEg .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uFDO1ZJrEg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFDO1ZJrEg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFDO1ZJrEg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFDO1ZJrEg .navbar {
    height: 70px;
  }
  .cid-uFDO1ZJrEg .navbar.opened {
    height: auto;
  }
  .cid-uFDO1ZJrEg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFDO1ZJrEg .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #ffffff;
}
.cid-uFDO1ZJrEg .navbar-collapse {
  margin-left: auto;
}
.cid-uFDO1ZJrEg .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uFDO1ZJrEg .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uFDO1ZJrEg .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uFDO1ZJrEg .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uFDO1ZJrEg .navbar {
    padding: 0 !important;
  }
  .cid-uFDO1ZJrEg .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uFDO1ZJrEg .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uFDO1ZJrEg .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uFDO1ZJrEg .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uFDO1ZJrEg .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uFDO1ZJrEg .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uFDO1ZJrEg .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFDO1ZJrEg .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uFDO1ZJrEg .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uFDO1ZJrEg .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uFDO1ZJrEg .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uFDQ1h7yYc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDQ1h7yYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDQ1h7yYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDQ1h7yYc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDQ1h7yYc .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDQ1h7yYc .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDQ1h7yYc .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDQ1h7yYc .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDQ1h7yYc .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDQ1h7yYc .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDQ1h7yYc .mbr-section-subtitle,
.cid-uFDQ1h7yYc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDPO7zN78 {
  background-image: url("../../../assets/images/background1-15.jpg");
}
.cid-uFDPO7zN78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDPO7zN78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDPO7zN78 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFDPO7zN78 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFDPO7zN78 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFDPO7zN78 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFDPO7zN78 .container {
    padding: 0 16px;
  }
}
.cid-uFDPO7zN78 .content-wrapper {
  margin-bottom: 20%;
}
.cid-uFDPO7zN78 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFDPO7zN78 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFDPO7zN78 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uFDPO7zN78 .mbr-section-title {
  color: #000000;
}
.cid-uFDPO7zN78 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFDPO7zN78 .mbr-section-title,
.cid-uFDPO7zN78 .mbr-section-btn {
  text-align: center;
}
.cid-uFDO20uAzU {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO20uAzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO20uAzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO20uAzU .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uFDO20uAzU .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFDO20uAzU .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO20uAzU .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFDO20uAzU .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFDO20uAzU .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO20uAzU .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO20uAzU .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO20uAzU .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFDO20uAzU .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFDO20uAzU .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFDO20uAzU .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO20uAzU .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFDO20uAzU .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFDO20uAzU .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFDO20uAzU .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO20uAzU .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFDO20uAzU .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFDO20uAzU .col-text {
    order: 2;
  }
}
.cid-uFDO20uAzU .card-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO20uAzU .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO20uAzU .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO20uAzU .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO20uAzU .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO20uAzU .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO20uAzU .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFDO20uAzU .mbr-text,
.cid-uFDO20uAzU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO21e8Xs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFDO21e8Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO21e8Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO21e8Xs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO21e8Xs .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO21e8Xs .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO21e8Xs .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO21e8Xs .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO21e8Xs .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO21e8Xs .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO21e8Xs .mbr-section-subtitle,
.cid-uFDO21e8Xs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO21UBxp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFDO21UBxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO21UBxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO21UBxp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO21UBxp .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO21UBxp .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO21UBxp .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO21UBxp .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO21UBxp .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO21UBxp .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO21UBxp .mbr-section-subtitle,
.cid-uFDO21UBxp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO22BSGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFDO22BSGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO22BSGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO22BSGV .text-container {
  background-color: #d54f19;
  border-radius: 100px;
  padding: 16px;
  min-height: 67px;
  margin: 0 20%;
}
@media (max-width: 768px) {
  .cid-uFDO22BSGV .text-container {
    margin: 0 5%;
  }
}
.cid-uFDO22BSGV .text-container .text-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.cid-uFDO22BSGV .text-container .text-wrapper .mbr-text {
  margin: 0 16px 0 0;
}
.cid-uFDO22BSGV .text-container .text-wrapper .mbr-desc {
  margin: 0;
}
.cid-uFDO22BSGV .text-container .text-wrapper .mbr-desc .mbr-iconfont {
  font-size: 20px;
}
.cid-uFDO22BSGV .mbr-text {
  color: #e8e8e8;
}
.cid-uFDO22BSGV .mbr-desc,
.cid-uFDO22BSGV .mbr-iconfont {
  color: #e8e8e8;
}
.cid-uFDO22BSGV .mbr-text,
.cid-uFDO22BSGV .text-container {
  text-align: center;
  color: #ffffff;
}
.cid-uFDO23gISR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO23gISR .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.cid-uFDO23gISR .row {
  justify-content: center;
}
.cid-uFDO23gISR .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fa7e26;
}
.cid-uFDO23gISR .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uFDO23gISR .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFDO23gISR .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uFDO23gISR .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFDO23gISR .text,
.cid-uFDO23gISR .article {
  text-align: center;
  color: #232323;
}
.cid-uFDO241flj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uFDO241flj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO241flj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO241flj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uFDO241flj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uFDO241flj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFDO241flj .container {
    padding: 0 16px;
  }
}
.cid-uFDO241flj .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFDO241flj .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFDO241flj .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #0c24a0;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #0c24a0;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uFDO241flj .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #edeceb;
}
@media (max-width: 1200px) {
  .cid-uFDO241flj .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uFDO241flj .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uFDO241flj .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #edeceb;
  background-color: #edeceb;
  border-radius: 3rem !important;
}
.cid-uFDO241flj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFDO241flj .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFDO241flj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFDO241flj .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uFDO241flj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFDO241flj .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFDO241flj .mbr-section-title {
  color: #1c1c1c;
}
.cid-uFDO241flj .mbr-desc {
  color: #1c1c1c;
}
.cid-uFDO241flj .mbr-text {
  color: #1c1c1c;
}
.cid-uFDO24OYj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO24OYj7 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFDO24OYj7 .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-uFDO24OYj7 .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-uFDO24OYj7 H3 {
  color: #1d1d1f;
}
.cid-uFDO24OYj7 .card-subtitle {
  text-align: left;
}
.cid-uFDO24OYj7 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uFDO24OYj7 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uFDO24OYj7 .card-title,
.cid-uFDO24OYj7 .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-uFDO24OYj7 .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-uFDO24OYj7 .card-text {
  color: #8c8c95;
}
.cid-uFDO24OYj7 .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-uFDO24OYj7 .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFDO24OYj7 .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-uFDO24OYj7 .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-uFDO24OYj7 .accent1 {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .accent2 {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .accent3 {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .accent4 {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .accent5 {
  background-color: #4cc9f0;
}
.cid-uFDO24OYj7 .timeline {
  align-items: center;
}
.cid-uFDO24OYj7 .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-uFDO24OYj7 .year-title.year1:before {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .year-title.year2:before {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .year-title.year3:before {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .year-title.year4:before {
  background-color: #48f942;
}
.cid-uFDO24OYj7 .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-uFDO24OYj7 .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-uFDO24OYj7 .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-uFDO24OYj7 .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-uFDO24OYj7 .year {
    flex-direction: row;
  }
  .cid-uFDO24OYj7 .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-uFDO24OYj7 .year-title:before {
    display: block;
  }
  .cid-uFDO24OYj7 .accent {
    display: none;
  }
  .cid-uFDO24OYj7 .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-uFDO24OYj7 .line {
    display: none;
  }
  .cid-uFDO24OYj7 .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-uFDO24OYj7 .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-uFDO24OYj7 .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-uFDO24OYj7 .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-uFDO24OYj7 .main {
    flex-direction: column;
  }
  .cid-uFDO24OYj7 .row.title-block,
  .cid-uFDO24OYj7 .timeline {
    margin: auto;
  }
  .cid-uFDO24OYj7 .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-uFDO24OYj7 .button-align {
    margin-top: 16px;
  }
}
.cid-uFDO24OYj7 .btn {
  margin-top: 20px;
}
.cid-uFDO24OYj7 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uFDO25BHsE {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFDO25BHsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO25BHsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO25BHsE .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFDO25BHsE .container-fluid {
    padding: 0 20px;
  }
}
.cid-uFDO25BHsE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFDO25BHsE .container {
    padding: 0 20px;
  }
}
.cid-uFDO25BHsE .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
  padding: 0 50px 60px 100px;
}
@media (max-width: 992px) {
  .cid-uFDO25BHsE .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFDO25BHsE .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uFDO25BHsE .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFDO25BHsE .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uFDO25BHsE .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-uFDO25BHsE .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFDO25BHsE .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uFDO25BHsE .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uFDO25BHsE .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFDO25BHsE .title-wrapper .title-wrap {
  padding-left: 42px;
  padding-left: 0;
  padding-right: 42px;
}
.cid-uFDO25BHsE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFDO25BHsE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uFDO25BHsE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFDO25BHsE .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uFDO25BHsE .mbr-section-title {
  color: #000000;
}
.cid-uFDO25BHsE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uFDO25BHsE .mbr-section-title,
.cid-uFDO25BHsE .mbr-section-btn {
  text-align: left;
}
.cid-uFDO26oOEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO26oOEF .card-heading {
  color: #000000;
  margin-bottom: 24px;
  text-align: left;
}
.cid-uFDO26oOEF .row {
  justify-content: center;
}
.cid-uFDO26oOEF .p {
  width: 100%;
  text-align: left;
}
.cid-uFDO26oOEF .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fa7e26;
}
.cid-uFDO26oOEF .mbr-text {
  display: inline;
}
.cid-uFDO26oOEF .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uFDO26oOEF .text {
  margin-bottom: 40px;
  color: #000000;
  text-align: left;
}
.cid-uFDO26oOEF .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uFDO26oOEF .shadow {
  padding: 52px 56px 58px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uFDO26oOEF .left-side {
  max-width: 596px;
}
.cid-uFDO26oOEF .right-side {
  max-width: 473px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFDO26oOEF a.btn,
.cid-uFDO26oOEF button {
  padding: 24px 40px;
  border-radius: 80px;
  width: 100%;
  margin-top: 24px;
}
.cid-uFDO26oOEF .sel-wrapper {
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  display: flex;
}
.cid-uFDO26oOEF .sel-wrapper:hover {
  border-color: #14142b;
}
.cid-uFDO26oOEF .sel-wrapper > select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: color 350ms ease;
}
.cid-uFDO26oOEF .sel-wrapper > select.form-control:hover {
  color: #000000;
}
.cid-uFDO26oOEF .form-group {
  margin-bottom: 0;
}
.cid-uFDO26oOEF .card-title {
  margin-bottom: 7px;
  text-align: center;
}
.cid-uFDO26oOEF .card-text {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
.cid-uFDO26oOEF .line1 {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
}
.cid-uFDO26oOEF .card-subtitle {
  margin-top: 24px;
}
.cid-uFDO26oOEF option[value=""][disabled] {
  display: none;
}
.cid-uFDO26oOEF select.form-control:hover {
  border-color: #14142b;
}
.cid-uFDO26oOEF select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uFDO26oOEF .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
.cid-uFDO26oOEF input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 30px;
  padding: 8px 26px;
}
.cid-uFDO26oOEF textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uFDO26oOEF input:hover {
  border-color: #14142b !important;
}
.cid-uFDO26oOEF textarea:hover {
  border-color: #14142b !important;
}
.cid-uFDO26oOEF input:focus {
  border-color: #14142b !important;
}
.cid-uFDO26oOEF textarea:focus {
  border-color: #14142b !important;
}
.cid-uFDO26oOEF .row.main {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-uFDO26oOEF .shadow {
    width: 100%;
    margin: auto;
    max-width: 720px;
  }
  .cid-uFDO26oOEF .right-side {
    margin-top: 60px;
  }
  .cid-uFDO26oOEF .left-side,
  .cid-uFDO26oOEF .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .cid-uFDO26oOEF .shadow {
    padding: 25px;
  }
  .cid-uFDO26oOEF input {
    margin-bottom: 20px;
  }
}
.cid-uFDO26oOEF a.btn > span {
  margin-left: 0.5rem;
}
.cid-uFDO27eEki {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDO27eEki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO27eEki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO27eEki .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-uFDO27eEki .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO27eEki .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO27eEki .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFDO27eEki .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFDO27eEki .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFDO27eEki .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFDO27eEki .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFDO27eEki .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFDO27eEki .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO27eEki .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFDO27eEki .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFDO27eEki .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFDO27eEki .card-title {
  color: #000000;
  text-align: right;
}
.cid-uFDO27eEki .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFDO27eEki .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO27eEki .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFDO27eEki .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFDO27eEki .mbr-text,
.cid-uFDO27eEki .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uFDO283kBz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFDO283kBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO283kBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO283kBz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO283kBz .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO283kBz .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO283kBz .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO283kBz .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO283kBz .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO283kBz .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO283kBz .mbr-section-subtitle,
.cid-uFDO283kBz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO28Qk1O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDO28Qk1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO28Qk1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO28Qk1O .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFDO28Qk1O .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO28Qk1O .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO28Qk1O .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFDO28Qk1O .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-uFDO28Qk1O .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFDO28Qk1O .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFDO28Qk1O .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFDO28Qk1O .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFDO28Qk1O .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO28Qk1O .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFDO28Qk1O .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFDO28Qk1O .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFDO28Qk1O .card-title {
  color: #000000;
  text-align: left;
}
.cid-uFDO28Qk1O .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFDO28Qk1O .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO28Qk1O .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFDO28Qk1O .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFDO28Qk1O .mbr-text,
.cid-uFDO28Qk1O .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFDO29EEzn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFDO29EEzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO29EEzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO29EEzn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO29EEzn .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO29EEzn .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO29EEzn .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO29EEzn .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO29EEzn .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO29EEzn .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO29EEzn .mbr-section-subtitle,
.cid-uFDO29EEzn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO2arO2w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFDO2arO2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2arO2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2arO2w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO2arO2w .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO2arO2w .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2arO2w .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2arO2w .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO2arO2w .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO2arO2w .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO2arO2w .mbr-section-subtitle,
.cid-uFDO2arO2w .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO2bfh0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO2bfh0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2bfh0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2bfh0a .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-uFDO2bfh0a .row {
    column-gap: 40px;
  }
}
.cid-uFDO2bfh0a .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFDO2bfh0a .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2bfh0a .col-text {
    width: 100%;
  }
}
.cid-uFDO2bfh0a .card-title {
  color: #000000;
}
.cid-uFDO2bfh0a .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFDO2bfh0a .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO2bfh0a .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uFDO2bfh0a .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFDO2bfh0a .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-uFDO2bfh0a .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2bfh0a .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2bfh0a .col-item {
    gap: 12px;
  }
}
.cid-uFDO2bfh0a .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-uFDO2bfh0a .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-uFDO2bfh0a .item-wrap {
    width: 100%;
  }
}
.cid-uFDO2bfh0a .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #2655a6;
}
@media (max-width: 1399px) {
  .cid-uFDO2bfh0a .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-uFDO2bfh0a .number-text {
  color: #e3ebf3;
}
.cid-uFDO2bfh0a .item-text {
  color: #000000;
}
.cid-uFDO2bfh0a .mbr-text,
.cid-uFDO2bfh0a .mbr-section-btn {
  color: #000000;
}
.cid-uFDO6lCLGw {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #ffffff;
}
.cid-uFDO6lCLGw .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFDO6lCLGw .image-wrap {
    padding: 16px;
  }
}
.cid-uFDO6lCLGw .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFDO6lCLGw .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFDO6lCLGw .image-overlay {
    padding: 16px;
  }
}
.cid-uFDO6lCLGw .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.cid-uFDO6lCLGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO6lCLGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO6lCLGw .row {
  justify-content: center;
}
.cid-uFDO6lCLGw .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #e0f9ff;
}
@media (max-width: 992px) {
  .cid-uFDO6lCLGw .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uFDO6lCLGw .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFDO6lCLGw .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFDO6lCLGw .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uFDO6lCLGw .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFDO6lCLGw .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFDO6lCLGw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFDO6lCLGw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFDO6lCLGw .mbr-label,
.cid-uFDO6lCLGw .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFDO6lCLGw .mbr-section-title {
  color: #fff7ee;
}
.cid-uFDO6lCLGw .mbr-text,
.cid-uFDO6lCLGw .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFDO6lCLGw .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFDO6lCLGw .mbr-section-title,
.cid-uFDO6lCLGw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO2c7HFc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFDO2c7HFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2c7HFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2c7HFc .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFDO2c7HFc .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2c7HFc .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2c7HFc .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFDO2c7HFc .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFDO2c7HFc .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFDO2c7HFc .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFDO2c7HFc .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFDO2c7HFc .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFDO2c7HFc .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2c7HFc .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFDO2c7HFc .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFDO2c7HFc .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFDO2c7HFc .card-title {
  color: #000000;
}
.cid-uFDO2c7HFc .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFDO2c7HFc .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO2c7HFc .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFDO2c7HFc .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFDO2c7HFc .mbr-text,
.cid-uFDO2c7HFc .mbr-section-btn {
  color: #000000;
}
.cid-uFDO2cX8BX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFDO2cX8BX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2cX8BX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2cX8BX .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uFDO2cX8BX .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2cX8BX .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2cX8BX .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uFDO2cX8BX .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uFDO2cX8BX .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uFDO2cX8BX .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uFDO2cX8BX .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFDO2cX8BX .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uFDO2cX8BX .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2cX8BX .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uFDO2cX8BX .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFDO2cX8BX .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uFDO2cX8BX .card-title {
  color: #000000;
}
.cid-uFDO2cX8BX .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFDO2cX8BX .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO2cX8BX .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uFDO2cX8BX .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uFDO2cX8BX .mbr-text,
.cid-uFDO2cX8BX .mbr-section-btn {
  color: #000000;
}
.cid-uFDO2dNih8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFDO2dNih8 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-uFDO2dNih8 .row {
    padding: 0;
  }
}
.cid-uFDO2dNih8 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFDO2dNih8 .item-text {
    max-width: 100%;
  }
}
.cid-uFDO2dNih8 .item-title {
  position: relative;
  color: #000000;
}
.cid-uFDO2dNih8 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-uFDO2dNih8 .mbr-text {
  color: #000000;
}
.cid-uFDO2dNih8 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFDO2dNih8 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-uFDO2dNih8 .item-img {
    display: none;
  }
}
.cid-uFDO2dNih8 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-uFDO2dNih8 .item-img-2 {
  transform: rotate(15deg);
}
.cid-uFDO2dNih8 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-uFDO2eCNPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO2eCNPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2eCNPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2eCNPI .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uFDO2eCNPI .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2eCNPI .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uFDO2eCNPI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO2eCNPI .mbr-section-subtitle {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFDO2eCNPI .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFDO2eCNPI .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFDO2eCNPI .cards-wrap {
    gap: 12px;
  }
}
.cid-uFDO2eCNPI .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e3ebf3;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFDO2eCNPI .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2eCNPI .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uFDO2eCNPI .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uFDO2eCNPI .card {
    width: 100%;
  }
}
.cid-uFDO2eCNPI .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uFDO2eCNPI .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uFDO2eCNPI .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uFDO2eCNPI .img-wrapper img {
    height: 80px;
  }
}
.cid-uFDO2eCNPI .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uFDO2eCNPI .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uFDO2eCNPI .card-title {
  color: #1a1e21;
}
.cid-uFDO2fKxPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFDO2fKxPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2fKxPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2fKxPb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFDO2fKxPb .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO2fKxPb .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2fKxPb .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2fKxPb .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO2fKxPb .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO2fKxPb .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO2fKxPb .mbr-section-subtitle,
.cid-uFDO2fKxPb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFDO2gGNxB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uFDO2gGNxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2gGNxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2gGNxB.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uFDO2gGNxB .container-fluid {
  padding: 0 !important;
}
.cid-uFDO2gGNxB img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFDO2hyYZu {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO2hyYZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2hyYZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2hyYZu .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uFDO2hyYZu .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uFDO2hyYZu .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2hyYZu .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFDO2hyYZu .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFDO2hyYZu .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2hyYZu .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2hyYZu .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO2hyYZu .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uFDO2hyYZu .col-img {
    order: 1;
    width: 100%;
  }
}
.cid-uFDO2hyYZu .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uFDO2hyYZu .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2hyYZu .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uFDO2hyYZu .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uFDO2hyYZu .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uFDO2hyYZu .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uFDO2hyYZu .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uFDO2hyYZu .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uFDO2hyYZu .col-text {
    order: 2;
  }
}
.cid-uFDO2hyYZu .card-title {
  color: #000000;
}
.cid-uFDO2hyYZu .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2hyYZu .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2hyYZu .mbr-text {
    margin-top: 12px;
  }
}
.cid-uFDO2hyYZu .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO2hyYZu .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO2hyYZu .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-uFDO2hyYZu .mbr-text,
.cid-uFDO2hyYZu .mbr-section-btn {
  color: #000000;
}
.cid-uFDO2iInM2 {
  background-image: url("../../../assets/images/homevalue-images-20242e-1500x900.png");
}
.cid-uFDO2iInM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2iInM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2iInM2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFDO2iInM2 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO2iInM2 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2iInM2 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2iInM2 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO2iInM2 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO2iInM2 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO2iInM2 .mbr-section-subtitle,
.cid-uFDO2iInM2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFDO2jP9J2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFDO2jP9J2 iframe,
.cid-uFDO2jP9J2 img,
.cid-uFDO2jP9J2 video {
  width: 100%;
}
.cid-uFDO2jP9J2 .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uFDO2jP9J2 .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2jP9J2 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFDO2jP9J2 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uFDO2jP9J2 .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uFDO2jP9J2 .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uFDO2jP9J2 .mbr-media {
  position: relative;
}
.cid-uFDO2jP9J2 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFDO2jP9J2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uFDO2jP9J2 .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uFDO2jP9J2 .box {
  padding: 0 !important;
}
.cid-uFDO2jP9J2 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uFDO2jP9J2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFDO2jP9J2 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uFDO2jP9J2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFDO2jP9J2 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uFDO2jP9J2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFDO2jP9J2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFDO2lgZPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFDO2lgZPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2lgZPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2lgZPl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFDO2lgZPl .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO2lgZPl .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2lgZPl .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2lgZPl .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO2lgZPl .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO2lgZPl .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO2lgZPl .mbr-section-subtitle,
.cid-uFDO2lgZPl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFDO2mmpt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/konvertrix-block23-1000x1000.png");
}
.cid-uFDO2mmpt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2mmpt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2mmpt2 .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uFDO2mmpt2 .mbr-section-title a {
  pointer-events: none;
}
.cid-uFDO2mmpt2 .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uFDO2mmpt2 .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uFDO2mmpt2 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uFDO2mmpt2 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uFDO2mmpt2 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uFDO2nnKJk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFDO2nnKJk .card {
  padding: 120px 74px 120px 76px;
  background: #3050ef;
  border-radius: 30px;
}
.cid-uFDO2nnKJk .align {
  align-items: center;
}
.cid-uFDO2nnKJk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFDO2nnKJk .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-uFDO2nnKJk .btn:hover {
  transform: initial !important;
}
.cid-uFDO2nnKJk .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-uFDO2nnKJk .button {
  right: 1px;
  top: 11px;
}
.cid-uFDO2nnKJk .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-uFDO2nnKJk .form-control:hover {
  box-shadow: none;
}
.cid-uFDO2nnKJk .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-uFDO2nnKJk .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-uFDO2nnKJk .form-part {
  width: 550px;
}
.cid-uFDO2nnKJk textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uFDO2nnKJk input:hover {
  border-color: #14142b !important;
}
.cid-uFDO2nnKJk textarea:hover {
  border-color: #14142b !important;
}
.cid-uFDO2nnKJk input:focus {
  border-color: #14142b !important;
}
.cid-uFDO2nnKJk textarea:focus {
  border-color: #14142b !important;
}
.cid-uFDO2nnKJk .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-uFDO2nnKJk .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-uFDO2nnKJk .form-part {
    width: 100%;
  }
  .cid-uFDO2nnKJk .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-uFDO2nnKJk .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-uFDO2nnKJk .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-uFDO2nnKJk input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-uFDO2nnKJk .card {
    padding: 61px 25px;
  }
  .cid-uFDO2nnKJk button {
    width: 100%;
  }
  .cid-uFDO2nnKJk .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-uFDO2nnKJk a.btn > span {
  margin-left: 0.5rem;
}
.cid-uFDO2nnKJk .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFDO2ohzcY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFDO2ohzcY .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-uFDO2ohzcY .btn {
  height: 100%;
  min-height: 70px;
}
.cid-uFDO2ohzcY .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFDO2ohzcY .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-uFDO2ohzcY form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFDO2ohzcY p {
  margin-bottom: 4rem;
}
.cid-uFDO2ohzcY h4 {
  margin-bottom: 1rem;
}
.cid-uFDO2ohzcY .form-control,
.cid-uFDO2ohzcY .field-input {
  padding: 1.5rem;
  background-color: #e3ebf3;
  border-color: #8e97a1;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFDO2ohzcY .form-control::-webkit-input-placeholder,
.cid-uFDO2ohzcY .field-input::-webkit-input-placeholder,
.cid-uFDO2ohzcY .form-control::-webkit-input-placeholder,
.cid-uFDO2ohzcY .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-uFDO2ohzcY .form-control:-moz-placeholder,
.cid-uFDO2ohzcY .field-input:-moz-placeholder,
.cid-uFDO2ohzcY .form-control:-moz-placeholder,
.cid-uFDO2ohzcY .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-uFDO2ohzcY .form-control:hover,
.cid-uFDO2ohzcY .field-input:hover,
.cid-uFDO2ohzcY .form-control:focus,
.cid-uFDO2ohzcY .field-input:focus {
  background-color: #ffefae;
  border-color: #023ab3 !important;
  color: #6500e0;
  box-shadow: none;
  outline: none;
}
.cid-uFDO2ohzcY .form-control:hover::-webkit-input-placeholder,
.cid-uFDO2ohzcY .field-input:hover::-webkit-input-placeholder,
.cid-uFDO2ohzcY .form-control:focus::-webkit-input-placeholder,
.cid-uFDO2ohzcY .field-input:focus::-webkit-input-placeholder,
.cid-uFDO2ohzcY .form-control:hover::-webkit-input-placeholder,
.cid-uFDO2ohzcY .field-input:hover::-webkit-input-placeholder,
.cid-uFDO2ohzcY .form-control:focus::-webkit-input-placeholder,
.cid-uFDO2ohzcY .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-uFDO2ohzcY .form-control:hover:-moz-placeholder,
.cid-uFDO2ohzcY .field-input:hover:-moz-placeholder,
.cid-uFDO2ohzcY .form-control:focus:-moz-placeholder,
.cid-uFDO2ohzcY .field-input:focus:-moz-placeholder,
.cid-uFDO2ohzcY .form-control:hover:-moz-placeholder,
.cid-uFDO2ohzcY .field-input:hover:-moz-placeholder,
.cid-uFDO2ohzcY .form-control:focus:-moz-placeholder,
.cid-uFDO2ohzcY .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-uFDO2ohzcY .jq-number__spin:hover,
.cid-uFDO2ohzcY .jq-number__spin:focus {
  background-color: #ffefae;
  border-color: #023ab3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uFDO2ohzcY .jq-number__spin {
  background-color: #e3ebf3;
  border-color: #8e97a1;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFDO2ohzcY .jq-selectbox li,
.cid-uFDO2ohzcY .jq-selectbox li {
  background-color: #e3ebf3;
  color: #000000;
}
.cid-uFDO2ohzcY .jq-selectbox li:hover,
.cid-uFDO2ohzcY .jq-selectbox li.selected {
  background-color: #ffefae;
  color: #000000;
}
.cid-uFDO2ohzcY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFDO2ohzcY .jq-number__spin.minus:hover:after,
.cid-uFDO2ohzcY .jq-number__spin.plus:hover:after {
  border-top-color: #e3ebf3;
  border-bottom-color: #e3ebf3;
}
.cid-uFDO2ohzcY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFDO2ohzcY .jq-number__spin.minus:after,
.cid-uFDO2ohzcY .jq-number__spin.plus:after {
  border-top-color: #ffefae;
  border-bottom-color: #ffefae;
}
.cid-uFDO2ohzcY input::-webkit-clear-button {
  display: none;
}
.cid-uFDO2ohzcY input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFDO2ohzcY input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFDO2ohzcY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFDO2ohzcY H4 {
  color: #000000;
  text-align: center;
}
.cid-uFDO2ohzcY P {
  color: #000000;
  text-align: center;
}
.cid-uFDRBu3g0W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uFDRBu3g0W {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-uFDRBu3g0W .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDRBu3g0W .row-custom {
  background-color: #efefef;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uFDRBu3g0W .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-uFDRBu3g0W .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-uFDRBu3g0W .mbr-section-title {
  color: #000000;
}
.cid-uFDRBu3g0W .title-decoration {
  position: relative;
}
.cid-uFDRBu3g0W .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-uFDRBu3g0W .mbr-text {
  color: #000000;
}
.cid-uFDRBu3g0W a.btn {
  height: 100%;
  margin: 0;
}
.cid-uFDRBu3g0W .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uFDRBu3g0W .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uFDRBu3g0W .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uFDRBu3g0W .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-uFDRBu3g0W .from-wrap {
  display: flex;
}
.cid-uFDRBu3g0W .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-uFDRBu3g0W .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-uFDRBu3g0W .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-uFDRBu3g0W .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-uFDRBu3g0W .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-uFDRBu3g0W .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-uFDRBu3g0W .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-uFDRBu3g0W .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uFDRBu3g0W .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-uFDRBu3g0W .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-uFDRBu3g0W .dragArea {
  margin-bottom: 16px;
}
.cid-uFDRBu3g0W .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFDRBu3g0W .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-uFDRBu3g0W .item:first-child {
  padding-right: 30px;
}
.cid-uFDRBu3g0W .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFDRBu3g0W .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-uFDRBu3g0W .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-uFDRBu3g0W .img-col {
    display: none;
  }
}
.cid-uFDRBu3g0W .icon-text {
  text-align: left;
  color: #000000;
}
.cid-uFDO2pcCRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uFDO2pcCRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDO2pcCRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDO2pcCRB .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uFDO2pcCRB .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
  text-align: center;
}
.cid-uFDO2pcCRB .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
  text-align: center;
}
.cid-uFDO2pcCRB .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFDO2pcCRB form {
  width: 100%;
}
.cid-uFDO2pcCRB form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uFDO2pcCRB form p {
  color: #1a1e21;
}
.cid-uFDO2pcCRB form .mbr-section-btn {
  margin-top: 10px;
}
.cid-uFDO2pcCRB form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-uFDO2pcCRB form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uFDO2pcCRB form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uFDO2pcCRB form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-uFDO2pcCRB form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-uFDO2pcCRB form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-uFDO2pcCRB form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-uFDO2pcCRB form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-uFDO2pcCRB form select {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-uFDO2pcCRB form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form input,
.cid-uFDO2pcCRB form textarea {
  transition: .3s all;
}
.cid-uFDO2pcCRB form input:active,
.cid-uFDO2pcCRB form textarea:active,
.cid-uFDO2pcCRB form input:focus,
.cid-uFDO2pcCRB form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-uFDO2pcCRB form input:active::-webkit-input-placeholder,
.cid-uFDO2pcCRB form textarea:active::-webkit-input-placeholder,
.cid-uFDO2pcCRB form input:focus::-webkit-input-placeholder,
.cid-uFDO2pcCRB form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form input:active::-moz-placeholder,
.cid-uFDO2pcCRB form textarea:active::-moz-placeholder,
.cid-uFDO2pcCRB form input:focus::-moz-placeholder,
.cid-uFDO2pcCRB form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form input:active:-moz-placeholder,
.cid-uFDO2pcCRB form textarea:active:-moz-placeholder,
.cid-uFDO2pcCRB form input:focus:-moz-placeholder,
.cid-uFDO2pcCRB form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form input:active:-ms-input-placeholder,
.cid-uFDO2pcCRB form textarea:active:-ms-input-placeholder,
.cid-uFDO2pcCRB form input:focus:-ms-input-placeholder,
.cid-uFDO2pcCRB form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uFDO2pcCRB form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uFDO2pcCRB form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-uFDO2pcCRB form .form-check label {
  color: #1a1e21;
}
.cid-uFDO2pcCRB form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uFDO2pcCRB form .form-check-input:focus,
.cid-uFDO2pcCRB form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-uFDO2pcCRB form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-uFDO2qbq90 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFDO2qbq90 .mbr-text {
  color: #e3ebf3;
}
.cid-uFDO2qbq90 .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
