.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Baron Neue';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Baron Neue';
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Baron Neue';
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #393193 !important;
}
.bg-warning {
  background-color: #9c98cf !important;
}
.bg-danger {
  background-color: #b78c1f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b78c1f !important;
  border-color: #b78c1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dcaa2d !important;
  border-color: #dcaa2d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dcaa2d !important;
  border-color: #dcaa2d !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b78c1f;
  color: #b78c1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6d5312 !important;
  background-color: transparent !important;
  border-color: #6d5312 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b78c1f !important;
  border-color: #b78c1f !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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #393193 !important;
}
.text-warning {
  color: #9c98cf !important;
}
.text-danger {
  color: #b78c1f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b1846 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5952af !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #604910 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #393193;
}
.alert-warning {
  background-color: #9c98cf;
}
.alert-danger {
  background-color: #b78c1f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7b73d0;
}
.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: #e7c56f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Baron Neue';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Baron Neue';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #ffd7ef !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uRSKeC3dmv {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uRSKeC3dmv .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uRSKeC3dmv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRSKeC3dmv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRSKeC3dmv {
    align-items: center;
  }
  .cid-uRSKeC3dmv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRSKeC3dmv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRSKeC3dmv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRSKeC3dmv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRSKeC3dmv .content-wrap {
    width: 100%;
  }
}
.cid-uRSKeC3dmv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRSKeC3dmv .mbr-text,
.cid-uRSKeC3dmv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRSKeC3dmv .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRSSpcX3rR {
  display: flex;
  background-image: url("../../../assets/images/horses-top.jpg");
}
.cid-uRSSpcX3rR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRSSpcX3rR {
    align-items: flex-end;
  }
  .cid-uRSSpcX3rR .row {
    justify-content: center;
  }
  .cid-uRSSpcX3rR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRSSpcX3rR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRSSpcX3rR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRSSpcX3rR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRSSpcX3rR .content-wrap {
    width: 100%;
  }
}
.cid-uRSSpcX3rR .mbr-section-title,
.cid-uRSSpcX3rR .mbr-section-subtitle {
  text-align: center;
}
.cid-uRSSpcX3rR .mbr-text,
.cid-uRSSpcX3rR .mbr-section-btn {
  text-align: center;
}
.cid-uRSTaCrA4i {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f7f3e7;
}
.cid-uRSTaCrA4i .item-subtitle {
  line-height: 1.2;
  color: #393193;
  text-align: center;
}
.cid-uRSTaCrA4i img,
.cid-uRSTaCrA4i .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uRSTaCrA4i .item:focus,
.cid-uRSTaCrA4i span:focus {
  outline: none;
}
.cid-uRSTaCrA4i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRSTaCrA4i .item {
    margin-bottom: 1rem;
  }
}
.cid-uRSTaCrA4i .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRSTaCrA4i .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRSTaCrA4i .item-content .item-footer {
  margin-top: auto;
}
.cid-uRSTaCrA4i .mbr-section-title {
  color: #000000;
}
.cid-uRSTaCrA4i .mbr-text,
.cid-uRSTaCrA4i .mbr-section-btn {
  color: #393193;
  text-align: center;
}
.cid-uRSTaCrA4i .item-title {
  color: #393193;
}
.cid-uRSTaCrA4i .content-head {
  max-width: 800px;
}
.cid-uRSV6FoPpS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uRSV6FoPpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSV6FoPpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRSV6FoPpS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRSV6FoPpS .row {
  flex-direction: row-reverse;
}
.cid-uRSV6FoPpS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRSV6FoPpS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRSV6FoPpS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRSV6FoPpS .mbr-section-title {
  color: #393193;
  text-align: center;
}
.cid-uRSV6FoPpS .mbr-text,
.cid-uRSV6FoPpS .mbr-section-btn {
  color: #393193;
  text-align: center;
}
.cid-uRSVIIDiIQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff2d6;
}
.cid-uRSVIIDiIQ h6 {
  line-height: 1.2;
}
.cid-uRSVIIDiIQ img,
.cid-uRSVIIDiIQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uRSVIIDiIQ img,
  .cid-uRSVIIDiIQ .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uRSVIIDiIQ .item:focus,
.cid-uRSVIIDiIQ span:focus {
  outline: none;
}
.cid-uRSVIIDiIQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRSVIIDiIQ .item {
  padding: 0;
  margin: 0;
}
.cid-uRSVIIDiIQ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uRSVIIDiIQ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uRSVIIDiIQ .mbr-section-title {
  color: #000000;
}
.cid-uRSVIIDiIQ .mbr-text,
.cid-uRSVIIDiIQ .mbr-section-btn {
  color: #000000;
}
.cid-uRSVIIDiIQ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uRSVIIDiIQ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRSVIIDiIQ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uRSVIIDiIQ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uRSVIIDiIQ img,
  .cid-uRSVIIDiIQ .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uRSVIIDiIQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRSXlUBtaj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uRSXlUBtaj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRSXlUBtaj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRSXlUBtaj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRSXlUBtaj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRSXlUBtaj .content-head {
  max-width: 800px;
}
.cid-uRSYnhlYY4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #61a4d0;
}
.cid-uRSYnhlYY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSYnhlYY4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uRSYnhlYY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSYnhlYY4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRSYnhlYY4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRSYnhlYY4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRSYnhlYY4 .card-title,
.cid-uRSYnhlYY4 .iconfont-wrapper {
  color: #000000;
}
.cid-uRSYnhlYY4 .card-text {
  color: #000000;
}
.cid-uRSYnhlYY4 .content-head {
  max-width: 800px;
}
.cid-uRSYnhlYY4 .mbr-section-title {
  color: #edefeb;
}
.cid-uRSYnhlYY4 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRSYnhlYY4 .card-title,
.cid-uRSYnhlYY4 .img-wrapper {
  text-align: center;
}
.cid-uRX6Gr95wt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRX6Gr95wt .item-subtitle {
  line-height: 1.2;
  color: #61a4d0;
}
.cid-uRX6Gr95wt img,
.cid-uRX6Gr95wt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRX6Gr95wt .item:focus,
.cid-uRX6Gr95wt span:focus {
  outline: none;
}
.cid-uRX6Gr95wt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRX6Gr95wt .item {
    margin-bottom: 1rem;
  }
}
.cid-uRX6Gr95wt .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRX6Gr95wt .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRX6Gr95wt .item-content .item-footer {
  margin-top: auto;
}
.cid-uRX6Gr95wt .mbr-section-title {
  color: #61a4d0;
}
.cid-uRX6Gr95wt .mbr-text,
.cid-uRX6Gr95wt .mbr-section-btn {
  color: #61a4d0;
  text-align: center;
}
.cid-uRX6Gr95wt .item-title {
  color: #61a4d0;
}
.cid-uRX6Gr95wt .content-head {
  max-width: 800px;
}
.cid-uRX6Gr95wt .item-subtitle DIV {
  text-align: center;
}
.cid-uRWTzWBTJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uRWTzWBTJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWTzWBTJy .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-uRWTzWBTJy .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRWTzWBTJy .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uRWTzWBTJy .google-map {
  height: 100%;
  position: relative;
}
.cid-uRWTzWBTJy .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRWTzWBTJy .google-map iframe {
    min-height: 350px;
  }
}
.cid-uRWTzWBTJy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRWTzWBTJy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRWTzWBTJy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRWTzWBTJy .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRWTzWBTJy .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRWTzWBTJy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uRWTzWBTJy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uRWTzWBTJy .content-head {
  max-width: 800px;
}
.cid-uRWTzWBTJy .mbr-section-title {
  color: #61a4d0;
}
.cid-uRSZt8xKiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-21-at-22.51.29-1.jpeg");
}
.cid-uRSZt8xKiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSZt8xKiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSZt8xKiA .copyright {
  color: #61a4d0;
  text-align: left;
}
.cid-uRSZt8xKiA .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRSZt8xKiA .row {
    flex-direction: column-reverse !important;
  }
  .cid-uRSZt8xKiA .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uRSZt8xKiA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRSZt8xKiA .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uRSZt8xKiA .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRSZt8xKiA .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uRSZt8xKiA .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uRSZt8xKiA .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRSZt8xKiA .copyright {
    text-align: center;
  }
}
.cid-uRThpSOe6u {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uRThpSOe6u .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uRThpSOe6u .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRThpSOe6u .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRThpSOe6u {
    align-items: center;
  }
  .cid-uRThpSOe6u .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRThpSOe6u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRThpSOe6u {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRThpSOe6u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRThpSOe6u .content-wrap {
    width: 100%;
  }
}
.cid-uRThpSOe6u .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRThpSOe6u .mbr-text,
.cid-uRThpSOe6u .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRThpSOe6u .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uRThMI7e4G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRThMI7e4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRThMI7e4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRThMI7e4G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRThMI7e4G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRThMI7e4G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRThMI7e4G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRThMI7e4G .mbr-section-title {
  color: #000000;
}
.cid-uRThMI7e4G .mbr-text,
.cid-uRThMI7e4G .mbr-section-btn {
  color: #61a4d0;
}
.cid-uRTiN2gtoT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #61a4d0;
}
.cid-uRTiN2gtoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTiN2gtoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTiN2gtoT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRTiN2gtoT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRTiN2gtoT {
    align-items: center;
  }
  .cid-uRTiN2gtoT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRTiN2gtoT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRTiN2gtoT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRTiN2gtoT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRTiN2gtoT .content-wrap {
    width: 100%;
  }
}
.cid-uRTiN2gtoT .mbr-section-title {
  text-align: center;
}
.cid-uRTiN2gtoT .mbr-text,
.cid-uRTiN2gtoT .mbr-section-btn {
  text-align: center;
}
.cid-uRTl4jIPRR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRTl4jIPRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTl4jIPRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTl4jIPRR .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uRTl4jIPRR .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRTl4jIPRR .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uRTl4jIPRR .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uRTl4jIPRR .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uRTl4jIPRR .row {
  flex-direction: row-reverse;
}
.cid-uRTl4jIPRR .image-wrapper {
  padding: 0 1rem;
}
.cid-uRTl4jIPRR img,
.cid-uRTl4jIPRR .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uRTl4jIPRR img,
  .cid-uRTl4jIPRR .image-wrapper {
    max-height: 350px;
  }
}
.cid-uRTl4jIPRR .mbr-section-title {
  color: #000000;
}
.cid-uRTl4jIPRR .mbr-text {
  color: #000000;
}
.cid-uRTl4jIPRR .mbr-text,
.cid-uRTl4jIPRR .mbr-section-btn {
  color: #61a4d0;
}
.cid-uRTlEMIDch {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #61a4d0;
}
.cid-uRTlEMIDch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTlEMIDch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTlEMIDch .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRTlEMIDch .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRTlEMIDch {
    align-items: center;
  }
  .cid-uRTlEMIDch .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRTlEMIDch .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRTlEMIDch {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRTlEMIDch .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRTlEMIDch .content-wrap {
    width: 100%;
  }
}
.cid-uRTlEMIDch .mbr-section-title {
  text-align: center;
}
.cid-uRTlEMIDch .mbr-text,
.cid-uRTlEMIDch .mbr-section-btn {
  text-align: center;
}
.cid-uRTncyUkGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1779bc-8b27d4e551cc4f2ca50dadd9703cedc3mv2.jpg");
}
.cid-uRTncyUkGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTncyUkGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTncyUkGb .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRTncyUkGb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRTncyUkGb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRTncyUkGb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRTncyUkGb .mbr-text,
.cid-uRTncyUkGb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRTncyUkGb .card-title,
.cid-uRTncyUkGb .card-box {
  text-align: center;
  color: #000000;
}
.cid-uRTncyUkGb .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRTncyUkGb .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRTncyUkGb .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #61a4d0;
  background-color: #61a4d0;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRTncyUkGb .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uRTncyUkGb .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uRTncyUkGb .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #61a4d0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRTncyUkGb .mbr-text UL {
  text-align: left;
}
.cid-uRToDxjnRc {
  display: flex;
  background-image: url("../../../assets/images/screenshot-2025-07-24-at-19.10.35.jpg");
}
.cid-uRToDxjnRc .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uRToDxjnRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRToDxjnRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRToDxjnRc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRToDxjnRc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRToDxjnRc {
    align-items: center;
  }
  .cid-uRToDxjnRc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRToDxjnRc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRToDxjnRc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRToDxjnRc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRToDxjnRc .content-wrap {
    width: 100%;
  }
}
.cid-uRToDxjnRc .mbr-section-title {
  text-align: center;
}
.cid-uRToDxjnRc .mbr-text,
.cid-uRToDxjnRc .mbr-section-btn {
  text-align: center;
}
.cid-uRTp3pZa7s {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRTp3pZa7s .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uRTp3pZa7s img,
.cid-uRTp3pZa7s .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uRTp3pZa7s .item:focus,
.cid-uRTp3pZa7s span:focus {
  outline: none;
}
.cid-uRTp3pZa7s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRTp3pZa7s .item {
    margin-bottom: 1rem;
  }
}
.cid-uRTp3pZa7s .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRTp3pZa7s .mbr-section-title {
  color: #232323;
}
.cid-uRTp3pZa7s .mbr-text,
.cid-uRTp3pZa7s .mbr-section-btn {
  color: #61a4d0;
  text-align: center;
}
.cid-uRTp3pZa7s .item-title {
  color: #232323;
  text-align: center;
}
.cid-uRTp3pZa7s .content-head {
  max-width: 800px;
}
.cid-uRTqI6O0g2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #61a4d0;
}
.cid-uRTqI6O0g2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTqI6O0g2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTqI6O0g2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRTqI6O0g2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRTqI6O0g2 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRTqI6O0g2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uRTqI6O0g2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uRTqI6O0g2 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #61a4d0;
  height: 80px;
  border-radius: 50%;
}
.cid-uRTqI6O0g2 .mbr-section-title {
  color: #ffffff;
}
.cid-uRTqI6O0g2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRTqI6O0g2 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uRTqI6O0g2 .card-box .item-footer {
  margin-top: auto;
}
.cid-uRTqI6O0g2 .content-head {
  max-width: 800px;
}
.cid-uRTqI6O0g2 .card-title,
.cid-uRTqI6O0g2 .iconfont-wrapper {
  color: #61a4d0;
}
.cid-uRTrpmvwcU {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #61a4d0;
}
.cid-uRTrpmvwcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTrpmvwcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTrpmvwcU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRTrpmvwcU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRTrpmvwcU {
    align-items: center;
  }
  .cid-uRTrpmvwcU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRTrpmvwcU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRTrpmvwcU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRTrpmvwcU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRTrpmvwcU .content-wrap {
    width: 100%;
  }
}
.cid-uRTrpmvwcU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRTrpmvwcU .mbr-text,
.cid-uRTrpmvwcU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uRTrzy4YbL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #61a4d0;
}
.cid-uRTrzy4YbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTrzy4YbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTrzy4YbL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uRTrzy4YbL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uRTrzy4YbL {
    align-items: center;
  }
  .cid-uRTrzy4YbL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRTrzy4YbL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRTrzy4YbL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRTrzy4YbL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRTrzy4YbL .content-wrap {
    width: 100%;
  }
}
.cid-uRTrzy4YbL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRTrzy4YbL .mbr-text,
.cid-uRTrzy4YbL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uRTsti4xG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRTsti4xG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTsti4xG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTsti4xG1 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRTsti4xG1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRTsti4xG1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRTsti4xG1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRTsti4xG1 .mbr-text,
.cid-uRTsti4xG1 .mbr-section-btn {
  color: #61a4d0;
  text-align: left;
}
.cid-uRTsti4xG1 .card-title,
.cid-uRTsti4xG1 .card-box {
  text-align: center;
  color: #61a4d0;
}
.cid-uRTsti4xG1 .mbr-section-subtitle {
  color: #61a4d0;
}
.cid-uRTtn8KALn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRTtn8KALn .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uRTtn8KALn img,
.cid-uRTtn8KALn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRTtn8KALn .item:focus,
.cid-uRTtn8KALn span:focus {
  outline: none;
}
.cid-uRTtn8KALn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRTtn8KALn .item {
    margin-bottom: 1rem;
  }
}
.cid-uRTtn8KALn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRTtn8KALn .item {
  padding: 0;
  margin: 0;
}
.cid-uRTtn8KALn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRTtn8KALn .mbr-section-title {
  color: #232323;
}
.cid-uRTtn8KALn .mbr-text,
.cid-uRTtn8KALn .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uRTtn8KALn .item-title {
  color: #232323;
  text-align: center;
}
.cid-uRTtn8KALn .content-head {
  max-width: 800px;
}
.cid-uRTGuLzFWO {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uRTGuLzFWO .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRTGuLzFWO .social-row .soc-item {
  margin: 8px;
}
.cid-uRTGuLzFWO .social-row .soc-item a:hover .mbr-iconfont,
.cid-uRTGuLzFWO .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uRTGuLzFWO .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uRTGuLzFWO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRTGuLzFWO .mbr-section-title {
  color: #ffffff;
}
.cid-uRTGuLzFWO .mbr-section-title,
.cid-uRTGuLzFWO .social-list {
  color: #61a4d0;
}
.cid-uRThpUShk6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-21-at-22.51.29-1.jpeg");
}
.cid-uRThpUShk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRThpUShk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRThpUShk6 .copyright {
  color: #61a4d0;
  text-align: left;
}
.cid-uRThpUShk6 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRThpUShk6 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uRThpUShk6 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uRThpUShk6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRThpUShk6 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uRThpUShk6 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uRThpUShk6 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uRThpUShk6 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uRThpUShk6 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRThpUShk6 .copyright {
    text-align: center;
  }
}
.cid-uSh9ZsEplk {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uSh9ZsEplk .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uSh9ZsEplk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSh9ZsEplk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSh9ZsEplk {
    align-items: center;
  }
  .cid-uSh9ZsEplk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSh9ZsEplk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSh9ZsEplk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSh9ZsEplk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSh9ZsEplk .content-wrap {
    width: 100%;
  }
}
.cid-uSh9ZsEplk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uSh9ZsEplk .mbr-text,
.cid-uSh9ZsEplk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSh9ZsEplk .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uShhP4w6e5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uShhP4w6e5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uShhP4w6e5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uShhP4w6e5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uShhP4w6e5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uShhP4w6e5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uShhP4w6e5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uShhP4w6e5 .carousel-control,
.cid-uShhP4w6e5 .close {
  background: #1b1b1b;
}
.cid-uShhP4w6e5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uShhP4w6e5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uShhP4w6e5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uShhP4w6e5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uShhP4w6e5 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uShhP4w6e5 .close::before {
  content: '\e91a';
}
.cid-uShhP4w6e5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uShhP4w6e5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uShhP4w6e5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uShhP4w6e5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uShhP4w6e5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uShhP4w6e5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uShhP4w6e5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uShhP4w6e5 .carousel-indicators li.active,
.cid-uShhP4w6e5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uShhP4w6e5 .carousel-indicators li::after,
.cid-uShhP4w6e5 .carousel-indicators li::before {
  content: none;
}
.cid-uShhP4w6e5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uShhP4w6e5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uShhP4w6e5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uShhP4w6e5 .carousel-indicators {
    display: none;
  }
}
.cid-uShhP4w6e5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uShhP4w6e5 .carousel-inner > .active {
  display: block;
}
.cid-uShhP4w6e5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uShhP4w6e5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uShhP4w6e5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uShhP4w6e5 .carousel-control,
  .cid-uShhP4w6e5 .carousel-indicators,
  .cid-uShhP4w6e5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uShhP4w6e5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uShhP4w6e5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uShhP4w6e5 .carousel-indicators .active,
.cid-uShhP4w6e5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uShhP4w6e5 .carousel-indicators .active {
  background: #fff;
}
.cid-uShhP4w6e5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uShhP4w6e5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uShhP4w6e5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uShhP4w6e5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uShhP4w6e5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uShhP4w6e5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uShhP4w6e5 .carousel {
  width: 100%;
}
.cid-uShhP4w6e5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uShhP4w6e5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uShhP4w6e5 .modal.fade .modal-dialog,
.cid-uShhP4w6e5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uShhP4w6e5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uShhP4w6e5 .content-head {
  max-width: 800px;
}
.cid-uSh9Zwu1Ir {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-07-21-at-22.51.29-1.jpeg");
}
.cid-uSh9Zwu1Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSh9Zwu1Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSh9Zwu1Ir .copyright {
  color: #61a4d0;
  text-align: left;
}
.cid-uSh9Zwu1Ir .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSh9Zwu1Ir .row {
    flex-direction: column-reverse !important;
  }
  .cid-uSh9Zwu1Ir .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uSh9Zwu1Ir .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSh9Zwu1Ir .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uSh9Zwu1Ir .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uSh9Zwu1Ir .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uSh9Zwu1Ir .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uSh9Zwu1Ir .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uSh9Zwu1Ir .copyright {
    text-align: center;
  }
}
