.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Oooh Baby', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oooh Baby', handwriting;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Oooh Baby', handwriting;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oooh Baby', handwriting;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f8b257 !important;
}
.bg-success {
  background-color: #946dad !important;
}
.bg-info {
  background-color: #946dad !important;
}
.bg-warning {
  background-color: #946dad !important;
}
.bg-danger {
  background-color: #6d1100 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #f8b257 0 33.33333333%, #f8b257 33.33333333%, #d96762 66.66666667%, #d96762 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #f8b257 0 33.33333333%, #f8b257 33.33333333%, #d96762 66.66666667%, #d96762 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #ee8b0a !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #57bbf9 0 33.33333333%, #57bbf9 33.33333333%, #ffffff 66.66666667%, #ffffff 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background: linear-gradient(to bottom, #57bbf9 0 33.33333333%, #57bbf9 33.33333333%, #ffffff 66.66666667%, #ffffff 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #0998f1 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #946dad 0 33.33333333%, #946dad 33.33333333%, #060506 66.66666667%, #060506 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #946dad 0 33.33333333%, #946dad 33.33333333%, #060506 66.66666667%, #060506 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #68467d !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #946dad 0 33.33333333%, #946dad 33.33333333%, #838383 66.66666667%, #838383 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #946dad 0 33.33333333%, #946dad 33.33333333%, #838383 66.66666667%, #838383 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #68467d !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #946dad 0 33.33333333%, #946dad 33.33333333%, #d55ac5 66.66666667%, #d55ac5 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #946dad 0 33.33333333%, #946dad 33.33333333%, #d55ac5 66.66666667%, #d55ac5 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #68467d !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #160300 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f8b257;
  color: #f8b257;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ee8b0a !important;
  background-color: transparent!important;
  border-color: #ee8b0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8b257 !important;
  border-color: #f8b257 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #57bbf9;
  color: #57bbf9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0998f1 !important;
  background-color: transparent!important;
  border-color: #0998f1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #57bbf9 !important;
  border-color: #57bbf9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #946dad;
  color: #946dad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #68467d !important;
  background-color: transparent!important;
  border-color: #68467d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #946dad !important;
  border-color: #946dad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #946dad;
  color: #946dad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #68467d !important;
  background-color: transparent!important;
  border-color: #68467d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #946dad !important;
  border-color: #946dad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #946dad;
  color: #946dad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #68467d !important;
  background-color: transparent!important;
  border-color: #68467d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #946dad !important;
  border-color: #946dad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1100;
  color: #6d1100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #160300 !important;
  background-color: transparent!important;
  border-color: #160300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1100 !important;
  border-color: #6d1100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.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: #161616 !important;
  border-color: #161616 !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: #f8b257 !important;
}
.text-secondary {
  color: #57bbf9 !important;
}
.text-success {
  color: #946dad !important;
}
.text-info {
  color: #946dad !important;
}
.text-warning {
  color: #946dad !important;
}
.text-danger {
  color: #6d1100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e08209 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #088fe2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #604173 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #604173 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #604173 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f8b257;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #946dad;
}
.alert-warning {
  background-color: #946dad;
}
.alert-danger {
  background-color: #6d1100;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f8b257;
  border-color: #f8b257;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f8b257;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0bfdb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0bfdb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0bfdb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed2500;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oooh Baby', handwriting;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f8b257 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oooh Baby', handwriting;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f8b257;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f8b257;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f8b257;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f8b257;
  border-bottom-color: #f8b257;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f8b257 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #57bbf9 !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='%23f8b257' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.cid-v2fxkVXKZZ {
  background-color: transparent;
}
.cid-v2fxkVXKZZ .navbar-dropdown {
  background-color: #57bbf9 !important;
  padding: 0;
}
.cid-v2fxkVXKZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #57bbf9 !important;
  background: #57bbf9;
}
.cid-v2fxkVXKZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fxkVXKZZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2fxkVXKZZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v2fxkVXKZZ .menu_box .navbar.opened,
  .cid-v2fxkVXKZZ .menu_box .navbar-collapse {
    background-color: #57bbf9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v2fxkVXKZZ .navbar-dropdown {
  position: relative !important;
}
.cid-v2fxkVXKZZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v2fxkVXKZZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2fxkVXKZZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v2fxkVXKZZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v2fxkVXKZZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v2fxkVXKZZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-v2fxkVXKZZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v2fxkVXKZZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v2fxkVXKZZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v2fxkVXKZZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v2fxkVXKZZ .offcanvas-body .mbr-text,
  .cid-v2fxkVXKZZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v2fxkVXKZZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v2fxkVXKZZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v2fxkVXKZZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffc85b;
  }
  .cid-v2fxkVXKZZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v2fxkVXKZZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v2fxkVXKZZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v2fxkVXKZZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v2fxkVXKZZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v2fxkVXKZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fxkVXKZZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v2fxkVXKZZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v2fxkVXKZZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v2fxkVXKZZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-v2fxkVXKZZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v2fxkVXKZZ .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-v2fxkVXKZZ .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-v2fxkVXKZZ .nav-item {
    margin: 0 !important;
  }
}
.cid-v2fxkVXKZZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-v2fxkVXKZZ .nav-item .nav-link:hover,
.cid-v2fxkVXKZZ .nav-item .nav-link:focus {
  background-color: #57bbf9;
  border-color: #ffc85b !important;
}
.cid-v2fxkVXKZZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v2fxkVXKZZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v2fxkVXKZZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v2fxkVXKZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v2fxkVXKZZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v2fxkVXKZZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v2fxkVXKZZ .offcanvas_box {
    display: none;
  }
}
.cid-v2fxkVXKZZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v2fxkVXKZZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v2fxkVXKZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2fxkVXKZZ .container {
  display: flex;
  margin: auto;
}
.cid-v2fxkVXKZZ .iconfont-wrapper {
  color: #946dad;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v2fxkVXKZZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v2fxkVXKZZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2fxkVXKZZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v2fxkVXKZZ .navbar-nav {
    margin: 0;
  }
}
.cid-v2fxkVXKZZ .dropdown-menu,
.cid-v2fxkVXKZZ .navbar.opened {
  background-color: false !important;
}
.cid-v2fxkVXKZZ .nav-item:focus,
.cid-v2fxkVXKZZ .nav-link:focus {
  outline: none;
}
.cid-v2fxkVXKZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2fxkVXKZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fxkVXKZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2fxkVXKZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2fxkVXKZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fxkVXKZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fxkVXKZZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v2fxkVXKZZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v2fxkVXKZZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2fxkVXKZZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v2fxkVXKZZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-v2fxkVXKZZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v2fxkVXKZZ .navbar.collapsed {
  justify-content: center;
}
.cid-v2fxkVXKZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fxkVXKZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2fxkVXKZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fxkVXKZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fxkVXKZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fxkVXKZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v2fxkVXKZZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2fxkVXKZZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v2fxkVXKZZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v2fxkVXKZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fxkVXKZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fxkVXKZZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v2fxkVXKZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fxkVXKZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v2fxkVXKZZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2fxkVXKZZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v2fxkVXKZZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v2fxkVXKZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v2fxkVXKZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v2fxkVXKZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2fxkVXKZZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v2fxkVXKZZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2fxkVXKZZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2fxkVXKZZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2fxkVXKZZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fxkVXKZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2fxkVXKZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fxkVXKZZ .dropdown-item.active,
.cid-v2fxkVXKZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fxkVXKZZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-v2fxkVXKZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fxkVXKZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fxkVXKZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fxkVXKZZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v2fxkVXKZZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2fxkVXKZZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #57bbf9;
  background: #946dad;
}
.cid-v2fxkVXKZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffc85b;
}
.cid-v2fxkVXKZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2fxkVXKZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fxkVXKZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2fxkVXKZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2fxkVXKZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fxkVXKZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2fxkVXKZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2fxkVXKZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2fxkVXKZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v2fxkVXKZZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fxkVXKZZ .navbar {
    height: 70px;
  }
  .cid-v2fxkVXKZZ .navbar.opened {
    height: auto;
  }
  .cid-v2fxkVXKZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fxkVXKZZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v2fxkVXKZZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-v2fxkVXKZZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-v2fxkVXKZZ .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v2fxkVXKZZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v2fxkVXKZZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  border: 1px solid #ffc85b !important;
}
.cid-v2fxkVXKZZ .navbar-caption:hover {
  color: #f8b257;
}
@media (min-width: 992px) {
  .cid-v2fxkVXKZZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v2fxkVXKZZ .text_widget {
  margin-bottom: 32px;
}
.cid-v2fxkVXKZZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v2fxkVXKZZ .text_widget a:hover,
.cid-v2fxkVXKZZ .text_widget a:focus {
  opacity: .8;
}
.cid-v2fxkVXKZZ .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-v2fxkVXKZZ .navbar-caption {
  color: #18212d;
}
.cid-v2fxkVXKZZ .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-v2fxkVXKZZ .mbr-section-subtitle,
.cid-v2fxkVXKZZ .text_widget,
.cid-v2fxkVXKZZ .mbr-section-btn {
  text-align: center;
}
.cid-v2fxkVXKZZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWduLjSee1 .modal-body .close {
  background: #1b1b1b;
}
.cid-uWduLjSee1 .modal-body .close span {
  font-style: normal;
}
.cid-uWduLjSee1 .carousel-inner > .active,
.cid-uWduLjSee1 .carousel-inner > .next,
.cid-uWduLjSee1 .carousel-inner > .prev {
  display: table;
}
.cid-uWduLjSee1 .carousel-control .icon-next,
.cid-uWduLjSee1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uWduLjSee1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWduLjSee1 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWduLjSee1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uWduLjSee1 .boxed-slider > div {
  position: relative;
}
.cid-uWduLjSee1 .container img {
  width: 100%;
}
.cid-uWduLjSee1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uWduLjSee1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uWduLjSee1 .mbr-table-cell {
  padding: 0;
}
.cid-uWduLjSee1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWduLjSee1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uWduLjSee1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uWduLjSee1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uWduLjSee1 .carousel-item .container {
    width: 100%;
  }
}
.cid-uWduLjSee1 .carousel-item-next.carousel-item-left,
.cid-uWduLjSee1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uWduLjSee1 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uWduLjSee1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWduLjSee1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWduLjSee1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uWduLjSee1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWduLjSee1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWduLjSee1 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uWduLjSee1 .mbr-slider .carousel-indicators li.active,
.cid-uWduLjSee1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uWduLjSee1 .mbr-slider .carousel-indicators li::after,
.cid-uWduLjSee1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uWduLjSee1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uWduLjSee1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uWduLjSee1 .mbr-slider > .container img {
  width: 100%;
}
.cid-uWduLjSee1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uWduLjSee1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uWduLjSee1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWduLjSee1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uWduLjSee1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uWduLjSee1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uWduLjSee1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uWduLjSee1 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uWduLjSee1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uWduLjSee1 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uWduLjSee1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uWduLjSee1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uWduLjSee1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uWduLjSee1 H2 {
  text-align: center;
}
.cid-uWdx78fVBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8b257;
}
.cid-uWdx78fVBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdx78fVBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdx78fVBI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uWdx78fVBI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWdx78fVBI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uWdx78fVBI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWdx78fVBI .container {
    padding: 0 16px;
  }
}
.cid-uWdx78fVBI .row {
  justify-content: center;
}
.cid-uWdx78fVBI .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uWdx78fVBI .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWdx78fVBI .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uWdx78fVBI .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uWdx78fVBI .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uWdx78fVBI .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uWdx78fVBI .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uWdx78fVBI .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uWdx78fVBI .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uWdx78fVBI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWdx78fVBI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uWdx78fVBI .mbr-section-title {
  color: #f8b257;
}
.cid-uWdx78fVBI .mbr-text {
  color: #000000;
}
.cid-uWdIze9Uhl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f8b257;
}
.cid-uWdIze9Uhl img,
.cid-uWdIze9Uhl .item-img {
  width: 100%;
}
.cid-uWdIze9Uhl .item:focus,
.cid-uWdIze9Uhl span:focus {
  outline: none;
}
.cid-uWdIze9Uhl .item-wrapper {
  position: relative;
}
.cid-uWdIze9Uhl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f8b257;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWdIze9Uhl .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWdIze9Uhl .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uWdIze9Uhl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWdIze9Uhl .mbr-section-title {
  color: #232323;
}
.cid-uWdIze9Uhl .mbr-text,
.cid-uWdIze9Uhl .mbr-section-btn {
  text-align: left;
}
.cid-uWdIze9Uhl .item-title {
  text-align: left;
}
.cid-uWdIze9Uhl .item-subtitle {
  text-align: left;
}
.cid-uWdIze9Uhl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uWdIze9Uhl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWdIze9Uhl .embla__button--next,
.cid-uWdIze9Uhl .embla__button--prev {
  display: flex;
}
.cid-uWdIze9Uhl .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-uWdIze9Uhl .embla__button {
    display: none;
  }
}
.cid-uWdIze9Uhl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWdIze9Uhl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uWdIze9Uhl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWdIze9Uhl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWdIze9Uhl .embla__button {
    top: auto;
  }
}
.cid-uWdIze9Uhl .embla {
  position: relative;
  width: 100%;
}
.cid-uWdIze9Uhl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWdIze9Uhl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWdIze9Uhl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWdIze9Uhl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWdKAwXMCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/classico-2000x1500.jpg");
}
.cid-uWdKAwXMCx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uWdKAwXMCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdKAwXMCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdKAwXMCx .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uWdKAwXMCx .image-wrap {
    height: 300px;
  }
}
.cid-uWhFl1V6lZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhFl1V6lZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhFl1V6lZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhFl1V6lZ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWhFl1V6lZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWhFl1V6lZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWhFl1V6lZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uWhFl1V6lZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .item {
    margin-bottom: 20px;
  }
}
.cid-uWhFl1V6lZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #57bbf9;
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uWhFl1V6lZ .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uWhFl1V6lZ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uWhFl1V6lZ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uWhFl1V6lZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWhFl1V6lZ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWhFl1V6lZ .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWhFl1V6lZ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWhFl1V6lZ .btn-wrapper {
  margin-top: -6%;
}
.cid-uWhFl1V6lZ .mbr-section-title,
.cid-uWhFl1V6lZ .title-wrapper {
  color: #57bbf9;
  text-align: center;
}
.cid-uWhFl1V6lZ .mbr-text,
.cid-uWhFl1V6lZ .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uWhFl1V6lZ .card-title {
  color: #f1f5eb;
}
.cid-uWhFl1V6lZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWhFl1V6lZ .card-title,
.cid-uWhFl1V6lZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWi5mvwHHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8b257;
  position: relative;
}
.cid-uWi5mvwHHv::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #ffffff;
}
.cid-uWi5mvwHHv .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWi5mvwHHv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWi5mvwHHv .container {
    padding: 0 25px;
  }
}
.cid-uWi5mvwHHv .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWi5mvwHHv .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uWi5mvwHHv .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uWi5mvwHHv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWi5mvwHHv .item:focus,
.cid-uWi5mvwHHv span:focus {
  outline: none;
}
.cid-uWi5mvwHHv .item-wrapper {
  position: relative;
}
.cid-uWi5mvwHHv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uWi5mvwHHv .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uWi5mvwHHv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWi5mvwHHv .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uWi5mvwHHv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWi5mvwHHv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWi5mvwHHv .embla__button--next,
.cid-uWi5mvwHHv .embla__button--prev {
  display: flex;
}
.cid-uWi5mvwHHv .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f8b257 !important;
  color: #57bbf9 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWi5mvwHHv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWi5mvwHHv .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uWi5mvwHHv .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uWi5mvwHHv .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #57bbf9 !important;
  color: #f8b257 !important;
}
.cid-uWi5mvwHHv .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uWi5mvwHHv .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uWi5mvwHHv .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #57bbf9 !important;
  color: #f8b257 !important;
}
.cid-uWi5mvwHHv .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uWi5mvwHHv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWi5mvwHHv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWi5mvwHHv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWi5mvwHHv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWi5mvwHHv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWi5mvwHHv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uWdLBWmLAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/immagine-whatsapp-2025-09-08-ore-16.54.16-46db8df4-1600x890.jpeg");
}
.cid-uWdLBWmLAp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uWdLBWmLAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdLBWmLAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdLBWmLAp .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uWdLBWmLAp .image-wrap {
    height: 300px;
  }
}
.cid-uWi0xvpury {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #57bbf9;
}
.cid-uWi0xvpury:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-uWi0xvpury:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-uWi0xvpury .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWi0xvpury .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWi0xvpury .row {
  position: relative;
  z-index: 2;
}
.cid-uWi0xvpury .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-uWi0xvpury .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-uWi0xvpury .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uWi0xvpury .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uWi0xvpury .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-uWi0xvpury .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-uWi0xvpury .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uWi0xvpury .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uWi0xvpury form {
  width: 100%;
}
.cid-uWi0xvpury form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-uWi0xvpury form p {
  color: #FFFFFF;
}
.cid-uWi0xvpury form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-uWi0xvpury form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-uWi0xvpury form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uWi0xvpury form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uWi0xvpury form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uWi0xvpury form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uWi0xvpury form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uWi0xvpury form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uWi0xvpury form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-uWi0xvpury form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-uWi0xvpury form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-uWi0xvpury form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-uWi0xvpury form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-uWi0xvpury form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-uWi0xvpury form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form input,
.cid-uWi0xvpury form textarea {
  transition: .3s all;
}
.cid-uWi0xvpury form input:active,
.cid-uWi0xvpury form textarea:active,
.cid-uWi0xvpury form input:focus,
.cid-uWi0xvpury form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-uWi0xvpury form input:active::-webkit-input-placeholder,
.cid-uWi0xvpury form textarea:active::-webkit-input-placeholder,
.cid-uWi0xvpury form input:focus::-webkit-input-placeholder,
.cid-uWi0xvpury form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form input:active::-moz-placeholder,
.cid-uWi0xvpury form textarea:active::-moz-placeholder,
.cid-uWi0xvpury form input:focus::-moz-placeholder,
.cid-uWi0xvpury form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form input:active:-moz-placeholder,
.cid-uWi0xvpury form textarea:active:-moz-placeholder,
.cid-uWi0xvpury form input:focus:-moz-placeholder,
.cid-uWi0xvpury form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form input:active:-ms-input-placeholder,
.cid-uWi0xvpury form textarea:active:-ms-input-placeholder,
.cid-uWi0xvpury form input:focus:-ms-input-placeholder,
.cid-uWi0xvpury form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-uWi0xvpury form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uWi0xvpury form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uWi0xvpury form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uWi0xvpury form .form-check label {
  color: #FFFFFF;
}
.cid-uWi0xvpury form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uWi0xvpury form .form-check-input:focus,
.cid-uWi0xvpury form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-uWi0xvpury form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.cid-uWi1KyJCBs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWi1KyJCBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWi1KyJCBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWi1KyJCBs .container {
    padding: 0 30px;
  }
}
.cid-uWi1KyJCBs .row {
  justify-content: center;
}
.cid-uWi1KyJCBs .map-wrapper {
  height: 386px;
  background-color: #f8b257;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uWi1KyJCBs .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uWi1KyJCBs .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uWi1KyJCBs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uWi1KyJCBs .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWi1KyJCBs .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uWi1KyJCBs .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uWi1KyJCBs .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uWi1KyJCBs .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uWi1KyJCBs .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uWi1KyJCBs .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #57bbf9;
  transition: all .3s ease;
}
.cid-uWi1KyJCBs .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uWi1KyJCBs .item-title {
  color: #144031;
}
.cid-uWi1KyJCBs .item-desc {
  color: #144031;
}
.cid-uWi1KyJCBs .item-title,
.cid-uWi1KyJCBs .icon-wrapper {
  color: #f8b257;
}
.cid-uWi1KyJCBs .item-desc,
.cid-uWi1KyJCBs .desc-wrap {
  color: #000000;
}
.cid-uX2walE0Fk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uX2walE0Fk [class^='socicon-']:before,
.cid-uX2walE0Fk [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uX2walE0Fk .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #f8b257;
  transition: all 0.3s;
  border-color: #f8b257;
}
.cid-uX2walE0Fk .btn-social:hover {
  background: #f8b257;
}
.cid-uX2walE0Fk .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-uX2walE0Fk .btn-social:hover span {
  color: #000000 !important;
}
.cid-uX2walE0Fk .mbr-section-title {
  color: #2e6b75;
}
.cid-uX2walE0Fk .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uX2walE0Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2walE0Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2E3zF3dc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #57bbf9;
}
.cid-tw2E3zF3dc .mbr-text {
  color: #FFFFFF;
}
