.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #65c5f9 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #2339b2 !important;
}
.bg-danger {
  background-color: #f73014 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #65c5f9 !important;
  border-color: #65c5f9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #96d7fb !important;
  border-color: #96d7fb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #96d7fb !important;
  border-color: #96d7fb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #42a800 !important;
  border-color: #42a800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #56db00 !important;
  border-color: #56db00 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #56db00 !important;
  border-color: #56db00 !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: #2339b2 !important;
  border-color: #2339b2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #314bd7 !important;
  border-color: #314bd7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #314bd7 !important;
  border-color: #314bd7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f73014 !important;
  border-color: #f73014 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f95b45 !important;
  border-color: #f95b45 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f95b45 !important;
  border-color: #f95b45 !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: #65c5f9;
  color: #65c5f9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #12a6f6 !important;
  background-color: transparent !important;
  border-color: #12a6f6 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #65c5f9 !important;
  border-color: #65c5f9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #42a800;
  color: #42a800;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #205100 !important;
  background-color: transparent !important;
  border-color: #205100 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #42a800 !important;
  border-color: #42a800 !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: #2339b2;
  color: #2339b2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #15226a !important;
  background-color: transparent !important;
  border-color: #15226a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2339b2 !important;
  border-color: #2339b2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f73014;
  color: #f73014;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae1b06 !important;
  background-color: transparent !important;
  border-color: #ae1b06 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f73014 !important;
  border-color: #f73014 !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: #65c5f9 !important;
}
.text-secondary {
  color: #42a800 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #2339b2 !important;
}
.text-danger {
  color: #f73014 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #099eef !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1a4200 !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: #121e5d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a01805 !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: #65c5f9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #2339b2;
}
.alert-danger {
  background-color: #f73014;
}
.mbr-gallery-filter li.active .btn {
  background-color: #65c5f9;
  border-color: #65c5f9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #65c5f9;
}
.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: #7183e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feded9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #65c5f9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #65c5f9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #65c5f9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #65c5f9;
}
.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: #65c5f9;
  border-bottom-color: #65c5f9;
}
.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: #65c5f9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #42a800 !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='%2365c5f9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-Jgrb6V41A6 {
  padding-top: 75px;
  padding-bottom: 25px;
  background: linear-gradient(0deg, #65c5f9, #65c5f9);
}
.cid-Jgrb6V41A6 .news {
  width: 250px;
  background-color: #123794;
  height: 31px;
}
.cid-Jgrb6V41A6 .news-scroll a {
  text-decoration: none;
}
.cid-Jgrb6V41A6 .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #d20320;
  border-radius: 50%;
  display: inline-block;
}
.cid-Jgrb6V41A6 DIV {
  color: #ffffff;
}
.cid-Jgrb6V41A6 .mbr-text {
  color: #123794;
}
.cid-Jgrb6V41A6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYNqFxbyNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d0c9cb95-680e-4ac3-94b0-178a955b5250-1280x561.jpg");
}
.cid-tYNqFxbyNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNqFxbyNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNqFxbyNr .mbr-section-title {
  color: #65c5f9;
}
.cid-tYNqFxbyNr .mbr-text,
.cid-tYNqFxbyNr .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tYNsI1bvIt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYNsI1bvIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNsI1bvIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNsI1bvIt .mbr-section-title {
  color: #2339b2;
}
.cid-tYNsI1bvIt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBsRmbsSy2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBsRmbsSy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsRmbsSy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsSIjI9xW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBsSIjI9xW img,
.cid-uBsSIjI9xW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBsSIjI9xW .item:focus,
.cid-uBsSIjI9xW span:focus {
  outline: none;
}
.cid-uBsSIjI9xW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBsSIjI9xW .item {
    margin-bottom: 1rem;
  }
}
.cid-uBsSIjI9xW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBsSIjI9xW .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBsSIjI9xW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBsSIjI9xW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBsSIjI9xW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBsSIjI9xW .mbr-section-title {
  color: #000000;
}
.cid-uBsSIjI9xW .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-uBsSIjI9xW .item-subtitle {
  text-align: left;
}
.cid-uBsSIjI9xW .mbr-text,
.cid-uBsSIjI9xW .item .mbr-section-btn {
  text-align: left;
}
.cid-uBsSIjI9xW .content-head {
  max-width: 800px;
}
.cid-uBsZeMlBvG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBsZeMlBvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBsZeMlBvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBsZeMlBvG .mbr-section-title {
  color: #f7f7f7;
}
.cid-uBsZeMlBvG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBsZEJGhMT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBsZEJGhMT img,
.cid-uBsZEJGhMT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBsZEJGhMT .item:focus,
.cid-uBsZEJGhMT span:focus {
  outline: none;
}
.cid-uBsZEJGhMT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBsZEJGhMT .item {
    margin-bottom: 1rem;
  }
}
.cid-uBsZEJGhMT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBsZEJGhMT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBsZEJGhMT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBsZEJGhMT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBsZEJGhMT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBsZEJGhMT .mbr-section-title {
  color: #f73014;
}
.cid-uBsZEJGhMT .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-uBsZEJGhMT .item-subtitle {
  text-align: left;
}
.cid-uBsZEJGhMT .mbr-text,
.cid-uBsZEJGhMT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBsZEJGhMT .content-head {
  max-width: 800px;
}
.cid-tYNtbcOmis {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYNtbcOmis .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNtbcOmis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNtbcOmis .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tYNtbcOmis .card {
    margin-bottom: 2rem!important;
  }
  .cid-tYNtbcOmis .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNtbcOmis .link-wrap {
    align-items: center;
  }
}
.cid-tYNtbcOmis .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYNudi58IY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYNudi58IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNudi58IY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNudi58IY .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tYNudi58IY .card {
    margin-bottom: 2rem!important;
  }
  .cid-tYNudi58IY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNudi58IY .link-wrap {
    align-items: center;
  }
}
.cid-tYNudi58IY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYYNKAc0CC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYYNKAc0CC img,
.cid-tYYNKAc0CC .item-img {
  width: 100%;
}
.cid-tYYNKAc0CC .item:focus,
.cid-tYYNKAc0CC span:focus {
  outline: none;
}
.cid-tYYNKAc0CC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYYNKAc0CC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYYNKAc0CC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tYYNKAc0CC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYYNKAc0CC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tYYNKAc0CC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tYYNKAc0CC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYYNKAc0CC .mbr-section-title {
  color: #123794;
}
.cid-tYYNKAc0CC .mbr-text,
.cid-tYYNKAc0CC .mbr-section-btn {
  text-align: left;
}
.cid-tYYNKAc0CC .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-tYYNKAc0CC .item-subtitle {
  text-align: left;
}
.cid-uBti7zpAxL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBti7zpAxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBti7zpAxL .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-uBti7zpAxL .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uBti7zpAxL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uBti7zpAxL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBti7zpAxL .media-content,
.cid-uBti7zpAxL .mbr-figure {
  align-self: center;
}
.cid-uBti7zpAxL .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uBti7zpAxL .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uBti7zpAxL .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uBti7zpAxL .mbr-section-maintitle {
  text-align: center;
}
.cid-uBti7zpAxL .mbr-section-title {
  text-align: left;
}
.cid-uBti7zpAxL .mbr-text,
.cid-uBti7zpAxL .mbr-section-btn {
  text-align: left;
}
.cid-tYNvaOgPjp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYNvaOgPjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNvaOgPjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNvaOgPjp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYNvaOgPjp .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tYC8VMXx8F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tYC8VMXx8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYC8VMXx8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYC8VMXx8F .title .num {
  width: 100%;
  display: block;
}
.cid-tYC8VMXx8F .title .card-title {
  z-index: 1;
}
.cid-tYC8VMXx8F .count {
  color: #65c5f9;
  font-weight: 700;
  text-align: center;
}
.cid-tYC8VMXx8F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYC8VMXx8F .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYC8VMXx8F * {
    text-align: center !important;
  }
  .cid-tYC8VMXx8F .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tYC8VMXx8F .content-head {
  max-width: 800px;
}
.cid-tYC8VMXx8F H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-tYC8VMXx8F .card-text {
  text-align: left;
}
.cid-tYC8VMXx8F .card-title,
.cid-tYC8VMXx8F .card-img {
  text-align: center;
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-VMV66Fh07K .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 34px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-VMV66Fh07K .my-float {
  margin-top: 16px;
}
.cid-VMV66Fh07K P {
  color: #232323;
}
.cid-VMV66Fh07K DIV {
  color: #ffffff;
}
.cid-VMV66Fh07K H10 {
  color: #767676;
}
.cid-VMV66Fh07K .hidden {
  display: none;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNnVkbFMr {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYNnVkbFMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNnVkbFMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNnVkbFMr .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tYNnVkbFMr .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYNnVkbFMr .img1 {
  background: #42a800;
}
.cid-tYNnVkbFMr .img2 {
  background: #42a800;
}
.cid-tYNnVkbFMr .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tYNnVkbFMr .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tYNnVkbFMr .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tYNnVkbFMr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNnVkbFMr .card-wrapper {
    flex-direction: column;
  }
  .cid-tYNnVkbFMr .card-box {
    padding: 1rem;
  }
  .cid-tYNnVkbFMr .card-box,
  .cid-tYNnVkbFMr .img-wrapper {
    width: 100%;
  }
  .cid-tYNnVkbFMr .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tYNnVkbFMr .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tYNnVkbFMr .card-subtitle {
  color: #0077ff;
}
.cid-tYNnVkbFMr .mbr-text,
.cid-tYNnVkbFMr .link-wrap {
  color: #555555;
}
.cid-tYNnVkbFMr .card-title,
.cid-tYNnVkbFMr .card-box {
  color: #232323;
}
.cid-tYD64i5dYb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tYD64i5dYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD64i5dYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD64i5dYb .mbr-section-title {
  color: #000000;
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNDqx9Rt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/8dc5f4bc-ae86-4264-9efc-30d26de6b934-1068x712.jpg");
}
.cid-tYNDqx9Rt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNDqx9Rt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNDqx9Rt2 .mbr-section-title {
  color: #65c5f9;
}
.cid-tYNDqx9Rt2 .mbr-text,
.cid-tYNDqx9Rt2 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBxAyDH0Ve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBxAyDH0Ve .mbr-text {
  color: #65c5f9;
  text-align: center;
}
.cid-uBxAyDH0Ve .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBxAyDH0Ve .mbr-section-title {
  color: #65c5f9;
  text-align: center;
}
.cid-uBxzZadotc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBxzZadotc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxzZadotc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxzZadotc .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uBxzZadotc .card {
    margin-bottom: 2rem!important;
  }
  .cid-uBxzZadotc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxzZadotc .link-wrap {
    align-items: center;
  }
}
.cid-uBxzZadotc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBxDM1rdw9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBxDM1rdw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDM1rdw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDM1rdw9 .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uBxDM1rdw9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBxDM1rdw9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBxDM1rdw9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBxDM1rdw9 .mbr-text,
.cid-uBxDM1rdw9 .mbr-section-btn {
  color: #2e481a;
}
.cid-uBxDM1rdw9 .card-title,
.cid-uBxDM1rdw9 .card-box {
  text-align: center;
  color: #2339b2;
}
.cid-uBxFNh4Vgc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBxFNh4Vgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxFNh4Vgc .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uBxFNh4Vgc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBxFNh4Vgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxFNh4Vgc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #2e481a;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #65c5f9;
  height: 80px;
  border-radius: 50%;
}
.cid-uBxFNh4Vgc .card-title,
.cid-uBxFNh4Vgc .iconfont-wrapper,
.cid-uBxFNh4Vgc .card-text {
  color: #000000;
  text-align: center;
}
.cid-uBxFNh4Vgc .content-head {
  max-width: 800px;
}
.cid-uBxFNh4Vgc .mbr-section-title {
  color: #000000;
}
.cid-uBxFNh4Vgc .mbr-section-btn {
  text-align: center;
}
.cid-uBxICHSl4T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBxICHSl4T h6 {
  line-height: 1.2;
}
.cid-uBxICHSl4T img,
.cid-uBxICHSl4T .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBxICHSl4T .item:focus,
.cid-uBxICHSl4T span:focus {
  outline: none;
}
.cid-uBxICHSl4T .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBxICHSl4T .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBxICHSl4T .mbr-section-title {
  color: #65c5f9;
}
.cid-uBxICHSl4T .mbr-text,
.cid-uBxICHSl4T .mbr-section-btn {
  color: #000000;
}
.cid-uBxICHSl4T .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBxICHSl4T .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBxICHSl4T .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBxICHSl4T .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBxICHSl4T .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNGwUBf76 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tYNGwUBf76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNGwUBf76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYNGwUBf76 .row {
    flex-direction: column-reverse;
  }
  .cid-tYNGwUBf76 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYNGwUBf76 .google-map {
  height: 100%;
  position: relative;
}
.cid-tYNGwUBf76 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYNGwUBf76 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tYNGwUBf76 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYNGwUBf76 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYNGwUBf76 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYNGwUBf76 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tYNGwUBf76 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tYNGwUBf76 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNGwUBf76 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYNGwUBf76 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #65c5f9;
}
.cid-tYNHmtM3zj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYNHmtM3zj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tYNHmtM3zj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tYNHmtM3zj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tYNHmtM3zj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNOeTO1CJ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/whatsapp-image-2024-04-22-at-10.41.06-am-1-1500x1000.jpeg");
}
.cid-tYNOeTO1CJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNOeTO1CJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNOeTO1CJ .mbr-section-title {
  color: #65c5f9;
}
.cid-tYNOeTO1CJ .mbr-text,
.cid-tYNOeTO1CJ .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uByfPBid73 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uByfPBid73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByfPBid73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaEWzTMjbM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaEWzTMjbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaEWzTMjbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaEWzTMjbM .mbr-section-title {
  color: #65c5f9;
}
.cid-tYCVm7mG5S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYCVm7mG5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCVm7mG5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCVm7mG5S .mbr-section-title {
  color: #ffffff;
}
.cid-tYNQDWOqtR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYNQDWOqtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNQDWOqtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNQDWOqtR .mbr-section-title {
  color: #000000;
}
.cid-uBJnZIEqHp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBJnZIEqHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJnZIEqHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJnZIEqHp .mbr-section-title {
  color: #65c5f9;
}
.cid-uBJouQeVtk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBJouQeVtk h6 {
  line-height: 1.2;
}
.cid-uBJouQeVtk img,
.cid-uBJouQeVtk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uBJouQeVtk img,
  .cid-uBJouQeVtk .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uBJouQeVtk .item:focus,
.cid-uBJouQeVtk span:focus {
  outline: none;
}
.cid-uBJouQeVtk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBJouQeVtk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBJouQeVtk .mbr-section-title {
  color: #000000;
}
.cid-uBJouQeVtk .mbr-text,
.cid-uBJouQeVtk .mbr-section-btn {
  color: #000000;
}
.cid-uBJouQeVtk .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBJouQeVtk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJouQeVtk .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBJouQeVtk .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBJouQeVtk img,
  .cid-uBJouQeVtk .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uBJouQeVtk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBJoLdTXls {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBJoLdTXls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJoLdTXls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJoLdTXls .mbr-section-title {
  color: #f7f7f7;
}
.cid-tYNOFBh8A7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYNOFBh8A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNOFBh8A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNOFBh8A7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tYNOFBh8A7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tYNOFBh8A7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tYNOFBh8A7 .list {
  color: #000000;
}
.cid-uBJqrB1562 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBJqrB1562 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJqrB1562 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJqrB1562 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBJqrB1562 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBJqrB1562 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBJt5LTjVU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBJt5LTjVU .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uBJt5LTjVU .panel-group {
  border: none;
}
.cid-uBJt5LTjVU .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBJt5LTjVU .card-header {
    padding: 0rem;
  }
}
.cid-uBJt5LTjVU .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBJt5LTjVU .img-col {
  padding: 0;
}
.cid-uBJt5LTjVU .img-item {
  height: 100%;
}
.cid-uBJt5LTjVU img {
  height: 100%;
  object-fit: cover;
}
.cid-uBJt5LTjVU .collapsed span {
  transform: rotate(0deg);
}
.cid-uBJt5LTjVU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBJt5LTjVU p {
  margin-bottom: 0.3rem;
}
.cid-uBJt5LTjVU .panel-title-edit {
  color: #000000;
}
.cid-uBJt5LTjVU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBJt5LTjVU .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uBJt5LTjVU .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBJt5LTjVU .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBJt5LTjVU .panel-text {
  color: #000000;
}
.cid-uBJt5LTjVU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBJt5LTjVU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJt5LTjVU .panel-title-edit,
.cid-uBJt5LTjVU .mbr-iconfont {
  color: #000000;
}
.cid-uBJvydTDZy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBJvydTDZy .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uBJvydTDZy .panel-group {
  border: none;
}
.cid-uBJvydTDZy .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBJvydTDZy .card-header {
    padding: 0rem;
  }
}
.cid-uBJvydTDZy .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBJvydTDZy .img-col {
  padding: 0;
}
.cid-uBJvydTDZy .img-item {
  height: 100%;
}
.cid-uBJvydTDZy img {
  height: 100%;
  object-fit: cover;
}
.cid-uBJvydTDZy .collapsed span {
  transform: rotate(0deg);
}
.cid-uBJvydTDZy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBJvydTDZy p {
  margin-bottom: 0.3rem;
}
.cid-uBJvydTDZy .panel-title-edit {
  color: #000000;
}
.cid-uBJvydTDZy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBJvydTDZy .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uBJvydTDZy .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBJvydTDZy .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBJvydTDZy .panel-text {
  color: #000000;
}
.cid-uBJvydTDZy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBJvydTDZy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJvydTDZy .panel-title-edit,
.cid-uBJvydTDZy .mbr-iconfont {
  color: #000000;
}
.cid-tYNQ9yyEhr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYNQ9yyEhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNQ9yyEhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNQ9yyEhr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYNQ9yyEhr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tYNQ9yyEhr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNQ9yyEhr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYNQ9yyEhr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNQ9yyEhr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tYNQ9yyEhr .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tYNQ9yyEhr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYD3GNo2RL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tYD3GNo2RL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD3GNo2RL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD3GNo2RL .mbr-section-title {
  color: #000000;
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNSmGZd8w {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-12-20-at-2.55.41-pm-1280x561.jpg");
}
.cid-tYNSmGZd8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNSmGZd8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNSmGZd8w .mbr-section-title {
  color: #65c5f9;
}
.cid-tYNSmGZd8w .mbr-text,
.cid-tYNSmGZd8w .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBJAwRJVMn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBJAwRJVMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJAwRJVMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJAwRJVMn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBJB5TyTrg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBJB5TyTrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJB5TyTrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJB5TyTrg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBJB5TyTrg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBJB5TyTrg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBJB5TyTrg DIV {
  text-align: center;
}
.cid-uBJB5TyTrg .list {
  text-align: left;
}
.cid-uBJBxJqSzX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBJBxJqSzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJBxJqSzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJBxJqSzX .mbr-section-title {
  color: #65c5f9;
}
.cid-uBJNcOGvVm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uBJNcOGvVm h6 {
  line-height: 1.2;
}
.cid-uBJNcOGvVm img,
.cid-uBJNcOGvVm .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBJNcOGvVm .item:focus,
.cid-uBJNcOGvVm span:focus {
  outline: none;
}
.cid-uBJNcOGvVm .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBJNcOGvVm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBJNcOGvVm .mbr-section-title {
  color: #000000;
}
.cid-uBJNcOGvVm .mbr-text,
.cid-uBJNcOGvVm .mbr-section-btn {
  color: #000000;
}
.cid-uBJNcOGvVm .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBJNcOGvVm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJNcOGvVm .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBJNcOGvVm .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBJNcOGvVm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBJTBuPQxa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBJTBuPQxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJTBuPQxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJTBuPQxa .mbr-section-title {
  color: #65c5f9;
}
.cid-uBJOdbEfZw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBJOdbEfZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJOdbEfZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJOdbEfZw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBJOdbEfZw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBJOdbEfZw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBJOdbEfZw .list {
  color: #000000;
}
.cid-uBJP3qkSck {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBJP3qkSck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJP3qkSck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJP3qkSck ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBJP3qkSck li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBJP3qkSck ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBJP3qkSck .list {
  color: #000000;
}
.cid-tYNSmHmx5H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYNSmHmx5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNSmHmx5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNSmHmx5H .mbr-section-title {
  color: #000000;
}
.cid-uBJClX10CP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBJClX10CP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uBJClX10CP .panel-group {
  border: none;
}
.cid-uBJClX10CP .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBJClX10CP .card-header {
    padding: 0rem;
  }
}
.cid-uBJClX10CP .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBJClX10CP .img-col {
  padding: 0;
}
.cid-uBJClX10CP .img-item {
  height: 100%;
}
.cid-uBJClX10CP img {
  height: 100%;
  object-fit: cover;
}
.cid-uBJClX10CP .collapsed span {
  transform: rotate(0deg);
}
.cid-uBJClX10CP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBJClX10CP p {
  margin-bottom: 0.3rem;
}
.cid-uBJClX10CP .panel-title-edit {
  color: #000000;
}
.cid-uBJClX10CP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBJClX10CP .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uBJClX10CP .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBJClX10CP .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBJClX10CP .panel-text {
  color: #000000;
}
.cid-uBJClX10CP .mbr-section-title {
  text-align: center;
  color: #65c5f9;
}
.cid-uBJClX10CP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJClX10CP .panel-title-edit,
.cid-uBJClX10CP .mbr-iconfont {
  color: #000000;
}
.cid-uBJD0FQLeD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBJD0FQLeD .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uBJD0FQLeD .panel-group {
  border: none;
}
.cid-uBJD0FQLeD .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBJD0FQLeD .card-header {
    padding: 0rem;
  }
}
.cid-uBJD0FQLeD .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBJD0FQLeD .img-col {
  padding: 0;
}
.cid-uBJD0FQLeD .img-item {
  height: 100%;
}
.cid-uBJD0FQLeD img {
  height: 100%;
  object-fit: cover;
}
.cid-uBJD0FQLeD .collapsed span {
  transform: rotate(0deg);
}
.cid-uBJD0FQLeD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBJD0FQLeD p {
  margin-bottom: 0.3rem;
}
.cid-uBJD0FQLeD .panel-title-edit {
  color: #000000;
}
.cid-uBJD0FQLeD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBJD0FQLeD .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uBJD0FQLeD .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBJD0FQLeD .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBJD0FQLeD .panel-text {
  color: #000000;
}
.cid-uBJD0FQLeD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBJD0FQLeD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBJD0FQLeD .panel-title-edit,
.cid-uBJD0FQLeD .mbr-iconfont {
  color: #000000;
}
.cid-uBJUYBoTLb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBJUYBoTLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJUYBoTLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJUYBoTLb .mbr-section-title {
  color: #65c5f9;
}
.cid-uBJWpuvX8i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBJWpuvX8i img,
.cid-uBJWpuvX8i .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBJWpuvX8i .item:focus,
.cid-uBJWpuvX8i span:focus {
  outline: none;
}
.cid-uBJWpuvX8i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBJWpuvX8i .item {
    margin-bottom: 1rem;
  }
}
.cid-uBJWpuvX8i .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBJWpuvX8i .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBJWpuvX8i .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBJWpuvX8i .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBJWpuvX8i .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBJWpuvX8i .mbr-section-title {
  color: #f73014;
}
.cid-uBJWpuvX8i .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-uBJWpuvX8i .item-subtitle {
  text-align: left;
}
.cid-uBJWpuvX8i .mbr-text,
.cid-uBJWpuvX8i .item .mbr-section-btn {
  text-align: left;
}
.cid-uBJWpuvX8i .content-head {
  max-width: 800px;
}
.cid-tYD1uLIJmX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tYD1uLIJmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD1uLIJmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD1uLIJmX .mbr-section-title {
  color: #000000;
}
.cid-tYNSmIrPEv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNSmIrPEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNSmIrPEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNSmIrPEv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNSmIrPEv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNSmIrPEv .row {
    text-align: center;
  }
  .cid-tYNSmIrPEv .row > div {
    margin: auto;
  }
  .cid-tYNSmIrPEv .social-row {
    justify-content: center;
  }
}
.cid-tYNSmIrPEv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNSmIrPEv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNSmIrPEv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNSmIrPEv .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNSmIrPEv .mbr-text {
  color: #000000;
}
.cid-tYNSmIrPEv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNSmIrPEv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNSmIrPEv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNSmIrPEv .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNU9QoTuG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/448803810-887305493438091-8598651400031583160-n-2000x1416.jpeg");
}
.cid-tYNU9QoTuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNU9QoTuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNU9QoTuG .mbr-section-title {
  color: #65c5f9;
}
.cid-tYNU9QoTuG .mbr-text,
.cid-tYNU9QoTuG .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-tYNU9R0sv0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYNU9R0sv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNU9R0sv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNU9R0sv0 .mbr-section-title {
  color: #000000;
}
.cid-uBOBGjTNFa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBOBGjTNFa h6 {
  line-height: 1.2;
}
.cid-uBOBGjTNFa img,
.cid-uBOBGjTNFa .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBOBGjTNFa .item:focus,
.cid-uBOBGjTNFa span:focus {
  outline: none;
}
.cid-uBOBGjTNFa .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBOBGjTNFa .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBOBGjTNFa .mbr-section-title {
  color: #000000;
}
.cid-uBOBGjTNFa .mbr-text,
.cid-uBOBGjTNFa .mbr-section-btn {
  color: #000000;
}
.cid-uBOBGjTNFa .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBOBGjTNFa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBOBGjTNFa .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBOBGjTNFa .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBOBGjTNFa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBOzxNX732 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOzxNX732 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOzxNX732 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOzxNX732 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBOzxNX732 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBOzxNX732 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBOzxNX732 .list {
  color: #000000;
}
.cid-uBOEgWPpvT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uBOEgWPpvT img,
.cid-uBOEgWPpvT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uBOEgWPpvT .item:focus,
.cid-uBOEgWPpvT span:focus {
  outline: none;
}
.cid-uBOEgWPpvT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBOEgWPpvT .item {
    margin-bottom: 1rem;
  }
}
.cid-uBOEgWPpvT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOEgWPpvT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOEgWPpvT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBOEgWPpvT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBOEgWPpvT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBOEgWPpvT .mbr-section-title {
  color: #000000;
}
.cid-uBOEgWPpvT .item-title {
  text-align: left;
}
.cid-uBOEgWPpvT .item-subtitle {
  text-align: left;
}
.cid-uBOEgWPpvT .mbr-text,
.cid-uBOEgWPpvT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOEgWPpvT .content-head {
  max-width: 800px;
}
.cid-tYD4bJqgEJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tYD4bJqgEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD4bJqgEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD4bJqgEJ .mbr-section-title {
  color: #000000;
}
.cid-tYNU9SLqiK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNU9SLqiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNU9SLqiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNU9SLqiK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNU9SLqiK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNU9SLqiK .row {
    text-align: center;
  }
  .cid-tYNU9SLqiK .row > div {
    margin: auto;
  }
  .cid-tYNU9SLqiK .social-row {
    justify-content: center;
  }
}
.cid-tYNU9SLqiK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNU9SLqiK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNU9SLqiK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNU9SLqiK .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNU9SLqiK .mbr-text {
  color: #000000;
}
.cid-tYNU9SLqiK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNU9SLqiK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNU9SLqiK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNU9SLqiK .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYNUSvfZDo {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/316308714-508156291353015-7477256924545114878-n-960x639.jpg");
}
.cid-tYNUSvfZDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNUSvfZDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNUSvfZDo .mbr-section-title {
  color: #65c5f9;
}
.cid-tYNUSvfZDo .mbr-text,
.cid-tYNUSvfZDo .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBOIa3zbyY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOIa3zbyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOIa3zbyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOIskxu8L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOIskxu8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOIskxu8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOIGDjILJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBOIGDjILJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOIGDjILJ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uBOIGDjILJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBOIGDjILJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOIGDjILJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f7f7f7;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #65c5f9;
  height: 80px;
  border-radius: 50%;
}
.cid-uBOIGDjILJ .card-title,
.cid-uBOIGDjILJ .iconfont-wrapper,
.cid-uBOIGDjILJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uBOIGDjILJ .content-head {
  max-width: 800px;
}
.cid-uBOIGDjILJ .mbr-section-title {
  color: #000000;
}
.cid-uBOIGDjILJ .mbr-section-btn {
  text-align: center;
}
.cid-uBOKBvwr3s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOKBvwr3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOKBvwr3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOKBvwr3s ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBOKBvwr3s li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBOKBvwr3s ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBOKBvwr3s .list {
  color: #000000;
  text-align: left;
}
.cid-uBOKBvwr3s H3 {
  text-align: center;
}
.cid-tYD0lXIFsX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #65c5f9;
}
.cid-tYD0lXIFsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD0lXIFsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD0lXIFsX .mbr-section-title {
  color: #000000;
}
.cid-tYD0lXIFsX .mbr-text,
.cid-tYD0lXIFsX .mbr-section-btn {
  color: #000000;
}
.cid-uBOLA2FENm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBOLA2FENm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOLA2FENm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOLA2FENm .mbr-section-title {
  color: #65c5f9;
}
.cid-uaEYQP8Zk3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uaEYQP8Zk3 .content-text {
  max-width: 800px;
}
.cid-uBOM1EB80f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOM1EB80f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOM1EB80f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOM1EB80f .mbr-section-title {
  color: #65c5f9;
}
.cid-uBOMeVPWyz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOMeVPWyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOMeVPWyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOMeVPWyz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBOMeVPWyz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBOMeVPWyz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBOMeVPWyz .list {
  color: #000000;
  text-align: left;
}
.cid-uBOMeVPWyz H3 {
  text-align: center;
}
.cid-uaF2DIRCKb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaF2DIRCKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaF2DIRCKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaF2DIRCKb .row {
  flex-direction: row-reverse;
}
.cid-uBOMKokwun {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBOMKokwun h6 {
  line-height: 1.2;
}
.cid-uBOMKokwun img,
.cid-uBOMKokwun .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBOMKokwun .item:focus,
.cid-uBOMKokwun span:focus {
  outline: none;
}
.cid-uBOMKokwun .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBOMKokwun .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBOMKokwun .mbr-section-title {
  color: #000000;
}
.cid-uBOMKokwun .mbr-text,
.cid-uBOMKokwun .mbr-section-btn {
  color: #000000;
}
.cid-uBOMKokwun .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBOMKokwun .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBOMKokwun .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBOMKokwun .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBOMKokwun .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYNUSwSlOU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYNUSwSlOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNUSwSlOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNUSwSlOU .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tYNUSwSlOU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tYNUSwSlOU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNUSwSlOU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYNUSwSlOU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNUSwSlOU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tYNUSwSlOU .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tYNUSwSlOU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYNUSwSlOU .card-title {
  color: #65c5f9;
}
.cid-tYD5NFBnkQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tYD5NFBnkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYD5NFBnkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYD5NFBnkQ .mbr-section-title {
  color: #000000;
}
.cid-tYNUSxncbw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNUSxncbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNUSxncbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNUSxncbw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNUSxncbw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNUSxncbw .row {
    text-align: center;
  }
  .cid-tYNUSxncbw .row > div {
    margin: auto;
  }
  .cid-tYNUSxncbw .social-row {
    justify-content: center;
  }
}
.cid-tYNUSxncbw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNUSxncbw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNUSxncbw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNUSxncbw .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNUSxncbw .mbr-text {
  color: #000000;
}
.cid-tYNUSxncbw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNUSxncbw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNUSxncbw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNUSxncbw .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYYFUu4YvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tYYFUu4YvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYFUu4YvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYFUu4YvD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYYFUu4YvD .item {
    margin-bottom: 1rem;
  }
}
.cid-tYYFUu4YvD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tYYFUu4YvD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYYFUu4YvD .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-tYYFUu4YvD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tYYFUu4YvD .carousel-control,
.cid-tYYFUu4YvD .close {
  background: #1b1b1b;
}
.cid-tYYFUu4YvD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYYFUu4YvD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYYFUu4YvD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYYFUu4YvD .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYYFUu4YvD .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-tYYFUu4YvD .close::before {
  content: '\e91a';
}
.cid-tYYFUu4YvD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYYFUu4YvD .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-tYYFUu4YvD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYFUu4YvD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYYFUu4YvD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYYFUu4YvD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYYFUu4YvD .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-tYYFUu4YvD .carousel-indicators li.active,
.cid-tYYFUu4YvD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYYFUu4YvD .carousel-indicators li::after,
.cid-tYYFUu4YvD .carousel-indicators li::before {
  content: none;
}
.cid-tYYFUu4YvD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYYFUu4YvD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYYFUu4YvD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYYFUu4YvD .carousel-indicators {
    display: none;
  }
}
.cid-tYYFUu4YvD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYYFUu4YvD .carousel-inner > .active {
  display: block;
}
.cid-tYYFUu4YvD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYYFUu4YvD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYYFUu4YvD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYYFUu4YvD .carousel-control,
  .cid-tYYFUu4YvD .carousel-indicators,
  .cid-tYYFUu4YvD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYYFUu4YvD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYYFUu4YvD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYYFUu4YvD .carousel-indicators .active,
.cid-tYYFUu4YvD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYYFUu4YvD .carousel-indicators .active {
  background: #fff;
}
.cid-tYYFUu4YvD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYYFUu4YvD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYYFUu4YvD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYYFUu4YvD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYYFUu4YvD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYYFUu4YvD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYYFUu4YvD .carousel {
  width: 100%;
}
.cid-tYYFUu4YvD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYYFUu4YvD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYYFUu4YvD .modal.fade .modal-dialog,
.cid-tYYFUu4YvD .modal.in .modal-dialog {
  transform: none;
}
.cid-tYYFUu4YvD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYYFUu4YvD .content-head {
  max-width: 800px;
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYCrIiJ96x {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-tYCrIiJ96x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCrIiJ96x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCrIiJ96x .mbr-section-title {
  color: #f73014;
}
.cid-tYCwyTCktz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYCwyTCktz img,
.cid-tYCwyTCktz .item-img {
  width: 100%;
}
.cid-tYCwyTCktz .item:focus,
.cid-tYCwyTCktz span:focus {
  outline: none;
}
.cid-tYCwyTCktz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYCwyTCktz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYCwyTCktz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tYCwyTCktz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYCwyTCktz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tYCwyTCktz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tYCwyTCktz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYCwyTCktz .mbr-section-title {
  color: #232323;
}
.cid-tYCwyTCktz .mbr-text,
.cid-tYCwyTCktz .mbr-section-btn {
  text-align: left;
}
.cid-tYCwyTCktz .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-tYCwyTCktz .item-subtitle {
  text-align: left;
}
.cid-tYCyNo6Zcf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYCyNo6Zcf img,
.cid-tYCyNo6Zcf .item-img {
  width: 100%;
}
.cid-tYCyNo6Zcf .item:focus,
.cid-tYCyNo6Zcf span:focus {
  outline: none;
}
.cid-tYCyNo6Zcf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYCyNo6Zcf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYCyNo6Zcf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tYCyNo6Zcf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYCyNo6Zcf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tYCyNo6Zcf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tYCyNo6Zcf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYCyNo6Zcf .mbr-section-title {
  color: #232323;
}
.cid-tYCyNo6Zcf .mbr-text,
.cid-tYCyNo6Zcf .mbr-section-btn {
  text-align: left;
}
.cid-tYCyNo6Zcf .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-tYCyNo6Zcf .item-subtitle {
  text-align: left;
}
.cid-tYCDKoGBig {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYCDKoGBig img,
.cid-tYCDKoGBig .item-img {
  width: 100%;
}
.cid-tYCDKoGBig .item:focus,
.cid-tYCDKoGBig span:focus {
  outline: none;
}
.cid-tYCDKoGBig .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYCDKoGBig .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYCDKoGBig .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tYCDKoGBig .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYCDKoGBig .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tYCDKoGBig .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tYCDKoGBig .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYCDKoGBig .mbr-section-title {
  color: #232323;
}
.cid-tYCDKoGBig .mbr-text,
.cid-tYCDKoGBig .mbr-section-btn {
  text-align: left;
}
.cid-tYCDKoGBig .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-tYCDKoGBig .item-subtitle {
  text-align: left;
}
.cid-uC0NDD51mX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC0NDD51mX img,
.cid-uC0NDD51mX .item-img {
  width: 100%;
}
.cid-uC0NDD51mX .item:focus,
.cid-uC0NDD51mX span:focus {
  outline: none;
}
.cid-uC0NDD51mX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC0NDD51mX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC0NDD51mX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC0NDD51mX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC0NDD51mX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC0NDD51mX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC0NDD51mX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC0NDD51mX .mbr-section-title {
  color: #232323;
}
.cid-uC0NDD51mX .mbr-text,
.cid-uC0NDD51mX .mbr-section-btn {
  text-align: left;
}
.cid-uC0NDD51mX .item-title {
  text-align: left;
  color: #65c5f9;
}
.cid-uC0NDD51mX .item-subtitle {
  text-align: left;
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC0p9VqEMB {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-02-04-at-10.59.47-am-815x543.jpg");
}
.cid-uC0p9VqEMB .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uC0p9VqEMB {
    align-items: flex-end;
  }
  .cid-uC0p9VqEMB .row {
    justify-content: center;
  }
  .cid-uC0p9VqEMB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC0p9VqEMB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC0p9VqEMB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC0p9VqEMB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC0p9VqEMB .content-wrap {
    width: 100%;
  }
}
.cid-uC0p9VqEMB .mbr-section-title,
.cid-uC0p9VqEMB .mbr-section-subtitle {
  text-align: center;
}
.cid-uC0p9VqEMB .mbr-text,
.cid-uC0p9VqEMB .mbr-section-btn {
  text-align: center;
}
.cid-uC0p9VqEMB .mbr-section-title {
  color: #65c5f9;
}
.cid-uBxQYdb7FC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBxQYdb7FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxQYdb7FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxQYdb7FC .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uBxQYdb7FC .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBxQYdb7FC .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxQYdb7FC .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uBxQYdb7FC .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uBxQYdb7FC .row {
  flex-direction: row-reverse;
}
.cid-uBxQYdb7FC .image-wrapper {
  padding: 0 1rem;
}
.cid-uBxQYdb7FC img,
.cid-uBxQYdb7FC .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBxQYdb7FC img,
  .cid-uBxQYdb7FC .image-wrapper {
    max-height: 350px;
  }
}
.cid-uBxQYdb7FC .mbr-section-title {
  color: #65c5f9;
}
.cid-uBxQYdb7FC .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBy0qJMycK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBy0qJMycK nav.navbar {
  position: fixed;
}
.cid-uBy0qJMycK .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-uBy0qJMycK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBy0qJMycK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBy0qJMycK .dropdown-item:hover,
.cid-uBy0qJMycK .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-uBy0qJMycK .dropdown-item:hover span {
  color: white;
}
.cid-uBy0qJMycK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBy0qJMycK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBy0qJMycK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBy0qJMycK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBy0qJMycK .nav-link {
  position: relative;
}
.cid-uBy0qJMycK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBy0qJMycK .container {
    flex-wrap: nowrap;
  }
}
.cid-uBy0qJMycK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBy0qJMycK .dropdown-menu,
.cid-uBy0qJMycK .navbar.opened {
  background: #65c5f9 !important;
}
.cid-uBy0qJMycK .nav-item:focus,
.cid-uBy0qJMycK .nav-link:focus {
  outline: none;
}
.cid-uBy0qJMycK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBy0qJMycK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBy0qJMycK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBy0qJMycK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBy0qJMycK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBy0qJMycK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBy0qJMycK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-uBy0qJMycK .navbar.opened {
  transition: all 0.3s;
}
.cid-uBy0qJMycK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBy0qJMycK .navbar .navbar-logo img {
  width: auto;
}
.cid-uBy0qJMycK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBy0qJMycK .navbar.collapsed {
  justify-content: center;
}
.cid-uBy0qJMycK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBy0qJMycK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBy0qJMycK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBy0qJMycK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBy0qJMycK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBy0qJMycK .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-uBy0qJMycK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBy0qJMycK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBy0qJMycK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBy0qJMycK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBy0qJMycK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBy0qJMycK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBy0qJMycK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBy0qJMycK .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-uBy0qJMycK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBy0qJMycK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBy0qJMycK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBy0qJMycK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBy0qJMycK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBy0qJMycK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBy0qJMycK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBy0qJMycK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBy0qJMycK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBy0qJMycK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBy0qJMycK .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-uBy0qJMycK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBy0qJMycK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBy0qJMycK .dropdown-item.active,
.cid-uBy0qJMycK .dropdown-item:active {
  background-color: transparent;
}
.cid-uBy0qJMycK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBy0qJMycK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBy0qJMycK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBy0qJMycK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-uBy0qJMycK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBy0qJMycK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBy0qJMycK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBy0qJMycK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBy0qJMycK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBy0qJMycK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBy0qJMycK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBy0qJMycK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBy0qJMycK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBy0qJMycK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBy0qJMycK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBy0qJMycK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBy0qJMycK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBy0qJMycK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBy0qJMycK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBy0qJMycK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBy0qJMycK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBy0qJMycK .navbar {
    height: 70px;
  }
  .cid-uBy0qJMycK .navbar.opened {
    height: auto;
  }
  .cid-uBy0qJMycK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBy0qP2LJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBy0qP2LJL .mbr-text {
  color: #000000;
}
.cid-uBy0qP2LJL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBy0qP2LJL .mbr-section-title {
  color: #65c5f9;
}
.cid-uBy8VOKNLU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC0IF1m8Qe {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uC0IF1m8Qe img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uBy0qPQOp4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBy0qPQOp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBy0qPQOp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBy0qPQOp4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBy0qPQOp4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBy0qPQOp4 .row {
    text-align: center;
  }
  .cid-uBy0qPQOp4 .row > div {
    margin: auto;
  }
  .cid-uBy0qPQOp4 .social-row {
    justify-content: center;
  }
}
.cid-uBy0qPQOp4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBy0qPQOp4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uBy0qPQOp4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBy0qPQOp4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBy0qPQOp4 .mbr-text {
  color: #000000;
}
.cid-uBy0qPQOp4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBy0qPQOp4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBy0qPQOp4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBy0qPQOp4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBy1mWLT8h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBy1mWLT8h nav.navbar {
  position: fixed;
}
.cid-uBy1mWLT8h .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-uBy1mWLT8h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBy1mWLT8h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBy1mWLT8h .dropdown-item:hover,
.cid-uBy1mWLT8h .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-uBy1mWLT8h .dropdown-item:hover span {
  color: white;
}
.cid-uBy1mWLT8h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBy1mWLT8h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBy1mWLT8h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBy1mWLT8h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBy1mWLT8h .nav-link {
  position: relative;
}
.cid-uBy1mWLT8h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBy1mWLT8h .container {
    flex-wrap: nowrap;
  }
}
.cid-uBy1mWLT8h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBy1mWLT8h .dropdown-menu,
.cid-uBy1mWLT8h .navbar.opened {
  background: #65c5f9 !important;
}
.cid-uBy1mWLT8h .nav-item:focus,
.cid-uBy1mWLT8h .nav-link:focus {
  outline: none;
}
.cid-uBy1mWLT8h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBy1mWLT8h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBy1mWLT8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBy1mWLT8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBy1mWLT8h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBy1mWLT8h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBy1mWLT8h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-uBy1mWLT8h .navbar.opened {
  transition: all 0.3s;
}
.cid-uBy1mWLT8h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBy1mWLT8h .navbar .navbar-logo img {
  width: auto;
}
.cid-uBy1mWLT8h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBy1mWLT8h .navbar.collapsed {
  justify-content: center;
}
.cid-uBy1mWLT8h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBy1mWLT8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBy1mWLT8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBy1mWLT8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBy1mWLT8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBy1mWLT8h .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-uBy1mWLT8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBy1mWLT8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBy1mWLT8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBy1mWLT8h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBy1mWLT8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBy1mWLT8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBy1mWLT8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBy1mWLT8h .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-uBy1mWLT8h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBy1mWLT8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBy1mWLT8h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBy1mWLT8h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBy1mWLT8h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBy1mWLT8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBy1mWLT8h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBy1mWLT8h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBy1mWLT8h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBy1mWLT8h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBy1mWLT8h .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-uBy1mWLT8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBy1mWLT8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBy1mWLT8h .dropdown-item.active,
.cid-uBy1mWLT8h .dropdown-item:active {
  background-color: transparent;
}
.cid-uBy1mWLT8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBy1mWLT8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBy1mWLT8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBy1mWLT8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-uBy1mWLT8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBy1mWLT8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBy1mWLT8h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBy1mWLT8h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBy1mWLT8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBy1mWLT8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBy1mWLT8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBy1mWLT8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBy1mWLT8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBy1mWLT8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBy1mWLT8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBy1mWLT8h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBy1mWLT8h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBy1mWLT8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBy1mWLT8h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBy1mWLT8h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBy1mWLT8h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBy1mWLT8h .navbar {
    height: 70px;
  }
  .cid-uBy1mWLT8h .navbar.opened {
    height: auto;
  }
  .cid-uBy1mWLT8h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBy1mY4cZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBy1mY4cZx .mbr-text {
  color: #000000;
}
.cid-uBy1mY4cZx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBy1mY4cZx .mbr-section-title {
  color: #65c5f9;
}
.cid-uBy9czNdtD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBy1mYGj5v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBy1mYGj5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBy1mYGj5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBy1mYGj5v .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBy1mYGj5v .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBy1mYGj5v .row {
    text-align: center;
  }
  .cid-uBy1mYGj5v .row > div {
    margin: auto;
  }
  .cid-uBy1mYGj5v .social-row {
    justify-content: center;
  }
}
.cid-uBy1mYGj5v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBy1mYGj5v .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uBy1mYGj5v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBy1mYGj5v .list {
    margin-bottom: 0rem;
  }
}
.cid-uBy1mYGj5v .mbr-text {
  color: #000000;
}
.cid-uBy1mYGj5v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBy1mYGj5v .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBy1mYGj5v div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBy1mYGj5v .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOP8CXHrj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBOP8CXHrj nav.navbar {
  position: fixed;
}
.cid-uBOP8CXHrj .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-uBOP8CXHrj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBOP8CXHrj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBOP8CXHrj .dropdown-item:hover,
.cid-uBOP8CXHrj .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-uBOP8CXHrj .dropdown-item:hover span {
  color: white;
}
.cid-uBOP8CXHrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBOP8CXHrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBOP8CXHrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBOP8CXHrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBOP8CXHrj .nav-link {
  position: relative;
}
.cid-uBOP8CXHrj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBOP8CXHrj .container {
    flex-wrap: nowrap;
  }
}
.cid-uBOP8CXHrj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBOP8CXHrj .dropdown-menu,
.cid-uBOP8CXHrj .navbar.opened {
  background: #65c5f9 !important;
}
.cid-uBOP8CXHrj .nav-item:focus,
.cid-uBOP8CXHrj .nav-link:focus {
  outline: none;
}
.cid-uBOP8CXHrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBOP8CXHrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBOP8CXHrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBOP8CXHrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBOP8CXHrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBOP8CXHrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBOP8CXHrj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-uBOP8CXHrj .navbar.opened {
  transition: all 0.3s;
}
.cid-uBOP8CXHrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBOP8CXHrj .navbar .navbar-logo img {
  width: auto;
}
.cid-uBOP8CXHrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBOP8CXHrj .navbar.collapsed {
  justify-content: center;
}
.cid-uBOP8CXHrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBOP8CXHrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBOP8CXHrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBOP8CXHrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBOP8CXHrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBOP8CXHrj .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-uBOP8CXHrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBOP8CXHrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBOP8CXHrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBOP8CXHrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBOP8CXHrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBOP8CXHrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBOP8CXHrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBOP8CXHrj .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-uBOP8CXHrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBOP8CXHrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBOP8CXHrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBOP8CXHrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBOP8CXHrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBOP8CXHrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBOP8CXHrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBOP8CXHrj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBOP8CXHrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBOP8CXHrj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBOP8CXHrj .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-uBOP8CXHrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBOP8CXHrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBOP8CXHrj .dropdown-item.active,
.cid-uBOP8CXHrj .dropdown-item:active {
  background-color: transparent;
}
.cid-uBOP8CXHrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBOP8CXHrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBOP8CXHrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBOP8CXHrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-uBOP8CXHrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBOP8CXHrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBOP8CXHrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBOP8CXHrj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBOP8CXHrj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBOP8CXHrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBOP8CXHrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBOP8CXHrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBOP8CXHrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBOP8CXHrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBOP8CXHrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBOP8CXHrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBOP8CXHrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBOP8CXHrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBOP8CXHrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBOP8CXHrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBOP8CXHrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBOP8CXHrj .navbar {
    height: 70px;
  }
  .cid-uBOP8CXHrj .navbar.opened {
    height: auto;
  }
  .cid-uBOP8CXHrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBOP8DYOqv {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/d0c9cb95-680e-4ac3-94b0-178a955b5250-1280x561.jpg");
}
.cid-uBOP8DYOqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOP8DYOqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOP8DYOqv .mbr-section-title {
  color: #65c5f9;
}
.cid-uBOP8DYOqv .mbr-text,
.cid-uBOP8DYOqv .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBOP8EHLPG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOP8EHLPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOP8EHLPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOP8EHLPG .mbr-section-title {
  color: #000000;
}
.cid-uBOP8Fossk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBOP8Fossk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOP8Fossk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOP8Fossk .mbr-section-title {
  color: #65c5f9;
}
.cid-uBOP8HpXaH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBOP8HpXaH h6 {
  line-height: 1.2;
}
.cid-uBOP8HpXaH img,
.cid-uBOP8HpXaH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uBOP8HpXaH img,
  .cid-uBOP8HpXaH .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uBOP8HpXaH .item:focus,
.cid-uBOP8HpXaH span:focus {
  outline: none;
}
.cid-uBOP8HpXaH .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBOP8HpXaH .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBOP8HpXaH .mbr-section-title {
  color: #000000;
}
.cid-uBOP8HpXaH .mbr-text,
.cid-uBOP8HpXaH .mbr-section-btn {
  color: #000000;
}
.cid-uBOP8HpXaH .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBOP8HpXaH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBOP8HpXaH .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBOP8HpXaH .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBOP8HpXaH img,
  .cid-uBOP8HpXaH .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uBOP8HpXaH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBOP8G5xoq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOP8G5xoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOP8G5xoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOP8G5xoq .mbr-section-title {
  color: #000000;
}
.cid-uBOUso10X1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uBOUso10X1 .item:focus,
.cid-uBOUso10X1 span:focus {
  outline: none;
}
.cid-uBOUso10X1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBOUso10X1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uBOUso10X1 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOUso10X1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOUso10X1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBOUso10X1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBOUso10X1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBOUso10X1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOUso10X1 .mbr-text,
.cid-uBOUso10X1 .item .mbr-section-btn {
  text-align: center;
}
.cid-uBOUso10X1 .content-head {
  max-width: 800px;
}
.cid-uBOUso10X1 .mbr-number {
  color: #9fe870;
}
.cid-uBOUso10X1 .mbr-section-subtitle,
.cid-uBOUso10X1 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uBOUso10X1 .mbr-text {
  text-align: left;
}
.cid-uBOUso10X1 .mbr-text,
.cid-uBOUso10X1 .mbr-card-btn {
  text-align: left;
}
.cid-uBOUso10X1 .mbr-text,
.cid-uBOUso10X1 .mbr-section-btn {
  text-align: left;
}
.cid-uBOUso10X1 .mbr-text,
.cid-uBOUso10X1 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uBOUso10X1 .card-text,
.cid-uBOUso10X1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOUso10X1 .card-title {
  text-align: left;
}
.cid-uBOP8MKhT2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBOP8MKhT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOP8MKhT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOP8MKhT2 .mbr-section-title {
  color: #000000;
}
.cid-uBOP8NoX6V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBOP8NoX6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOP8NoX6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOP8NoX6V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBOP8NoX6V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOP8NoX6V .row {
    text-align: center;
  }
  .cid-uBOP8NoX6V .row > div {
    margin: auto;
  }
  .cid-uBOP8NoX6V .social-row {
    justify-content: center;
  }
}
.cid-uBOP8NoX6V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBOP8NoX6V .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uBOP8NoX6V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOP8NoX6V .list {
    margin-bottom: 0rem;
  }
}
.cid-uBOP8NoX6V .mbr-text {
  color: #000000;
}
.cid-uBOP8NoX6V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBOP8NoX6V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBOP8NoX6V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBOP8NoX6V .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOXm2rCPs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBOXm2rCPs nav.navbar {
  position: fixed;
}
.cid-uBOXm2rCPs .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-uBOXm2rCPs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBOXm2rCPs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBOXm2rCPs .dropdown-item:hover,
.cid-uBOXm2rCPs .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-uBOXm2rCPs .dropdown-item:hover span {
  color: white;
}
.cid-uBOXm2rCPs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBOXm2rCPs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBOXm2rCPs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBOXm2rCPs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBOXm2rCPs .nav-link {
  position: relative;
}
.cid-uBOXm2rCPs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBOXm2rCPs .container {
    flex-wrap: nowrap;
  }
}
.cid-uBOXm2rCPs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBOXm2rCPs .dropdown-menu,
.cid-uBOXm2rCPs .navbar.opened {
  background: #65c5f9 !important;
}
.cid-uBOXm2rCPs .nav-item:focus,
.cid-uBOXm2rCPs .nav-link:focus {
  outline: none;
}
.cid-uBOXm2rCPs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBOXm2rCPs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBOXm2rCPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBOXm2rCPs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBOXm2rCPs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBOXm2rCPs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBOXm2rCPs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-uBOXm2rCPs .navbar.opened {
  transition: all 0.3s;
}
.cid-uBOXm2rCPs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBOXm2rCPs .navbar .navbar-logo img {
  width: auto;
}
.cid-uBOXm2rCPs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBOXm2rCPs .navbar.collapsed {
  justify-content: center;
}
.cid-uBOXm2rCPs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBOXm2rCPs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBOXm2rCPs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBOXm2rCPs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBOXm2rCPs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBOXm2rCPs .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-uBOXm2rCPs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBOXm2rCPs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBOXm2rCPs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBOXm2rCPs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBOXm2rCPs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBOXm2rCPs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBOXm2rCPs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBOXm2rCPs .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-uBOXm2rCPs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBOXm2rCPs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBOXm2rCPs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBOXm2rCPs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBOXm2rCPs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBOXm2rCPs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBOXm2rCPs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBOXm2rCPs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBOXm2rCPs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBOXm2rCPs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBOXm2rCPs .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-uBOXm2rCPs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBOXm2rCPs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBOXm2rCPs .dropdown-item.active,
.cid-uBOXm2rCPs .dropdown-item:active {
  background-color: transparent;
}
.cid-uBOXm2rCPs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBOXm2rCPs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBOXm2rCPs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBOXm2rCPs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-uBOXm2rCPs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBOXm2rCPs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBOXm2rCPs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBOXm2rCPs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBOXm2rCPs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBOXm2rCPs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBOXm2rCPs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBOXm2rCPs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBOXm2rCPs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBOXm2rCPs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBOXm2rCPs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBOXm2rCPs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBOXm2rCPs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBOXm2rCPs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBOXm2rCPs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBOXm2rCPs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBOXm2rCPs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBOXm2rCPs .navbar {
    height: 70px;
  }
  .cid-uBOXm2rCPs .navbar.opened {
    height: auto;
  }
  .cid-uBOXm2rCPs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBOZ2yHwqr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-01-31-at-4.01.08-pm-1194x1600.jpeg");
}
.cid-uBOZ2yHwqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOZ2yHwqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOZ2yHwqr .mbr-section-title {
  color: #65c5f9;
}
.cid-uBOZ2yHwqr .mbr-text,
.cid-uBOZ2yHwqr .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBOYEKh7SX {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65c5f9;
}
.cid-uBOYEKh7SX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOYEKh7SX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOYEKh7SX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBOYEKh7SX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBOYEKh7SX {
    align-items: center;
  }
  .cid-uBOYEKh7SX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBOYEKh7SX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBOYEKh7SX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBOYEKh7SX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBOYEKh7SX .content-wrap {
    width: 100%;
  }
}
.cid-uBOYEKh7SX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBOYEKh7SX .mbr-text,
.cid-uBOYEKh7SX .mbr-section-btn {
  text-align: center;
}
.cid-uBOXJL7cwH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBOXJL7cwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOXJL7cwH .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uBOXJL7cwH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBOXJL7cwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOXJL7cwH .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f7f7f7;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #65c5f9;
  height: 80px;
  border-radius: 50%;
}
.cid-uBOXJL7cwH .card-title,
.cid-uBOXJL7cwH .iconfont-wrapper,
.cid-uBOXJL7cwH .card-text {
  color: #000000;
  text-align: center;
}
.cid-uBOXJL7cwH .content-head {
  max-width: 800px;
}
.cid-uBOXJL7cwH .mbr-section-title {
  color: #000000;
}
.cid-uBOXJL7cwH .mbr-section-btn {
  text-align: center;
}
.cid-uBP0tZgSxQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBP0tZgSxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP0tZgSxQ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uBP0tZgSxQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBP0tZgSxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP0tZgSxQ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f7f7f7;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #65c5f9;
  height: 80px;
  border-radius: 50%;
}
.cid-uBP0tZgSxQ .card-title,
.cid-uBP0tZgSxQ .iconfont-wrapper,
.cid-uBP0tZgSxQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uBP0tZgSxQ .content-head {
  max-width: 800px;
}
.cid-uBP0tZgSxQ .mbr-section-title {
  color: #000000;
}
.cid-uBP0tZgSxQ .mbr-section-btn {
  text-align: center;
}
.cid-uBOZvfklIL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBOZvfklIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOZvfklIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP0L6YCSD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBP0L6YCSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP0L6YCSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP0L6YCSD .mbr-section-title {
  color: #65c5f9;
}
.cid-uBP1cnKC9W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBP1cnKC9W .item:focus,
.cid-uBP1cnKC9W span:focus {
  outline: none;
}
.cid-uBP1cnKC9W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBP1cnKC9W .item {
    margin-bottom: 1rem;
  }
}
.cid-uBP1cnKC9W .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP1cnKC9W .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP1cnKC9W .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uBP1cnKC9W .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBP1cnKC9W .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uBP1cnKC9W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP1cnKC9W .mbr-text,
.cid-uBP1cnKC9W .item .mbr-section-btn {
  text-align: center;
}
.cid-uBP1cnKC9W .content-head {
  max-width: 800px;
}
.cid-uBP1cnKC9W .mbr-number {
  color: #9fe870;
}
.cid-uBP1cnKC9W .mbr-section-subtitle,
.cid-uBP1cnKC9W .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uBP1cnKC9W .mbr-text {
  text-align: left;
}
.cid-uBP1cnKC9W .mbr-text,
.cid-uBP1cnKC9W .mbr-card-btn {
  text-align: left;
}
.cid-uBP1cnKC9W .mbr-text,
.cid-uBP1cnKC9W .mbr-section-btn {
  text-align: left;
}
.cid-uBP1cnKC9W .mbr-text,
.cid-uBP1cnKC9W .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uBP1cnKC9W .card-text,
.cid-uBP1cnKC9W .item .mbr-section-btn {
  text-align: left;
}
.cid-uBP1cnKC9W .card-title {
  text-align: left;
}
.cid-uBP1FDFDv9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBP1FDFDv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP1FDFDv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP1FDFDv9 .mbr-section-title {
  color: #000000;
}
.cid-uBOXm4uUdW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBOXm4uUdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOXm4uUdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOXm4uUdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBOXm4uUdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOXm4uUdW .row {
    text-align: center;
  }
  .cid-uBOXm4uUdW .row > div {
    margin: auto;
  }
  .cid-uBOXm4uUdW .social-row {
    justify-content: center;
  }
}
.cid-uBOXm4uUdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBOXm4uUdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uBOXm4uUdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOXm4uUdW .list {
    margin-bottom: 0rem;
  }
}
.cid-uBOXm4uUdW .mbr-text {
  color: #000000;
}
.cid-uBOXm4uUdW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBOXm4uUdW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBOXm4uUdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBOXm4uUdW .mbr-section-subtitle {
  color: #000000;
}
.cid-uBK30KBQJb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBK30KBQJb nav.navbar {
  position: fixed;
}
.cid-uBK30KBQJb .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-uBK30KBQJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBK30KBQJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBK30KBQJb .dropdown-item:hover,
.cid-uBK30KBQJb .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-uBK30KBQJb .dropdown-item:hover span {
  color: white;
}
.cid-uBK30KBQJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBK30KBQJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBK30KBQJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBK30KBQJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBK30KBQJb .nav-link {
  position: relative;
}
.cid-uBK30KBQJb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBK30KBQJb .container {
    flex-wrap: nowrap;
  }
}
.cid-uBK30KBQJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBK30KBQJb .dropdown-menu,
.cid-uBK30KBQJb .navbar.opened {
  background: #65c5f9 !important;
}
.cid-uBK30KBQJb .nav-item:focus,
.cid-uBK30KBQJb .nav-link:focus {
  outline: none;
}
.cid-uBK30KBQJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBK30KBQJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBK30KBQJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBK30KBQJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBK30KBQJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBK30KBQJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBK30KBQJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-uBK30KBQJb .navbar.opened {
  transition: all 0.3s;
}
.cid-uBK30KBQJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBK30KBQJb .navbar .navbar-logo img {
  width: auto;
}
.cid-uBK30KBQJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBK30KBQJb .navbar.collapsed {
  justify-content: center;
}
.cid-uBK30KBQJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBK30KBQJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBK30KBQJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBK30KBQJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBK30KBQJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBK30KBQJb .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-uBK30KBQJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBK30KBQJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBK30KBQJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBK30KBQJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBK30KBQJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBK30KBQJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBK30KBQJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBK30KBQJb .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-uBK30KBQJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBK30KBQJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBK30KBQJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBK30KBQJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBK30KBQJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBK30KBQJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBK30KBQJb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBK30KBQJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBK30KBQJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBK30KBQJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBK30KBQJb .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-uBK30KBQJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBK30KBQJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBK30KBQJb .dropdown-item.active,
.cid-uBK30KBQJb .dropdown-item:active {
  background-color: transparent;
}
.cid-uBK30KBQJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBK30KBQJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBK30KBQJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBK30KBQJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-uBK30KBQJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBK30KBQJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBK30KBQJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBK30KBQJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBK30KBQJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBK30KBQJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBK30KBQJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBK30KBQJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBK30KBQJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBK30KBQJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBK30KBQJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBK30KBQJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBK30KBQJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBK30KBQJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBK30KBQJb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBK30KBQJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBK30KBQJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBK30KBQJb .navbar {
    height: 70px;
  }
  .cid-uBK30KBQJb .navbar.opened {
    height: auto;
  }
  .cid-uBK30KBQJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBK30LtSye {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-02-03-at-3.19.31-pm-720x418.jpg");
}
.cid-uBK30LtSye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK30LtSye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30LtSye .mbr-section-title {
  color: #65c5f9;
}
.cid-uBK30LtSye .mbr-text,
.cid-uBK30LtSye .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBK30MH9iJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBK30MH9iJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK30MH9iJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30MH9iJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBK30Ol1FB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBK30Ol1FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK30Ol1FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30Ol1FB .mbr-section-title {
  color: #232323;
}
.cid-uBK8rnpAsr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBK8rnpAsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK8rnpAsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK8rnpAsr .mbr-section-title {
  color: #65c5f9;
}
.cid-uBK5UOjhty {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBK5UOjhty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK5UOjhty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK5UOjhty .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uBK5UOjhty .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBK5UOjhty .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBK5UOjhty .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBK5UOjhty .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBK5UOjhty .mbr-section-title {
  color: #000000;
}
.cid-uBK5UOjhty .mbr-text,
.cid-uBK5UOjhty .mbr-section-btn {
  color: #2339b2;
}
.cid-uBK5UOjhty img {
  width: 100%;
  height: 100%;
}
.cid-uBK7fpySl1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBK7fpySl1 h6 {
  line-height: 1.2;
}
.cid-uBK7fpySl1 img,
.cid-uBK7fpySl1 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBK7fpySl1 .item:focus,
.cid-uBK7fpySl1 span:focus {
  outline: none;
}
.cid-uBK7fpySl1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBK7fpySl1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBK7fpySl1 .mbr-section-title {
  color: #000000;
}
.cid-uBK7fpySl1 .mbr-text,
.cid-uBK7fpySl1 .mbr-section-btn {
  color: #000000;
}
.cid-uBK7fpySl1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBK7fpySl1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBK7fpySl1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBK7fpySl1 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBK7fpySl1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBK86D3kpw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBK86D3kpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK86D3kpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30RLQbz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #65c5f9;
}
.cid-uBK30RLQbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK30RLQbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30RLQbz .mbr-section-title {
  color: #000000;
}
.cid-uBK30Vt80T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uBK30Vt80T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK30Vt80T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30Vt80T .mbr-section-title {
  color: #000000;
}
.cid-uBK30WaPSW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBK30WaPSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBK30WaPSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBK30WaPSW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBK30WaPSW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBK30WaPSW .row {
    text-align: center;
  }
  .cid-uBK30WaPSW .row > div {
    margin: auto;
  }
  .cid-uBK30WaPSW .social-row {
    justify-content: center;
  }
}
.cid-uBK30WaPSW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBK30WaPSW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uBK30WaPSW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBK30WaPSW .list {
    margin-bottom: 0rem;
  }
}
.cid-uBK30WaPSW .mbr-text {
  color: #000000;
}
.cid-uBK30WaPSW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uBK30WaPSW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uBK30WaPSW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uBK30WaPSW .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZeQwLkRR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYZeQwLkRR nav.navbar {
  position: fixed;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYZeQwLkRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYZeQwLkRR .dropdown-item:hover,
.cid-tYZeQwLkRR .dropdown-item:focus {
  background: #65c5f9 !important;
  color: white !important;
}
.cid-tYZeQwLkRR .dropdown-item:hover span {
  color: white;
}
.cid-tYZeQwLkRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYZeQwLkRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYZeQwLkRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYZeQwLkRR .nav-link {
  position: relative;
}
.cid-tYZeQwLkRR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .container {
    flex-wrap: nowrap;
  }
}
.cid-tYZeQwLkRR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown-menu,
.cid-tYZeQwLkRR .navbar.opened {
  background: #65c5f9 !important;
}
.cid-tYZeQwLkRR .nav-item:focus,
.cid-tYZeQwLkRR .nav-link:focus {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZeQwLkRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZeQwLkRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZeQwLkRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZeQwLkRR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZeQwLkRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYZeQwLkRR .navbar .navbar-logo img {
  width: auto;
}
.cid-tYZeQwLkRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYZeQwLkRR .navbar.collapsed {
  justify-content: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZeQwLkRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYZeQwLkRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZeQwLkRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYZeQwLkRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYZeQwLkRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZeQwLkRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZeQwLkRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYZeQwLkRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYZeQwLkRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZeQwLkRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYZeQwLkRR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYZeQwLkRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZeQwLkRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZeQwLkRR .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-tYZeQwLkRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYZeQwLkRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZeQwLkRR .dropdown-item.active,
.cid-tYZeQwLkRR .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZeQwLkRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZeQwLkRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c5f9;
}
.cid-tYZeQwLkRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZeQwLkRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZeQwLkRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYZeQwLkRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZeQwLkRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZeQwLkRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZeQwLkRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZeQwLkRR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYZeQwLkRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYZeQwLkRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZeQwLkRR .navbar {
    height: 70px;
  }
  .cid-tYZeQwLkRR .navbar.opened {
    height: auto;
  }
  .cid-tYZeQwLkRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBybx8qkvh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-uBybx8qkvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBybx8qkvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBybx8qkvh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBybx8qkvh .row {
  flex-direction: row-reverse;
}
.cid-uBybx8qkvh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBybx8qkvh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBybx8qkvh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBybx8qkvh .mbr-section-title {
  color: #2339b2;
}
.cid-uBybx8qkvh .mbr-text,
.cid-uBybx8qkvh .mbr-section-btn {
  color: #232323;
}
.cid-uBydZPQYzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBydZPQYzn .video-wrapper iframe {
  width: 100%;
}
.cid-uBydZPQYzn .mbr-section-title,
.cid-uBydZPQYzn .mbr-section-subtitle,
.cid-uBydZPQYzn .mbr-text {
  text-align: center;
}
.cid-uBy0fdspWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBy0fdspWE .mbr-text {
  color: #000000;
}
.cid-uBy0fdspWE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBy0fdspWE .mbr-section-title {
  color: #65c5f9;
}
.cid-uByaHqNoxC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uByaDRSqMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uByaDRSqMO .mbr-text {
  color: #000000;
}
.cid-uByaDRSqMO .mbr-section-subtitle {
  color: #000000;
}
.cid-uByaDRSqMO .mbr-section-title {
  color: #65c5f9;
}
.cid-uBy99Zoj5z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uByaDgegDp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uByaDgegDp .mbr-text {
  color: #000000;
}
.cid-uByaDgegDp .mbr-section-subtitle {
  color: #000000;
}
.cid-uByaDgegDp .mbr-section-title {
  color: #65c5f9;
}
.cid-uByaIc6keq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBydABGK3M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBydABGK3M h6 {
  line-height: 1.2;
}
.cid-uBydABGK3M img,
.cid-uBydABGK3M .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBydABGK3M .item:focus,
.cid-uBydABGK3M span:focus {
  outline: none;
}
.cid-uBydABGK3M .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uBydABGK3M .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uBydABGK3M .mbr-section-title {
  color: #000000;
}
.cid-uBydABGK3M .mbr-text,
.cid-uBydABGK3M .mbr-section-btn {
  color: #000000;
}
.cid-uBydABGK3M .item-title {
  color: #000000;
  text-align: center;
}
.cid-uBydABGK3M .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBydABGK3M .item-text {
  color: #000000;
  text-align: center;
}
.cid-uBydABGK3M .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uBydABGK3M .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0Fd7ZuFy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC0Fd7ZuFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0Fd7ZuFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0Fd7ZuFy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0Fd7ZuFy .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tYNz4UR0RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #65c5f9;
}
.cid-tYNz4UR0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNz4UR0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNz4UR0RA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNz4UR0RA .row {
    text-align: center;
  }
  .cid-tYNz4UR0RA .row > div {
    margin: auto;
  }
  .cid-tYNz4UR0RA .social-row {
    justify-content: center;
  }
}
.cid-tYNz4UR0RA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYNz4UR0RA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYNz4UR0RA .list {
    margin-bottom: 0rem;
  }
}
.cid-tYNz4UR0RA .mbr-text {
  color: #000000;
}
.cid-tYNz4UR0RA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYNz4UR0RA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYNz4UR0RA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYNz4UR0RA .mbr-section-subtitle {
  color: #000000;
}
