.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 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: 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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #7787a5 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #7787a5;
  color: #7787a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  border-color: #4f5d77 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #7787a5 !important;
}
.text-secondary {
  color: #9c98cf !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #48556e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5952af !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #7787a5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7787a5;
  border-color: #7787a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7787a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4cbd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #7787a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', 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: #7787a5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7787a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7787a5;
}
.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: #7787a5;
  border-bottom-color: #7787a5;
}
.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: #7787a5 !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: #9c98cf !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='%237787a5' %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-uAwECqyFTC .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAwECqyFTC .nav-item:focus,
.cid-uAwECqyFTC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uAwECqyFTC .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-uAwECqyFTC .nav-item .nav-link {
    position: relative;
  }
  .cid-uAwECqyFTC .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #7787a5, #9c98cf);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-uAwECqyFTC .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-uAwECqyFTC .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAwECqyFTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-uAwECqyFTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAwECqyFTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAwECqyFTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAwECqyFTC .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uAwECqyFTC .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #c3d8f8;
  background: linear-gradient(#52bdf1, #c3d8f8);
}
.cid-uAwECqyFTC .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #c3d8f8 !important;
  background: linear-gradient(#52bdf1, #c3d8f8) !important;
}
.cid-uAwECqyFTC .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-uAwECqyFTC .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uAwECqyFTC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uAwECqyFTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAwECqyFTC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uAwECqyFTC .navbar.collapsed .navbar-collapse.show,
.cid-uAwECqyFTC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uAwECqyFTC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uAwECqyFTC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uAwECqyFTC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAwECqyFTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAwECqyFTC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAwECqyFTC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAwECqyFTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAwECqyFTC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uAwECqyFTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAwECqyFTC .navbar.collapsed .right-menu,
.cid-uAwECqyFTC .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uAwECqyFTC .navbar .navbar-collapse.show,
  .cid-uAwECqyFTC .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uAwECqyFTC .navbar .navbar-collapse.show .brand-container,
  .cid-uAwECqyFTC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uAwECqyFTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAwECqyFTC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAwECqyFTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAwECqyFTC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAwECqyFTC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAwECqyFTC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAwECqyFTC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAwECqyFTC .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uAwECqyFTC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uAwECqyFTC .navbar .right-menu,
  .cid-uAwECqyFTC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uAwECqyFTC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAwECqyFTC .navbar.navbar-short .mbr-overlay {
  background: #c3d8f8 !important;
  background: linear-gradient(#52bdf1, #c3d8f8) !important;
}
.cid-uAwECqyFTC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAwECqyFTC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAwECqyFTC .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAwECqyFTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAwECqyFTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAwECqyFTC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uAwECqyFTC .dropdown-item.active,
.cid-uAwECqyFTC .dropdown-item:active {
  background-color: transparent;
}
.cid-uAwECqyFTC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAwECqyFTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAwECqyFTC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAwECqyFTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c3d8f8;
}
.cid-uAwECqyFTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAwECqyFTC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAwECqyFTC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uAwECqyFTC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uAwECqyFTC .navbar-buttons {
  margin-left: auto;
}
.cid-uAwECqyFTC button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAwECqyFTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAwECqyFTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAwECqyFTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAwECqyFTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAwECqyFTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAwECqyFTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAwECqyFTC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uAwECqyFTC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uAwECqyFTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAwECqyFTC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAwECqyFTC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAwECqyFTC .right-menu,
.cid-uAwECqyFTC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uAwECqyFTC .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uAwECqyFTC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uAwECqyFTC .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uAwECqyFTC .menu-top {
  text-align: center;
  width: 100%;
  background-color: #c3d8f8;
  padding: 0.5rem 0;
}
.cid-uAwECqyFTC .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uAwECqyFTC .card-wrapper {
  z-index: 3;
}
.cid-uAwECqyFTC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uAwECqyFTC .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAwECqyFTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyoa7Ufei7 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #c3d8f8;
}
.cid-uyoa7Ufei7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyoa7Ufei7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyoa7Ufei7 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyoa7Ufei7 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyoa7Ufei7 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uyoa7Ufei7 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uyoa7Ufei7 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uyoa7Ufei7 .bg-tiktok:hover {
  background: #000000;
}
.cid-uyoa7Ufei7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uyoa7Ufei7 [class^="socicon-"]:before,
.cid-uyoa7Ufei7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uuR0ZMIaf4 {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uuR0ZMIaf4 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uuR0ZMIaf4 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uuR0ZMIaf4 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uuR0ZMIaf4 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uuR0ZMIaf4 .container {
  max-width: 1600px;
}
.cid-uuR0ZMIaf4 .mbr-bold,
.cid-uuR0ZMIaf4 b {
  font-weight: 900;
}
.cid-uuR0ZMIaf4 .btn {
  color: white !important;
}
.cid-uuR0ZMIaf4 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uuR0ZMIaf4 svg path {
  fill: #c3d8f8;
}
@media (max-width: 1200px) {
  .cid-uuR0ZMIaf4 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uuR0ZMIaf4 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uuR0ZMIaf4 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uuR0ZMIaf4 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uuR0ZMIaf4 .mbr-text,
.cid-uuR0ZMIaf4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uuR0ZMIaf4 H1 {
  color: #f7f7f7;
}
.cid-uvflbcLr6Z {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvflbcLr6Z .media-content .btn-bgr {
  z-index: 0;
}
.cid-uvflbcLr6Z .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uvflbcLr6Z h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uvflbcLr6Z p {
  color: #464646;
}
.cid-uvflbcLr6Z h2 {
  color: #000000;
}
.cid-uvflbcLr6Z .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uvflbcLr6Z .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uvflbcLr6Z .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-uvflbcLr6Z .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uvflbcLr6Z .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvflbcLr6Z .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uvflbcLr6Z .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uvflbcLr6Z .mbr-text {
    text-align: center;
  }
}
.cid-uvflbcLr6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvflbcLr6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfnRmyfnf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uzeScF911i {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eaeff9;
}
.cid-uzeScF911i p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uzeScF911i .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-uzeScF911i .collapsed {
  border: none;
}
.cid-uzeScF911i .panel-body {
  padding-top: 0.5rem;
}
.cid-uzeScF911i .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uzeScF911i .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-uzeScF911i .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzeScF911i .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzeScF911i .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uzeScF911i .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uzeScF911i .panel-text {
  color: #767676;
}
.cid-uzeScF911i H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-uvfoDxa27i {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvfoDxa27i .mbr-figure {
  padding: 0;
}
.cid-uvfoDxa27i .content-row {
  background-color: #0c57bf;
}
.cid-uvfoDxa27i .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/background2.webp");
}
@media (min-width: 992px) {
  .cid-uvfoDxa27i .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uvfoDxa27i .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-uvfoDxa27i .content-row .media-content .content-block {
  z-index: 1;
}
.cid-uvfoDxa27i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfoDxa27i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfp3179va {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-uvfp3179va .mbr-text {
  color: #767676;
}
.cid-uvfp3179va h4 {
  font-weight: 500;
}
.cid-uvfp3179va h4,
.cid-uvfp3179va h5 {
  text-align: center;
}
.cid-uvfp3179va p {
  text-align: center;
}
.cid-uvfp3179va .card-box {
  text-align: center;
}
.cid-uvfp3179va .card-img {
  font-size: 3rem;
}
.cid-uvfp3179va .mbr-iconfont {
  color: #7787a5;
}
.cid-uvfp3179va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfp3179va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfp3179va .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uuReIgUH3X {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuReIgUH3X .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-uuReIgUH3X h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-uuReIgUH3X .svg11 path {
  fill: #7aba59;
}
.cid-uuReIgUH3X .svg21 path {
  fill: #f9b945;
}
.cid-uuReIgUH3X .svg31 path {
  fill: #ed6436;
}
.cid-uuReIgUH3X .svg4 path {
  fill: #ed6436 !important;
}
.cid-uuReIgUH3X .svg12 path,
.cid-uuReIgUH3X .svg22 path,
.cid-uuReIgUH3X .svg32 path {
  fill: #ffffff;
  stroke: #181818;
}
.cid-uuReIgUH3X .card {
  position: relative;
  height: 300px;
}
.cid-uuReIgUH3X .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-uuReIgUH3X .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-uuReIgUH3X .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-uuReIgUH3X .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-uuReIgUH3X .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-uuReIgUH3X .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-uuReIgUH3X .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-uuReIgUH3X .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-uuReIgUH3X .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-uuReIgUH3X .card .svg22,
.cid-uuReIgUH3X .card .svg32,
.cid-uuReIgUH3X .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-uuReIgUH3X .card .svg21,
.cid-uuReIgUH3X .card .svg31,
.cid-uuReIgUH3X .card .svg11 {
  z-index: 2;
}
.cid-uuReIgUH3X .card div {
  z-index: 3;
}
.cid-uuReIgUH3X .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-uuReIgUH3X .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uuReIgUH3X .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-uuReIgUH3X .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-uuReIgUH3X .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-uuReIgUH3X .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuReIgUH3X .card {
    margin-bottom: 2rem;
  }
  .cid-uuReIgUH3X .card svg {
    left: 30px;
  }
  .cid-uuReIgUH3X .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-uuReIgUH3X .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-uuReIgUH3X h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-uuReIgUH3X .card {
    max-width: 330px;
  }
  .cid-uuReIgUH3X .card svg {
    left: 0px;
  }
}
.cid-uuReIgUH3X .card-title,
.cid-uuReIgUH3X .card-img {
  text-align: left;
  color: #000000;
}
.cid-uzXjrAdfC3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzXjrAdfC3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzXjrAdfC3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzXjrAdfC3 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uzXjrAdfC3 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzXjrAdfC3 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-uzXjrAdfC3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzXjrAdfC3 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uzXjrAdfC3 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uzXjrAdfC3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzXjrAdfC3 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uzXjrAdfC3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uzXjrAdfC3 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uzXjrAdfC3 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uzXjrAdfC3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzXjrAdfC3 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uzXjrAdfC3 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-uzXjrAdfC3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzXjrAdfC3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uzXjrAdfC3 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uvfxjdqISj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7787a5;
}
.cid-uvfxjdqISj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvfxjdqISj .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uvfxjdqISj .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uvfxjdqISj textarea {
  min-height: 150px;
}
.cid-uvfxjdqISj .google-map {
  height: 27rem;
  position: relative;
}
.cid-uvfxjdqISj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvfxjdqISj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uvfxjdqISj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvfxjdqISj .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-uvfxjdqISj .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uvfxjdqISj .form-control,
.cid-uvfxjdqISj .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uvfxjdqISj .form-control input::-webkit-input-placeholder,
.cid-uvfxjdqISj .field-input input::-webkit-input-placeholder,
.cid-uvfxjdqISj .form-control textarea::-webkit-input-placeholder,
.cid-uvfxjdqISj .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uvfxjdqISj .form-control input:-moz-placeholder,
.cid-uvfxjdqISj .field-input input:-moz-placeholder,
.cid-uvfxjdqISj .form-control textarea:-moz-placeholder,
.cid-uvfxjdqISj .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uvfxjdqISj .form-control:hover,
.cid-uvfxjdqISj .field-input:hover,
.cid-uvfxjdqISj .form-control:focus,
.cid-uvfxjdqISj .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uvfxjdqISj .form-control:hover input::-webkit-input-placeholder,
.cid-uvfxjdqISj .field-input:hover input::-webkit-input-placeholder,
.cid-uvfxjdqISj .form-control:focus input::-webkit-input-placeholder,
.cid-uvfxjdqISj .field-input:focus input::-webkit-input-placeholder,
.cid-uvfxjdqISj .form-control:hover textarea::-webkit-input-placeholder,
.cid-uvfxjdqISj .field-input:hover textarea::-webkit-input-placeholder,
.cid-uvfxjdqISj .form-control:focus textarea::-webkit-input-placeholder,
.cid-uvfxjdqISj .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uvfxjdqISj .form-control:hover input:-moz-placeholder,
.cid-uvfxjdqISj .field-input:hover input:-moz-placeholder,
.cid-uvfxjdqISj .form-control:focus input:-moz-placeholder,
.cid-uvfxjdqISj .field-input:focus input:-moz-placeholder,
.cid-uvfxjdqISj .form-control:hover textarea:-moz-placeholder,
.cid-uvfxjdqISj .field-input:hover textarea:-moz-placeholder,
.cid-uvfxjdqISj .form-control:focus textarea:-moz-placeholder,
.cid-uvfxjdqISj .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uvfxjdqISj .jq-number__spin:hover,
.cid-uvfxjdqISj .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uvfxjdqISj .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uvfxjdqISj .jq-selectbox li,
.cid-uvfxjdqISj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uvfxjdqISj .jq-selectbox li:hover,
.cid-uvfxjdqISj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uvfxjdqISj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uvfxjdqISj .jq-number__spin.minus:hover:after,
.cid-uvfxjdqISj .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uvfxjdqISj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uvfxjdqISj .jq-number__spin.minus:after,
.cid-uvfxjdqISj .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uvfxjdqISj input::-webkit-clear-button {
  display: none;
}
.cid-uvfxjdqISj input::-webkit-inner-spin-button {
  display: none;
}
.cid-uvfxjdqISj input::-webkit-outer-spin-button {
  display: none;
}
.cid-uvfxjdqISj input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvfxjdqISj .google-map {
    margin-bottom: 3rem;
  }
}
.cid-uvfxjdqISj H5 {
  color: #ffffff;
}
.cid-uwKoGhlT25 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uwKoGhlT25 .row {
  padding: 0px;
  margin: 0;
  align-items: center;
}
.cid-uwKoGhlT25 .container-fluid {
  padding: 0;
}
.cid-uwKoGhlT25 .row {
  flex-direction: row-reverse;
}
.cid-uwKoGhlT25 .right-side {
  padding: 0;
}
.cid-uwKoGhlT25 .mbr-section-title {
  padding-bottom: 35px;
}
.cid-uwKoGhlT25 .l1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
}
.cid-uwKoGhlT25 .l2,
.cid-uwKoGhlT25 .lin {
  color: #ffffff;
}
.cid-uwKoGhlT25 a {
  transition: color .3s;
  font-weight: 400;
}
.cid-uwKoGhlT25 a.text-success:hover {
  color: #237FFB !important;
}
.cid-uwKoGhlT25 .left-side {
  padding-left: 84px;
}
.cid-uwKoGhlT25 .l2 {
  margin-top: 20px;
}
.cid-uwKoGhlT25 .line {
  height: 2px;
  width: 166px;
  background-color: #75dbcd;
  margin-left: -70px;
  margin-top: -2px;
}
.cid-uwKoGhlT25 .l2,
.cid-uwKoGhlT25 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uwKoGhlT25 img {
  max-height: 255px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwKoGhlT25 img {
    max-height: 400px;
  }
  .cid-uwKoGhlT25 .left-side {
    padding-left: 15px;
  }
  .cid-uwKoGhlT25 .line {
    display: none;
  }
}
.cid-uwKoGhlT25 .l1,
.cid-uwKoGhlT25 .iconfont-wrapper {
  color: #000000;
}
.cid-uvfyrYpNe9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
