.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e7f3f7;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffd166 !important;
}
.bg-success {
  background-color: #53df9e !important;
}
.bg-info {
  background-color: #3dd6f5 !important;
}
.bg-warning {
  background-color: #ffcc33 !important;
}
.bg-danger {
  background-color: #e1515f !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #664700;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd166 !important;
  border-color: #ffd166 !important;
  color: #664700 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffdc8a !important;
  border-color: #ffdc8a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #664700 !important;
  background-color: #ffdc8a !important;
  border-color: #ffdc8a !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef476f !important;
  border-color: #ef476f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f26889 !important;
  border-color: #f26889 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f26889 !important;
  border-color: #f26889 !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #3dd6f5 !important;
  border-color: #3dd6f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5fddf7 !important;
  border-color: #5fddf7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5fddf7 !important;
  border-color: #5fddf7 !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #53df9e !important;
  border-color: #53df9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #71e5af !important;
  border-color: #71e5af !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #71e5af !important;
  border-color: #71e5af !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #332600;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
  color: #332600 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd557 !important;
  border-color: #ffd557 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #332600 !important;
  background-color: #ffd557 !important;
  border-color: #ffd557 !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #e1515f !important;
  border-color: #e1515f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e66f7b !important;
  border-color: #e66f7b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e66f7b !important;
  border-color: #e66f7b !important;
}
.btn-white .mbr-iconfont::after {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 1px solid #ffd166;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd166;
  color: #ffd166;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffb70f !important;
  background-color: transparent !important;
  border-color: #ffb70f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #664700 !important;
  background-color: #ffd166 !important;
  border-color: #ffd166 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #ef476f;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ef476f;
  color: #ef476f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cd123f !important;
  background-color: transparent !important;
  border-color: #cd123f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef476f !important;
  border-color: #ef476f !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #3dd6f5;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3dd6f5;
  color: #3dd6f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0bafd1 !important;
  background-color: transparent !important;
  border-color: #0bafd1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3dd6f5 !important;
  border-color: #3dd6f5 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #53df9e;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #53df9e;
  color: #53df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #22b973 !important;
  background-color: transparent !important;
  border-color: #22b973 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #53df9e !important;
  border-color: #53df9e !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #ffcc33;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcc33;
  color: #ffcc33;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dba400 !important;
  background-color: transparent !important;
  border-color: #dba400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #332600 !important;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #e1515f;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e1515f;
  color: #e1515f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bb202f !important;
  background-color: transparent !important;
  border-color: #bb202f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e1515f !important;
  border-color: #e1515f !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffd166 !important;
}
.text-secondary {
  color: #ef476f !important;
}
.text-success {
  color: #53df9e !important;
}
.text-info {
  color: #3dd6f5 !important;
}
.text-warning {
  color: #ffcc33 !important;
}
.text-danger {
  color: #e1515f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffb200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf113a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #20ac6b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0aa3c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cc9900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ae1e2c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffd166;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3dd6f5;
}
.alert-warning {
  background-color: #ffcc33;
}
.alert-danger {
  background-color: #e1515f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd166;
  border-color: #ffd166;
  color: #7f5900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffd166;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #ffd166 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #ffd166;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd166;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd166;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd166;
  border-bottom-color: #ffd166;
}
.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: #ffd166 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ef476f !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='%23ffd166' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 17px 22px;
  font-weight: 400 !important;
  border-width: 1px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 22.5px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 48px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.image-wrapper,
.item-content,
.address-wrapper,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .content-wrapper,
  .image-wrapper,
  .item-content,
  .address-wrapper,
  .form-wrapper {
    border-radius: 35px !important;
  }
}
.tags-wrapper .list .item-wrap {
  border-radius: 100px !important;
}
.content-wrapper .mbr-section-title span {
  border-radius: 100px !important;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 35px !important;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px !important;
}
.form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .form-wrapper .dragArea.row .form-group textarea {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
.cid-uGIBVPlg48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPlg48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPlg48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPlg48 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uGIBVPlg48 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uGIBVPlg48 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uGIBVPlg48 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGIBVPlg48 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #118ab2;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uGIBVPlg48 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uGIBVPlg48 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGIBVPlg48 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGIBVPlg48 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uGIBVPlg48 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGIBVPlg48 .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPlg48 .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-uGIBVPlg48 .mbr-section-title,
.cid-uGIBVPlg48 .mbr-section-btn,
.cid-uGIBVPlg48 .title-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uGIBVPmfaA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPmfaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPmfaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPmfaA .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGIBVPmfaA .item {
    margin-bottom: 12px;
  }
}
.cid-uGIBVPmfaA .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uGIBVPmfaA .item .item-wrapper .card_1 {
  margin: 80px 0 0 180px;
}
@media (max-width: 1440px) {
  .cid-uGIBVPmfaA .item .item-wrapper .card_1 {
    margin: 40px 0 0 120px;
  }
}
@media (max-width: 1200px) {
  .cid-uGIBVPmfaA .item .item-wrapper .card_1 {
    margin: 0;
  }
}
.cid-uGIBVPmfaA .item .item-wrapper .card_1 img {
  height: 760px;
}
@media (max-width: 992px) {
  .cid-uGIBVPmfaA .item .item-wrapper .card_1 img {
    height: 350px;
  }
}
.cid-uGIBVPmfaA .item .item-wrapper .card_2 {
  display: flex;
  justify-content: center;
}
.cid-uGIBVPmfaA .item .item-wrapper .card_2 img {
  height: 520px;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uGIBVPmfaA .item .item-wrapper .card_2 img {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .cid-uGIBVPmfaA .item .item-wrapper .card_2 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGIBVPmfaA .item .item-wrapper .card_2 img {
    height: 350px;
  }
}
.cid-uGIDUW7itN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uGIDUW7itN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIDUW7itN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIDUW7itN .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGIDUW7itN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIDUW7itN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIDUW7itN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGIDUW7itN .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGIDUW7itN .image-wrapper img {
    height: 350px;
  }
}
.cid-uGIDUW7itN .mbr-section-title {
  color: #191c25;
}
.cid-uGIDUW7itN .mbr-text {
  color: #191c25;
}
.cid-uGIBVPqzoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPqzoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPqzoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPqzoU .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uGIBVPqzoU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGIBVPqzoU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uGIBVPqzoU .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #ffd166;
}
@media (max-width: 992px) {
  .cid-uGIBVPqzoU .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #ffd166;
    padding: 0 32px;
  }
}
.cid-uGIBVPqzoU .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #e7f3f7;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uGIBVPqzoU .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uGIBVPqzoU .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uGIBVPqzoU .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uGIBVPqzoU .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPqzoU .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPqzoU .mbr-section-title,
.cid-uGIBVPqzoU .title-wrapper,
.cid-uGIBVPqzoU .icon-wrapper {
  text-align: center;
}
.cid-uGIBVPqzoU .mbr-section-title,
.cid-uGIBVPqzoU .icon-wrapper,
.cid-uGIBVPqzoU .title-wrapper {
  color: #000000;
}
.cid-uGIBVPqEd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPqEd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPqEd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPqEd2 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGIBVPqEd2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGIBVPqEd2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPqEd2 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGIBVPqEd2 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGIBVPqEd2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uGIBVPqEd2 .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPqEd2 .mbr-text {
  color: #000000;
}
.cid-uGIBVPqEd2 .mbr-section-title,
.cid-uGIBVPqEd2 .mbr-section-btn {
  color: #000000;
}
.cid-uGIBVPrqch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPrqch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPrqch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPrqch .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGIBVPrqch .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGIBVPrqch .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uGIBVPrqch .items-wrap .item {
  padding: 0 46px;
}
.cid-uGIBVPrqch .item {
  margin-bottom: 32px;
}
.cid-uGIBVPrqch .item:hover .item-wrapper .item-img img,
.cid-uGIBVPrqch .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uGIBVPrqch .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uGIBVPrqch .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uGIBVPrqch .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #ffd166;
  background-color: #ffd166;
}
.cid-uGIBVPrqch .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGIBVPrqch .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uGIBVPrqch .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uGIBVPrqch .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uGIBVPrqch .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPrqch .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPrqch .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uGIBVPrqch .item-title,
.cid-uGIBVPrqch .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uGIBVPrqch .item-price {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPrqch .mbr-section-title,
.cid-uGIBVPrqch .mbr-section-btn {
  color: #000000;
}
.cid-uGIBVPCc3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPCc3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPCc3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPCc3D .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGIBVPCc3D .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGIBVPCc3D .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uGIBVPCc3D .items-wrap .item {
  padding: 0 46px;
}
.cid-uGIBVPCc3D .item {
  margin-bottom: 32px;
}
.cid-uGIBVPCc3D .item:hover .item-wrapper .item-img img,
.cid-uGIBVPCc3D .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uGIBVPCc3D .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uGIBVPCc3D .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uGIBVPCc3D .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uGIBVPCc3D .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGIBVPCc3D .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uGIBVPCc3D .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uGIBVPCc3D .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uGIBVPCc3D .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGIBVPCc3D .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uGIBVPCc3D .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPCc3D .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPCc3D .item-title {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPCc3D .item-name {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPCc3D .mbr-section-title,
.cid-uGIBVPCc3D .mbr-section-btn {
  color: #000000;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uGJJnE0HEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uGJJnE0HEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJJnE0HEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJJnE0HEL .items-wrap {
  justify-content: space-between;
}
.cid-uGJJnE0HEL .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uGJJnE0HEL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uGJJnE0HEL .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uGJJnE0HEL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJJnE0HEL .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGJJnE0HEL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGJJnE0HEL .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGJJnE0HEL .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uGJJnE0HEL .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uGJJnE0HEL .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uGJJnE0HEL .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uGJJnE0HEL .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uGJJnE0HEL .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGJJnE0HEL .image-wrapper {
    height: 350px;
  }
}
.cid-uGJJnE0HEL .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uGJJnE0HEL .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGJJnE0HEL .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uGJJnE0HEL .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uGJJnE0HEL .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uGJJnE0HEL .mbr-section-title {
  color: #191c25;
}
.cid-uGJJnE0HEL .mbr-text {
  color: #191c25;
}
.cid-uGJJnE0HEL .mbr-number_1 {
  color: #191c25;
}
.cid-uGJJnE0HEL .mbr-number_2,
.cid-uGJJnE0HEL .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uGJJyk8f5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uGJJyk8f5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJJyk8f5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJJyk8f5g .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uGJJyk8f5g .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGJJyk8f5g .mbr-name {
  color: #858585;
}
.cid-uGJJyk8f5g .mbr-text {
  color: #191c25;
}
.cid-uGJJyk8f5g .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uHnHxNNHf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uHnHxNNHf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnHxNNHf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHnHxNNHf9 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uHnHxNNHf9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHnHxNNHf9 .mbr-name {
  color: #858585;
}
.cid-uHnHxNNHf9 .mbr-text {
  color: #191c25;
}
.cid-uHnHxNNHf9 .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uHGbdyZ5B8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uHGbdyZ5B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGbdyZ5B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGbdyZ5B8 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uHGbdyZ5B8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHGbdyZ5B8 .mbr-name {
  color: #858585;
}
.cid-uHGbdyZ5B8 .mbr-text {
  color: #191c25;
}
.cid-uHGbdyZ5B8 .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uHM7fkw8Pc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uHM7fkw8Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM7fkw8Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM7fkw8Pc .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uHM7fkw8Pc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHM7fkw8Pc .mbr-name {
  color: #858585;
}
.cid-uHM7fkw8Pc .mbr-text {
  color: #191c25;
}
.cid-uHM7fkw8Pc .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uI2wNW7Qhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uI2wNW7Qhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI2wNW7Qhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI2wNW7Qhv .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uI2wNW7Qhv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uI2wNW7Qhv .mbr-name {
  color: #858585;
}
.cid-uI2wNW7Qhv .mbr-text {
  color: #191c25;
}
.cid-uI2wNW7Qhv .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uIqMObTm2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uIqMObTm2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqMObTm2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIqMObTm2c .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIqMObTm2c .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIqMObTm2c .mbr-name {
  color: #858585;
}
.cid-uIqMObTm2c .mbr-text {
  color: #191c25;
}
.cid-uIqMObTm2c .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uIBvPVyFjS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uIBvPVyFjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIBvPVyFjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIBvPVyFjS .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIBvPVyFjS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIBvPVyFjS .mbr-name {
  color: #858585;
}
.cid-uIBvPVyFjS .mbr-text {
  color: #191c25;
}
.cid-uIBvPVyFjS .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uIN56ugboN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uIN56ugboN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIN56ugboN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIN56ugboN .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIN56ugboN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIN56ugboN .mbr-name {
  color: #858585;
}
.cid-uIN56ugboN .mbr-text {
  color: #191c25;
}
.cid-uIN56ugboN .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uIO3DJw8FL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uIO3DJw8FL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO3DJw8FL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO3DJw8FL .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIO3DJw8FL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIO3DJw8FL .mbr-name {
  color: #858585;
}
.cid-uIO3DJw8FL .mbr-text {
  color: #191c25;
}
.cid-uIO3DJw8FL .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uJgd2aJtkp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uJgd2aJtkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgd2aJtkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgd2aJtkp .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uJgd2aJtkp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJgd2aJtkp .mbr-name {
  color: #858585;
}
.cid-uJgd2aJtkp .mbr-text {
  color: #191c25;
}
.cid-uJgd2aJtkp .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uKiEdUMCwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uKiEdUMCwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiEdUMCwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiEdUMCwm .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uKiEdUMCwm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uKiEdUMCwm .mbr-name {
  color: #858585;
}
.cid-uKiEdUMCwm .mbr-text {
  color: #191c25;
}
.cid-uKiEdUMCwm .mbr-section-btn {
  text-align: center;
}
.cid-uGIBVPGNCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uGIBVPGNCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIBVPGNCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uGIBVPGNCy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGIBVPGNCy .mbr-section-title {
  color: #191c25;
}
.cid-uGIBVPGNCy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uGIBVPGNCy .mbr-section-title,
.cid-uGIBVPGNCy .logo-wrapper {
  text-align: center;
}
.cid-uKutZhT628 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uKutZhT628 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKutZhT628 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKutZhT628 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uKutZhT628 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uKutZhT628 .mbr-name {
  color: #858585;
}
.cid-uKutZhT628 .mbr-text {
  color: #191c25;
}
.cid-uKutZhT628 .mbr-section-btn {
  text-align: center;
}
