.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 {
  background-color: #260a30;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #25c77c !important;
}
.bg-info {
  background-color: #0cbce0 !important;
}
.bg-warning {
  background-color: #ffeb69 !important;
}
.bg-danger {
  background-color: #ffa600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333948 !important;
  border-color: #333948 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #485166 !important;
  border-color: #485166 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #485166 !important;
  border-color: #485166 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbce0 !important;
  border-color: #0cbce0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #2bd2f4 !important;
  border-color: #2bd2f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2bd2f4 !important;
  border-color: #2bd2f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c77c !important;
  border-color: #25c77c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #43dc95 !important;
  border-color: #43dc95 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #43dc95 !important;
  border-color: #43dc95 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333948;
  color: #333948;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0f1115 !important;
  background-color: transparent !important;
  border-color: #0f1115 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333948 !important;
  border-color: #333948 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbce0;
  color: #0cbce0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08778e !important;
  background-color: transparent !important;
  border-color: #08778e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbce0 !important;
  border-color: #0cbce0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25c77c;
  color: #25c77c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177e4e !important;
  background-color: transparent !important;
  border-color: #177e4e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c77c !important;
  border-color: #25c77c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !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: #000000 !important;
}
.text-secondary {
  color: #333948 !important;
}
.text-success {
  color: #25c77c !important;
}
.text-info {
  color: #0cbce0 !important;
}
.text-warning {
  color: #ffeb69 !important;
}
.text-danger {
  color: #ffa600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #090a0c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157146 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076b7f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #996400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbce0;
}
.alert-warning {
  background-color: #ffeb69;
}
.alert-danger {
  background-color: #ffa600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #83e8b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdf1fb;
}
.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: #ffedcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #ffffff !important;
  background-color: #000000 !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: #333948 !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='%23000000' %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-v1rbHkJlnl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1rbHkJlnl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1rbHkJlnl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1rbHkJlnl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1rbHkJlnl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1rbHkJlnl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1rbHkJlnl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1rbHkJlnl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1rbHkJlnl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1rbHkJlnl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1rbHkJlnl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1rbHkJlnl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1rbHkJlnl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1rbHkJlnl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1rbHkJlnl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1rbHkJlnl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1rbHkJlnl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1rbHkJlnl .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1rbHkJlnl .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1rbHkJlnl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkJlnl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1rbHkJlnl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1rbHkJlnl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1rbHkJlnl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rbHkJlnl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1rbHkJlnl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1rbHkJlnl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-v1rbHkJlnl .nav-item:focus,
.cid-v1rbHkJlnl .nav-link:focus {
  outline: none;
}
.cid-v1rbHkJlnl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1rbHkJlnl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1rbHkJlnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1rbHkJlnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1rbHkJlnl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1rbHkJlnl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1rbHkJlnl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1rbHkJlnl .navbar.opened {
  transition: all 0.3s;
}
.cid-v1rbHkJlnl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1rbHkJlnl .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1rbHkJlnl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1rbHkJlnl .navbar.collapsed {
  justify-content: center;
}
.cid-v1rbHkJlnl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1rbHkJlnl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1rbHkJlnl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1rbHkJlnl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1rbHkJlnl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1rbHkJlnl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1rbHkJlnl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1rbHkJlnl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1rbHkJlnl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkJlnl .navbar {
    min-height: 72px;
  }
  .cid-v1rbHkJlnl .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1rbHkJlnl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1rbHkJlnl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1rbHkJlnl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1rbHkJlnl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1rbHkJlnl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1rbHkJlnl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1rbHkJlnl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1rbHkJlnl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1rbHkJlnl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1rbHkJlnl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1rbHkJlnl .dropdown-item.active,
.cid-v1rbHkJlnl .dropdown-item:active {
  background-color: transparent;
}
.cid-v1rbHkJlnl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1rbHkJlnl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1rbHkJlnl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1rbHkJlnl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1rbHkJlnl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1rbHkJlnl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1rbHkJlnl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1rbHkJlnl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1rbHkJlnl .navbar-buttons {
    text-align: left;
  }
}
.cid-v1rbHkJlnl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1rbHkJlnl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1rbHkJlnl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1rbHkJlnl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1rbHkJlnl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1rbHkJlnl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1rbHkJlnl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1rbHkJlnl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1rbHkJlnl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1rbHkJlnl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1rbHkJlnl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1rbHkJlnl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1rbHkJlnl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1rbHkJlnl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1rbHkJlnl .navbar {
    height: 70px;
  }
  .cid-v1rbHkJlnl .navbar.opened {
    height: auto;
  }
  .cid-v1rbHkJlnl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1rbHkJlnl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1rbHkJlnl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1rbHkJlnl .navbar-brand {
    margin-right: auto;
  }
  .cid-v1rbHkJlnl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1rbHkJlnl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1rbHkJlnl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1rbHkJlnl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1rbHkJlnl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1rbHkJlnl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1rbHkJhwX {
  display: flex;
}
@media (min-width: 768px) {
  .cid-v1rbHkJhwX {
    align-items: flex-end;
  }
  .cid-v1rbHkJhwX .row {
    justify-content: flex-start;
  }
  .cid-v1rbHkJhwX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1rbHkJhwX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1rbHkJhwX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1rbHkJhwX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1rbHkJhwX .content-wrap {
    width: 100%;
  }
}
.cid-v1rbHkJhwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkJhwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/background1.jpg?rnd=1762905743962");
}
.cid-v1rbHkJhwX .mbr-section-title,
.cid-v1rbHkJhwX .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v1rbHkJhwX .mbr-text,
.cid-v1rbHkJhwX .mbr-section-btn {
  text-align: center;
}
.cid-v1rbHkJhwX .mbr-section-title {
  color: #ffeb69;
  text-align: left;
}
.cid-v1rbHkJhwX .mbr-section-subtitle {
  color: #3E5C76;
}
.cid-v1rbHkJnyA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1rbHkJnyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkJnyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rbHkJnyA .title .num {
  width: 100%;
  display: block;
}
.cid-v1rbHkJnyA .title .card-title {
  z-index: 1;
}
.cid-v1rbHkJnyA .num {
  color: #748CAB;
  text-align: center;
}
.cid-v1rbHkJnyA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkJnyA * {
    text-align: center !important;
  }
  .cid-v1rbHkJnyA .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v1rbHkJnyA .content-head {
  max-width: 800px;
}
.cid-v1rbHkJnyA .card-text {
  text-align: center;
}
.cid-v1rbHkJnyA .card-title,
.cid-v1rbHkJnyA .card-img {
  text-align: center;
}
.cid-v1rbHkKAhN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1rbHkKAhN .item:focus,
.cid-v1rbHkKAhN span:focus {
  outline: none;
}
.cid-v1rbHkKAhN .item {
  cursor: pointer;
}
.cid-v1rbHkKAhN .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkKAhN .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v1rbHkKAhN .grid-container-1,
.cid-v1rbHkKAhN .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkKAhN .grid-container-1,
  .cid-v1rbHkKAhN .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v1rbHkKAhN .mbr-section-title {
  color: #000000;
}
.cid-v1rbHkKAhN .mbr-text,
.cid-v1rbHkKAhN .mbr-section-btn {
  color: #000000;
}
.cid-v1rbHkKAhN .content-head {
  max-width: 800px;
}
.cid-v1rbHkKAhN .container,
.cid-v1rbHkKAhN .container-fluid {
  overflow: hidden;
}
.cid-v1rbHkKAhN .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v1rbHkKAhN .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1rbHkKAhN .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1rbHkKAhN .grid-item img {
    min-width: 35vw;
  }
}
.cid-v1rbHkKAhN .grid-container-1,
.cid-v1rbHkKAhN .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v1rbHkKAhN .grid-container-1 {
  align-items: flex-end;
}
.cid-v1rbHkKAhN .grid-container-2 {
  align-items: flex-start;
}
.cid-v1rbHkKGDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1rbHkKGDc .mbr-text {
  color: #000000;
}
.cid-v1rbHkKGDc .mbr-section-subtitle {
  color: #000000;
}
.cid-v1rbHkKGDc .mbr-section-title {
  color: #000000;
}
.cid-v1rbHkKZdE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1rbHkKZdE .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v1rbHkKZdE img,
.cid-v1rbHkKZdE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1rbHkKZdE .item:focus,
.cid-v1rbHkKZdE span:focus {
  outline: none;
}
.cid-v1rbHkKZdE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkKZdE .item {
    margin-bottom: 1rem;
  }
}
.cid-v1rbHkKZdE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1rbHkKZdE .mbr-section-title {
  color: #000000;
}
.cid-v1rbHkKZdE .mbr-text,
.cid-v1rbHkKZdE .mbr-section-btn {
  color: #000000;
}
.cid-v1rbHkKZdE .item-title {
  color: #000000;
}
.cid-v1rbHkKZdE .content-head {
  max-width: 800px;
}
.cid-v1rbHkLSIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e5c76;
}
.cid-v1rbHkLSIU input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v1rbHkLSIU input:hover {
  border: none !important;
}
.cid-v1rbHkLSIU .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1rbHkLSIU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1rbHkLSIU .row {
  justify-content: center;
}
.cid-v1rbHkLSIU .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-v1rbHkLSIU .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-v1rbHkLSIU .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v1rbHkLSIU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v1rbHkLSIU .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v1rbHkLSIU .justify-content-center {
  align-items: center;
}
.cid-v1rbHkLSIU .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-v1rbHkLAc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1rbHkLAc3 .mbr-text {
  color: #000000;
}
.cid-v1rbHkLAc3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1rbHkLAc3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1rbHkLAc3 .mbr-text,
.cid-v1rbHkLAc3 .item .mbr-section-btn {
  text-align: left;
}
.cid-v1rbHkLAc3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rbHkLAc3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rbHkLAc3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1rbHkLsIy {
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/photo-1616587998810-6e2a4a270866.jpeg");
  overflow: hidden;
}
.cid-v1rbHkLY19 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1rbHkLY19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkLY19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rbHkLY19 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkLY19 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1rbHkLY19 .mbr-section-title {
  text-align: center;
}
.cid-v1rbHkLY19 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1rbHkLY19 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v1rbHkLY19 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v1rbHkLY19 .content-head {
  max-width: 800px;
}
.cid-v1rbHkLY19 .img-box {
  display: flex;
  justify-content: center;
}
.cid-v1rbHkLY19 .card-title {
  text-align: center;
}
.cid-v1rbHkLY19 .card-text {
  text-align: center;
}
.cid-v1rbHkLY19 .link {
  text-align: center;
}
.cid-v1rbHkN2FZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkN2FZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/background1.jpg?rnd=1762905743962");
}
.cid-v1rbHkNSPt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1rbHkNSPt .item:focus,
.cid-v1rbHkNSPt span:focus {
  outline: none;
}
.cid-v1rbHkNSPt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v1rbHkNSPt .content-head {
  max-width: 800px;
}
.cid-v1rbHkNSPt .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-v1rbHkNSPt .item {
    min-height: 45px;
  }
}
.cid-v1rbHkOlG8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v1rbHkOlG8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v1rbHkOlG8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rbHkOlG8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rbHkOlG8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1rbHkOlG8 .card-title,
.cid-v1rbHkOlG8 .iconfont-wrapper {
  color: #000000;
}
.cid-v1rbHkOlG8 .card-text {
  color: #000000;
  text-align: left;
}
.cid-v1rbHkOlG8 .content-head {
  max-width: 800px;
}
.cid-v1rbHkOlG8 .mbr-section-title {
  color: #000000;
}
.cid-v1rbHkOlG8 .card-title,
.cid-v1rbHkOlG8 .img-wrapper {
  text-align: center;
}
.cid-v1rbHkOlG8 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v1rbHkOjrH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1rbHkOjrH .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-v1rbHkOjrH img,
.cid-v1rbHkOjrH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1rbHkOjrH .item:focus,
.cid-v1rbHkOjrH span:focus {
  outline: none;
}
.cid-v1rbHkOjrH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkOjrH .item {
    margin-bottom: 1rem;
  }
}
.cid-v1rbHkOjrH .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1rbHkOjrH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1rbHkOjrH .mbr-section-title {
  color: #000000;
}
.cid-v1rbHkOjrH .mbr-text,
.cid-v1rbHkOjrH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1rbHkOjrH .item-title {
  color: #000000;
  text-align: center;
}
.cid-v1rbHkOjrH .content-head {
  max-width: 800px;
}
.cid-v1rbHkO0P4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1rbHkO0P4 img,
.cid-v1rbHkO0P4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1rbHkO0P4 img,
  .cid-v1rbHkO0P4 .item-img {
    max-height: 300px;
  }
}
.cid-v1rbHkO0P4 .item:focus,
.cid-v1rbHkO0P4 span:focus {
  outline: none;
}
.cid-v1rbHkO0P4 .item-wrapper {
  position: relative;
}
.cid-v1rbHkO0P4 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v1rbHkO0P4 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v1rbHkO0P4 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rbHkO0P4 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v1rbHkO0P4 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rbHkO0P4 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v1rbHkO0P4 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v1rbHkO0P4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1rbHkO0P4 .mbr-section-title {
  color: #000000;
}
.cid-v1rbHkO0P4 .mbr-text,
.cid-v1rbHkO0P4 .mbr-section-btn {
  text-align: left;
}
.cid-v1rbHkO0P4 .item-title {
  text-align: left;
}
.cid-v1rbHkO0P4 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v1rbHkO0P4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1rbHkO0P4 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v1rbHkO0P4 .embla__button--next,
.cid-v1rbHkO0P4 .embla__button--prev {
  display: flex;
}
.cid-v1rbHkO0P4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1rbHkO0P4 .embla__button {
    display: none;
  }
}
.cid-v1rbHkO0P4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1rbHkO0P4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1rbHkO0P4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1rbHkO0P4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkO0P4 .embla__button {
    top: auto;
  }
}
.cid-v1rbHkO0P4 .embla {
  position: relative;
  width: 100%;
}
.cid-v1rbHkO0P4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1rbHkO0P4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1rbHkO0P4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1rbHkO0P4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1rbHkO0P4 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1rbHkO0P4 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v1rbHkO0P4 .content-head {
  max-width: 800px;
}
.cid-v1rbHkPqYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1rbHkPqYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkPqYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rbHkPqYy .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v1rbHkPqYy .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v1rbHkPqYy .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v1rbHkPqYy .bg-twitter:hover {
  background: #0c85d0;
}
.cid-v1rbHkPqYy .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v1rbHkPqYy .bg-instagram:hover {
  background: #bd005c;
}
.cid-v1rbHkPqYy .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v1rbHkPqYy .bg-tiktok:hover {
  background: #000000;
}
.cid-v1rbHkPqYy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v1rbHkPqYy [class^="socicon-"]:before,
.cid-v1rbHkPqYy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-v1rbHkPwmK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v1rbHkPwmK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v1rbHkPwmK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v1rbHkPwmK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v1rbHkPwmK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v1rbHkPwmK .content-head {
  max-width: 800px;
}
.cid-v1rbHkPPIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1rbHkPPIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkPPIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rbHkPPIn .mbr-text {
  color: #000000;
}
.cid-v1rbHkPPIn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1rbHkPPIn .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkPPIn .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1rbHkPPIn .mbr-section-subtitle,
.cid-v1rbHkPPIn .main-button {
  color: #000000;
}
.cid-v1rbHkPPIn .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v1rbHkPPIn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v1rbHkPPIn .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-v1rbHkPPIn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1rbHkPPIn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1rbHkPbgs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v1rbHkPbgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1rbHkPbgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1rbHkPbgs .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v1rbHkPbgs .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1rbHkPbgs .row {
    flex-direction: column-reverse !important;
  }
  .cid-v1rbHkPbgs .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v1rbHkPbgs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1rbHkPbgs .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-v1rbHkPbgs .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v1rbHkPbgs .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v1rbHkPbgs .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v1rbHkPbgs .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v1rbHkPbgs .copyright {
    text-align: center;
  }
}
.cid-v1xdOmy9Dr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1xdOmy9Dr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1xdOmy9Dr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1xdOmy9Dr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1xdOmy9Dr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1xdOmy9Dr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1xdOmy9Dr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1xdOmy9Dr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1xdOmy9Dr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1xdOmy9Dr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1xdOmy9Dr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1xdOmy9Dr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1xdOmy9Dr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1xdOmy9Dr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1xdOmy9Dr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1xdOmy9Dr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1xdOmy9Dr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1xdOmy9Dr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1xdOmy9Dr .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1xdOmy9Dr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1xdOmy9Dr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1xdOmy9Dr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1xdOmy9Dr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1xdOmy9Dr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdOmy9Dr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1xdOmy9Dr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1xdOmy9Dr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-v1xdOmy9Dr .nav-item:focus,
.cid-v1xdOmy9Dr .nav-link:focus {
  outline: none;
}
.cid-v1xdOmy9Dr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1xdOmy9Dr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1xdOmy9Dr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1xdOmy9Dr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1xdOmy9Dr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1xdOmy9Dr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1xdOmy9Dr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1xdOmy9Dr .navbar.opened {
  transition: all 0.3s;
}
.cid-v1xdOmy9Dr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1xdOmy9Dr .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1xdOmy9Dr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1xdOmy9Dr .navbar.collapsed {
  justify-content: center;
}
.cid-v1xdOmy9Dr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1xdOmy9Dr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1xdOmy9Dr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1xdOmy9Dr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1xdOmy9Dr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1xdOmy9Dr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1xdOmy9Dr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1xdOmy9Dr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1xdOmy9Dr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1xdOmy9Dr .navbar {
    min-height: 72px;
  }
  .cid-v1xdOmy9Dr .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1xdOmy9Dr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1xdOmy9Dr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1xdOmy9Dr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1xdOmy9Dr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1xdOmy9Dr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1xdOmy9Dr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1xdOmy9Dr .dropdown-item.active,
.cid-v1xdOmy9Dr .dropdown-item:active {
  background-color: transparent;
}
.cid-v1xdOmy9Dr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1xdOmy9Dr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1xdOmy9Dr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1xdOmy9Dr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1xdOmy9Dr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1xdOmy9Dr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1xdOmy9Dr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1xdOmy9Dr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1xdOmy9Dr .navbar-buttons {
    text-align: left;
  }
}
.cid-v1xdOmy9Dr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1xdOmy9Dr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1xdOmy9Dr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1xdOmy9Dr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1xdOmy9Dr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1xdOmy9Dr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1xdOmy9Dr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1xdOmy9Dr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1xdOmy9Dr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1xdOmy9Dr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1xdOmy9Dr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1xdOmy9Dr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1xdOmy9Dr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1xdOmy9Dr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1xdOmy9Dr .navbar {
    height: 70px;
  }
  .cid-v1xdOmy9Dr .navbar.opened {
    height: auto;
  }
  .cid-v1xdOmy9Dr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1xdOmy9Dr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1xdOmy9Dr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1xdOmy9Dr .navbar-brand {
    margin-right: auto;
  }
  .cid-v1xdOmy9Dr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1xdOmy9Dr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1xdOmy9Dr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1xdOmy9Dr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1xdOmy9Dr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1xdOmy9Dr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1xdOnpuYa {
  display: flex;
}
@media (min-width: 768px) {
  .cid-v1xdOnpuYa {
    align-items: flex-end;
  }
  .cid-v1xdOnpuYa .row {
    justify-content: flex-start;
  }
  .cid-v1xdOnpuYa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1xdOnpuYa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1xdOnpuYa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1xdOnpuYa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1xdOnpuYa .content-wrap {
    width: 100%;
  }
}
.cid-v1xdOnpuYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOnpuYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/background1.jpg?rnd=1762905743962");
}
.cid-v1xdOnpuYa .mbr-section-title,
.cid-v1xdOnpuYa .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v1xdOnpuYa .mbr-text,
.cid-v1xdOnpuYa .mbr-section-btn {
  text-align: center;
}
.cid-v1xdOnpuYa .mbr-section-title {
  color: #ffeb69;
}
.cid-v1xdOnpuYa .mbr-section-subtitle {
  color: #3E5C76;
}
.cid-v1xdOnK3GQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdOnK3GQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOnK3GQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdOnK3GQ .title .num {
  width: 100%;
  display: block;
}
.cid-v1xdOnK3GQ .title .card-title {
  z-index: 1;
}
.cid-v1xdOnK3GQ .num {
  color: #748CAB;
  text-align: center;
}
.cid-v1xdOnK3GQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOnK3GQ * {
    text-align: center !important;
  }
  .cid-v1xdOnK3GQ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v1xdOnK3GQ .content-head {
  max-width: 800px;
}
.cid-v1xdOnK3GQ .card-text {
  text-align: center;
}
.cid-v1xdOnK3GQ .card-title,
.cid-v1xdOnK3GQ .card-img {
  text-align: center;
}
.cid-v1xdOo83ix {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1xdOo83ix .item:focus,
.cid-v1xdOo83ix span:focus {
  outline: none;
}
.cid-v1xdOo83ix .item {
  cursor: pointer;
}
.cid-v1xdOo83ix .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOo83ix .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v1xdOo83ix .grid-container-1,
.cid-v1xdOo83ix .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOo83ix .grid-container-1,
  .cid-v1xdOo83ix .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v1xdOo83ix .mbr-section-title {
  color: #000000;
}
.cid-v1xdOo83ix .mbr-text,
.cid-v1xdOo83ix .mbr-section-btn {
  color: #000000;
}
.cid-v1xdOo83ix .content-head {
  max-width: 800px;
}
.cid-v1xdOo83ix .container,
.cid-v1xdOo83ix .container-fluid {
  overflow: hidden;
}
.cid-v1xdOo83ix .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v1xdOo83ix .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1xdOo83ix .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1xdOo83ix .grid-item img {
    min-width: 35vw;
  }
}
.cid-v1xdOo83ix .grid-container-1,
.cid-v1xdOo83ix .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v1xdOo83ix .grid-container-1 {
  align-items: flex-end;
}
.cid-v1xdOo83ix .grid-container-2 {
  align-items: flex-start;
}
.cid-v1xdOovWRj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1xdOovWRj .mbr-text {
  color: #000000;
}
.cid-v1xdOovWRj .mbr-section-subtitle {
  color: #000000;
}
.cid-v1xdOovWRj .mbr-section-title {
  color: #000000;
}
.cid-v1xdOoOQ5N {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdOoOQ5N .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v1xdOoOQ5N img,
.cid-v1xdOoOQ5N .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1xdOoOQ5N .item:focus,
.cid-v1xdOoOQ5N span:focus {
  outline: none;
}
.cid-v1xdOoOQ5N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOoOQ5N .item {
    margin-bottom: 1rem;
  }
}
.cid-v1xdOoOQ5N .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1xdOoOQ5N .mbr-section-title {
  color: #000000;
}
.cid-v1xdOoOQ5N .mbr-text,
.cid-v1xdOoOQ5N .mbr-section-btn {
  color: #000000;
}
.cid-v1xdOoOQ5N .item-title {
  color: #000000;
}
.cid-v1xdOoOQ5N .content-head {
  max-width: 800px;
}
.cid-v1xdOpfiv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e5c76;
}
.cid-v1xdOpfiv7 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v1xdOpfiv7 input:hover {
  border: none !important;
}
.cid-v1xdOpfiv7 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1xdOpfiv7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1xdOpfiv7 .row {
  justify-content: center;
}
.cid-v1xdOpfiv7 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-v1xdOpfiv7 .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-v1xdOpfiv7 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v1xdOpfiv7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v1xdOpfiv7 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v1xdOpfiv7 .justify-content-center {
  align-items: center;
}
.cid-v1xdOpfiv7 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-v1xdOpxjOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1xdOpxjOP .mbr-text {
  color: #000000;
}
.cid-v1xdOpxjOP .mbr-section-subtitle {
  color: #000000;
}
.cid-v1xdOpxjOP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1xdOpxjOP .mbr-text,
.cid-v1xdOpxjOP .item .mbr-section-btn {
  text-align: left;
}
.cid-v1xdOpxjOP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1xdOpxjOP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdOpxjOP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1xdOpUfp2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1xdOpUfp2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v1xdOpUfp2 img,
.cid-v1xdOpUfp2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1xdOpUfp2 .item:focus,
.cid-v1xdOpUfp2 span:focus {
  outline: none;
}
.cid-v1xdOpUfp2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOpUfp2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v1xdOpUfp2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1xdOpUfp2 .mbr-section-title {
  color: #232323;
}
.cid-v1xdOpUfp2 .mbr-text,
.cid-v1xdOpUfp2 .mbr-section-btn {
  color: #232323;
}
.cid-v1xdOpUfp2 .item-title {
  color: #232323;
}
.cid-v1xdOpUfp2 .content-head {
  max-width: 800px;
}
.cid-v1xdOqtUZ4 {
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/photo-1616587998810-6e2a4a270866.jpeg");
  overflow: hidden;
}
.cid-v1xdOqJP6L {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdOqJP6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOqJP6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdOqJP6L .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOqJP6L .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1xdOqJP6L .mbr-section-title {
  text-align: center;
}
.cid-v1xdOqJP6L .mbr-section-subtitle {
  text-align: center;
}
.cid-v1xdOqJP6L .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v1xdOqJP6L .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v1xdOqJP6L .content-head {
  max-width: 800px;
}
.cid-v1xdOqJP6L .img-box {
  display: flex;
  justify-content: center;
}
.cid-v1xdOqJP6L .card-title {
  text-align: center;
}
.cid-v1xdOqJP6L .card-text {
  text-align: center;
}
.cid-v1xdOqJP6L .link {
  text-align: center;
}
.cid-v1xdOriC8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOriC8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/background1.jpg?rnd=1762905743962");
}
.cid-v1xdOrBDuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1xdOrBDuG .item:focus,
.cid-v1xdOrBDuG span:focus {
  outline: none;
}
.cid-v1xdOrBDuG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v1xdOrBDuG .content-head {
  max-width: 800px;
}
.cid-v1xdOrBDuG .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-v1xdOrBDuG .item {
    min-height: 45px;
  }
}
.cid-v1xdOrWz5S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v1xdOrWz5S .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v1xdOrWz5S .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1xdOrWz5S .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdOrWz5S .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1xdOrWz5S .card-title,
.cid-v1xdOrWz5S .iconfont-wrapper {
  color: #000000;
}
.cid-v1xdOrWz5S .card-text {
  color: #000000;
  text-align: left;
}
.cid-v1xdOrWz5S .content-head {
  max-width: 800px;
}
.cid-v1xdOrWz5S .mbr-section-title {
  color: #000000;
}
.cid-v1xdOrWz5S .card-title,
.cid-v1xdOrWz5S .img-wrapper {
  text-align: center;
}
.cid-v1xdOrWz5S .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v1xdOssIJB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdOssIJB .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-v1xdOssIJB img,
.cid-v1xdOssIJB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1xdOssIJB .item:focus,
.cid-v1xdOssIJB span:focus {
  outline: none;
}
.cid-v1xdOssIJB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOssIJB .item {
    margin-bottom: 1rem;
  }
}
.cid-v1xdOssIJB .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1xdOssIJB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1xdOssIJB .mbr-section-title {
  color: #000000;
}
.cid-v1xdOssIJB .mbr-text,
.cid-v1xdOssIJB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1xdOssIJB .item-title {
  color: #000000;
  text-align: center;
}
.cid-v1xdOssIJB .content-head {
  max-width: 800px;
}
.cid-v1xdOt0Mo5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1xdOt0Mo5 img,
.cid-v1xdOt0Mo5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1xdOt0Mo5 img,
  .cid-v1xdOt0Mo5 .item-img {
    max-height: 300px;
  }
}
.cid-v1xdOt0Mo5 .item:focus,
.cid-v1xdOt0Mo5 span:focus {
  outline: none;
}
.cid-v1xdOt0Mo5 .item-wrapper {
  position: relative;
}
.cid-v1xdOt0Mo5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v1xdOt0Mo5 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v1xdOt0Mo5 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1xdOt0Mo5 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v1xdOt0Mo5 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdOt0Mo5 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v1xdOt0Mo5 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v1xdOt0Mo5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1xdOt0Mo5 .mbr-section-title {
  color: #000000;
}
.cid-v1xdOt0Mo5 .mbr-text,
.cid-v1xdOt0Mo5 .mbr-section-btn {
  text-align: left;
}
.cid-v1xdOt0Mo5 .item-title {
  text-align: left;
}
.cid-v1xdOt0Mo5 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v1xdOt0Mo5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1xdOt0Mo5 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v1xdOt0Mo5 .embla__button--next,
.cid-v1xdOt0Mo5 .embla__button--prev {
  display: flex;
}
.cid-v1xdOt0Mo5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1xdOt0Mo5 .embla__button {
    display: none;
  }
}
.cid-v1xdOt0Mo5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1xdOt0Mo5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1xdOt0Mo5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1xdOt0Mo5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1xdOt0Mo5 .embla__button {
    top: auto;
  }
}
.cid-v1xdOt0Mo5 .embla {
  position: relative;
  width: 100%;
}
.cid-v1xdOt0Mo5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1xdOt0Mo5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1xdOt0Mo5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1xdOt0Mo5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1xdOt0Mo5 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1xdOt0Mo5 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v1xdOt0Mo5 .content-head {
  max-width: 800px;
}
.cid-v1xdOtQei9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1xdOtQei9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOtQei9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdOtQei9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v1xdOtQei9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v1xdOtQei9 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v1xdOtQei9 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-v1xdOtQei9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v1xdOtQei9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v1xdOtQei9 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v1xdOtQei9 .bg-tiktok:hover {
  background: #000000;
}
.cid-v1xdOtQei9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v1xdOtQei9 [class^="socicon-"]:before,
.cid-v1xdOtQei9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-v1xdOun8iv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v1xdOun8iv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v1xdOun8iv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v1xdOun8iv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v1xdOun8iv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v1xdOun8iv .content-head {
  max-width: 800px;
}
.cid-v1xdOuQsA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1xdOuQsA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOuQsA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdOuQsA0 .mbr-text {
  color: #000000;
}
.cid-v1xdOuQsA0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1xdOuQsA0 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdOuQsA0 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1xdOuQsA0 .mbr-section-subtitle,
.cid-v1xdOuQsA0 .main-button {
  color: #000000;
}
.cid-v1xdOuQsA0 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v1xdOuQsA0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v1xdOuQsA0 .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-v1xdOuQsA0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1xdOuQsA0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1xdOvo4vN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v1xdOvo4vN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdOvo4vN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdOvo4vN .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v1xdOvo4vN .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1xdOvo4vN .row {
    flex-direction: column-reverse !important;
  }
  .cid-v1xdOvo4vN .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v1xdOvo4vN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1xdOvo4vN .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-v1xdOvo4vN .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v1xdOvo4vN .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v1xdOvo4vN .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v1xdOvo4vN .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v1xdOvo4vN .copyright {
    text-align: center;
  }
}
.cid-v1xdP8Ukaw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1xdP8Ukaw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1xdP8Ukaw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1xdP8Ukaw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1xdP8Ukaw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1xdP8Ukaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1xdP8Ukaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1xdP8Ukaw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1xdP8Ukaw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1xdP8Ukaw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1xdP8Ukaw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1xdP8Ukaw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1xdP8Ukaw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1xdP8Ukaw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-v1xdP8Ukaw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1xdP8Ukaw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1xdP8Ukaw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1xdP8Ukaw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1xdP8Ukaw .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1xdP8Ukaw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1xdP8Ukaw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1xdP8Ukaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1xdP8Ukaw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v1xdP8Ukaw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdP8Ukaw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1xdP8Ukaw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1xdP8Ukaw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-v1xdP8Ukaw .nav-item:focus,
.cid-v1xdP8Ukaw .nav-link:focus {
  outline: none;
}
.cid-v1xdP8Ukaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1xdP8Ukaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1xdP8Ukaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1xdP8Ukaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1xdP8Ukaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1xdP8Ukaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1xdP8Ukaw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1xdP8Ukaw .navbar.opened {
  transition: all 0.3s;
}
.cid-v1xdP8Ukaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1xdP8Ukaw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1xdP8Ukaw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1xdP8Ukaw .navbar.collapsed {
  justify-content: center;
}
.cid-v1xdP8Ukaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1xdP8Ukaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1xdP8Ukaw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1xdP8Ukaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1xdP8Ukaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1xdP8Ukaw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1xdP8Ukaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1xdP8Ukaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1xdP8Ukaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1xdP8Ukaw .navbar {
    min-height: 72px;
  }
  .cid-v1xdP8Ukaw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1xdP8Ukaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1xdP8Ukaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1xdP8Ukaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1xdP8Ukaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1xdP8Ukaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1xdP8Ukaw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1xdP8Ukaw .dropdown-item.active,
.cid-v1xdP8Ukaw .dropdown-item:active {
  background-color: transparent;
}
.cid-v1xdP8Ukaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1xdP8Ukaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1xdP8Ukaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1xdP8Ukaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1xdP8Ukaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1xdP8Ukaw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1xdP8Ukaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1xdP8Ukaw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1xdP8Ukaw .navbar-buttons {
    text-align: left;
  }
}
.cid-v1xdP8Ukaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1xdP8Ukaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1xdP8Ukaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1xdP8Ukaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1xdP8Ukaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1xdP8Ukaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1xdP8Ukaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1xdP8Ukaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1xdP8Ukaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1xdP8Ukaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1xdP8Ukaw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1xdP8Ukaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1xdP8Ukaw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1xdP8Ukaw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1xdP8Ukaw .navbar {
    height: 70px;
  }
  .cid-v1xdP8Ukaw .navbar.opened {
    height: auto;
  }
  .cid-v1xdP8Ukaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1xdP8Ukaw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1xdP8Ukaw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1xdP8Ukaw .navbar-brand {
    margin-right: auto;
  }
  .cid-v1xdP8Ukaw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v1xdP8Ukaw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1xdP8Ukaw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1xdP8Ukaw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1xdP8Ukaw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1xdP8Ukaw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1xdP9Aw7r {
  display: flex;
}
@media (min-width: 768px) {
  .cid-v1xdP9Aw7r {
    align-items: flex-end;
  }
  .cid-v1xdP9Aw7r .row {
    justify-content: flex-start;
  }
  .cid-v1xdP9Aw7r .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1xdP9Aw7r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1xdP9Aw7r {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1xdP9Aw7r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1xdP9Aw7r .content-wrap {
    width: 100%;
  }
}
.cid-v1xdP9Aw7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdP9Aw7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/background1.jpg?rnd=1762905743962");
}
.cid-v1xdP9Aw7r .mbr-section-title,
.cid-v1xdP9Aw7r .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v1xdP9Aw7r .mbr-text,
.cid-v1xdP9Aw7r .mbr-section-btn {
  text-align: center;
}
.cid-v1xdP9Aw7r .mbr-section-title {
  color: #ffeb69;
}
.cid-v1xdP9Aw7r .mbr-section-subtitle {
  color: #3E5C76;
}
.cid-v1xdPa2CPD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdPa2CPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdPa2CPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdPa2CPD .title .num {
  width: 100%;
  display: block;
}
.cid-v1xdPa2CPD .title .card-title {
  z-index: 1;
}
.cid-v1xdPa2CPD .num {
  color: #748CAB;
  text-align: center;
}
.cid-v1xdPa2CPD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdPa2CPD * {
    text-align: center !important;
  }
  .cid-v1xdPa2CPD .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v1xdPa2CPD .content-head {
  max-width: 800px;
}
.cid-v1xdPa2CPD .card-text {
  text-align: center;
}
.cid-v1xdPa2CPD .card-title,
.cid-v1xdPa2CPD .card-img {
  text-align: center;
}
.cid-v1xdParMnT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1xdParMnT .item:focus,
.cid-v1xdParMnT span:focus {
  outline: none;
}
.cid-v1xdParMnT .item {
  cursor: pointer;
}
.cid-v1xdParMnT .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdParMnT .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v1xdParMnT .grid-container-1,
.cid-v1xdParMnT .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdParMnT .grid-container-1,
  .cid-v1xdParMnT .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v1xdParMnT .mbr-section-title {
  color: #000000;
}
.cid-v1xdParMnT .mbr-text,
.cid-v1xdParMnT .mbr-section-btn {
  color: #000000;
}
.cid-v1xdParMnT .content-head {
  max-width: 800px;
}
.cid-v1xdParMnT .container,
.cid-v1xdParMnT .container-fluid {
  overflow: hidden;
}
.cid-v1xdParMnT .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v1xdParMnT .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1xdParMnT .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1xdParMnT .grid-item img {
    min-width: 35vw;
  }
}
.cid-v1xdParMnT .grid-container-1,
.cid-v1xdParMnT .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v1xdParMnT .grid-container-1 {
  align-items: flex-end;
}
.cid-v1xdParMnT .grid-container-2 {
  align-items: flex-start;
}
.cid-v1xdPaKMna {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1xdPaKMna .mbr-text {
  color: #000000;
}
.cid-v1xdPaKMna .mbr-section-subtitle {
  color: #000000;
}
.cid-v1xdPaKMna .mbr-section-title {
  color: #000000;
}
.cid-v1xdPaZAeo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdPaZAeo .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v1xdPaZAeo img,
.cid-v1xdPaZAeo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1xdPaZAeo .item:focus,
.cid-v1xdPaZAeo span:focus {
  outline: none;
}
.cid-v1xdPaZAeo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdPaZAeo .item {
    margin-bottom: 1rem;
  }
}
.cid-v1xdPaZAeo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1xdPaZAeo .mbr-section-title {
  color: #000000;
}
.cid-v1xdPaZAeo .mbr-text,
.cid-v1xdPaZAeo .mbr-section-btn {
  color: #000000;
}
.cid-v1xdPaZAeo .item-title {
  color: #000000;
}
.cid-v1xdPaZAeo .content-head {
  max-width: 800px;
}
.cid-v1xdPbk7q0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e5c76;
}
.cid-v1xdPbk7q0 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v1xdPbk7q0 input:hover {
  border: none !important;
}
.cid-v1xdPbk7q0 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1xdPbk7q0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1xdPbk7q0 .row {
  justify-content: center;
}
.cid-v1xdPbk7q0 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-v1xdPbk7q0 .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-v1xdPbk7q0 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v1xdPbk7q0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v1xdPbk7q0 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v1xdPbk7q0 .justify-content-center {
  align-items: center;
}
.cid-v1xdPbk7q0 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-v1xdPbCn7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1xdPbCn7A .mbr-text {
  color: #000000;
}
.cid-v1xdPbCn7A .mbr-section-subtitle {
  color: #000000;
}
.cid-v1xdPbCn7A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1xdPbCn7A .mbr-text,
.cid-v1xdPbCn7A .item .mbr-section-btn {
  text-align: left;
}
.cid-v1xdPbCn7A .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1xdPbCn7A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdPbCn7A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1xdPbYDXy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1xdPbYDXy .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v1xdPbYDXy img,
.cid-v1xdPbYDXy .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1xdPbYDXy .item:focus,
.cid-v1xdPbYDXy span:focus {
  outline: none;
}
.cid-v1xdPbYDXy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdPbYDXy .item {
    margin-bottom: 1rem;
  }
}
.cid-v1xdPbYDXy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1xdPbYDXy .mbr-section-title {
  color: #232323;
}
.cid-v1xdPbYDXy .mbr-text,
.cid-v1xdPbYDXy .mbr-section-btn {
  color: #232323;
}
.cid-v1xdPbYDXy .item-title {
  color: #232323;
}
.cid-v1xdPbYDXy .content-head {
  max-width: 800px;
}
.cid-v1xdPcqifv {
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/photo-1616587998810-6e2a4a270866.jpeg");
  overflow: hidden;
}
.cid-v1xdPcHiKG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdPcHiKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdPcHiKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdPcHiKG .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdPcHiKG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1xdPcHiKG .mbr-section-title {
  text-align: center;
}
.cid-v1xdPcHiKG .mbr-section-subtitle {
  text-align: center;
}
.cid-v1xdPcHiKG .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v1xdPcHiKG .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v1xdPcHiKG .content-head {
  max-width: 800px;
}
.cid-v1xdPcHiKG .img-box {
  display: flex;
  justify-content: center;
}
.cid-v1xdPcHiKG .card-title {
  text-align: center;
}
.cid-v1xdPcHiKG .card-text {
  text-align: center;
}
.cid-v1xdPcHiKG .link {
  text-align: center;
}
.cid-v1xdPdglwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdPdglwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1981730/assets/images/background1.jpg?rnd=1762905743962");
}
.cid-v1xdPdA8G2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1xdPdA8G2 .item:focus,
.cid-v1xdPdA8G2 span:focus {
  outline: none;
}
.cid-v1xdPdA8G2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v1xdPdA8G2 .content-head {
  max-width: 800px;
}
.cid-v1xdPdA8G2 .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-v1xdPdA8G2 .item {
    min-height: 45px;
  }
}
.cid-v1xdPdSPgn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v1xdPdSPgn .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v1xdPdSPgn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1xdPdSPgn .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdPdSPgn .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1xdPdSPgn .card-title,
.cid-v1xdPdSPgn .iconfont-wrapper {
  color: #000000;
}
.cid-v1xdPdSPgn .card-text {
  color: #000000;
  text-align: left;
}
.cid-v1xdPdSPgn .content-head {
  max-width: 800px;
}
.cid-v1xdPdSPgn .mbr-section-title {
  color: #000000;
}
.cid-v1xdPdSPgn .card-title,
.cid-v1xdPdSPgn .img-wrapper {
  text-align: center;
}
.cid-v1xdPdSPgn .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v1xdPei89a {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1xdPei89a .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-v1xdPei89a img,
.cid-v1xdPei89a .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1xdPei89a .item:focus,
.cid-v1xdPei89a span:focus {
  outline: none;
}
.cid-v1xdPei89a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdPei89a .item {
    margin-bottom: 1rem;
  }
}
.cid-v1xdPei89a .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1xdPei89a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1xdPei89a .mbr-section-title {
  color: #000000;
}
.cid-v1xdPei89a .mbr-text,
.cid-v1xdPei89a .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1xdPei89a .item-title {
  color: #000000;
  text-align: center;
}
.cid-v1xdPei89a .content-head {
  max-width: 800px;
}
.cid-v1xdPePc55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1xdPePc55 img,
.cid-v1xdPePc55 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v1xdPePc55 img,
  .cid-v1xdPePc55 .item-img {
    max-height: 300px;
  }
}
.cid-v1xdPePc55 .item:focus,
.cid-v1xdPePc55 span:focus {
  outline: none;
}
.cid-v1xdPePc55 .item-wrapper {
  position: relative;
}
.cid-v1xdPePc55 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v1xdPePc55 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v1xdPePc55 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1xdPePc55 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v1xdPePc55 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1xdPePc55 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v1xdPePc55 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v1xdPePc55 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1xdPePc55 .mbr-section-title {
  color: #000000;
}
.cid-v1xdPePc55 .mbr-text,
.cid-v1xdPePc55 .mbr-section-btn {
  text-align: left;
}
.cid-v1xdPePc55 .item-title {
  text-align: left;
}
.cid-v1xdPePc55 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v1xdPePc55 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1xdPePc55 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v1xdPePc55 .embla__button--next,
.cid-v1xdPePc55 .embla__button--prev {
  display: flex;
}
.cid-v1xdPePc55 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1xdPePc55 .embla__button {
    display: none;
  }
}
.cid-v1xdPePc55 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1xdPePc55 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1xdPePc55 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1xdPePc55 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1xdPePc55 .embla__button {
    top: auto;
  }
}
.cid-v1xdPePc55 .embla {
  position: relative;
  width: 100%;
}
.cid-v1xdPePc55 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1xdPePc55 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1xdPePc55 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1xdPePc55 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1xdPePc55 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1xdPePc55 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v1xdPePc55 .content-head {
  max-width: 800px;
}
.cid-v1xdPfr8mr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1xdPfr8mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdPfr8mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdPfr8mr .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v1xdPfr8mr .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v1xdPfr8mr .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v1xdPfr8mr .bg-twitter:hover {
  background: #0c85d0;
}
.cid-v1xdPfr8mr .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v1xdPfr8mr .bg-instagram:hover {
  background: #bd005c;
}
.cid-v1xdPfr8mr .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v1xdPfr8mr .bg-tiktok:hover {
  background: #000000;
}
.cid-v1xdPfr8mr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v1xdPfr8mr [class^="socicon-"]:before,
.cid-v1xdPfr8mr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-v1xdPfZVl8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v1xdPfZVl8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v1xdPfZVl8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v1xdPfZVl8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v1xdPfZVl8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v1xdPfZVl8 .content-head {
  max-width: 800px;
}
.cid-v1xdPguJjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1xdPguJjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdPguJjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdPguJjY .mbr-text {
  color: #000000;
}
.cid-v1xdPguJjY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1xdPguJjY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1xdPguJjY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1xdPguJjY .mbr-section-subtitle,
.cid-v1xdPguJjY .main-button {
  color: #000000;
}
.cid-v1xdPguJjY .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v1xdPguJjY .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v1xdPguJjY .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-v1xdPguJjY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1xdPguJjY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1xdPgZhwR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v1xdPgZhwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xdPgZhwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1xdPgZhwR .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v1xdPgZhwR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1xdPgZhwR .row {
    flex-direction: column-reverse !important;
  }
  .cid-v1xdPgZhwR .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v1xdPgZhwR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1xdPgZhwR .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-v1xdPgZhwR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v1xdPgZhwR .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v1xdPgZhwR .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v1xdPgZhwR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v1xdPgZhwR .copyright {
    text-align: center;
  }
}
