.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Anuphan', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Anuphan', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #47b5ed !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ebc6b8 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ebc6b8 !important;
  border-color: #ebc6b8 !important;
  color: #803d24 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e5b6a4 !important;
  border-color: #e5b6a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #803d24 !important;
  background-color: #e5b6a4 !important;
  border-color: #e5b6a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !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: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ebc6b8;
  color: #ebc6b8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d89074 !important;
  background-color: transparent !important;
  border-color: #d89074 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #803d24 !important;
  background-color: #ebc6b8 !important;
  border-color: #ebc6b8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #47b5ed !important;
}
.text-secondary {
  color: #cdfb0a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ebc6b8 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1283bc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9c03 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d58668 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #47b5ed;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ebc6b8;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #47b5ed;
  border-color: #47b5ed;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #47b5ed;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #47b5ed !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #47b5ed;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #47b5ed;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #47b5ed;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #47b5ed;
  border-bottom-color: #47b5ed;
}
.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: #47b5ed !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cdfb0a !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='%2347b5ed' %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;
}
.cid-tBnM1aClNb {
  z-index: 1000;
  width: 100%;
}
.cid-tBnM1aClNb nav.navbar {
  position: fixed;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnM1aClNb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnM1aClNb .dropdown-item:hover,
.cid-tBnM1aClNb .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-tBnM1aClNb .dropdown-item:hover span {
  color: white;
}
.cid-tBnM1aClNb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnM1aClNb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnM1aClNb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnM1aClNb .nav-link {
  position: relative;
}
.cid-tBnM1aClNb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnM1aClNb .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnM1aClNb .navbar-caption {
  font-weight: 500;
}
.cid-tBnM1aClNb .dropdown-menu,
.cid-tBnM1aClNb .navbar.opened {
  background: #fafaf9 !important;
}
.cid-tBnM1aClNb .nav-item:focus,
.cid-tBnM1aClNb .nav-link:focus {
  outline: none;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnM1aClNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnM1aClNb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-tBnM1aClNb .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnM1aClNb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnM1aClNb .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnM1aClNb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnM1aClNb .navbar.collapsed {
  justify-content: center;
}
.cid-tBnM1aClNb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnM1aClNb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnM1aClNb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnM1aClNb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnM1aClNb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnM1aClNb .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-tBnM1aClNb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnM1aClNb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnM1aClNb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnM1aClNb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnM1aClNb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnM1aClNb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnM1aClNb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnM1aClNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnM1aClNb .dropdown-item.active,
.cid-tBnM1aClNb .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnM1aClNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnM1aClNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnM1aClNb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnM1aClNb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnM1aClNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnM1aClNb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar {
    height: 70px;
  }
  .cid-tBnM1aClNb .navbar.opened {
    height: auto;
  }
  .cid-tBnM1aClNb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBnM9yQwvx {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ebc6b8;
}
.cid-tBnM9yQwvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnM9yQwvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnM9yQwvx img {
  border-radius: 2rem;
}
.cid-tBnM9yQwvx .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnM9yQwvx .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnM9yQwvx .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnM9yQwvx .mbr-section-title {
  color: #000000;
}
.cid-tBnM9yQwvx .mbr-text,
.cid-tBnM9yQwvx .mbr-section-btn {
  color: #000000;
}
.cid-tBnM9yQwvx .mbr-section-subtitle,
.cid-tBnM9yQwvx .align-wrapper {
  color: #04492e;
}
.cid-uo2y7j8wNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2y7j8wNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2y7j8wNd .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-uo2y7j8wNd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uo2y7j8wNd .container {
    padding: 0 12px;
  }
}
.cid-uo2y7j8wNd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo2y7j8wNd .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uo2y7j8wNd .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uo2y7j8wNd .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uo2y7j8wNd .mbr-section-title {
  color: #000000;
}
.cid-uo2LYCLf5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-uo2LYCLf5w .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%2340b0bf'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ff9966'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo2LYCLf5w .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uo2LYCLf5w .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ebc6b8;
  flex-direction: column;
}
.cid-uo2LYCLf5w .mbr-section-title,
.cid-uo2LYCLf5w .mbr-section-text,
.cid-uo2LYCLf5w .section-subtitle,
.cid-uo2LYCLf5w .mbr-section-btn {
  z-index: 0;
}
.cid-uo2LYCLf5w .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uo2LYCLf5w .section-subtitle,
.cid-uo2LYCLf5w .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uo2LYCLf5w .mbr-section-text,
.cid-uo2LYCLf5w .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo2LYCLf5w .mbr-section-title {
  color: #231f59;
}
.cid-tBnXUPCVJr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tBnXUPCVJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnXUPCVJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnXUPCVJr img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-tBnXUPCVJr .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnXUPCVJr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnXUPCVJr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnXUPCVJr .mbr-section-subtitle {
  background: #47b5ed;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnXUPCVJr .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnXUPCVJr .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-tBnXUPCVJr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBnXUPCVJr .mbr-text,
.cid-tBnXUPCVJr .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnXUPCVJr .mbr-section-subtitle2,
.cid-tBnXUPCVJr .align-wrapper {
  color: #04492e;
}
.cid-tBnXUPCVJr .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo2LPMlNG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo2LPMlNG2 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uo2LPMlNG2 .right {
  display: flex;
  flex-direction: column;
}
.cid-uo2LPMlNG2 .card-heading {
  padding-bottom: 35px;
  color: #000000;
  text-align: center;
}
.cid-uo2LPMlNG2 .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-uo2LPMlNG2 .last-p {
  padding-bottom: 0;
}
.cid-uo2LPMlNG2 .row {
  justify-content: center;
}
.cid-tBnXVkm3Df {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1e7e4;
}
.cid-tBnXVkm3Df .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnXVkm3Df .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-tBnXVkm3Df .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBnXVkm3Df .row {
  flex-direction: row-reverse;
}
.cid-tBnXVkm3Df img {
  width: 100%;
  border: 3px solid #47b5ed;
  border-radius: 2rem;
}
.cid-tBnXVkm3Df .mbr-text {
  color: #000000;
}
.cid-uo2LL9AYD9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LL9AYD9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LL9AYD9 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LL9AYD9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LL9AYD9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2LL9AYD9 .mbr-text {
  text-align: left;
}
.cid-uo2NnYabA0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebc6b8;
  overflow: hidden;
  position: relative;
}
.cid-uo2NnYabA0 .row {
  align-items: flex-start;
}
.cid-uo2NnYabA0 .container,
.cid-uo2NnYabA0 .container-fluid {
  position: static;
}
.cid-uo2NnYabA0 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uo2NnYabA0 .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo2NnYabA0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo2NnYabA0 .toggle-panel,
.cid-uo2NnYabA0 .panel-group {
  width: 100%;
}
.cid-uo2NnYabA0 .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo2NnYabA0 .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #e1e7e4;
}
.cid-uo2NnYabA0 .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo2NnYabA0 .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo2NnYabA0 .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo2NnYabA0 .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo2NnYabA0 .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo2NnYabA0 .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo2NnYabA0 .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo2NnYabA0 .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #e1e7e4;
}
@media (max-width: 767px) {
  .cid-uo2NnYabA0 .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo2NnYabA0 .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo2NnYabA0 .mbr-text,
.cid-uo2NnYabA0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uo2LLNFOPK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LLNFOPK {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LLNFOPK {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LLNFOPK .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LLNFOPK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2LLNFOPK .mbr-text {
  text-align: left;
}
.cid-tBnZ7XFeqH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-tBnZ7XFeqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnZ7XFeqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnZ7XFeqH .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnZ7XFeqH .card-wrapper .mbr-section-subtitle2 {
  background: #47b5ed;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-title {
  color: #000000;
}
.cid-tBnZ7XFeqH .mbr-text,
.cid-tBnZ7XFeqH .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle,
.cid-tBnZ7XFeqH .align-wrapper {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle3,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle2,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #ffffff;
}
.cid-tBnZ7XFeqH .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-tBnZ7XFeqH .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo2LKtDJaV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2LKtDJaV {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2LKtDJaV {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2LKtDJaV .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2LKtDJaV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2LKtDJaV .mbr-text {
  text-align: left;
}
.cid-uo2LUSlQCJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ebc6b8;
}
.cid-uo2LUSlQCJ .row {
  align-items: center;
}
.cid-uo2LUSlQCJ .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uo2LUSlQCJ .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uo2LUSlQCJ .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #47b5ed;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uo2LUSlQCJ .link:hover:before {
  background: #47b5ed;
}
.cid-uo2LUSlQCJ .mbr-section-title {
  color: #000000;
}
.cid-uo2LUSlQCJ .mbr-text,
.cid-uo2LUSlQCJ .mbr-section-btn {
  color: #000000;
}
.cid-uo2LUSlQCJ .link,
.cid-uo2LUSlQCJ .link-wrap {
  color: #000000;
}
.cid-uo2LUSlQCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2LUSlQCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2KF6BrhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2KF6BrhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2KF6BrhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2KF6BrhB .video-wrapper iframe {
  width: 100%;
}
.cid-uo2KF6BrhB .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo2KF6BrhB .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo2KF6BrhB .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo2KF6BrhB .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo2KF6BrhB .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo2KF6BrhB .video-block .image-absolute {
    display: none;
  }
}
.cid-uo2T4jOkJS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2T4jOkJS {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2T4jOkJS {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2T4jOkJS .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2T4jOkJS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2T4jOkJS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBnYUulbUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-tBnYUulbUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnYUulbUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnYUulbUC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBnYUulbUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tBnYUulbUC .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-tBnYUulbUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBnYUulbUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBnYUulbUC .mbr-section-title {
  color: #000000;
}
.cid-uo2EKWwHt7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebc6b8;
}
.cid-uo2EKWwHt7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2EKWwHt7 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2EKWwHt7 .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2EKWwHt7 .brand__email {
  margin-bottom: 15px;
}
.cid-uo2EKWwHt7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2EKWwHt7 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2EKWwHt7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2EKWwHt7 .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2EKWwHt7 .social {
  margin-top: 30px;
}
.cid-uo2EKWwHt7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2EKWwHt7 .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2EKWwHt7 .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2EKWwHt7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2EKWwHt7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2EKWwHt7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2EKWwHt7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2EKWwHt7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2EKWwHt7 .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2EKWwHt7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2EKWwHt7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2EKWwHt7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2EKWwHt7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2EKWwHt7 .divider {
    margin-top: 30px;
  }
  .cid-uo2EKWwHt7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2EKWwHt7 .align-right,
  .cid-uo2EKWwHt7 .privacy {
    text-align: center;
  }
  .cid-uo2EKWwHt7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2EKWwHt7 .privacy {
  color: #000000;
}
.cid-uo2UMgvHLC {
  z-index: 1000;
  width: 100%;
}
.cid-uo2UMgvHLC nav.navbar {
  position: fixed;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo2UMgvHLC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo2UMgvHLC .dropdown-item:hover,
.cid-uo2UMgvHLC .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-uo2UMgvHLC .dropdown-item:hover span {
  color: white;
}
.cid-uo2UMgvHLC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo2UMgvHLC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo2UMgvHLC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo2UMgvHLC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo2UMgvHLC .nav-link {
  position: relative;
}
.cid-uo2UMgvHLC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo2UMgvHLC .container {
    flex-wrap: nowrap;
  }
}
.cid-uo2UMgvHLC .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo2UMgvHLC .navbar-caption {
  font-weight: 500;
}
.cid-uo2UMgvHLC .dropdown-menu,
.cid-uo2UMgvHLC .navbar.opened {
  background: #fafaf9 !important;
}
.cid-uo2UMgvHLC .nav-item:focus,
.cid-uo2UMgvHLC .nav-link:focus {
  outline: none;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo2UMgvHLC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo2UMgvHLC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo2UMgvHLC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo2UMgvHLC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uo2UMgvHLC .navbar.opened {
  transition: all 0.3s;
}
.cid-uo2UMgvHLC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo2UMgvHLC .navbar .navbar-logo img {
  width: auto;
}
.cid-uo2UMgvHLC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo2UMgvHLC .navbar.collapsed {
  justify-content: center;
}
.cid-uo2UMgvHLC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo2UMgvHLC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo2UMgvHLC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo2UMgvHLC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo2UMgvHLC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo2UMgvHLC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo2UMgvHLC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo2UMgvHLC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo2UMgvHLC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo2UMgvHLC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo2UMgvHLC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo2UMgvHLC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo2UMgvHLC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo2UMgvHLC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo2UMgvHLC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo2UMgvHLC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo2UMgvHLC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo2UMgvHLC .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo2UMgvHLC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo2UMgvHLC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo2UMgvHLC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo2UMgvHLC .dropdown-item.active,
.cid-uo2UMgvHLC .dropdown-item:active {
  background-color: transparent;
}
.cid-uo2UMgvHLC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo2UMgvHLC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo2UMgvHLC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo2UMgvHLC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-uo2UMgvHLC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo2UMgvHLC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo2UMgvHLC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo2UMgvHLC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo2UMgvHLC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2UMgvHLC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo2UMgvHLC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2UMgvHLC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo2UMgvHLC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo2UMgvHLC .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-uo2UMgvHLC .navbar {
    height: 70px;
  }
  .cid-uo2UMgvHLC .navbar.opened {
    height: auto;
  }
  .cid-uo2UMgvHLC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo2UMhU712 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ebc6b8;
}
.cid-uo2UMhU712 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2UMhU712 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2UMhU712 img {
  border-radius: 2rem;
}
.cid-uo2UMhU712 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo2UMhU712 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo2UMhU712 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo2UMhU712 .mbr-section-title {
  color: #000000;
}
.cid-uo2UMhU712 .mbr-text,
.cid-uo2UMhU712 .mbr-section-btn {
  color: #000000;
}
.cid-uo2UMhU712 .mbr-section-subtitle,
.cid-uo2UMhU712 .align-wrapper {
  color: #04492e;
}
.cid-uo2UMjOfDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-uo2UMjOfDW .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%2340b0bf'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ff9966'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo2UMjOfDW .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uo2UMjOfDW .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ebc6b8;
  flex-direction: column;
}
.cid-uo2UMjOfDW .mbr-section-title,
.cid-uo2UMjOfDW .mbr-section-text,
.cid-uo2UMjOfDW .section-subtitle,
.cid-uo2UMjOfDW .mbr-section-btn {
  z-index: 0;
}
.cid-uo2UMjOfDW .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uo2UMjOfDW .section-subtitle,
.cid-uo2UMjOfDW .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uo2UMjOfDW .mbr-section-text,
.cid-uo2UMjOfDW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo2UMjOfDW .mbr-section-title {
  color: #231f59;
}
.cid-uo2UMx0AZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo2UMx0AZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2UMx0AZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2UMx0AZT .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2UMx0AZT .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2UMx0AZT .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-uo2UMx0AZT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2UMx0AZT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2UMx0AZT .mbr-section-title {
  color: #000000;
}
.cid-uo2UMy1IUf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebc6b8;
}
.cid-uo2UMy1IUf .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2UMy1IUf .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2UMy1IUf .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2UMy1IUf .brand__email {
  margin-bottom: 15px;
}
.cid-uo2UMy1IUf .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2UMy1IUf .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2UMy1IUf .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2UMy1IUf .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2UMy1IUf .social {
  margin-top: 30px;
}
.cid-uo2UMy1IUf .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2UMy1IUf .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2UMy1IUf .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2UMy1IUf .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2UMy1IUf .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2UMy1IUf .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2UMy1IUf .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2UMy1IUf .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2UMy1IUf .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2UMy1IUf .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2UMy1IUf .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2UMy1IUf .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2UMy1IUf .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2UMy1IUf .divider {
    margin-top: 30px;
  }
  .cid-uo2UMy1IUf .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2UMy1IUf .align-right,
  .cid-uo2UMy1IUf .privacy {
    text-align: center;
  }
  .cid-uo2UMy1IUf .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2UMy1IUf .privacy {
  color: #000000;
}
.cid-uo2Vg4ysfe {
  z-index: 1000;
  width: 100%;
}
.cid-uo2Vg4ysfe nav.navbar {
  position: fixed;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo2Vg4ysfe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo2Vg4ysfe .dropdown-item:hover,
.cid-uo2Vg4ysfe .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-uo2Vg4ysfe .dropdown-item:hover span {
  color: white;
}
.cid-uo2Vg4ysfe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo2Vg4ysfe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo2Vg4ysfe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo2Vg4ysfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo2Vg4ysfe .nav-link {
  position: relative;
}
.cid-uo2Vg4ysfe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo2Vg4ysfe .container {
    flex-wrap: nowrap;
  }
}
.cid-uo2Vg4ysfe .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo2Vg4ysfe .navbar-caption {
  font-weight: 500;
}
.cid-uo2Vg4ysfe .dropdown-menu,
.cid-uo2Vg4ysfe .navbar.opened {
  background: #fafaf9 !important;
}
.cid-uo2Vg4ysfe .nav-item:focus,
.cid-uo2Vg4ysfe .nav-link:focus {
  outline: none;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo2Vg4ysfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo2Vg4ysfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo2Vg4ysfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo2Vg4ysfe .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uo2Vg4ysfe .navbar.opened {
  transition: all 0.3s;
}
.cid-uo2Vg4ysfe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo2Vg4ysfe .navbar .navbar-logo img {
  width: auto;
}
.cid-uo2Vg4ysfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo2Vg4ysfe .navbar.collapsed {
  justify-content: center;
}
.cid-uo2Vg4ysfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo2Vg4ysfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo2Vg4ysfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo2Vg4ysfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo2Vg4ysfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo2Vg4ysfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo2Vg4ysfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo2Vg4ysfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo2Vg4ysfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo2Vg4ysfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo2Vg4ysfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo2Vg4ysfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo2Vg4ysfe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo2Vg4ysfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo2Vg4ysfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo2Vg4ysfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo2Vg4ysfe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo2Vg4ysfe .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo2Vg4ysfe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo2Vg4ysfe .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo2Vg4ysfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo2Vg4ysfe .dropdown-item.active,
.cid-uo2Vg4ysfe .dropdown-item:active {
  background-color: transparent;
}
.cid-uo2Vg4ysfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo2Vg4ysfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo2Vg4ysfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo2Vg4ysfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-uo2Vg4ysfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo2Vg4ysfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo2Vg4ysfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo2Vg4ysfe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo2Vg4ysfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2Vg4ysfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo2Vg4ysfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2Vg4ysfe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo2Vg4ysfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo2Vg4ysfe .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-uo2Vg4ysfe .navbar {
    height: 70px;
  }
  .cid-uo2Vg4ysfe .navbar.opened {
    height: auto;
  }
  .cid-uo2Vg4ysfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo2Vg6bHoa {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ebc6b8;
}
.cid-uo2Vg6bHoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vg6bHoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vg6bHoa img {
  border-radius: 2rem;
}
.cid-uo2Vg6bHoa .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo2Vg6bHoa .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo2Vg6bHoa .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo2Vg6bHoa .mbr-section-title {
  color: #000000;
}
.cid-uo2Vg6bHoa .mbr-text,
.cid-uo2Vg6bHoa .mbr-section-btn {
  color: #000000;
}
.cid-uo2Vg6bHoa .mbr-section-subtitle,
.cid-uo2Vg6bHoa .align-wrapper {
  color: #04492e;
}
.cid-uo2Vg7JE3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-uo2Vg7JE3E .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%2340b0bf'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ff9966'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo2Vg7JE3E .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uo2Vg7JE3E .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ebc6b8;
  flex-direction: column;
}
.cid-uo2Vg7JE3E .mbr-section-title,
.cid-uo2Vg7JE3E .mbr-section-text,
.cid-uo2Vg7JE3E .section-subtitle,
.cid-uo2Vg7JE3E .mbr-section-btn {
  z-index: 0;
}
.cid-uo2Vg7JE3E .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uo2Vg7JE3E .section-subtitle,
.cid-uo2Vg7JE3E .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uo2Vg7JE3E .mbr-section-text,
.cid-uo2Vg7JE3E .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo2Vg7JE3E .mbr-section-title {
  color: #231f59;
}
.cid-uo2Vg8EaUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo2Vg8EaUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vg8EaUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vg8EaUI .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2Vg8EaUI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2Vg8EaUI .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-uo2Vg8EaUI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2Vg8EaUI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2Vg8EaUI .mbr-section-title {
  color: #000000;
}
.cid-uo2Vg9HnKP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebc6b8;
}
.cid-uo2Vg9HnKP .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2Vg9HnKP .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2Vg9HnKP .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2Vg9HnKP .brand__email {
  margin-bottom: 15px;
}
.cid-uo2Vg9HnKP .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2Vg9HnKP .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2Vg9HnKP .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2Vg9HnKP .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2Vg9HnKP .social {
  margin-top: 30px;
}
.cid-uo2Vg9HnKP .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2Vg9HnKP .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2Vg9HnKP .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2Vg9HnKP .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2Vg9HnKP .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2Vg9HnKP .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2Vg9HnKP .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2Vg9HnKP .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2Vg9HnKP .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2Vg9HnKP .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2Vg9HnKP .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2Vg9HnKP .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2Vg9HnKP .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2Vg9HnKP .divider {
    margin-top: 30px;
  }
  .cid-uo2Vg9HnKP .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2Vg9HnKP .align-right,
  .cid-uo2Vg9HnKP .privacy {
    text-align: center;
  }
  .cid-uo2Vg9HnKP .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2Vg9HnKP .privacy {
  color: #000000;
}
.cid-uo2VqWmbw2 {
  z-index: 1000;
  width: 100%;
}
.cid-uo2VqWmbw2 nav.navbar {
  position: fixed;
}
.cid-uo2VqWmbw2 .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-uo2VqWmbw2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo2VqWmbw2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo2VqWmbw2 .dropdown-item:hover,
.cid-uo2VqWmbw2 .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-uo2VqWmbw2 .dropdown-item:hover span {
  color: white;
}
.cid-uo2VqWmbw2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo2VqWmbw2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo2VqWmbw2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo2VqWmbw2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo2VqWmbw2 .nav-link {
  position: relative;
}
.cid-uo2VqWmbw2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo2VqWmbw2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uo2VqWmbw2 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo2VqWmbw2 .navbar-caption {
  font-weight: 500;
}
.cid-uo2VqWmbw2 .dropdown-menu,
.cid-uo2VqWmbw2 .navbar.opened {
  background: #fafaf9 !important;
}
.cid-uo2VqWmbw2 .nav-item:focus,
.cid-uo2VqWmbw2 .nav-link:focus {
  outline: none;
}
.cid-uo2VqWmbw2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo2VqWmbw2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo2VqWmbw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo2VqWmbw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo2VqWmbw2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo2VqWmbw2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo2VqWmbw2 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uo2VqWmbw2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uo2VqWmbw2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo2VqWmbw2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uo2VqWmbw2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo2VqWmbw2 .navbar.collapsed {
  justify-content: center;
}
.cid-uo2VqWmbw2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo2VqWmbw2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo2VqWmbw2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo2VqWmbw2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo2VqWmbw2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo2VqWmbw2 .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-uo2VqWmbw2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo2VqWmbw2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo2VqWmbw2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo2VqWmbw2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo2VqWmbw2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo2VqWmbw2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo2VqWmbw2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo2VqWmbw2 .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-uo2VqWmbw2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo2VqWmbw2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo2VqWmbw2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo2VqWmbw2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo2VqWmbw2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo2VqWmbw2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo2VqWmbw2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo2VqWmbw2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo2VqWmbw2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo2VqWmbw2 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo2VqWmbw2 .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-uo2VqWmbw2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo2VqWmbw2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo2VqWmbw2 .dropdown-item.active,
.cid-uo2VqWmbw2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo2VqWmbw2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo2VqWmbw2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo2VqWmbw2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo2VqWmbw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-uo2VqWmbw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo2VqWmbw2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo2VqWmbw2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo2VqWmbw2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo2VqWmbw2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo2VqWmbw2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo2VqWmbw2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo2VqWmbw2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2VqWmbw2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo2VqWmbw2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo2VqWmbw2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2VqWmbw2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo2VqWmbw2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo2VqWmbw2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo2VqWmbw2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo2VqWmbw2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo2VqWmbw2 .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-uo2VqWmbw2 .navbar {
    height: 70px;
  }
  .cid-uo2VqWmbw2 .navbar.opened {
    height: auto;
  }
  .cid-uo2VqWmbw2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo2VqXn2zU {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ebc6b8;
}
.cid-uo2VqXn2zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2VqXn2zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2VqXn2zU img {
  border-radius: 2rem;
}
.cid-uo2VqXn2zU .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo2VqXn2zU .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo2VqXn2zU .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo2VqXn2zU .mbr-section-title {
  color: #000000;
}
.cid-uo2VqXn2zU .mbr-text,
.cid-uo2VqXn2zU .mbr-section-btn {
  color: #000000;
}
.cid-uo2VqXn2zU .mbr-section-subtitle,
.cid-uo2VqXn2zU .align-wrapper {
  color: #04492e;
}
.cid-uo2VqYnXrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2VqYnXrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2VqYnXrF .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-uo2VqYnXrF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uo2VqYnXrF .container {
    padding: 0 12px;
  }
}
.cid-uo2VqYnXrF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo2VqYnXrF .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uo2VqYnXrF .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uo2VqYnXrF .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uo2VqYnXrF .mbr-section-title {
  color: #000000;
}
.cid-uo2VqZeR6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-uo2VqZeR6j .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%2340b0bf'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ff9966'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo2VqZeR6j .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uo2VqZeR6j .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ebc6b8;
  flex-direction: column;
}
.cid-uo2VqZeR6j .mbr-section-title,
.cid-uo2VqZeR6j .mbr-section-text,
.cid-uo2VqZeR6j .section-subtitle,
.cid-uo2VqZeR6j .mbr-section-btn {
  z-index: 0;
}
.cid-uo2VqZeR6j .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uo2VqZeR6j .section-subtitle,
.cid-uo2VqZeR6j .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uo2VqZeR6j .mbr-section-text,
.cid-uo2VqZeR6j .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo2VqZeR6j .mbr-section-title {
  color: #231f59;
}
.cid-uo2Vr0aVHD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo2Vr0aVHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vr0aVHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vr0aVHD img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo2Vr0aVHD .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo2Vr0aVHD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo2Vr0aVHD .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo2Vr0aVHD .mbr-section-subtitle {
  background: #47b5ed;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo2Vr0aVHD .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo2Vr0aVHD .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-uo2Vr0aVHD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo2Vr0aVHD .mbr-text,
.cid-uo2Vr0aVHD .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo2Vr0aVHD .mbr-section-subtitle2,
.cid-uo2Vr0aVHD .align-wrapper {
  color: #04492e;
}
.cid-uo2Vr0aVHD .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo2Vr1jpbF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo2Vr1jpbF img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uo2Vr1jpbF .right {
  display: flex;
  flex-direction: column;
}
.cid-uo2Vr1jpbF .card-heading {
  padding-bottom: 35px;
  color: #000000;
  text-align: center;
}
.cid-uo2Vr1jpbF .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-uo2Vr1jpbF .last-p {
  padding-bottom: 0;
}
.cid-uo2Vr1jpbF .row {
  justify-content: center;
}
.cid-uo2Vr2l5cy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1e7e4;
}
.cid-uo2Vr2l5cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vr2l5cy .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-uo2Vr2l5cy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo2Vr2l5cy .row {
  flex-direction: row-reverse;
}
.cid-uo2Vr2l5cy img {
  width: 100%;
  border: 3px solid #47b5ed;
  border-radius: 2rem;
}
.cid-uo2Vr2l5cy .mbr-text {
  color: #000000;
}
.cid-uo2Vr3hFDs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2Vr3hFDs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2Vr3hFDs {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2Vr3hFDs .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2Vr3hFDs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2Vr3hFDs .mbr-text {
  text-align: left;
}
.cid-uo2Vr465vT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebc6b8;
  overflow: hidden;
  position: relative;
}
.cid-uo2Vr465vT .row {
  align-items: flex-start;
}
.cid-uo2Vr465vT .container,
.cid-uo2Vr465vT .container-fluid {
  position: static;
}
.cid-uo2Vr465vT .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uo2Vr465vT .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo2Vr465vT .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo2Vr465vT .toggle-panel,
.cid-uo2Vr465vT .panel-group {
  width: 100%;
}
.cid-uo2Vr465vT .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo2Vr465vT .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #e1e7e4;
}
.cid-uo2Vr465vT .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo2Vr465vT .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo2Vr465vT .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo2Vr465vT .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo2Vr465vT .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo2Vr465vT .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo2Vr465vT .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo2Vr465vT .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #e1e7e4;
}
@media (max-width: 767px) {
  .cid-uo2Vr465vT .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo2Vr465vT .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo2Vr465vT .mbr-text,
.cid-uo2Vr465vT .mbr-section-btn {
  color: #ffffff;
}
.cid-uo2Vr5mSVV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2Vr5mSVV {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2Vr5mSVV {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2Vr5mSVV .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2Vr5mSVV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2Vr5mSVV .mbr-text {
  text-align: left;
}
.cid-uo2Vr6j6eZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-uo2Vr6j6eZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vr6j6eZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vr6j6eZ .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo2Vr6j6eZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo2Vr6j6eZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo2Vr6j6eZ .card-wrapper .mbr-section-subtitle2 {
  background: #47b5ed;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo2Vr6j6eZ .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo2Vr6j6eZ .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-uo2Vr6j6eZ .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo2Vr6j6eZ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo2Vr6j6eZ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo2Vr6j6eZ .mbr-section-title {
  color: #000000;
}
.cid-uo2Vr6j6eZ .mbr-text,
.cid-uo2Vr6j6eZ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo2Vr6j6eZ .mbr-section-subtitle,
.cid-uo2Vr6j6eZ .align-wrapper {
  color: #04492e;
}
.cid-uo2Vr6j6eZ .mbr-section-subtitle3,
.cid-uo2Vr6j6eZ .align-wrapper2 {
  color: #04492e;
}
.cid-uo2Vr6j6eZ .mbr-section-subtitle2,
.cid-uo2Vr6j6eZ .align-wrapper2 {
  color: #ffffff;
}
.cid-uo2Vr6j6eZ .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-uo2Vr6j6eZ .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo2Vr7pai3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2Vr7pai3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2Vr7pai3 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2Vr7pai3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2Vr7pai3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2Vr7pai3 .mbr-text {
  text-align: left;
}
.cid-uo2Vr8gtp5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ebc6b8;
}
.cid-uo2Vr8gtp5 .row {
  align-items: center;
}
.cid-uo2Vr8gtp5 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uo2Vr8gtp5 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uo2Vr8gtp5 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #47b5ed;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uo2Vr8gtp5 .link:hover:before {
  background: #47b5ed;
}
.cid-uo2Vr8gtp5 .mbr-section-title {
  color: #000000;
}
.cid-uo2Vr8gtp5 .mbr-text,
.cid-uo2Vr8gtp5 .mbr-section-btn {
  color: #000000;
}
.cid-uo2Vr8gtp5 .link,
.cid-uo2Vr8gtp5 .link-wrap {
  color: #000000;
}
.cid-uo2Vr8gtp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vr8gtp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vr9dUef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo2Vr9dUef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vr9dUef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vr9dUef .video-wrapper iframe {
  width: 100%;
}
.cid-uo2Vr9dUef .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo2Vr9dUef .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo2Vr9dUef .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo2Vr9dUef .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo2Vr9dUef .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo2Vr9dUef .video-block .image-absolute {
    display: none;
  }
}
.cid-uo2VraaC7Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo2VraaC7Z {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo2VraaC7Z {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo2VraaC7Z .mbr-section-subtitle {
  text-align: left;
}
.cid-uo2VraaC7Z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo2VraaC7Z .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo33qa0h1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebc6b8;
}
.cid-uo33qa0h1V .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uo33qa0h1V .title-section .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo33qa0h1V .card-title {
  flex: 1 1 auto;
}
.cid-uo33qa0h1V .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-uo33qa0h1V .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-uo33qa0h1V .heading-acc:hover .acc-button {
  background-color: #ffffff;
}
.cid-uo33qa0h1V .heading-acc:hover .acc-button .acc-button-line1,
.cid-uo33qa0h1V .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-uo33qa0h1V .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-uo33qa0h1V .acc-button-container .acc-button .acc-button-line1,
.cid-uo33qa0h1V .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-uo33qa0h1V .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uo33qa0h1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33qa0h1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vrb3IqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo2Vrb3IqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2Vrb3IqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2Vrb3IqL .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo2Vrb3IqL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo2Vrb3IqL .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-uo2Vrb3IqL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo2Vrb3IqL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo2Vrb3IqL .mbr-section-title {
  color: #000000;
}
.cid-uo2Vrc5d2P {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebc6b8;
}
.cid-uo2Vrc5d2P .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo2Vrc5d2P .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo2Vrc5d2P .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo2Vrc5d2P .brand__email {
  margin-bottom: 15px;
}
.cid-uo2Vrc5d2P .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo2Vrc5d2P .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo2Vrc5d2P .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo2Vrc5d2P .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo2Vrc5d2P .social {
  margin-top: 30px;
}
.cid-uo2Vrc5d2P .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo2Vrc5d2P .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo2Vrc5d2P .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo2Vrc5d2P .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo2Vrc5d2P .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo2Vrc5d2P .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo2Vrc5d2P .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo2Vrc5d2P .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo2Vrc5d2P .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo2Vrc5d2P .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo2Vrc5d2P .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo2Vrc5d2P .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo2Vrc5d2P .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo2Vrc5d2P .divider {
    margin-top: 30px;
  }
  .cid-uo2Vrc5d2P .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo2Vrc5d2P .align-right,
  .cid-uo2Vrc5d2P .privacy {
    text-align: center;
  }
  .cid-uo2Vrc5d2P .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo2Vrc5d2P .privacy {
  color: #000000;
}
.cid-uo33Jh4H04 {
  z-index: 1000;
  width: 100%;
}
.cid-uo33Jh4H04 nav.navbar {
  position: fixed;
}
.cid-uo33Jh4H04 .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-uo33Jh4H04 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo33Jh4H04 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo33Jh4H04 .dropdown-item:hover,
.cid-uo33Jh4H04 .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-uo33Jh4H04 .dropdown-item:hover span {
  color: white;
}
.cid-uo33Jh4H04 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo33Jh4H04 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo33Jh4H04 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo33Jh4H04 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo33Jh4H04 .nav-link {
  position: relative;
}
.cid-uo33Jh4H04 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo33Jh4H04 .container {
    flex-wrap: nowrap;
  }
}
.cid-uo33Jh4H04 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo33Jh4H04 .navbar-caption {
  font-weight: 500;
}
.cid-uo33Jh4H04 .dropdown-menu,
.cid-uo33Jh4H04 .navbar.opened {
  background: #fafaf9 !important;
}
.cid-uo33Jh4H04 .nav-item:focus,
.cid-uo33Jh4H04 .nav-link:focus {
  outline: none;
}
.cid-uo33Jh4H04 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo33Jh4H04 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo33Jh4H04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo33Jh4H04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo33Jh4H04 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo33Jh4H04 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo33Jh4H04 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uo33Jh4H04 .navbar.opened {
  transition: all 0.3s;
}
.cid-uo33Jh4H04 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo33Jh4H04 .navbar .navbar-logo img {
  width: auto;
}
.cid-uo33Jh4H04 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo33Jh4H04 .navbar.collapsed {
  justify-content: center;
}
.cid-uo33Jh4H04 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo33Jh4H04 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo33Jh4H04 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo33Jh4H04 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo33Jh4H04 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo33Jh4H04 .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-uo33Jh4H04 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo33Jh4H04 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo33Jh4H04 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo33Jh4H04 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo33Jh4H04 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo33Jh4H04 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo33Jh4H04 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo33Jh4H04 .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-uo33Jh4H04 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo33Jh4H04 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo33Jh4H04 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo33Jh4H04 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo33Jh4H04 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo33Jh4H04 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo33Jh4H04 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo33Jh4H04 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo33Jh4H04 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo33Jh4H04 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo33Jh4H04 .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-uo33Jh4H04 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo33Jh4H04 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo33Jh4H04 .dropdown-item.active,
.cid-uo33Jh4H04 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo33Jh4H04 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo33Jh4H04 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo33Jh4H04 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo33Jh4H04 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-uo33Jh4H04 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo33Jh4H04 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo33Jh4H04 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo33Jh4H04 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo33Jh4H04 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo33Jh4H04 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo33Jh4H04 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo33Jh4H04 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo33Jh4H04 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo33Jh4H04 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo33Jh4H04 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo33Jh4H04 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo33Jh4H04 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo33Jh4H04 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo33Jh4H04 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo33Jh4H04 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo33Jh4H04 .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-uo33Jh4H04 .navbar {
    height: 70px;
  }
  .cid-uo33Jh4H04 .navbar.opened {
    height: auto;
  }
  .cid-uo33Jh4H04 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo33Jixhs3 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ebc6b8;
}
.cid-uo33Jixhs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33Jixhs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33Jixhs3 img {
  border-radius: 2rem;
}
.cid-uo33Jixhs3 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo33Jixhs3 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo33Jixhs3 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo33Jixhs3 .mbr-section-title {
  color: #000000;
}
.cid-uo33Jixhs3 .mbr-text,
.cid-uo33Jixhs3 .mbr-section-btn {
  color: #000000;
}
.cid-uo33Jixhs3 .mbr-section-subtitle,
.cid-uo33Jixhs3 .align-wrapper {
  color: #04492e;
}
.cid-uo33JjyMrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo33JjyMrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33JjyMrg .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-uo33JjyMrg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uo33JjyMrg .container {
    padding: 0 12px;
  }
}
.cid-uo33JjyMrg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo33JjyMrg .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uo33JjyMrg .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uo33JjyMrg .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uo33JjyMrg .mbr-section-title {
  color: #000000;
}
.cid-uo33Jkn1Eo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-uo33Jkn1Eo .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%2340b0bf'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ff9966'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo33Jkn1Eo .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uo33Jkn1Eo .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ebc6b8;
  flex-direction: column;
}
.cid-uo33Jkn1Eo .mbr-section-title,
.cid-uo33Jkn1Eo .mbr-section-text,
.cid-uo33Jkn1Eo .section-subtitle,
.cid-uo33Jkn1Eo .mbr-section-btn {
  z-index: 0;
}
.cid-uo33Jkn1Eo .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uo33Jkn1Eo .section-subtitle,
.cid-uo33Jkn1Eo .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uo33Jkn1Eo .mbr-section-text,
.cid-uo33Jkn1Eo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo33Jkn1Eo .mbr-section-title {
  color: #231f59;
}
.cid-uo33JleKZG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo33JleKZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33JleKZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33JleKZG img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo33JleKZG .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo33JleKZG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo33JleKZG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo33JleKZG .mbr-section-subtitle {
  background: #47b5ed;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo33JleKZG .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo33JleKZG .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-uo33JleKZG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo33JleKZG .mbr-text,
.cid-uo33JleKZG .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo33JleKZG .mbr-section-subtitle2,
.cid-uo33JleKZG .align-wrapper {
  color: #04492e;
}
.cid-uo33JleKZG .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo33JmFSbb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo33JmFSbb img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uo33JmFSbb .right {
  display: flex;
  flex-direction: column;
}
.cid-uo33JmFSbb .card-heading {
  padding-bottom: 35px;
  color: #000000;
  text-align: center;
}
.cid-uo33JmFSbb .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-uo33JmFSbb .last-p {
  padding-bottom: 0;
}
.cid-uo33JmFSbb .row {
  justify-content: center;
}
.cid-uo33JnRTGc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1e7e4;
}
.cid-uo33JnRTGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33JnRTGc .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-uo33JnRTGc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo33JnRTGc .row {
  flex-direction: row-reverse;
}
.cid-uo33JnRTGc img {
  width: 100%;
  border: 3px solid #47b5ed;
  border-radius: 2rem;
}
.cid-uo33JnRTGc .mbr-text {
  color: #000000;
}
.cid-uo33JoX0po {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo33JoX0po {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo33JoX0po {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo33JoX0po .mbr-section-subtitle {
  text-align: left;
}
.cid-uo33JoX0po .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo33JoX0po .mbr-text {
  text-align: left;
}
.cid-uo33JpLtmv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebc6b8;
  overflow: hidden;
  position: relative;
}
.cid-uo33JpLtmv .row {
  align-items: flex-start;
}
.cid-uo33JpLtmv .container,
.cid-uo33JpLtmv .container-fluid {
  position: static;
}
.cid-uo33JpLtmv .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uo33JpLtmv .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo33JpLtmv .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo33JpLtmv .toggle-panel,
.cid-uo33JpLtmv .panel-group {
  width: 100%;
}
.cid-uo33JpLtmv .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo33JpLtmv .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #e1e7e4;
}
.cid-uo33JpLtmv .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo33JpLtmv .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo33JpLtmv .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo33JpLtmv .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo33JpLtmv .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo33JpLtmv .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo33JpLtmv .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo33JpLtmv .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #e1e7e4;
}
@media (max-width: 767px) {
  .cid-uo33JpLtmv .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo33JpLtmv .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo33JpLtmv .mbr-text,
.cid-uo33JpLtmv .mbr-section-btn {
  color: #ffffff;
}
.cid-uo33JqZ1nv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo33JqZ1nv {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo33JqZ1nv {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo33JqZ1nv .mbr-section-subtitle {
  text-align: left;
}
.cid-uo33JqZ1nv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo33JqZ1nv .mbr-text {
  text-align: left;
}
.cid-uo33JrUEBa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-uo33JrUEBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33JrUEBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33JrUEBa .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo33JrUEBa .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo33JrUEBa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo33JrUEBa .card-wrapper .mbr-section-subtitle2 {
  background: #47b5ed;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo33JrUEBa .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo33JrUEBa .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-uo33JrUEBa .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo33JrUEBa .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo33JrUEBa .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo33JrUEBa .mbr-section-title {
  color: #000000;
}
.cid-uo33JrUEBa .mbr-text,
.cid-uo33JrUEBa .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo33JrUEBa .mbr-section-subtitle,
.cid-uo33JrUEBa .align-wrapper {
  color: #04492e;
}
.cid-uo33JrUEBa .mbr-section-subtitle3,
.cid-uo33JrUEBa .align-wrapper2 {
  color: #04492e;
}
.cid-uo33JrUEBa .mbr-section-subtitle2,
.cid-uo33JrUEBa .align-wrapper2 {
  color: #ffffff;
}
.cid-uo33JrUEBa .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-uo33JrUEBa .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo33Jt5vXT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo33Jt5vXT {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo33Jt5vXT {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo33Jt5vXT .mbr-section-subtitle {
  text-align: left;
}
.cid-uo33Jt5vXT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo33Jt5vXT .mbr-text {
  text-align: left;
}
.cid-uo33Ju4nAy {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ebc6b8;
}
.cid-uo33Ju4nAy .row {
  align-items: center;
}
.cid-uo33Ju4nAy .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uo33Ju4nAy .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uo33Ju4nAy .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #47b5ed;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uo33Ju4nAy .link:hover:before {
  background: #47b5ed;
}
.cid-uo33Ju4nAy .mbr-section-title {
  color: #000000;
}
.cid-uo33Ju4nAy .mbr-text,
.cid-uo33Ju4nAy .mbr-section-btn {
  color: #000000;
}
.cid-uo33Ju4nAy .link,
.cid-uo33Ju4nAy .link-wrap {
  color: #000000;
}
.cid-uo33Ju4nAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33Ju4nAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33Jv4lbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo33Jv4lbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33Jv4lbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33Jv4lbT .video-wrapper iframe {
  width: 100%;
}
.cid-uo33Jv4lbT .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uo33Jv4lbT .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uo33Jv4lbT .video-block {
  position: relative;
  z-index: 1;
}
.cid-uo33Jv4lbT .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uo33Jv4lbT .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uo33Jv4lbT .video-block .image-absolute {
    display: none;
  }
}
.cid-uo33Jw2cML {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo33Jw2cML {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo33Jw2cML {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo33Jw2cML .mbr-section-subtitle {
  text-align: left;
}
.cid-uo33Jw2cML .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo33Jw2cML .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo33JwRAVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebc6b8;
}
.cid-uo33JwRAVO .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uo33JwRAVO .title-section .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo33JwRAVO .card-title {
  flex: 1 1 auto;
}
.cid-uo33JwRAVO .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-uo33JwRAVO .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-uo33JwRAVO .heading-acc:hover .acc-button {
  background-color: #ffffff;
}
.cid-uo33JwRAVO .heading-acc:hover .acc-button .acc-button-line1,
.cid-uo33JwRAVO .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-uo33JwRAVO .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-uo33JwRAVO .acc-button-container .acc-button .acc-button-line1,
.cid-uo33JwRAVO .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-uo33JwRAVO .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uo33JwRAVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33JwRAVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33JxZy4D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo33JxZy4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo33JxZy4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo33JxZy4D .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo33JxZy4D .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo33JxZy4D .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-uo33JxZy4D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo33JxZy4D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo33JxZy4D .mbr-section-title {
  color: #000000;
}
.cid-uo33Jz2c8f {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebc6b8;
}
.cid-uo33Jz2c8f .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo33Jz2c8f .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo33Jz2c8f .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo33Jz2c8f .brand__email {
  margin-bottom: 15px;
}
.cid-uo33Jz2c8f .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo33Jz2c8f .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo33Jz2c8f .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo33Jz2c8f .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo33Jz2c8f .social {
  margin-top: 30px;
}
.cid-uo33Jz2c8f .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo33Jz2c8f .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo33Jz2c8f .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo33Jz2c8f .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo33Jz2c8f .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo33Jz2c8f .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo33Jz2c8f .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo33Jz2c8f .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo33Jz2c8f .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo33Jz2c8f .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo33Jz2c8f .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo33Jz2c8f .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo33Jz2c8f .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo33Jz2c8f .divider {
    margin-top: 30px;
  }
  .cid-uo33Jz2c8f .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo33Jz2c8f .align-right,
  .cid-uo33Jz2c8f .privacy {
    text-align: center;
  }
  .cid-uo33Jz2c8f .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo33Jz2c8f .privacy {
  color: #000000;
}
.cid-uo35k3ZMGb {
  z-index: 1000;
  width: 100%;
}
.cid-uo35k3ZMGb nav.navbar {
  position: fixed;
}
.cid-uo35k3ZMGb .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-uo35k3ZMGb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo35k3ZMGb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo35k3ZMGb .dropdown-item:hover,
.cid-uo35k3ZMGb .dropdown-item:focus {
  background: #47b5ed !important;
  color: white !important;
}
.cid-uo35k3ZMGb .dropdown-item:hover span {
  color: white;
}
.cid-uo35k3ZMGb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo35k3ZMGb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo35k3ZMGb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo35k3ZMGb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo35k3ZMGb .nav-link {
  position: relative;
}
.cid-uo35k3ZMGb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uo35k3ZMGb .container {
    flex-wrap: nowrap;
  }
}
.cid-uo35k3ZMGb .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo35k3ZMGb .navbar-caption {
  font-weight: 500;
}
.cid-uo35k3ZMGb .dropdown-menu,
.cid-uo35k3ZMGb .navbar.opened {
  background: #fafaf9 !important;
}
.cid-uo35k3ZMGb .nav-item:focus,
.cid-uo35k3ZMGb .nav-link:focus {
  outline: none;
}
.cid-uo35k3ZMGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo35k3ZMGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo35k3ZMGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo35k3ZMGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo35k3ZMGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo35k3ZMGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo35k3ZMGb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uo35k3ZMGb .navbar.opened {
  transition: all 0.3s;
}
.cid-uo35k3ZMGb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo35k3ZMGb .navbar .navbar-logo img {
  width: auto;
}
.cid-uo35k3ZMGb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo35k3ZMGb .navbar.collapsed {
  justify-content: center;
}
.cid-uo35k3ZMGb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo35k3ZMGb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo35k3ZMGb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo35k3ZMGb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo35k3ZMGb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo35k3ZMGb .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-uo35k3ZMGb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo35k3ZMGb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo35k3ZMGb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo35k3ZMGb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo35k3ZMGb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo35k3ZMGb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo35k3ZMGb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo35k3ZMGb .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-uo35k3ZMGb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo35k3ZMGb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo35k3ZMGb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo35k3ZMGb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo35k3ZMGb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo35k3ZMGb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uo35k3ZMGb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uo35k3ZMGb .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo35k3ZMGb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo35k3ZMGb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo35k3ZMGb .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-uo35k3ZMGb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo35k3ZMGb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo35k3ZMGb .dropdown-item.active,
.cid-uo35k3ZMGb .dropdown-item:active {
  background-color: transparent;
}
.cid-uo35k3ZMGb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo35k3ZMGb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo35k3ZMGb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo35k3ZMGb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-uo35k3ZMGb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo35k3ZMGb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo35k3ZMGb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo35k3ZMGb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo35k3ZMGb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo35k3ZMGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uo35k3ZMGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo35k3ZMGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo35k3ZMGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo35k3ZMGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo35k3ZMGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo35k3ZMGb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo35k3ZMGb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo35k3ZMGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo35k3ZMGb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo35k3ZMGb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo35k3ZMGb .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-uo35k3ZMGb .navbar {
    height: 70px;
  }
  .cid-uo35k3ZMGb .navbar.opened {
    height: auto;
  }
  .cid-uo35k3ZMGb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo35k5WhYp {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ebc6b8;
}
.cid-uo35k5WhYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35k5WhYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo35k5WhYp img {
  border-radius: 2rem;
}
.cid-uo35k5WhYp .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo35k5WhYp .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo35k5WhYp .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo35k5WhYp .mbr-section-title {
  color: #000000;
}
.cid-uo35k5WhYp .mbr-text,
.cid-uo35k5WhYp .mbr-section-btn {
  color: #000000;
}
.cid-uo35k5WhYp .mbr-section-subtitle,
.cid-uo35k5WhYp .align-wrapper {
  color: #04492e;
}
.cid-uo35k70Jga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo35k70Jga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35k70Jga .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-uo35k70Jga .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uo35k70Jga .container {
    padding: 0 12px;
  }
}
.cid-uo35k70Jga .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uo35k70Jga .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uo35k70Jga .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uo35k70Jga .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uo35k70Jga .mbr-section-title {
  color: #000000;
}
.cid-uo35k7NJKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-uo35k7NJKl .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%2347b5ed'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%2340b0bf'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23ff9966'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo35k7NJKl .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.cid-uo35k7NJKl .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ebc6b8;
  flex-direction: column;
}
.cid-uo35k7NJKl .mbr-section-title,
.cid-uo35k7NJKl .mbr-section-text,
.cid-uo35k7NJKl .section-subtitle,
.cid-uo35k7NJKl .mbr-section-btn {
  z-index: 0;
}
.cid-uo35k7NJKl .section-subtitle {
  margin-bottom: 20.4px;
}
.cid-uo35k7NJKl .section-subtitle,
.cid-uo35k7NJKl .mbr-section-btn {
  color: #4c4c4c;
}
.cid-uo35k7NJKl .mbr-section-text,
.cid-uo35k7NJKl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uo35k7NJKl .mbr-section-title {
  color: #231f59;
}
.cid-uo35k8JKuX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo35k8JKuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35k8JKuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo35k8JKuX img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uo35k8JKuX .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo35k8JKuX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo35k8JKuX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo35k8JKuX .mbr-section-subtitle {
  background: #47b5ed;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo35k8JKuX .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo35k8JKuX .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-uo35k8JKuX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uo35k8JKuX .mbr-text,
.cid-uo35k8JKuX .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo35k8JKuX .mbr-section-subtitle2,
.cid-uo35k8JKuX .align-wrapper {
  color: #04492e;
}
.cid-uo35k8JKuX .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-uo35ka6wR2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo35ka6wR2 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uo35ka6wR2 .right {
  display: flex;
  flex-direction: column;
}
.cid-uo35ka6wR2 .card-heading {
  padding-bottom: 35px;
  color: #000000;
  text-align: center;
}
.cid-uo35ka6wR2 .p {
  padding-bottom: 17px;
  color: #000000;
}
.cid-uo35ka6wR2 .last-p {
  padding-bottom: 0;
}
.cid-uo35ka6wR2 .row {
  justify-content: center;
}
.cid-uo35kb3Z9H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e1e7e4;
}
.cid-uo35kb3Z9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35kb3Z9H .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-uo35kb3Z9H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo35kb3Z9H .row {
  flex-direction: row-reverse;
}
.cid-uo35kb3Z9H img {
  width: 100%;
  border: 3px solid #47b5ed;
  border-radius: 2rem;
}
.cid-uo35kb3Z9H .mbr-text {
  color: #000000;
}
.cid-uo35kc0fS3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo35kc0fS3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo35kc0fS3 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo35kc0fS3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo35kc0fS3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo35kc0fS3 .mbr-text {
  text-align: left;
}
.cid-uo35kcOPrF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebc6b8;
  overflow: hidden;
  position: relative;
}
.cid-uo35kcOPrF .row {
  align-items: flex-start;
}
.cid-uo35kcOPrF .container,
.cid-uo35kcOPrF .container-fluid {
  position: static;
}
.cid-uo35kcOPrF .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uo35kcOPrF .col-text {
  position: relative;
  z-index: 2;
}
.cid-uo35kcOPrF .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uo35kcOPrF .toggle-panel,
.cid-uo35kcOPrF .panel-group {
  width: 100%;
}
.cid-uo35kcOPrF .card {
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(68, 109, 255, 0.04) !important;
}
.cid-uo35kcOPrF .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  transition: 0.5s all;
  background-color: #e1e7e4;
}
.cid-uo35kcOPrF .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 15px 35px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.cid-uo35kcOPrF .panel-title .sign {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cid-uo35kcOPrF .panel-title {
    padding: 1rem !important;
  }
}
.cid-uo35kcOPrF .collapsed {
  padding: 23px 20px 23px 35px;
}
.cid-uo35kcOPrF .collapsed .sign {
  transform: rotate(0deg);
}
.cid-uo35kcOPrF .panel-text {
  text-align: left;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uo35kcOPrF .sign {
  color: #000000;
  transition: transform 0.2s ease-in-out;
  font-size: 1.6rem;
}
.cid-uo35kcOPrF .panel-body {
  padding: 0 40px 20px 35px;
  position: relative;
  z-index: 2;
  background-color: #e1e7e4;
}
@media (max-width: 767px) {
  .cid-uo35kcOPrF .panel-body {
    padding: 1rem;
    padding-top: 0;
  }
}
.cid-uo35kcOPrF .panel-title-edit {
  width: 100%;
  color: #000000;
  text-align: left;
}
.cid-uo35kcOPrF .mbr-text,
.cid-uo35kcOPrF .mbr-section-btn {
  color: #ffffff;
}
.cid-uo35ke6dai {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo35ke6dai {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo35ke6dai {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo35ke6dai .mbr-section-subtitle {
  text-align: left;
}
.cid-uo35ke6dai .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo35ke6dai .mbr-text {
  text-align: left;
}
.cid-uo35kf3rNP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-uo35kf3rNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35kf3rNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo35kf3rNP .card-wrapper {
  border: 3px solid #47b5ed;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uo35kf3rNP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo35kf3rNP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uo35kf3rNP .card-wrapper .mbr-section-subtitle2 {
  background: #47b5ed;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo35kf3rNP .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo35kf3rNP .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #47b5ed;
  font-size: 1.5rem;
}
.cid-uo35kf3rNP .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uo35kf3rNP .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #47b5ed;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uo35kf3rNP .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-uo35kf3rNP .mbr-section-title {
  color: #000000;
}
.cid-uo35kf3rNP .mbr-text,
.cid-uo35kf3rNP .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uo35kf3rNP .mbr-section-subtitle,
.cid-uo35kf3rNP .align-wrapper {
  color: #04492e;
}
.cid-uo35kf3rNP .mbr-section-subtitle3,
.cid-uo35kf3rNP .align-wrapper2 {
  color: #04492e;
}
.cid-uo35kf3rNP .mbr-section-subtitle2,
.cid-uo35kf3rNP .align-wrapper2 {
  color: #ffffff;
}
.cid-uo35kf3rNP .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-uo35kf3rNP .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-uo35kgdzB7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo35kgdzB7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo35kgdzB7 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo35kgdzB7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo35kgdzB7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo35kgdzB7 .mbr-text {
  text-align: left;
}
.cid-uo35kh6RXF {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ebc6b8;
}
.cid-uo35kh6RXF .row {
  align-items: center;
}
.cid-uo35kh6RXF .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uo35kh6RXF .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-uo35kh6RXF .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #47b5ed;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uo35kh6RXF .link:hover:before {
  background: #47b5ed;
}
.cid-uo35kh6RXF .mbr-section-title {
  color: #000000;
}
.cid-uo35kh6RXF .mbr-text,
.cid-uo35kh6RXF .mbr-section-btn {
  color: #000000;
}
.cid-uo35kh6RXF .link,
.cid-uo35kh6RXF .link-wrap {
  color: #000000;
}
.cid-uo35kh6RXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35kh6RXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo35kj10sn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dots-1.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uo35kj10sn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo35kj10sn {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uo35kj10sn .mbr-section-subtitle {
  text-align: left;
}
.cid-uo35kj10sn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo35kj10sn .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uo35kjW8yT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebc6b8;
}
.cid-uo35kjW8yT .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uo35kjW8yT .title-section .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uo35kjW8yT .card-title {
  flex: 1 1 auto;
}
.cid-uo35kjW8yT .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-uo35kjW8yT .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-uo35kjW8yT .heading-acc:hover .acc-button {
  background-color: #ffffff;
}
.cid-uo35kjW8yT .heading-acc:hover .acc-button .acc-button-line1,
.cid-uo35kjW8yT .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-uo35kjW8yT .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-uo35kjW8yT .acc-button-container .acc-button .acc-button-line1,
.cid-uo35kjW8yT .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-uo35kjW8yT .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-uo35kjW8yT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35kjW8yT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo35kl1yBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-uo35kl1yBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo35kl1yBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo35kl1yBX .google-map {
  height: 35rem;
  position: relative;
}
.cid-uo35kl1yBX .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uo35kl1yBX .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-uo35kl1yBX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uo35kl1yBX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uo35kl1yBX .mbr-section-title {
  color: #000000;
}
.cid-uo35km3uGc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebc6b8;
}
.cid-uo35km3uGc .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uo35km3uGc .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uo35km3uGc .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uo35km3uGc .brand__email {
  margin-bottom: 15px;
}
.cid-uo35km3uGc .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uo35km3uGc .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-uo35km3uGc .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-uo35km3uGc .footer__items a:hover {
  color: #ff9966 !important;
}
.cid-uo35km3uGc .social {
  margin-top: 30px;
}
.cid-uo35km3uGc .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uo35km3uGc .social .social__items:hover {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-uo35km3uGc .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uo35km3uGc .social .social__items:last-child {
  margin-right: 0;
}
.cid-uo35km3uGc .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uo35km3uGc .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uo35km3uGc .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uo35km3uGc .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-uo35km3uGc .footer__bot_items a:hover {
  color: #ff9966 !important;
}
.cid-uo35km3uGc .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uo35km3uGc .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uo35km3uGc .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #ff9966;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uo35km3uGc .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uo35km3uGc .divider {
    margin-top: 30px;
  }
  .cid-uo35km3uGc .footer__bottom {
    padding: 30px 0;
  }
  .cid-uo35km3uGc .align-right,
  .cid-uo35km3uGc .privacy {
    text-align: center;
  }
  .cid-uo35km3uGc .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uo35km3uGc .privacy {
  color: #000000;
}
