.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ebeff0;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 7.6rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #fff3b0 !important;
}
.bg-success {
  background-color: #91ebc1 !important;
}
.bg-info {
  background-color: #84e5f8 !important;
}
.bg-warning {
  background-color: #ffdf7d !important;
}
.bg-danger {
  background-color: #ec9099 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff3b0 !important;
  border-color: #fff3b0 !important;
  color: #b09500 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fffbe3 !important;
  border-color: #fffbe3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #b09500 !important;
  background-color: #fffbe3 !important;
  border-color: #fffbe3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e09f3e !important;
  border-color: #e09f3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7b56a !important;
  border-color: #e7b56a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7b56a !important;
  border-color: #e7b56a !important;
}
.btn-info,
.btn-info:active {
  background-color: #84e5f8 !important;
  border-color: #84e5f8 !important;
  color: #076476 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b4effb !important;
  border-color: #b4effb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #076476 !important;
  background-color: #b4effb !important;
  border-color: #b4effb !important;
}
.btn-success,
.btn-success:active {
  background-color: #91ebc1 !important;
  border-color: #91ebc1 !important;
  color: #136a41 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcf3d9 !important;
  border-color: #bcf3d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #136a41 !important;
  background-color: #bcf3d9 !important;
  border-color: #bcf3d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
  color: #7d5e00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffecb0 !important;
  border-color: #ffecb0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7d5e00 !important;
  background-color: #ffecb0 !important;
  border-color: #ffecb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec9099 !important;
  border-color: #ec9099 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3bcc1 !important;
  border-color: #f3bcc1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3bcc1 !important;
  border-color: #f3bcc1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fff3b0;
  color: #fff3b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe659 !important;
  background-color: transparent !important;
  border-color: #ffe659 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b09500 !important;
  background-color: #fff3b0 !important;
  border-color: #fff3b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e09f3e;
  color: #e09f3e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ac721c !important;
  background-color: transparent !important;
  border-color: #ac721c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e09f3e !important;
  border-color: #e09f3e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #84e5f8;
  color: #84e5f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #32d4f3 !important;
  background-color: transparent !important;
  border-color: #32d4f3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #076476 !important;
  background-color: #84e5f8 !important;
  border-color: #84e5f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #91ebc1;
  color: #91ebc1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #48de98 !important;
  background-color: transparent !important;
  border-color: #48de98 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #136a41 !important;
  background-color: #91ebc1 !important;
  border-color: #91ebc1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdf7d;
  color: #ffdf7d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffca26 !important;
  background-color: transparent !important;
  border-color: #ffca26 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7d5e00 !important;
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ec9099;
  color: #ec9099;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df4655 !important;
  background-color: transparent !important;
  border-color: #df4655 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec9099 !important;
  border-color: #ec9099 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff3b0 !important;
}
.text-secondary {
  color: #e09f3e !important;
}
.text-success {
  color: #91ebc1 !important;
}
.text-info {
  color: #84e5f8 !important;
}
.text-warning {
  color: #ffdf7d !important;
}
.text-danger {
  color: #ec9099 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe44a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6919 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3bdb90 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #23d1f3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc617 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd3949 !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: #fff3b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #84e5f8;
}
.alert-warning {
  background-color: #ffdf7d;
}
.alert-danger {
  background-color: #ec9099;
}
.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: #fff3b0;
  border-color: #fff3b0;
  color: #caab00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff3b0;
}
.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: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #fff3b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #fff3b0;
}
/* 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: #fff3b0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff3b0;
}
.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: #fff3b0;
  border-bottom-color: #fff3b0;
}
.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: #fff3b0 !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: #e09f3e !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='%23fff3b0' %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: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #fff3b0 !important;
}
img {
  border-radius: 16px !important;
}
.cid-vdqF0cechJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #335c67;
}
.cid-vdqF0cechJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdqF0cechJ .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-vdqF0cechJ .container {
    padding: 0 16px;
  }
}
.cid-vdqF0cechJ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdqF0cechJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdqF0cechJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vdqF0cechJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdqF0cechJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-vdqF0cechJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdqF0cechJ .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vdqF0cechJ .image-wrapper {
    margin-left: 0;
  }
}
.cid-vdqF0cechJ .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-vdqF0cechJ .image-wrapper img {
    height: 350px;
  }
}
.cid-vdqF0cechJ .mbr-section-title {
  color: #ffffff;
}
.cid-vdqF0cechJ .mbr-text {
  color: #ffffff;
}
.cid-vdqF0cechJ .mbr-section-title,
.cid-vdqF0cechJ .mbr-section-btn {
  color: #FFFFFF;
  text-align: left;
}
.cid-vdqF0cechJ .mbr-text,
.cid-vdqF0cechJ .text-wrapper {
  color: #FFFFFF;
}
.cid-vdqF0cgbxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdqF0cgbxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdqF0cgbxz .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-vdqF0cgbxz .container {
    padding: 0 16px;
  }
}
.cid-vdqF0cgbxz .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vdqF0cgbxz .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vdqF0cgbxz .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #efebd2;
}
.cid-vdqF0cgbxz .item .item-wrapper {
  height: 100%;
}
.cid-vdqF0cgbxz .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #d3f0f8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vdqF0cgbxz .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vdqF0cgbxz .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vdqF0cgbxz .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vdqF0cgbxz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdqF0cgbxz .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vdqF0cgbxz .item-emoji {
  color: #000000;
}
.cid-vdqF0cgbxz .item-title {
  color: #000000;
}
.cid-vdqF0cgbxz .item-text {
  color: #000000;
}
.cid-vdqF0cgbxz .item-title,
.cid-vdqF0cgbxz .mbr-section-btn {
  color: #000000;
}
.cid-vdqF0cgbxz .item-title1 {
  color: #000000;
}
.cid-vdqF0cgbxz .item-text1 {
  color: #000000;
}
.cid-vdqF0cgbxz .item-title2 {
  color: #000000;
}
.cid-vdqF0cgbxz .item-text2 {
  color: #000000;
}
.cid-vdqF0chhzj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdqF0chhzj .item:focus,
.cid-vdqF0chhzj span:focus {
  outline: none;
}
.cid-vdqF0chhzj .item {
  cursor: pointer;
}
.cid-vdqF0chhzj .grid-container {
  grid-row-gap: 22px;
}
.cid-vdqF0chhzj .grid-container-1,
.cid-vdqF0chhzj .grid-container-2,
.cid-vdqF0chhzj .grid-container-3 {
  gap: 0 22px;
}
.cid-vdqF0chhzj .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdqF0chhzj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdqF0chhzj .content-head {
  max-width: 800px;
}
.cid-vdqF0chhzj .container,
.cid-vdqF0chhzj .container-fluid {
  overflow: hidden;
}
.cid-vdqF0chhzj .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vdqF0chhzj .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}
.cid-vdqF0chhzj .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 1200px) {
  .cid-vdqF0chhzj .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vdqF0chhzj .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vdqF0chhzj .grid-container-1,
.cid-vdqF0chhzj .grid-container-2,
.cid-vdqF0chhzj .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vdqF0chhzj .grid-container-1 {
  align-items: flex-end;
}
.cid-vdqF0chhzj .grid-container-2 {
  align-items: flex-start;
}
.cid-vdqF0ci6ie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdqF0ci6ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdqF0ci6ie .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-vdqF0ci6ie .container {
    padding: 0 16px;
  }
}
.cid-vdqF0ci6ie .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-vdqF0ci6ie .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vdqF0ci6ie .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdqF0ci6ie .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-vdqF0ci6ie .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-vdqF0ci6ie .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-vdqF0ci6ie .item:first-child {
  margin-bottom: 0;
}
.cid-vdqF0ci6ie .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vdqF0ci6ie .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-vdqF0ci6ie .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-vdqF0ci6ie .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-vdqF0ci6ie .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdqF0ci6ie .item-text {
  color: #000000;
}
.cid-vdqF0ci6ie .item-text,
.cid-vdqF0ci6ie .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vdqF0cnZtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #335c67;
}
.cid-vdqF0cnZtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdqF0cnZtL .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-vdqF0cnZtL .container {
    padding: 0 16px;
  }
}
.cid-vdqF0cnZtL .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vdqF0cnZtL .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vdqF0cnZtL .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #e09f3e;
}
.cid-vdqF0cnZtL .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #d3f0f8;
}
.cid-vdqF0cnZtL .item .item-wrapper {
  height: 100%;
}
.cid-vdqF0cnZtL .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #fff3b0;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vdqF0cnZtL .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vdqF0cnZtL .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vdqF0cnZtL .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdqF0cnZtL .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-vdqF0cnZtL .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdqF0cnZtL .item-title {
  color: #000000;
}
.cid-vdqF0cnZtL .list {
  color: #000000;
}
.cid-vdqF0cnZtL .item-title,
.cid-vdqF0cnZtL .mbr-section-btn {
  color: #000000;
}
.cid-vdqF0cnZtL .list,
.cid-vdqF0cnZtL .item-wrap,
.cid-vdqF0cnZtL .list-wrapper {
  color: #000000;
}
.cid-vdqF0cnZtL .item-title1 {
  color: #000000;
}
.cid-vdqF0cnZtL .list1,
.cid-vdqF0cnZtL .item-wrap1,
.cid-vdqF0cnZtL .list-wrapper1 {
  color: #000000;
}
.cid-vdqF0cnZtL .item-title2 {
  color: #000000;
}
.cid-vdqF0cnZtL .list2,
.cid-vdqF0cnZtL .item-wrap2,
.cid-vdqF0cnZtL .list-wrapper2 {
  color: #000000;
}
.cid-vdqF0cnZtL .item-title3 {
  color: #000000;
}
.cid-vdqF0cnZtL .list3,
.cid-vdqF0cnZtL .item-wrap3,
.cid-vdqF0cnZtL .list-wrapper3 {
  color: #000000;
}
.cid-vdqF0coPoM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdqF0coPoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdqF0coPoM .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-vdqF0coPoM .container {
    padding: 0 16px;
  }
}
.cid-vdqF0coPoM .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdqF0coPoM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdqF0coPoM .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdqF0coPoM .image-wrapper img {
    height: 350px;
  }
}
.cid-vdqF0coPoM .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-vdqF0coPoM .title-wrapper {
    padding-left: 0;
  }
}
.cid-vdqF0coPoM .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #335c67;
}
@media (max-width: 992px) {
  .cid-vdqF0coPoM .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vdqF0coPoM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdqF0coPoM .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vdqF0coPoM .mbr-desc {
    padding-left: 0;
  }
}
.cid-vdqF0coPoM .mbr-section-title {
  color: #000000;
}
.cid-vdqF0coPoM .mbr-section-subtitle {
  color: #000000;
}
.cid-vdqF0coPoM .mbr-section-subtitle,
.cid-vdqF0coPoM .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-vdqF0coPoM .mbr-section-title,
.cid-vdqF0coPoM .mbr-section-btn {
  color: #000000;
}
.cid-vdqF0crPcp {
  background-image: url("https://r.mobirisesite.com/2425596/assets/images/photo-1653143399868-6057edb4f0d3.jpeg");
}
.cid-vdqF0crPcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdqF0crPcp .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-vdqF0crPcp .container {
    padding: 0 16px;
  }
}
