.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #a0e1e1 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #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: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #a0e1e1;
  color: #a0e1e1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #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: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #a0e1e1 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #52c9c9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #a0e1e1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #a0e1e1;
  border-color: #a0e1e1;
  color: #257676;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a0e1e1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #a0e1e1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #a0e1e1;
}
/* 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: #a0e1e1;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a0e1e1;
}
.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: #a0e1e1;
  border-bottom-color: #a0e1e1;
}
.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: #a0e1e1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a0e1e1' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6pcR6Bb3X {
  padding-top: 9rem;
  background-image: url("../../../assets/images/frontis-2.jpg-1024x676.jpg");
}
.cid-v6pcR6Bb3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6pcR6Bb3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6pcR6Bb3X .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #cc9600, inset 0 -5px 10px -8px #15171a, 0 10px 10px -8px #15171a;
  background-color: #ffbe0d;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6pcR6Bb3X .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6pcR6Bb3X .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6pcR6Bb3X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-v6pcR6Bb3X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6pcR6Bb3X .embla__slide .slide-content {
  width: 100%;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #0eb7df;
  box-shadow: inset 0 10px 8px 0 #0eb7df, inset 0 -5px 10px -4px #a0e1e1, 0 10px 10px -5px #a0e1e1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cid-v6pcR6Bb3X .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6pcR6Bb3X .embla__button--next,
.cid-v6pcR6Bb3X .embla__button--prev {
  display: flex;
}
.cid-v6pcR6Bb3X .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #0eb7df !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #ffffff, 0 10px 10px -2px #ffffff;
}
.cid-v6pcR6Bb3X .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v6pcR6Bb3X .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-v6pcR6Bb3X .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6pcR6Bb3X .embla__button.embla__button--next {
  right: 0;
}
.cid-v6pcR6Bb3X .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-v6pcR6Bb3X .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-v6pcR6Bb3X .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-v6pcR6Bb3X .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-v6pcR6Bb3X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6pcR6Bb3X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6pcR6Bb3X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6pcR6Bb3X .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6pcR6Bb3X .mbr-label,
.cid-v6pcR6Bb3X .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v6pcR6Bb3X .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6pcR6Bb3X .mbr-text,
.cid-v6pcR6Bb3X .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6pcR6Bb3X .item-label {
  color: #232323;
}
.cid-v6pcR6Bb3X .item-title {
  color: #0f172a;
}
.cid-v6pcR6Bb3X .item-text {
  color: #ffffff;
}
.cid-v6pcR6Bb3X .item-title,
.cid-v6pcR6Bb3X .mbr-section-btn {
  color: #fafafa;
}
.cid-uK0Fr4Z9Q0 {
  z-index: 1000;
  width: 100%;
}
.cid-uK0Fr4Z9Q0 nav.navbar {
  position: fixed;
}
.cid-uK0Fr4Z9Q0 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uK0Fr4Z9Q0 .wrapper {
    padding: 0;
  }
}
.cid-uK0Fr4Z9Q0 .btn {
  border-radius: 30px;
}
.cid-uK0Fr4Z9Q0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK0Fr4Z9Q0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uK0Fr4Z9Q0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uK0Fr4Z9Q0 .dropdown-item:hover,
.cid-uK0Fr4Z9Q0 .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-uK0Fr4Z9Q0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK0Fr4Z9Q0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK0Fr4Z9Q0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uK0Fr4Z9Q0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK0Fr4Z9Q0 .nav-link {
  position: relative;
}
.cid-uK0Fr4Z9Q0 .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK0Fr4Z9Q0 .dropdown-menu,
.cid-uK0Fr4Z9Q0 .navbar.opened {
  background: #0eb7df !important;
}
.cid-uK0Fr4Z9Q0 .nav-item:focus,
.cid-uK0Fr4Z9Q0 .nav-link:focus {
  outline: none;
}
.cid-uK0Fr4Z9Q0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK0Fr4Z9Q0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK0Fr4Z9Q0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK0Fr4Z9Q0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK0Fr4Z9Q0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK0Fr4Z9Q0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK0Fr4Z9Q0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-uK0Fr4Z9Q0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uK0Fr4Z9Q0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK0Fr4Z9Q0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uK0Fr4Z9Q0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed {
  justify-content: center;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK0Fr4Z9Q0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK0Fr4Z9Q0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK0Fr4Z9Q0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK0Fr4Z9Q0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK0Fr4Z9Q0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK0Fr4Z9Q0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK0Fr4Z9Q0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uK0Fr4Z9Q0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK0Fr4Z9Q0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK0Fr4Z9Q0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK0Fr4Z9Q0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uK0Fr4Z9Q0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK0Fr4Z9Q0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK0Fr4Z9Q0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK0Fr4Z9Q0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK0Fr4Z9Q0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK0Fr4Z9Q0 .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-uK0Fr4Z9Q0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK0Fr4Z9Q0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK0Fr4Z9Q0 .dropdown-item.active,
.cid-uK0Fr4Z9Q0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uK0Fr4Z9Q0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK0Fr4Z9Q0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK0Fr4Z9Q0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK0Fr4Z9Q0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-uK0Fr4Z9Q0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK0Fr4Z9Q0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK0Fr4Z9Q0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK0Fr4Z9Q0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK0Fr4Z9Q0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uK0Fr4Z9Q0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uK0Fr4Z9Q0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK0Fr4Z9Q0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK0Fr4Z9Q0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK0Fr4Z9Q0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK0Fr4Z9Q0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK0Fr4Z9Q0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK0Fr4Z9Q0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK0Fr4Z9Q0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK0Fr4Z9Q0 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uK0Fr4Z9Q0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK0Fr4Z9Q0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK0Fr4Z9Q0 .navbar {
    height: 70px;
  }
  .cid-uK0Fr4Z9Q0 .navbar.opened {
    height: auto;
  }
  .cid-uK0Fr4Z9Q0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVMJnmhdEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp20image202025-12-2520at2012.28.00-1600x1200.jpg");
}
.cid-uVMJnmhdEf::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uVMJnmhdEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVMJnmhdEf .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-uVMJnmhdEf .container {
    padding: 0 22px;
  }
}
.cid-uVMJnmhdEf .row {
  justify-content: center;
}
.cid-uVMJnmhdEf .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uVMJnmhdEf .content-wrapper {
    padding: 0;
  }
}
.cid-uVMJnmhdEf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVMJnmhdEf .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uVMJnmhdEf .mbr-section-title {
  color: #ffffff;
}
.cid-uVMJnmhdEf .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uVMJnmhdEf .mbr-section-title,
.cid-uVMJnmhdEf .mbr-section-btn {
  text-align: center;
}
.cid-uK0Fr7u0il {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
.cid-uIciVjs1F5 {
  z-index: 1000;
  width: 100%;
}
.cid-uIciVjs1F5 nav.navbar {
  position: fixed;
}
.cid-uIciVjs1F5 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uIciVjs1F5 .wrapper {
    padding: 0;
  }
}
.cid-uIciVjs1F5 .btn {
  border-radius: 30px;
}
.cid-uIciVjs1F5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIciVjs1F5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIciVjs1F5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIciVjs1F5 .dropdown-item:hover,
.cid-uIciVjs1F5 .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-uIciVjs1F5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIciVjs1F5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIciVjs1F5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uIciVjs1F5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIciVjs1F5 .nav-link {
  position: relative;
}
.cid-uIciVjs1F5 .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIciVjs1F5 .dropdown-menu,
.cid-uIciVjs1F5 .navbar.opened {
  background: #0eb7df !important;
}
.cid-uIciVjs1F5 .nav-item:focus,
.cid-uIciVjs1F5 .nav-link:focus {
  outline: none;
}
.cid-uIciVjs1F5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIciVjs1F5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIciVjs1F5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIciVjs1F5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIciVjs1F5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIciVjs1F5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIciVjs1F5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-uIciVjs1F5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIciVjs1F5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIciVjs1F5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIciVjs1F5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIciVjs1F5 .navbar.collapsed {
  justify-content: center;
}
.cid-uIciVjs1F5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIciVjs1F5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIciVjs1F5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIciVjs1F5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIciVjs1F5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIciVjs1F5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIciVjs1F5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIciVjs1F5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIciVjs1F5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIciVjs1F5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIciVjs1F5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIciVjs1F5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIciVjs1F5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIciVjs1F5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIciVjs1F5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIciVjs1F5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIciVjs1F5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIciVjs1F5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIciVjs1F5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIciVjs1F5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIciVjs1F5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIciVjs1F5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIciVjs1F5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIciVjs1F5 .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-uIciVjs1F5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIciVjs1F5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIciVjs1F5 .dropdown-item.active,
.cid-uIciVjs1F5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIciVjs1F5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIciVjs1F5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIciVjs1F5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIciVjs1F5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-uIciVjs1F5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIciVjs1F5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIciVjs1F5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIciVjs1F5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIciVjs1F5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uIciVjs1F5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uIciVjs1F5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIciVjs1F5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIciVjs1F5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIciVjs1F5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIciVjs1F5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIciVjs1F5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIciVjs1F5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIciVjs1F5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIciVjs1F5 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uIciVjs1F5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIciVjs1F5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIciVjs1F5 .navbar {
    height: 70px;
  }
  .cid-uIciVjs1F5 .navbar.opened {
    height: auto;
  }
  .cid-uIciVjs1F5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNoFyDUmYo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/frontis-2-2.jpg-2000x1320.jpg");
}
.cid-uNoFyDUmYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNoFyDUmYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNoFyDUmYo .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uNoFyDUmYo .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uNoFyDUmYo .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uNoFyDUmYo .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uNoFyDUmYo .mbr-section-btn {
  margin-top: 28px;
}
.cid-uNoFyDUmYo iframe,
.cid-uNoFyDUmYo img,
.cid-uNoFyDUmYo video {
  width: 100%;
}
.cid-uNoFyDUmYo .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uNoFyDUmYo .mbr-media span {
  font-size: 1.5rem;
  color: #9fe870;
  transition: all 0.2s;
}
.cid-uNoFyDUmYo .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #0c2c68;
  z-index: 2;
}
.cid-uNoFyDUmYo .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #0c2c68;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uNoFyDUmYo .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uNoFyDUmYo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNoFyDUmYo .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uNoFyDUmYo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uNoFyDUmYo .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uNoFyDUmYo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNoFyDUmYo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNoJHNtpCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-12-25-at-12.28.03-1600x1200.jpg");
}
.cid-uNoJHNtpCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNoJHNtpCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNoJHNtpCR .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uNoJHNtpCR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uNoJHNtpCR .container {
    padding: 0 26px;
  }
}
.cid-uNoJHNtpCR .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .row {
    margin: 0 -12px;
  }
}
.cid-uNoJHNtpCR .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uNoJHNtpCR .card:first-child {
  border-right: 1px solid #f92c50;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .card:first-child {
    border: none;
  }
}
.cid-uNoJHNtpCR .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #f92c50;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .card:first-child::before {
    display: none;
  }
}
.cid-uNoJHNtpCR .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .card {
    padding: 0 12px;
  }
}
.cid-uNoJHNtpCR .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uNoJHNtpCR .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .image-wrapper img {
    height: 300px;
  }
}
.cid-uNoJHNtpCR .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uNoJHNtpCR .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uNoJHNtpCR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uNoJHNtpCR .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNoJHNtpCR .mbr-section-title {
  color: #ffffff;
}
.cid-uNoJHNtpCR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFDxtmw7TE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-20251016-wa0021.jpg-1280x960.jpg");
}
.cid-uFDxtmw7TE::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uFDxtmw7TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDxtmw7TE .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-uFDxtmw7TE .container {
    padding: 0 22px;
  }
}
.cid-uFDxtmw7TE .row {
  justify-content: center;
}
.cid-uFDxtmw7TE .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uFDxtmw7TE .content-wrapper {
    padding: 0;
  }
}
.cid-uFDxtmw7TE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFDxtmw7TE .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uFDxtmw7TE .mbr-section-title {
  color: #ffffff;
}
.cid-uFDxtmw7TE .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFDxtmw7TE .mbr-section-title,
.cid-uFDxtmw7TE .mbr-section-btn {
  text-align: center;
}
.cid-uNoL728iy6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #050b01;
}
.cid-uNoL728iy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNoL728iy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNoL728iy6 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #232323;
  background-color: #0eb7df;
}
@media (max-width: 992px) {
  .cid-uNoL728iy6 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uNoL728iy6 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #9fe870, #0eb7df 50%);
  opacity: .5;
}
.cid-uNoL728iy6 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uNoL728iy6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #232323;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNoL728iy6 .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #2e481a;
  border-radius: 100%;
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #9fe870;
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uNoL728iy6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uNoL728iy6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNoL728iy6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uNoL728iy6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNoL728iy6 .panel-title-edit {
  color: #ffffff;
}
.cid-uNoL728iy6 .panel-text {
  color: #ffffff;
}
.cid-uK2H5IFECr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/frontis-2.jpg-2000x1320.jpg");
}
.cid-uK2H5IFECr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uK2H5IFECr .form-group {
  margin-bottom: 1rem;
}
.cid-uK2H5IFECr .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #a0e1e1;
  color: #000000;
  width: 100%;
}
.cid-uK2H5IFECr textarea.form-control {
  min-height: 96px;
}
.cid-uK2H5IFECr .input-group-btn {
  width: 100%;
}
.cid-uK2H5IFECr .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uK2H5IFECr .form-control-label {
  color: #000000;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uK2H5IFECr .google-map {
  width: 100%;
  height: 25rem;
  height: 100%;
}
.cid-uK2H5IFECr .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uK2H5IFECr .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uK2H5IFECr .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uK2H5IFECr .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uK2H5IFECr .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK2H5IFECr .form-subtitle {
    text-align: center;
  }
}
.cid-uK2H5IFECr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2H5IFECr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK2H5IFECr .form-title {
  text-align: center;
}
.cid-uK2H5IFECr LABEL {
  color: #ffffff;
}
.cid-uGTiq39d0y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
.cid-uWPpwYrW5C {
  z-index: 1000;
  width: 100%;
}
.cid-uWPpwYrW5C nav.navbar {
  position: fixed;
}
.cid-uWPpwYrW5C .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uWPpwYrW5C .wrapper {
    padding: 0;
  }
}
.cid-uWPpwYrW5C .btn {
  border-radius: 30px;
}
.cid-uWPpwYrW5C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWPpwYrW5C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWPpwYrW5C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWPpwYrW5C .dropdown-item:hover,
.cid-uWPpwYrW5C .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-uWPpwYrW5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWPpwYrW5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWPpwYrW5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uWPpwYrW5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWPpwYrW5C .nav-link {
  position: relative;
}
.cid-uWPpwYrW5C .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWPpwYrW5C .dropdown-menu,
.cid-uWPpwYrW5C .navbar.opened {
  background: #0eb7df !important;
}
.cid-uWPpwYrW5C .nav-item:focus,
.cid-uWPpwYrW5C .nav-link:focus {
  outline: none;
}
.cid-uWPpwYrW5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWPpwYrW5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWPpwYrW5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWPpwYrW5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWPpwYrW5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWPpwYrW5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWPpwYrW5C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-uWPpwYrW5C .navbar.opened {
  transition: all 0.3s;
}
.cid-uWPpwYrW5C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWPpwYrW5C .navbar .navbar-logo img {
  width: auto;
}
.cid-uWPpwYrW5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWPpwYrW5C .navbar.collapsed {
  justify-content: center;
}
.cid-uWPpwYrW5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWPpwYrW5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWPpwYrW5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uWPpwYrW5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWPpwYrW5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWPpwYrW5C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWPpwYrW5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWPpwYrW5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWPpwYrW5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWPpwYrW5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWPpwYrW5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWPpwYrW5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWPpwYrW5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWPpwYrW5C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWPpwYrW5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWPpwYrW5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWPpwYrW5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWPpwYrW5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWPpwYrW5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWPpwYrW5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWPpwYrW5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWPpwYrW5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWPpwYrW5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWPpwYrW5C .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-uWPpwYrW5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWPpwYrW5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWPpwYrW5C .dropdown-item.active,
.cid-uWPpwYrW5C .dropdown-item:active {
  background-color: transparent;
}
.cid-uWPpwYrW5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWPpwYrW5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWPpwYrW5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWPpwYrW5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-uWPpwYrW5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWPpwYrW5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWPpwYrW5C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWPpwYrW5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWPpwYrW5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uWPpwYrW5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uWPpwYrW5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWPpwYrW5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWPpwYrW5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWPpwYrW5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWPpwYrW5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWPpwYrW5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWPpwYrW5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWPpwYrW5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWPpwYrW5C .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uWPpwYrW5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWPpwYrW5C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWPpwYrW5C .navbar {
    height: 70px;
  }
  .cid-uWPpwYrW5C .navbar.opened {
    height: auto;
  }
  .cid-uWPpwYrW5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX73Fm0qtR {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #03558d;
}
.cid-uX73Fm0qtR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uX73Fm0qtR .item {
    margin-bottom: 1rem;
  }
}
.cid-uX73Fm0qtR .item-wrapper {
  position: relative;
}
.cid-uX73Fm0qtR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uX73Fm0qtR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uX73Fm0qtR .carousel-control,
.cid-uX73Fm0qtR .close {
  background: #1b1b1b;
}
.cid-uX73Fm0qtR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uX73Fm0qtR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uX73Fm0qtR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uX73Fm0qtR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uX73Fm0qtR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uX73Fm0qtR .close::before {
  content: '\e91a';
}
.cid-uX73Fm0qtR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uX73Fm0qtR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX73Fm0qtR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX73Fm0qtR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uX73Fm0qtR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX73Fm0qtR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uX73Fm0qtR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX73Fm0qtR .carousel-indicators li.active,
.cid-uX73Fm0qtR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX73Fm0qtR .carousel-indicators li::after,
.cid-uX73Fm0qtR .carousel-indicators li::before {
  content: none;
}
.cid-uX73Fm0qtR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX73Fm0qtR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uX73Fm0qtR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uX73Fm0qtR .carousel-indicators {
    display: none;
  }
}
.cid-uX73Fm0qtR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uX73Fm0qtR .carousel-inner > .active {
  display: block;
}
.cid-uX73Fm0qtR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX73Fm0qtR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uX73Fm0qtR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uX73Fm0qtR .carousel-control,
  .cid-uX73Fm0qtR .carousel-indicators,
  .cid-uX73Fm0qtR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uX73Fm0qtR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uX73Fm0qtR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uX73Fm0qtR .carousel-indicators .active,
.cid-uX73Fm0qtR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uX73Fm0qtR .carousel-indicators .active {
  background: #fff;
}
.cid-uX73Fm0qtR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uX73Fm0qtR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uX73Fm0qtR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uX73Fm0qtR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uX73Fm0qtR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uX73Fm0qtR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uX73Fm0qtR .carousel {
  width: 100%;
}
.cid-uX73Fm0qtR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uX73Fm0qtR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uX73Fm0qtR .modal.fade .modal-dialog,
.cid-uX73Fm0qtR .modal.in .modal-dialog {
  transform: none;
}
.cid-uX73Fm0qtR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uX73Fm0qtR .content-head {
  max-width: 800px;
}
.cid-uX73Fm0qtR H3 {
  color: #f7f7f7;
}
.cid-uX73Fm0qtR H4 {
  color: #f7f7f7;
}
.cid-uWPpwZ1D2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/492300534-1275360051259913-372049828720437928-n.jpg-2000x1832.jpg");
}
.cid-uWPpwZ1D2K::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uWPpwZ1D2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWPpwZ1D2K .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-uWPpwZ1D2K .container {
    padding: 0 22px;
  }
}
.cid-uWPpwZ1D2K .row {
  justify-content: center;
}
.cid-uWPpwZ1D2K .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uWPpwZ1D2K .content-wrapper {
    padding: 0;
  }
}
.cid-uWPpwZ1D2K .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWPpwZ1D2K .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWPpwZ1D2K .mbr-section-title {
  color: #ffffff;
}
.cid-uWPpwZ1D2K .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWPpwZ1D2K .mbr-section-title,
.cid-uWPpwZ1D2K .mbr-section-btn {
  text-align: center;
}
.cid-uWPpwZCuCY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
.cid-uZJ6A5Py8v {
  z-index: 1000;
  width: 100%;
}
.cid-uZJ6A5Py8v nav.navbar {
  position: fixed;
}
.cid-uZJ6A5Py8v .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uZJ6A5Py8v .wrapper {
    padding: 0;
  }
}
.cid-uZJ6A5Py8v .btn {
  border-radius: 30px;
}
.cid-uZJ6A5Py8v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ6A5Py8v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZJ6A5Py8v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZJ6A5Py8v .dropdown-item:hover,
.cid-uZJ6A5Py8v .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-uZJ6A5Py8v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZJ6A5Py8v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZJ6A5Py8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uZJ6A5Py8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZJ6A5Py8v .nav-link {
  position: relative;
}
.cid-uZJ6A5Py8v .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZJ6A5Py8v .dropdown-menu,
.cid-uZJ6A5Py8v .navbar.opened {
  background: #0eb7df !important;
}
.cid-uZJ6A5Py8v .nav-item:focus,
.cid-uZJ6A5Py8v .nav-link:focus {
  outline: none;
}
.cid-uZJ6A5Py8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJ6A5Py8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJ6A5Py8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJ6A5Py8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ6A5Py8v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJ6A5Py8v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJ6A5Py8v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-uZJ6A5Py8v .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJ6A5Py8v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZJ6A5Py8v .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJ6A5Py8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZJ6A5Py8v .navbar.collapsed {
  justify-content: center;
}
.cid-uZJ6A5Py8v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJ6A5Py8v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJ6A5Py8v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZJ6A5Py8v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJ6A5Py8v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJ6A5Py8v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZJ6A5Py8v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJ6A5Py8v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJ6A5Py8v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZJ6A5Py8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJ6A5Py8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJ6A5Py8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJ6A5Py8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJ6A5Py8v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZJ6A5Py8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJ6A5Py8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZJ6A5Py8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZJ6A5Py8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZJ6A5Py8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJ6A5Py8v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJ6A5Py8v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZJ6A5Py8v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZJ6A5Py8v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZJ6A5Py8v .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-uZJ6A5Py8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZJ6A5Py8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJ6A5Py8v .dropdown-item.active,
.cid-uZJ6A5Py8v .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJ6A5Py8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJ6A5Py8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJ6A5Py8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJ6A5Py8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-uZJ6A5Py8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZJ6A5Py8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJ6A5Py8v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZJ6A5Py8v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZJ6A5Py8v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uZJ6A5Py8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uZJ6A5Py8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJ6A5Py8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJ6A5Py8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJ6A5Py8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJ6A5Py8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ6A5Py8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJ6A5Py8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJ6A5Py8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ6A5Py8v .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uZJ6A5Py8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJ6A5Py8v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJ6A5Py8v .navbar {
    height: 70px;
  }
  .cid-uZJ6A5Py8v .navbar.opened {
    height: auto;
  }
  .cid-uZJ6A5Py8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJ6A65wu9 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #033e8d;
}
.cid-uZJ6A65wu9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJ6A65wu9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZJ6A65wu9 .item-wrapper {
  position: relative;
}
.cid-uZJ6A65wu9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZJ6A65wu9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZJ6A65wu9 .carousel-control,
.cid-uZJ6A65wu9 .close {
  background: #1b1b1b;
}
.cid-uZJ6A65wu9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZJ6A65wu9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZJ6A65wu9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZJ6A65wu9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZJ6A65wu9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZJ6A65wu9 .close::before {
  content: '\e91a';
}
.cid-uZJ6A65wu9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZJ6A65wu9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZJ6A65wu9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJ6A65wu9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZJ6A65wu9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZJ6A65wu9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZJ6A65wu9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZJ6A65wu9 .carousel-indicators li.active,
.cid-uZJ6A65wu9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZJ6A65wu9 .carousel-indicators li::after,
.cid-uZJ6A65wu9 .carousel-indicators li::before {
  content: none;
}
.cid-uZJ6A65wu9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZJ6A65wu9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJ6A65wu9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZJ6A65wu9 .carousel-indicators {
    display: none;
  }
}
.cid-uZJ6A65wu9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZJ6A65wu9 .carousel-inner > .active {
  display: block;
}
.cid-uZJ6A65wu9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJ6A65wu9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZJ6A65wu9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZJ6A65wu9 .carousel-control,
  .cid-uZJ6A65wu9 .carousel-indicators,
  .cid-uZJ6A65wu9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZJ6A65wu9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZJ6A65wu9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJ6A65wu9 .carousel-indicators .active,
.cid-uZJ6A65wu9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZJ6A65wu9 .carousel-indicators .active {
  background: #fff;
}
.cid-uZJ6A65wu9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZJ6A65wu9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZJ6A65wu9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZJ6A65wu9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZJ6A65wu9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZJ6A65wu9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZJ6A65wu9 .carousel {
  width: 100%;
}
.cid-uZJ6A65wu9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZJ6A65wu9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZJ6A65wu9 .modal.fade .modal-dialog,
.cid-uZJ6A65wu9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uZJ6A65wu9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZJ6A65wu9 .content-head {
  max-width: 800px;
}
.cid-uZJ6A65wu9 H3 {
  color: #f7f7f7;
}
.cid-uZJ6A65wu9 H4 {
  color: #f7f7f7;
}
.cid-uZJ6A7AB6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-20251016-wa0021.jpg-1280x960.jpg");
}
.cid-uZJ6A7AB6i::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uZJ6A7AB6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ6A7AB6i .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-uZJ6A7AB6i .container {
    padding: 0 22px;
  }
}
.cid-uZJ6A7AB6i .row {
  justify-content: center;
}
.cid-uZJ6A7AB6i .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uZJ6A7AB6i .content-wrapper {
    padding: 0;
  }
}
.cid-uZJ6A7AB6i .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJ6A7AB6i .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uZJ6A7AB6i .mbr-section-title {
  color: #ffffff;
}
.cid-uZJ6A7AB6i .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uZJ6A7AB6i .mbr-section-title,
.cid-uZJ6A7AB6i .mbr-section-btn {
  text-align: center;
}
.cid-uZJ6A7J4YW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
.cid-uZJ7CejCoE {
  z-index: 1000;
  width: 100%;
}
.cid-uZJ7CejCoE nav.navbar {
  position: fixed;
}
.cid-uZJ7CejCoE .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-uZJ7CejCoE .wrapper {
    padding: 0;
  }
}
.cid-uZJ7CejCoE .btn {
  border-radius: 30px;
}
.cid-uZJ7CejCoE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ7CejCoE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZJ7CejCoE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZJ7CejCoE .dropdown-item:hover,
.cid-uZJ7CejCoE .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-uZJ7CejCoE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZJ7CejCoE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZJ7CejCoE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-uZJ7CejCoE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZJ7CejCoE .nav-link {
  position: relative;
}
.cid-uZJ7CejCoE .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZJ7CejCoE .dropdown-menu,
.cid-uZJ7CejCoE .navbar.opened {
  background: #0eb7df !important;
}
.cid-uZJ7CejCoE .nav-item:focus,
.cid-uZJ7CejCoE .nav-link:focus {
  outline: none;
}
.cid-uZJ7CejCoE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZJ7CejCoE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZJ7CejCoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZJ7CejCoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZJ7CejCoE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZJ7CejCoE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZJ7CejCoE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-uZJ7CejCoE .navbar.opened {
  transition: all 0.3s;
}
.cid-uZJ7CejCoE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZJ7CejCoE .navbar .navbar-logo img {
  width: auto;
}
.cid-uZJ7CejCoE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZJ7CejCoE .navbar.collapsed {
  justify-content: center;
}
.cid-uZJ7CejCoE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZJ7CejCoE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZJ7CejCoE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZJ7CejCoE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZJ7CejCoE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZJ7CejCoE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZJ7CejCoE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZJ7CejCoE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZJ7CejCoE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZJ7CejCoE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZJ7CejCoE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZJ7CejCoE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZJ7CejCoE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZJ7CejCoE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZJ7CejCoE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZJ7CejCoE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZJ7CejCoE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZJ7CejCoE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZJ7CejCoE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZJ7CejCoE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZJ7CejCoE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZJ7CejCoE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZJ7CejCoE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZJ7CejCoE .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-uZJ7CejCoE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZJ7CejCoE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZJ7CejCoE .dropdown-item.active,
.cid-uZJ7CejCoE .dropdown-item:active {
  background-color: transparent;
}
.cid-uZJ7CejCoE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZJ7CejCoE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZJ7CejCoE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZJ7CejCoE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-uZJ7CejCoE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZJ7CejCoE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZJ7CejCoE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZJ7CejCoE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZJ7CejCoE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-uZJ7CejCoE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uZJ7CejCoE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZJ7CejCoE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJ7CejCoE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZJ7CejCoE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZJ7CejCoE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ7CejCoE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZJ7CejCoE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZJ7CejCoE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZJ7CejCoE .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-uZJ7CejCoE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZJ7CejCoE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZJ7CejCoE .navbar {
    height: 70px;
  }
  .cid-uZJ7CejCoE .navbar.opened {
    height: auto;
  }
  .cid-uZJ7CejCoE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZJ7CeziTJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uZJ7CeziTJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZJ7CeziTJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uZJ7CeziTJ .item-wrapper {
  position: relative;
}
.cid-uZJ7CeziTJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZJ7CeziTJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZJ7CeziTJ .carousel-control,
.cid-uZJ7CeziTJ .close {
  background: #1b1b1b;
}
.cid-uZJ7CeziTJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZJ7CeziTJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZJ7CeziTJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZJ7CeziTJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZJ7CeziTJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZJ7CeziTJ .close::before {
  content: '\e91a';
}
.cid-uZJ7CeziTJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZJ7CeziTJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZJ7CeziTJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJ7CeziTJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZJ7CeziTJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZJ7CeziTJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZJ7CeziTJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZJ7CeziTJ .carousel-indicators li.active,
.cid-uZJ7CeziTJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZJ7CeziTJ .carousel-indicators li::after,
.cid-uZJ7CeziTJ .carousel-indicators li::before {
  content: none;
}
.cid-uZJ7CeziTJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZJ7CeziTJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZJ7CeziTJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZJ7CeziTJ .carousel-indicators {
    display: none;
  }
}
.cid-uZJ7CeziTJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZJ7CeziTJ .carousel-inner > .active {
  display: block;
}
.cid-uZJ7CeziTJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZJ7CeziTJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZJ7CeziTJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZJ7CeziTJ .carousel-control,
  .cid-uZJ7CeziTJ .carousel-indicators,
  .cid-uZJ7CeziTJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZJ7CeziTJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZJ7CeziTJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZJ7CeziTJ .carousel-indicators .active,
.cid-uZJ7CeziTJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZJ7CeziTJ .carousel-indicators .active {
  background: #fff;
}
.cid-uZJ7CeziTJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZJ7CeziTJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZJ7CeziTJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZJ7CeziTJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZJ7CeziTJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZJ7CeziTJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZJ7CeziTJ .carousel {
  width: 100%;
}
.cid-uZJ7CeziTJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZJ7CeziTJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZJ7CeziTJ .modal.fade .modal-dialog,
.cid-uZJ7CeziTJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uZJ7CeziTJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZJ7CeziTJ .content-head {
  max-width: 800px;
}
.cid-uZJ7CeziTJ H3 {
  color: #f7f7f7;
}
.cid-uZJ7CeziTJ H4 {
  color: #f7f7f7;
}
.cid-uZJ7Cg95C8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/492300534-1275360051259913-372049828720437928-n.jpg-2000x1832.jpg");
}
.cid-uZJ7Cg95C8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uZJ7Cg95C8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ7Cg95C8 .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-uZJ7Cg95C8 .container {
    padding: 0 22px;
  }
}
.cid-uZJ7Cg95C8 .row {
  justify-content: center;
}
.cid-uZJ7Cg95C8 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uZJ7Cg95C8 .content-wrapper {
    padding: 0;
  }
}
.cid-uZJ7Cg95C8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZJ7Cg95C8 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uZJ7Cg95C8 .mbr-section-title {
  color: #ffffff;
}
.cid-uZJ7Cg95C8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uZJ7Cg95C8 .mbr-section-title,
.cid-uZJ7Cg95C8 .mbr-section-btn {
  text-align: center;
}
.cid-uZJ7CglaYs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
.cid-v0juqc4k1W {
  z-index: 1000;
  width: 100%;
}
.cid-v0juqc4k1W nav.navbar {
  position: fixed;
}
.cid-v0juqc4k1W .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-v0juqc4k1W .wrapper {
    padding: 0;
  }
}
.cid-v0juqc4k1W .btn {
  border-radius: 30px;
}
.cid-v0juqc4k1W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0juqc4k1W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0juqc4k1W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0juqc4k1W .dropdown-item:hover,
.cid-v0juqc4k1W .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-v0juqc4k1W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0juqc4k1W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0juqc4k1W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-v0juqc4k1W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0juqc4k1W .nav-link {
  position: relative;
}
.cid-v0juqc4k1W .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0juqc4k1W .dropdown-menu,
.cid-v0juqc4k1W .navbar.opened {
  background: #0eb7df !important;
}
.cid-v0juqc4k1W .nav-item:focus,
.cid-v0juqc4k1W .nav-link:focus {
  outline: none;
}
.cid-v0juqc4k1W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0juqc4k1W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0juqc4k1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0juqc4k1W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0juqc4k1W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0juqc4k1W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0juqc4k1W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-v0juqc4k1W .navbar.opened {
  transition: all 0.3s;
}
.cid-v0juqc4k1W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0juqc4k1W .navbar .navbar-logo img {
  width: auto;
}
.cid-v0juqc4k1W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0juqc4k1W .navbar.collapsed {
  justify-content: center;
}
.cid-v0juqc4k1W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0juqc4k1W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0juqc4k1W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v0juqc4k1W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0juqc4k1W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0juqc4k1W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0juqc4k1W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0juqc4k1W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0juqc4k1W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0juqc4k1W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0juqc4k1W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0juqc4k1W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0juqc4k1W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0juqc4k1W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0juqc4k1W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0juqc4k1W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0juqc4k1W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0juqc4k1W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0juqc4k1W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0juqc4k1W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0juqc4k1W .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0juqc4k1W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0juqc4k1W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0juqc4k1W .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-v0juqc4k1W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0juqc4k1W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0juqc4k1W .dropdown-item.active,
.cid-v0juqc4k1W .dropdown-item:active {
  background-color: transparent;
}
.cid-v0juqc4k1W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0juqc4k1W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0juqc4k1W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0juqc4k1W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-v0juqc4k1W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0juqc4k1W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0juqc4k1W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0juqc4k1W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0juqc4k1W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-v0juqc4k1W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-v0juqc4k1W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0juqc4k1W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0juqc4k1W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0juqc4k1W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0juqc4k1W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0juqc4k1W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0juqc4k1W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0juqc4k1W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0juqc4k1W .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-v0juqc4k1W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0juqc4k1W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0juqc4k1W .navbar {
    height: 70px;
  }
  .cid-v0juqc4k1W .navbar.opened {
    height: auto;
  }
  .cid-v0juqc4k1W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0juqcq6xf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #03558d;
}
.cid-v0juqcq6xf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0juqcq6xf .item {
    margin-bottom: 1rem;
  }
}
.cid-v0juqcq6xf .item-wrapper {
  position: relative;
}
.cid-v0juqcq6xf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v0juqcq6xf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0juqcq6xf .carousel-control,
.cid-v0juqcq6xf .close {
  background: #1b1b1b;
}
.cid-v0juqcq6xf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0juqcq6xf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0juqcq6xf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0juqcq6xf .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0juqcq6xf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0juqcq6xf .close::before {
  content: '\e91a';
}
.cid-v0juqcq6xf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0juqcq6xf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0juqcq6xf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0juqcq6xf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0juqcq6xf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0juqcq6xf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0juqcq6xf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0juqcq6xf .carousel-indicators li.active,
.cid-v0juqcq6xf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0juqcq6xf .carousel-indicators li::after,
.cid-v0juqcq6xf .carousel-indicators li::before {
  content: none;
}
.cid-v0juqcq6xf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0juqcq6xf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0juqcq6xf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0juqcq6xf .carousel-indicators {
    display: none;
  }
}
.cid-v0juqcq6xf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0juqcq6xf .carousel-inner > .active {
  display: block;
}
.cid-v0juqcq6xf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0juqcq6xf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0juqcq6xf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0juqcq6xf .carousel-control,
  .cid-v0juqcq6xf .carousel-indicators,
  .cid-v0juqcq6xf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0juqcq6xf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0juqcq6xf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0juqcq6xf .carousel-indicators .active,
.cid-v0juqcq6xf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0juqcq6xf .carousel-indicators .active {
  background: #fff;
}
.cid-v0juqcq6xf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0juqcq6xf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0juqcq6xf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0juqcq6xf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0juqcq6xf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0juqcq6xf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0juqcq6xf .carousel {
  width: 100%;
}
.cid-v0juqcq6xf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0juqcq6xf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0juqcq6xf .modal.fade .modal-dialog,
.cid-v0juqcq6xf .modal.in .modal-dialog {
  transform: none;
}
.cid-v0juqcq6xf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0juqcq6xf .content-head {
  max-width: 800px;
}
.cid-v0juqcq6xf H3 {
  color: #f7f7f7;
}
.cid-v0juqcq6xf H4 {
  color: #f7f7f7;
}
.cid-v0juqgSgF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/492300534-1275360051259913-372049828720437928-n.jpg-2000x1832.jpg");
}
.cid-v0juqgSgF7::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0juqgSgF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0juqgSgF7 .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-v0juqgSgF7 .container {
    padding: 0 22px;
  }
}
.cid-v0juqgSgF7 .row {
  justify-content: center;
}
.cid-v0juqgSgF7 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-v0juqgSgF7 .content-wrapper {
    padding: 0;
  }
}
.cid-v0juqgSgF7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0juqgSgF7 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-v0juqgSgF7 .mbr-section-title {
  color: #ffffff;
}
.cid-v0juqgSgF7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v0juqgSgF7 .mbr-section-title,
.cid-v0juqgSgF7 .mbr-section-btn {
  text-align: center;
}
.cid-v0juqhf9oh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
.cid-v6pqKrB3d6 {
  z-index: 1000;
  width: 100%;
}
.cid-v6pqKrB3d6 nav.navbar {
  position: fixed;
}
.cid-v6pqKrB3d6 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-v6pqKrB3d6 .wrapper {
    padding: 0;
  }
}
.cid-v6pqKrB3d6 .btn {
  border-radius: 30px;
}
.cid-v6pqKrB3d6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6pqKrB3d6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6pqKrB3d6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6pqKrB3d6 .dropdown-item:hover,
.cid-v6pqKrB3d6 .dropdown-item:focus {
  background: #a0e1e1 !important;
  color: white !important;
}
.cid-v6pqKrB3d6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6pqKrB3d6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6pqKrB3d6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-v6pqKrB3d6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6pqKrB3d6 .nav-link {
  position: relative;
}
.cid-v6pqKrB3d6 .iconfont-wrapper {
  color: #0eb7df !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6pqKrB3d6 .dropdown-menu,
.cid-v6pqKrB3d6 .navbar.opened {
  background: #0eb7df !important;
}
.cid-v6pqKrB3d6 .nav-item:focus,
.cid-v6pqKrB3d6 .nav-link:focus {
  outline: none;
}
.cid-v6pqKrB3d6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6pqKrB3d6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6pqKrB3d6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6pqKrB3d6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6pqKrB3d6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6pqKrB3d6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6pqKrB3d6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(14, 183, 223, 0.7);
}
.cid-v6pqKrB3d6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v6pqKrB3d6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6pqKrB3d6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v6pqKrB3d6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6pqKrB3d6 .navbar.collapsed {
  justify-content: center;
}
.cid-v6pqKrB3d6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6pqKrB3d6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6pqKrB3d6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6pqKrB3d6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6pqKrB3d6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6pqKrB3d6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6pqKrB3d6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6pqKrB3d6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6pqKrB3d6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6pqKrB3d6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6pqKrB3d6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6pqKrB3d6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6pqKrB3d6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6pqKrB3d6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6pqKrB3d6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6pqKrB3d6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6pqKrB3d6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6pqKrB3d6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6pqKrB3d6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6pqKrB3d6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6pqKrB3d6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6pqKrB3d6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6pqKrB3d6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6pqKrB3d6 .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-v6pqKrB3d6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6pqKrB3d6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6pqKrB3d6 .dropdown-item.active,
.cid-v6pqKrB3d6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v6pqKrB3d6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6pqKrB3d6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6pqKrB3d6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6pqKrB3d6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0eb7df;
}
.cid-v6pqKrB3d6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6pqKrB3d6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6pqKrB3d6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6pqKrB3d6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6pqKrB3d6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-v6pqKrB3d6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-v6pqKrB3d6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6pqKrB3d6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6pqKrB3d6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6pqKrB3d6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6pqKrB3d6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6pqKrB3d6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6pqKrB3d6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6pqKrB3d6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6pqKrB3d6 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-v6pqKrB3d6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6pqKrB3d6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6pqKrB3d6 .navbar {
    height: 70px;
  }
  .cid-v6pqKrB3d6 .navbar.opened {
    height: auto;
  }
  .cid-v6pqKrB3d6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6pqKrVamS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-v6pqKrVamS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6pqKrVamS .item {
    margin-bottom: 1rem;
  }
}
.cid-v6pqKrVamS .item-wrapper {
  position: relative;
}
.cid-v6pqKrVamS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v6pqKrVamS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v6pqKrVamS .carousel-control,
.cid-v6pqKrVamS .close {
  background: #1b1b1b;
}
.cid-v6pqKrVamS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6pqKrVamS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6pqKrVamS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6pqKrVamS .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6pqKrVamS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v6pqKrVamS .close::before {
  content: '\e91a';
}
.cid-v6pqKrVamS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6pqKrVamS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v6pqKrVamS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6pqKrVamS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6pqKrVamS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6pqKrVamS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6pqKrVamS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v6pqKrVamS .carousel-indicators li.active,
.cid-v6pqKrVamS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6pqKrVamS .carousel-indicators li::after,
.cid-v6pqKrVamS .carousel-indicators li::before {
  content: none;
}
.cid-v6pqKrVamS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6pqKrVamS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6pqKrVamS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6pqKrVamS .carousel-indicators {
    display: none;
  }
}
.cid-v6pqKrVamS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6pqKrVamS .carousel-inner > .active {
  display: block;
}
.cid-v6pqKrVamS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6pqKrVamS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6pqKrVamS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6pqKrVamS .carousel-control,
  .cid-v6pqKrVamS .carousel-indicators,
  .cid-v6pqKrVamS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6pqKrVamS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6pqKrVamS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6pqKrVamS .carousel-indicators .active,
.cid-v6pqKrVamS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6pqKrVamS .carousel-indicators .active {
  background: #fff;
}
.cid-v6pqKrVamS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6pqKrVamS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6pqKrVamS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6pqKrVamS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6pqKrVamS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6pqKrVamS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6pqKrVamS .carousel {
  width: 100%;
}
.cid-v6pqKrVamS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6pqKrVamS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6pqKrVamS .modal.fade .modal-dialog,
.cid-v6pqKrVamS .modal.in .modal-dialog {
  transform: none;
}
.cid-v6pqKrVamS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6pqKrVamS .content-head {
  max-width: 800px;
}
.cid-v6pqKrVamS H3 {
  color: #f7f7f7;
}
.cid-v6pqKrVamS H4 {
  color: #f7f7f7;
}
.cid-v6pqKsuDyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whatsapp-image-2025-12-25-at-12.28.02-2-1600x1200.jpg");
}
.cid-v6pqKsuDyZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v6pqKsuDyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6pqKsuDyZ .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-v6pqKsuDyZ .container {
    padding: 0 22px;
  }
}
.cid-v6pqKsuDyZ .row {
  justify-content: center;
}
.cid-v6pqKsuDyZ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-v6pqKsuDyZ .content-wrapper {
    padding: 0;
  }
}
.cid-v6pqKsuDyZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6pqKsuDyZ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-v6pqKsuDyZ .mbr-section-title {
  color: #ffffff;
}
.cid-v6pqKsuDyZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v6pqKsuDyZ .mbr-section-title,
.cid-v6pqKsuDyZ .mbr-section-btn {
  text-align: center;
}
.cid-v6pqKsI2HS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0eb7df;
  overflow: hidden;
}
