.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fb0c3e !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb0c3e !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ad0327 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad0327 !important;
  border-color: #ad0327 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #fb0c3e;
  color: #fb0c3e;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad0327 !important;
  background-color: transparent!important;
  border-color: #ad0327 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb0c3e !important;
  border-color: #fb0c3e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #fb0c3e !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e0323 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #fb0c3e;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb0c3e;
  border-color: #fb0c3e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb0c3e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #fb0c3e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #fb0c3e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb0c3e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb0c3e;
}
.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: #fb0c3e;
  border-bottom-color: #fb0c3e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fb0c3e !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: #e4eedb !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='%23fb0c3e' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #fb0c3e !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #fb0c3e !important;
  border-color: #fb0c3e !important;
}
.cid-upuqbuXZ9F {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bdcdc6;
  position: relative;
  overflow: hidden;
}
.cid-upuqbuXZ9F svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-upuqbuXZ9F .mbr-text,
.cid-upuqbuXZ9F .mbr-section-btn {
  color: #232323;
}
.cid-upuqbuXZ9F #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-upuqbuXZ9F #e19_areaS3 {
  fill: #bdcdc6 !important;
}
.cid-upuqbuXZ9F H1 {
  color: #232323;
}
.cid-upuqbuXZ9F img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upuqbuXZ9F .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-upuqbuXZ9F .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-upuqbuXZ9F img {
    width: 100%;
  }
}
.cid-tDSunbbdYc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSunbbdYc nav.navbar {
  position: fixed;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSunbbdYc .dropdown-item:hover,
.cid-tDSunbbdYc .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-tDSunbbdYc .dropdown-item:hover span {
  color: white;
}
.cid-tDSunbbdYc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSunbbdYc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSunbbdYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSunbbdYc .nav-link {
  position: relative;
}
.cid-tDSunbbdYc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSunbbdYc .navbar-caption:hover,
.cid-tDSunbbdYc .navbar-caption:focus {
  color: #fb0c3e !important;
}
.cid-tDSunbbdYc .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSunbbdYc .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSunbbdYc .navbar-nav .nav-item:hover {
  color: #fb0c3e;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a:hover {
  color: #fb0c3e !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-tDSunbbdYc .dropdown-menu,
.cid-tDSunbbdYc .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSunbbdYc .nav-item:focus,
.cid-tDSunbbdYc .nav-link:focus {
  outline: none;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSunbbdYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSunbbdYc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSunbbdYc .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSunbbdYc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSunbbdYc .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSunbbdYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSunbbdYc .navbar.collapsed {
  justify-content: center;
}
.cid-tDSunbbdYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSunbbdYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSunbbdYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSunbbdYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSunbbdYc .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-tDSunbbdYc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSunbbdYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSunbbdYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSunbbdYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSunbbdYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSunbbdYc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSunbbdYc .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSunbbdYc .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;
  width: 25%;
}
.cid-tDSunbbdYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSunbbdYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSunbbdYc .dropdown-item.active,
.cid-tDSunbbdYc .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSunbbdYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSunbbdYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSunbbdYc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSunbbdYc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSunbbdYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSunbbdYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar {
    height: 70px;
  }
  .cid-tDSunbbdYc .navbar.opened {
    height: auto;
  }
  .cid-tDSunbbdYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSunbbdYc .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSunbbdYc .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSunbbdYc .navbar-collapse {
    width: 100%;
  }
  .cid-tDSunbbdYc .navbar-nav {
    width: 100%;
  }
  .cid-tDSunbbdYc .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-upuslYnDPw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #bdcdc6;
  border-bottom: 3px solid #bdcdc6;
  margin-top: -3px;
}
.cid-upuslYnDPw blockquote {
  margin-bottom: 0;
  border-color: #bdcdc6;
  background-color: #ffffff;
  font-style: normal;
}
.cid-upuslYnDPw .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-upuslYnDPw .inform div:first-child {
  border-left: none;
}
.cid-upuslYnDPw .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-upuslYnDPw .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upuslYnDPw .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-upusP9oN16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upusP9oN16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upusP9oN16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upusP9oN16 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upusP9oN16 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upusP9oN16 .container {
    padding: 0 30px;
  }
}
.cid-upusP9oN16 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upusP9oN16 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-upusP9oN16 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-upusP9oN16 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-upusP9oN16 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-upusP9oN16 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-upusP9oN16 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upusP9oN16 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-upusP9oN16 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upusP9oN16 .mbr-section-title {
  color: #ffffff;
}
.cid-upusP9oN16 .mbr-card-title {
  color: #2b2b2b;
}
.cid-upusP9oN16 .mbr-text {
  color: #000000;
}
.cid-upusP9oN16 .mbr-number {
  color: #FE5115;
}
.cid-tDSv7f8dD7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDSv7f8dD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSv7f8dD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSv7f8dD7 .col-title {
  margin-bottom: 32px;
}
.cid-tDSv7f8dD7 .mbr-section-title {
  color: #24262b;
}
.cid-tDSv7f8dD7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSv7f8dD7 .cars-row {
  row-gap: 32px;
}
.cid-tDSv7f8dD7 .card {
  border-radius: 0;
}
.cid-tDSv7f8dD7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tDSv7f8dD7 .text-wrap {
  flex-grow: 1;
}
.cid-tDSv7f8dD7 .card-title {
  color: #24262b;
}
.cid-tDSv7f8dD7 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSv7f8dD7 .mbr-section-btn {
  margin-top: 12px;
}
.cid-tDSv7f8dD7 .card-title,
.cid-tDSv7f8dD7 .card-wrapper {
  color: #000000;
}
.cid-upusGoomUu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bdcdc6;
}
.cid-upusGoomUu img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upusGoomUu .mbr-text,
.cid-upusGoomUu .mbr-section-btn {
  color: #000000;
}
.cid-upusGoomUu H3 {
  color: #57468b;
}
.cid-upusGoomUu H1 {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-upusGoomUu img {
    width: 100%!important;
  }
}
.cid-upuoLaxPBv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bdcdc6;
}
.cid-upuoLaxPBv .container {
  pointer-events: none;
  z-index: 1;
}
.cid-upuoLaxPBv .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-upuoLaxPBv .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-upuoLaxPBv .brand__email {
  margin-bottom: 15px;
}
.cid-upuoLaxPBv .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-upuoLaxPBv .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-upuoLaxPBv .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-upuoLaxPBv .footer__items a:hover {
  color: #33363b !important;
}
.cid-upuoLaxPBv .social {
  margin-top: 30px;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .social .social__items:hover {
  background-color: #33363b;
  border-color: #33363b;
}
.cid-upuoLaxPBv .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-upuoLaxPBv .social .social__items:last-child {
  margin-right: 0;
}
.cid-upuoLaxPBv .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-upuoLaxPBv .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-upuoLaxPBv .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .footer__bot_items a:hover {
  color: #33363b !important;
}
.cid-upuoLaxPBv .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-upuoLaxPBv .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upuoLaxPBv .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #33363b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .divider {
    margin-top: 30px;
  }
  .cid-upuoLaxPBv .footer__bottom {
    padding: 30px 0;
  }
  .cid-upuoLaxPBv .align-right,
  .cid-upuoLaxPBv .privacy {
    text-align: center;
  }
  .cid-upuoLaxPBv .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-upuoLaxPBv .privacy {
  color: #000000;
}
.cid-uptBYxsr7C {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uptBYxsr7C .image-wrapper,
.cid-uptBYxsr7C img {
  width: 100%;
  object-fit: contain;
}
.cid-uptBYxsr7C img {
  display: inline-block;
  width: 6rem;
}
.cid-uptBYxsr7C .mbr-section-title {
  margin: 25px 0;
}
.cid-uptBYxsr7C .mbr-text {
  margin-bottom: 19px;
}
.cid-uptBYxsr7C .mbr-section-title,
.cid-uptBYxsr7C .image-wrapper {
  color: #000000;
}
.cid-uptBYxsr7C .mbr-text,
.cid-uptBYxsr7C .mbr-section-btn {
  color: #000000;
}
.cid-upurHjBIrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upurHjBIrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upurHjBIrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upurHjBIrE .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upurHjBIrE .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upurHjBIrE .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upurHjBIrE .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upurHjBIrE .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upurHjBIrE .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upurHjBIrE .card-row {
  margin-bottom: 40px;
}
.cid-upurHjBIrE .card {
  margin-bottom: -40px;
}
.cid-upurHjBIrE .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upurHjBIrE .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upurHjBIrE .card-wrapper:after {
    width: 150%;
  }
}
.cid-upurHjBIrE .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upurHjBIrE .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upurHjBIrE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upurHjBIrE .card-title {
  color: #000000;
  text-align: center;
}
.cid-upurHjBIrE .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-uptBWXPl0G {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uptBWXPl0G .image-wrapper,
.cid-uptBWXPl0G img {
  width: 100%;
  object-fit: contain;
}
.cid-uptBWXPl0G img {
  display: inline-block;
  width: 6rem;
}
.cid-uptBWXPl0G .mbr-section-title {
  margin: 25px 0;
}
.cid-uptBWXPl0G .mbr-text {
  margin-bottom: 19px;
}
.cid-uptBWXPl0G .mbr-section-title,
.cid-uptBWXPl0G .image-wrapper {
  color: #000000;
}
.cid-uptBWXPl0G .mbr-text,
.cid-uptBWXPl0G .mbr-section-btn {
  color: #000000;
}
.cid-tDSuYZU7L0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bdcdc6;
}
.cid-tDSuYZU7L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuYZU7L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuYZU7L0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuYZU7L0 .mbr-section-title {
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .cards-row {
  row-gap: 32px;
}
.cid-tDSuYZU7L0 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDSuYZU7L0 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tDSuYZU7L0 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-subtitle {
  color: #000000;
}
.cid-tDSuYZU7L0 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSuYZU7L0 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tDSuYZU7L0 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uptBXT7qts {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uptBXT7qts .image-wrapper,
.cid-uptBXT7qts img {
  width: 100%;
  object-fit: contain;
}
.cid-uptBXT7qts img {
  display: inline-block;
  width: 6rem;
}
.cid-uptBXT7qts .mbr-section-title {
  margin: 25px 0;
}
.cid-uptBXT7qts .mbr-text {
  margin-bottom: 19px;
}
.cid-uptBXT7qts .mbr-section-title,
.cid-uptBXT7qts .image-wrapper {
  color: #000000;
}
.cid-uptBXT7qts .mbr-text,
.cid-uptBXT7qts .mbr-section-btn {
  color: #000000;
}
.cid-uptvWcbNfY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-uptvWcbNfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptvWcbNfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptvWcbNfY .video-wrapper iframe {
  width: 100%;
}
.cid-uptvWcbNfY .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #e7d8d6;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uptvWcbNfY .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uptvWcbNfY .video-block {
  position: relative;
  z-index: 1;
}
.cid-uptvWcbNfY .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uptvWcbNfY .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uptvWcbNfY .video-block .image-absolute {
    display: none;
  }
}
.cid-upuqwyCDIG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upuqwyCDIG .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-upuqwyCDIG .col-12 {
    padding: 0 2rem;
  }
  .cid-upuqwyCDIG .row {
    margin: 0 -2rem;
  }
}
.cid-upuqwyCDIG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upuqwyCDIG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fb0c3e;
}
.cid-upuqwyCDIG .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-upuqwyCDIG .svg-top {
    width: 1000px;
  }
}
.cid-upuqwyCDIG .card-header {
  border-bottom: 2px solid #fb0c3e;
  margin-bottom: 0px!important;
}
.cid-upuqwyCDIG .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-upuqwyCDIG span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-upuqwyCDIG .collapsed span {
  transform: rotate(0deg);
}
.cid-upuqwyCDIG .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-upuqwyCDIG .panel-group {
  width: 100%;
}
.cid-upuqwyCDIG .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-upuqwyCDIG .card {
  border-radius: 0px;
}
.cid-upuqwyCDIG .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-upuqwyCDIG .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-upuqwyCDIG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upuqwyCDIG .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-upuqwyCDIG .panel-text {
  color: #1a449a;
}
.cid-upuqwyCDIG .header-text,
.cid-upuqwyCDIG .sign {
  color: #263d5a;
}
.cid-upuqwyCDIG .mbr-section-title {
  color: #000000;
}
.cid-upuqwyCDIG .header-text,
.cid-upuqwyCDIG .sign,
.cid-upuqwyCDIG .card-header {
  color: #000000;
}
.cid-upuqwyCDIG .mbr-section-subtitle {
  color: #1a449a;
}
.cid-upuotkwvCu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upuotkwvCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upuotkwvCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upuotkwvCu .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-upuotkwvCu .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-upuotkwvCu .row {
  align-items: center;
}
.cid-upuotkwvCu img {
  border-radius: 2rem;
}
.cid-upuotkwvCu .image-wrapper {
  background: #bdcdc6;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-upuotkwvCu .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upuotkwvCu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upuotkwvCu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upuotkwvCu .mbr-section-title {
  color: #0e0e0e;
}
.cid-upuotkwvCu .mbr-text,
.cid-upuotkwvCu .mbr-section-btn {
  color: #0e0e0e;
}
.cid-uptC1S4lwt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uptC1S4lwt .image-wrapper,
.cid-uptC1S4lwt img {
  width: 100%;
  object-fit: contain;
}
.cid-uptC1S4lwt img {
  display: inline-block;
  width: 6rem;
}
.cid-uptC1S4lwt .mbr-section-title {
  margin: 25px 0;
}
.cid-uptC1S4lwt .mbr-text {
  margin-bottom: 19px;
}
.cid-uptC1S4lwt .mbr-section-title,
.cid-uptC1S4lwt .image-wrapper {
  color: #000000;
}
.cid-uptC1S4lwt .mbr-text,
.cid-uptC1S4lwt .mbr-section-btn {
  color: #000000;
}
.cid-uputZ2gsza {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uputZ2gsza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uputZ2gsza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uputZ2gsza .google-map {
  height: 30rem;
  position: relative;
}
.cid-uputZ2gsza .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uputZ2gsza .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-uputZ2gsza .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uputZ2gsza .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uptVa2aCgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uptVa2aCgH nav.navbar {
  position: fixed;
}
.cid-uptVa2aCgH .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-uptVa2aCgH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptVa2aCgH .dropdown-item:hover,
.cid-uptVa2aCgH .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-uptVa2aCgH .dropdown-item:hover span {
  color: white;
}
.cid-uptVa2aCgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptVa2aCgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptVa2aCgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uptVa2aCgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptVa2aCgH .nav-link {
  position: relative;
}
.cid-uptVa2aCgH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uptVa2aCgH .container {
    flex-wrap: nowrap;
  }
}
.cid-uptVa2aCgH .navbar-caption:hover,
.cid-uptVa2aCgH .navbar-caption:focus {
  color: #fb0c3e !important;
}
.cid-uptVa2aCgH .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uptVa2aCgH .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uptVa2aCgH .navbar-nav .nav-item:hover {
  color: #fb0c3e;
}
.cid-uptVa2aCgH .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uptVa2aCgH .navbar-nav .nav-item a:hover {
  color: #fb0c3e !important;
}
.cid-uptVa2aCgH .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uptVa2aCgH .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uptVa2aCgH .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uptVa2aCgH .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-uptVa2aCgH .dropdown-menu,
.cid-uptVa2aCgH .navbar.opened {
  background: #ffffff !important;
}
.cid-uptVa2aCgH .nav-item:focus,
.cid-uptVa2aCgH .nav-link:focus {
  outline: none;
}
.cid-uptVa2aCgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptVa2aCgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptVa2aCgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptVa2aCgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptVa2aCgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptVa2aCgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptVa2aCgH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uptVa2aCgH .navbar.opened {
  transition: all 0.3s;
}
.cid-uptVa2aCgH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptVa2aCgH .navbar .navbar-logo img {
  width: auto;
}
.cid-uptVa2aCgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptVa2aCgH .navbar.collapsed {
  justify-content: center;
}
.cid-uptVa2aCgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptVa2aCgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uptVa2aCgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uptVa2aCgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptVa2aCgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptVa2aCgH .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-uptVa2aCgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptVa2aCgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uptVa2aCgH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uptVa2aCgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptVa2aCgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptVa2aCgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptVa2aCgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptVa2aCgH .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-uptVa2aCgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uptVa2aCgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptVa2aCgH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptVa2aCgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uptVa2aCgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uptVa2aCgH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uptVa2aCgH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uptVa2aCgH .navbar.navbar-short {
  min-height: 70px;
}
.cid-uptVa2aCgH .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;
  width: 25%;
}
.cid-uptVa2aCgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptVa2aCgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptVa2aCgH .dropdown-item.active,
.cid-uptVa2aCgH .dropdown-item:active {
  background-color: transparent;
}
.cid-uptVa2aCgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptVa2aCgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptVa2aCgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptVa2aCgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uptVa2aCgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptVa2aCgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptVa2aCgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptVa2aCgH .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uptVa2aCgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptVa2aCgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uptVa2aCgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptVa2aCgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptVa2aCgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptVa2aCgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptVa2aCgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptVa2aCgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptVa2aCgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptVa2aCgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptVa2aCgH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uptVa2aCgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uptVa2aCgH .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-uptVa2aCgH .navbar {
    height: 70px;
  }
  .cid-uptVa2aCgH .navbar.opened {
    height: auto;
  }
  .cid-uptVa2aCgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uptVa2aCgH .container-fluid {
  padding: 0 1rem !important;
}
.cid-uptVa2aCgH .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uptVa2aCgH .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uptVa2aCgH .navbar-collapse {
    width: 100%;
  }
  .cid-uptVa2aCgH .navbar-nav {
    width: 100%;
  }
  .cid-uptVa2aCgH .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-upux5IwzZ3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bdcdc6;
  position: relative;
  overflow: hidden;
}
.cid-upux5IwzZ3 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-upux5IwzZ3 .mbr-text,
.cid-upux5IwzZ3 .mbr-section-btn {
  color: #232323;
}
.cid-upux5IwzZ3 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-upux5IwzZ3 #e19_areaS3 {
  fill: #bdcdc6 !important;
}
.cid-upux5IwzZ3 H1 {
  color: #232323;
  text-align: center;
}
.cid-upux5IwzZ3 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upux5IwzZ3 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-upux5IwzZ3 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-upux5IwzZ3 img {
    width: 100%;
  }
}
.cid-uptVa72SOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uptVa72SOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptVa72SOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptVa72SOQ .card-wrapper {
  background: #ffffff;
  border-radius: 13rem;
}
@media (max-width: 767px) {
  .cid-uptVa72SOQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uptVa72SOQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uptVa72SOQ .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uptVa72SOQ .mbr-text,
.cid-uptVa72SOQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uptVa72SOQ .card-title,
.cid-uptVa72SOQ .card-box {
  text-align: center;
  color: #000000;
}
.cid-uptVappIbP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #fff1e2;
}
.cid-uptVappIbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptVappIbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptVappIbP .map-wrapper {
  height: 100%;
}
.cid-uptVappIbP .card-wrapper {
  border: 1px solid #fb0c3e;
  padding: 3rem 2.25rem;
  background: #fff8f0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uptVappIbP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uptVappIbP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uptVappIbP .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uptVappIbP .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uptVappIbP .google-map {
  height: 100%;
  position: relative;
}
.cid-uptVappIbP .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uptVappIbP .google-map iframe {
    min-height: 350px;
  }
}
.cid-uptVappIbP .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-uptVappIbP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uptVappIbP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uptVappIbP ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uptVappIbP .content-head {
  max-width: 800px;
}
.cid-uptVappIbP .mbr-section-title {
  color: #000000;
}
.cid-uptVappIbP .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uptVappIbP .list,
.cid-uptVappIbP .item-wrap {
  color: #221b35;
  text-align: center;
}
.cid-upuoLaxPBv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bdcdc6;
}
.cid-upuoLaxPBv .container {
  pointer-events: none;
  z-index: 1;
}
.cid-upuoLaxPBv .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-upuoLaxPBv .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-upuoLaxPBv .brand__email {
  margin-bottom: 15px;
}
.cid-upuoLaxPBv .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-upuoLaxPBv .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-upuoLaxPBv .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-upuoLaxPBv .footer__items a:hover {
  color: #33363b !important;
}
.cid-upuoLaxPBv .social {
  margin-top: 30px;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .social .social__items:hover {
  background-color: #33363b;
  border-color: #33363b;
}
.cid-upuoLaxPBv .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-upuoLaxPBv .social .social__items:last-child {
  margin-right: 0;
}
.cid-upuoLaxPBv .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-upuoLaxPBv .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-upuoLaxPBv .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .footer__bot_items a:hover {
  color: #33363b !important;
}
.cid-upuoLaxPBv .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-upuoLaxPBv .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upuoLaxPBv .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #33363b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .divider {
    margin-top: 30px;
  }
  .cid-upuoLaxPBv .footer__bottom {
    padding: 30px 0;
  }
  .cid-upuoLaxPBv .align-right,
  .cid-upuoLaxPBv .privacy {
    text-align: center;
  }
  .cid-upuoLaxPBv .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-upuoLaxPBv .privacy {
  color: #000000;
}
.cid-uptVILbfaU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uptVILbfaU nav.navbar {
  position: fixed;
}
.cid-uptVILbfaU .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-uptVILbfaU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptVILbfaU .dropdown-item:hover,
.cid-uptVILbfaU .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-uptVILbfaU .dropdown-item:hover span {
  color: white;
}
.cid-uptVILbfaU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptVILbfaU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptVILbfaU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uptVILbfaU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptVILbfaU .nav-link {
  position: relative;
}
.cid-uptVILbfaU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uptVILbfaU .container {
    flex-wrap: nowrap;
  }
}
.cid-uptVILbfaU .navbar-caption:hover,
.cid-uptVILbfaU .navbar-caption:focus {
  color: #fb0c3e !important;
}
.cid-uptVILbfaU .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uptVILbfaU .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uptVILbfaU .navbar-nav .nav-item:hover {
  color: #fb0c3e;
}
.cid-uptVILbfaU .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uptVILbfaU .navbar-nav .nav-item a:hover {
  color: #fb0c3e !important;
}
.cid-uptVILbfaU .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uptVILbfaU .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uptVILbfaU .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uptVILbfaU .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-uptVILbfaU .dropdown-menu,
.cid-uptVILbfaU .navbar.opened {
  background: #ffffff !important;
}
.cid-uptVILbfaU .nav-item:focus,
.cid-uptVILbfaU .nav-link:focus {
  outline: none;
}
.cid-uptVILbfaU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptVILbfaU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptVILbfaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptVILbfaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptVILbfaU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptVILbfaU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptVILbfaU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uptVILbfaU .navbar.opened {
  transition: all 0.3s;
}
.cid-uptVILbfaU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptVILbfaU .navbar .navbar-logo img {
  width: auto;
}
.cid-uptVILbfaU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptVILbfaU .navbar.collapsed {
  justify-content: center;
}
.cid-uptVILbfaU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptVILbfaU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uptVILbfaU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uptVILbfaU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptVILbfaU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptVILbfaU .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-uptVILbfaU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptVILbfaU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uptVILbfaU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uptVILbfaU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptVILbfaU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptVILbfaU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptVILbfaU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptVILbfaU .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-uptVILbfaU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uptVILbfaU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptVILbfaU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptVILbfaU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uptVILbfaU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uptVILbfaU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uptVILbfaU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uptVILbfaU .navbar.navbar-short {
  min-height: 70px;
}
.cid-uptVILbfaU .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;
  width: 25%;
}
.cid-uptVILbfaU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptVILbfaU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptVILbfaU .dropdown-item.active,
.cid-uptVILbfaU .dropdown-item:active {
  background-color: transparent;
}
.cid-uptVILbfaU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptVILbfaU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptVILbfaU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptVILbfaU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uptVILbfaU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptVILbfaU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptVILbfaU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptVILbfaU .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uptVILbfaU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptVILbfaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uptVILbfaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptVILbfaU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptVILbfaU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptVILbfaU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptVILbfaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptVILbfaU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptVILbfaU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptVILbfaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptVILbfaU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uptVILbfaU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uptVILbfaU .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-uptVILbfaU .navbar {
    height: 70px;
  }
  .cid-uptVILbfaU .navbar.opened {
    height: auto;
  }
  .cid-uptVILbfaU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uptVILbfaU .container-fluid {
  padding: 0 1rem !important;
}
.cid-uptVILbfaU .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uptVILbfaU .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uptVILbfaU .navbar-collapse {
    width: 100%;
  }
  .cid-uptVILbfaU .navbar-nav {
    width: 100%;
  }
  .cid-uptVILbfaU .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-upuxptz0X1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bdcdc6;
  position: relative;
  overflow: hidden;
}
.cid-upuxptz0X1 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-upuxptz0X1 .mbr-text,
.cid-upuxptz0X1 .mbr-section-btn {
  color: #232323;
}
.cid-upuxptz0X1 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-upuxptz0X1 #e19_areaS3 {
  fill: #bdcdc6 !important;
}
.cid-upuxptz0X1 H1 {
  color: #232323;
  text-align: center;
}
.cid-upuxptz0X1 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upuxptz0X1 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-upuxptz0X1 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-upuxptz0X1 img {
    width: 100%;
  }
}
.cid-uptVINfFSc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uptVINfFSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptVINfFSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptVINfFSc .card-wrapper {
  background: #ffffff;
  border-radius: 13rem;
}
@media (max-width: 767px) {
  .cid-uptVINfFSc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uptVINfFSc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uptVINfFSc .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uptVINfFSc .mbr-text,
.cid-uptVINfFSc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uptVINfFSc .card-title,
.cid-uptVINfFSc .card-box {
  text-align: center;
  color: #000000;
}
.cid-uptVIOdjKZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #fff1e2;
}
.cid-uptVIOdjKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptVIOdjKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptVIOdjKZ .map-wrapper {
  height: 100%;
}
.cid-uptVIOdjKZ .card-wrapper {
  border: 1px solid #fb0c3e;
  padding: 3rem 2.25rem;
  background: #fff8f0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uptVIOdjKZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uptVIOdjKZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uptVIOdjKZ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uptVIOdjKZ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uptVIOdjKZ .google-map {
  height: 100%;
  position: relative;
}
.cid-uptVIOdjKZ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uptVIOdjKZ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uptVIOdjKZ .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-uptVIOdjKZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uptVIOdjKZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uptVIOdjKZ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uptVIOdjKZ .content-head {
  max-width: 800px;
}
.cid-uptVIOdjKZ .mbr-section-title {
  color: #000000;
}
.cid-uptVIOdjKZ .cardTitle {
  color: #221b35;
  text-align: center;
}
.cid-uptVIOdjKZ .list,
.cid-uptVIOdjKZ .item-wrap {
  color: #221b35;
  text-align: center;
}
.cid-upuoLaxPBv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bdcdc6;
}
.cid-upuoLaxPBv .container {
  pointer-events: none;
  z-index: 1;
}
.cid-upuoLaxPBv .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-upuoLaxPBv .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-upuoLaxPBv .brand__email {
  margin-bottom: 15px;
}
.cid-upuoLaxPBv .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-upuoLaxPBv .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-upuoLaxPBv .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-upuoLaxPBv .footer__items a:hover {
  color: #33363b !important;
}
.cid-upuoLaxPBv .social {
  margin-top: 30px;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .social .social__items:hover {
  background-color: #33363b;
  border-color: #33363b;
}
.cid-upuoLaxPBv .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-upuoLaxPBv .social .social__items:last-child {
  margin-right: 0;
}
.cid-upuoLaxPBv .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-upuoLaxPBv .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-upuoLaxPBv .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .footer__bot_items a:hover {
  color: #33363b !important;
}
.cid-upuoLaxPBv .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-upuoLaxPBv .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upuoLaxPBv .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #33363b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-upuoLaxPBv .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-upuoLaxPBv .divider {
    margin-top: 30px;
  }
  .cid-upuoLaxPBv .footer__bottom {
    padding: 30px 0;
  }
  .cid-upuoLaxPBv .align-right,
  .cid-upuoLaxPBv .privacy {
    text-align: center;
  }
  .cid-upuoLaxPBv .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-upuoLaxPBv .privacy {
  color: #000000;
}
.cid-upv1peEYf8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bdcdc6;
  position: relative;
  overflow: hidden;
}
.cid-upv1peEYf8 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-upv1peEYf8 .mbr-text,
.cid-upv1peEYf8 .mbr-section-btn {
  color: #232323;
}
.cid-upv1peEYf8 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-upv1peEYf8 #e19_areaS3 {
  fill: #bdcdc6 !important;
}
.cid-upv1peEYf8 H1 {
  color: #232323;
}
.cid-upv1peEYf8 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upv1peEYf8 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-upv1peEYf8 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-upv1peEYf8 img {
    width: 100%;
  }
}
.cid-upv1piS4dC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-upv1piS4dC nav.navbar {
  position: fixed;
}
.cid-upv1piS4dC .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-upv1piS4dC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upv1piS4dC .dropdown-item:hover,
.cid-upv1piS4dC .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-upv1piS4dC .dropdown-item:hover span {
  color: white;
}
.cid-upv1piS4dC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upv1piS4dC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upv1piS4dC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upv1piS4dC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upv1piS4dC .nav-link {
  position: relative;
}
.cid-upv1piS4dC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upv1piS4dC .container {
    flex-wrap: nowrap;
  }
}
.cid-upv1piS4dC .navbar-caption:hover,
.cid-upv1piS4dC .navbar-caption:focus {
  color: #fb0c3e !important;
}
.cid-upv1piS4dC .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-upv1piS4dC .navbar-nav .nav-item {
  color: #24262b;
}
.cid-upv1piS4dC .navbar-nav .nav-item:hover {
  color: #fb0c3e;
}
.cid-upv1piS4dC .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-upv1piS4dC .navbar-nav .nav-item a:hover {
  color: #fb0c3e !important;
}
.cid-upv1piS4dC .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-upv1piS4dC .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-upv1piS4dC .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-upv1piS4dC .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-upv1piS4dC .dropdown-menu,
.cid-upv1piS4dC .navbar.opened {
  background: #ffffff !important;
}
.cid-upv1piS4dC .nav-item:focus,
.cid-upv1piS4dC .nav-link:focus {
  outline: none;
}
.cid-upv1piS4dC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upv1piS4dC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upv1piS4dC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upv1piS4dC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upv1piS4dC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upv1piS4dC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upv1piS4dC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-upv1piS4dC .navbar.opened {
  transition: all 0.3s;
}
.cid-upv1piS4dC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upv1piS4dC .navbar .navbar-logo img {
  width: auto;
}
.cid-upv1piS4dC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upv1piS4dC .navbar.collapsed {
  justify-content: center;
}
.cid-upv1piS4dC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upv1piS4dC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upv1piS4dC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-upv1piS4dC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upv1piS4dC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upv1piS4dC .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-upv1piS4dC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upv1piS4dC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upv1piS4dC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upv1piS4dC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upv1piS4dC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upv1piS4dC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upv1piS4dC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upv1piS4dC .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-upv1piS4dC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upv1piS4dC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upv1piS4dC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upv1piS4dC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upv1piS4dC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upv1piS4dC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upv1piS4dC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upv1piS4dC .navbar.navbar-short {
  min-height: 70px;
}
.cid-upv1piS4dC .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;
  width: 25%;
}
.cid-upv1piS4dC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upv1piS4dC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upv1piS4dC .dropdown-item.active,
.cid-upv1piS4dC .dropdown-item:active {
  background-color: transparent;
}
.cid-upv1piS4dC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upv1piS4dC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upv1piS4dC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upv1piS4dC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upv1piS4dC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upv1piS4dC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upv1piS4dC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upv1piS4dC .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-upv1piS4dC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upv1piS4dC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upv1piS4dC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upv1piS4dC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upv1piS4dC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upv1piS4dC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upv1piS4dC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upv1piS4dC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upv1piS4dC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upv1piS4dC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upv1piS4dC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upv1piS4dC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upv1piS4dC .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-upv1piS4dC .navbar {
    height: 70px;
  }
  .cid-upv1piS4dC .navbar.opened {
    height: auto;
  }
  .cid-upv1piS4dC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upv1piS4dC .container-fluid {
  padding: 0 1rem !important;
}
.cid-upv1piS4dC .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-upv1piS4dC .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-upv1piS4dC .navbar-collapse {
    width: 100%;
  }
  .cid-upv1piS4dC .navbar-nav {
    width: 100%;
  }
  .cid-upv1piS4dC .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-upv1plTB5J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #bdcdc6;
  border-bottom: 3px solid #bdcdc6;
  margin-top: -3px;
}
.cid-upv1plTB5J blockquote {
  margin-bottom: 0;
  border-color: #bdcdc6;
  background-color: #ffffff;
  font-style: normal;
}
.cid-upv1plTB5J .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-upv1plTB5J .inform div:first-child {
  border-left: none;
}
.cid-upv1plTB5J .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-upv1plTB5J .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upv1plTB5J .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-upv1pof1tW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv1pof1tW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1pof1tW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1pof1tW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upv1pof1tW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upv1pof1tW .container {
    padding: 0 30px;
  }
}
.cid-upv1pof1tW .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upv1pof1tW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-upv1pof1tW .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-upv1pof1tW .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-upv1pof1tW .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-upv1pof1tW .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-upv1pof1tW .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upv1pof1tW .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-upv1pof1tW .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upv1pof1tW .mbr-section-title {
  color: #ffffff;
}
.cid-upv1pof1tW .mbr-card-title {
  color: #2b2b2b;
}
.cid-upv1pof1tW .mbr-text {
  color: #000000;
}
.cid-upv1pof1tW .mbr-number {
  color: #FE5115;
}
.cid-upv1pqs0f3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upv1pqs0f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1pqs0f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1pqs0f3 .col-title {
  margin-bottom: 32px;
}
.cid-upv1pqs0f3 .mbr-section-title {
  color: #24262b;
}
.cid-upv1pqs0f3 .mbr-section-subtitle {
  color: #24262b;
}
.cid-upv1pqs0f3 .cars-row {
  row-gap: 32px;
}
.cid-upv1pqs0f3 .card {
  border-radius: 0;
}
.cid-upv1pqs0f3 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-upv1pqs0f3 .text-wrap {
  flex-grow: 1;
}
.cid-upv1pqs0f3 .card-title {
  color: #24262b;
}
.cid-upv1pqs0f3 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-upv1pqs0f3 .mbr-section-btn {
  margin-top: 12px;
}
.cid-upv1pqs0f3 .card-title,
.cid-upv1pqs0f3 .card-wrapper {
  color: #000000;
}
.cid-upv1ptXjex {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bdcdc6;
}
.cid-upv1ptXjex img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upv1ptXjex .mbr-text,
.cid-upv1ptXjex .mbr-section-btn {
  color: #000000;
}
.cid-upv1ptXjex H3 {
  color: #57468b;
}
.cid-upv1ptXjex H1 {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-upv1ptXjex img {
    width: 100%!important;
  }
}
.cid-upv1pwcMtQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bdcdc6;
}
.cid-upv1pwcMtQ .container {
  pointer-events: none;
  z-index: 1;
}
.cid-upv1pwcMtQ .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-upv1pwcMtQ .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-upv1pwcMtQ .brand__email {
  margin-bottom: 15px;
}
.cid-upv1pwcMtQ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-upv1pwcMtQ .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-upv1pwcMtQ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-upv1pwcMtQ .footer__items a:hover {
  color: #33363b !important;
}
.cid-upv1pwcMtQ .social {
  margin-top: 30px;
}
.cid-upv1pwcMtQ .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-upv1pwcMtQ .social .social__items:hover {
  background-color: #33363b;
  border-color: #33363b;
}
.cid-upv1pwcMtQ .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-upv1pwcMtQ .social .social__items:last-child {
  margin-right: 0;
}
.cid-upv1pwcMtQ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-upv1pwcMtQ .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-upv1pwcMtQ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-upv1pwcMtQ .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-upv1pwcMtQ .footer__bot_items a:hover {
  color: #33363b !important;
}
.cid-upv1pwcMtQ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-upv1pwcMtQ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upv1pwcMtQ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #33363b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-upv1pwcMtQ .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-upv1pwcMtQ .divider {
    margin-top: 30px;
  }
  .cid-upv1pwcMtQ .footer__bottom {
    padding: 30px 0;
  }
  .cid-upv1pwcMtQ .align-right,
  .cid-upv1pwcMtQ .privacy {
    text-align: center;
  }
  .cid-upv1pwcMtQ .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-upv1pwcMtQ .privacy {
  color: #000000;
}
.cid-upv1pzPi5K {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv1pzPi5K .image-wrapper,
.cid-upv1pzPi5K img {
  width: 100%;
  object-fit: contain;
}
.cid-upv1pzPi5K img {
  display: inline-block;
  width: 6rem;
}
.cid-upv1pzPi5K .mbr-section-title {
  margin: 25px 0;
}
.cid-upv1pzPi5K .mbr-text {
  margin-bottom: 19px;
}
.cid-upv1pzPi5K .mbr-section-title,
.cid-upv1pzPi5K .image-wrapper {
  color: #000000;
}
.cid-upv1pzPi5K .mbr-text,
.cid-upv1pzPi5K .mbr-section-btn {
  color: #000000;
}
.cid-upv1pCsMOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv1pCsMOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1pCsMOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1pCsMOM .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upv1pCsMOM .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upv1pCsMOM .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upv1pCsMOM .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upv1pCsMOM .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upv1pCsMOM .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upv1pCsMOM .card-row {
  margin-bottom: 40px;
}
.cid-upv1pCsMOM .card {
  margin-bottom: -40px;
}
.cid-upv1pCsMOM .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upv1pCsMOM .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upv1pCsMOM .card-wrapper:after {
    width: 150%;
  }
}
.cid-upv1pCsMOM .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upv1pCsMOM .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upv1pCsMOM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upv1pCsMOM .card-title {
  color: #000000;
  text-align: center;
}
.cid-upv1pCsMOM .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upv1pGN0Dc {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv1pGN0Dc .image-wrapper,
.cid-upv1pGN0Dc img {
  width: 100%;
  object-fit: contain;
}
.cid-upv1pGN0Dc img {
  display: inline-block;
  width: 6rem;
}
.cid-upv1pGN0Dc .mbr-section-title {
  margin: 25px 0;
}
.cid-upv1pGN0Dc .mbr-text {
  margin-bottom: 19px;
}
.cid-upv1pGN0Dc .mbr-section-title,
.cid-upv1pGN0Dc .image-wrapper {
  color: #000000;
}
.cid-upv1pGN0Dc .mbr-text,
.cid-upv1pGN0Dc .mbr-section-btn {
  color: #000000;
}
.cid-upv1pJGo86 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bdcdc6;
}
.cid-upv1pJGo86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1pJGo86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1pJGo86 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-upv1pJGo86 .mbr-section-title {
  color: #24262b;
}
.cid-upv1pJGo86 .mbr-section-subtitle {
  color: #24262b;
}
.cid-upv1pJGo86 .cards-row {
  row-gap: 32px;
}
.cid-upv1pJGo86 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upv1pJGo86 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-upv1pJGo86 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-upv1pJGo86 .card-subtitle {
  color: #000000;
}
.cid-upv1pJGo86 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-upv1pJGo86 .mbr-section-btn {
  margin-top: 20px;
}
.cid-upv1pJGo86 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-upv1pJGo86 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-upv1pMLzJV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv1pMLzJV .image-wrapper,
.cid-upv1pMLzJV img {
  width: 100%;
  object-fit: contain;
}
.cid-upv1pMLzJV img {
  display: inline-block;
  width: 6rem;
}
.cid-upv1pMLzJV .mbr-section-title {
  margin: 25px 0;
}
.cid-upv1pMLzJV .mbr-text {
  margin-bottom: 19px;
}
.cid-upv1pMLzJV .mbr-section-title,
.cid-upv1pMLzJV .image-wrapper {
  color: #000000;
}
.cid-upv1pMLzJV .mbr-text,
.cid-upv1pMLzJV .mbr-section-btn {
  color: #000000;
}
.cid-upv1pPIoqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv1pPIoqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1pPIoqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1pPIoqg .video-wrapper iframe {
  width: 100%;
}
.cid-upv1pPIoqg .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #e7d8d6;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upv1pPIoqg .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upv1pPIoqg .video-block {
  position: relative;
  z-index: 1;
}
.cid-upv1pPIoqg .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upv1pPIoqg .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upv1pPIoqg .video-block .image-absolute {
    display: none;
  }
}
.cid-upv1pSE1tc {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upv1pSE1tc .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-upv1pSE1tc .col-12 {
    padding: 0 2rem;
  }
  .cid-upv1pSE1tc .row {
    margin: 0 -2rem;
  }
}
.cid-upv1pSE1tc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upv1pSE1tc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fb0c3e;
}
.cid-upv1pSE1tc .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-upv1pSE1tc .svg-top {
    width: 1000px;
  }
}
.cid-upv1pSE1tc .card-header {
  border-bottom: 2px solid #fb0c3e;
  margin-bottom: 0px!important;
}
.cid-upv1pSE1tc .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-upv1pSE1tc span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-upv1pSE1tc .collapsed span {
  transform: rotate(0deg);
}
.cid-upv1pSE1tc .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-upv1pSE1tc .panel-group {
  width: 100%;
}
.cid-upv1pSE1tc .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-upv1pSE1tc .card {
  border-radius: 0px;
}
.cid-upv1pSE1tc .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-upv1pSE1tc .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-upv1pSE1tc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upv1pSE1tc .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-upv1pSE1tc .panel-text {
  color: #1a449a;
}
.cid-upv1pSE1tc .header-text,
.cid-upv1pSE1tc .sign {
  color: #263d5a;
}
.cid-upv1pSE1tc .mbr-section-title {
  color: #000000;
}
.cid-upv1pSE1tc .header-text,
.cid-upv1pSE1tc .sign,
.cid-upv1pSE1tc .card-header {
  color: #000000;
}
.cid-upv1pSE1tc .mbr-section-subtitle {
  color: #1a449a;
}
.cid-upv1pWusiX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upv1pWusiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1pWusiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1pWusiX .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-upv1pWusiX .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-upv1pWusiX .row {
  align-items: center;
}
.cid-upv1pWusiX img {
  border-radius: 2rem;
}
.cid-upv1pWusiX .image-wrapper {
  background: #bdcdc6;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-upv1pWusiX .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upv1pWusiX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upv1pWusiX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upv1pWusiX .mbr-section-title {
  color: #0e0e0e;
}
.cid-upv1pWusiX .mbr-text,
.cid-upv1pWusiX .mbr-section-btn {
  color: #0e0e0e;
}
.cid-upv1pZ6Cye {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv1pZ6Cye .image-wrapper,
.cid-upv1pZ6Cye img {
  width: 100%;
  object-fit: contain;
}
.cid-upv1pZ6Cye img {
  display: inline-block;
  width: 6rem;
}
.cid-upv1pZ6Cye .mbr-section-title {
  margin: 25px 0;
}
.cid-upv1pZ6Cye .mbr-text {
  margin-bottom: 19px;
}
.cid-upv1pZ6Cye .mbr-section-title,
.cid-upv1pZ6Cye .image-wrapper {
  color: #000000;
}
.cid-upv1pZ6Cye .mbr-text,
.cid-upv1pZ6Cye .mbr-section-btn {
  color: #000000;
}
.cid-upv39SrFlj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv39SrFlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv39SrFlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv39SrFlj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-upv39SrFlj .container-fluid {
    padding: 0 20px;
  }
}
.cid-upv39SrFlj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upv39SrFlj .container {
    padding: 0 20px;
  }
}
.cid-upv39SrFlj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upv39SrFlj .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-upv39SrFlj .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-upv39SrFlj .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-upv39SrFlj .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-upv39SrFlj .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-upv39SrFlj .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-upv39SrFlj .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-upv39SrFlj .mbr-section-title {
  color: #1d1d1d;
}
.cid-upv39SrFlj .panel-title-edit {
  color: #1d1d1d;
}
.cid-upv39SrFlj .panel-text {
  color: #1d1d1d;
}
.cid-upv1q1L7hR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-upv1q1L7hR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv1q1L7hR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv1q1L7hR .google-map {
  height: 30rem;
  position: relative;
}
.cid-upv1q1L7hR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upv1q1L7hR .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-upv1q1L7hR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upv1q1L7hR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upv6vv0nL4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bdcdc6;
  position: relative;
  overflow: hidden;
}
.cid-upv6vv0nL4 svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-upv6vv0nL4 .mbr-text,
.cid-upv6vv0nL4 .mbr-section-btn {
  color: #232323;
}
.cid-upv6vv0nL4 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-upv6vv0nL4 #e19_areaS3 {
  fill: #bdcdc6 !important;
}
.cid-upv6vv0nL4 H1 {
  color: #232323;
}
.cid-upv6vv0nL4 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upv6vv0nL4 .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-upv6vv0nL4 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-upv6vv0nL4 img {
    width: 100%;
  }
}
.cid-upv6vAEcXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-upv6vAEcXY nav.navbar {
  position: fixed;
}
.cid-upv6vAEcXY .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-upv6vAEcXY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upv6vAEcXY .dropdown-item:hover,
.cid-upv6vAEcXY .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-upv6vAEcXY .dropdown-item:hover span {
  color: white;
}
.cid-upv6vAEcXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upv6vAEcXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upv6vAEcXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upv6vAEcXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upv6vAEcXY .nav-link {
  position: relative;
}
.cid-upv6vAEcXY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upv6vAEcXY .container {
    flex-wrap: nowrap;
  }
}
.cid-upv6vAEcXY .navbar-caption:hover,
.cid-upv6vAEcXY .navbar-caption:focus {
  color: #fb0c3e !important;
}
.cid-upv6vAEcXY .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-upv6vAEcXY .navbar-nav .nav-item {
  color: #24262b;
}
.cid-upv6vAEcXY .navbar-nav .nav-item:hover {
  color: #fb0c3e;
}
.cid-upv6vAEcXY .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-upv6vAEcXY .navbar-nav .nav-item a:hover {
  color: #fb0c3e !important;
}
.cid-upv6vAEcXY .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-upv6vAEcXY .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-upv6vAEcXY .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-upv6vAEcXY .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-upv6vAEcXY .dropdown-menu,
.cid-upv6vAEcXY .navbar.opened {
  background: #ffffff !important;
}
.cid-upv6vAEcXY .nav-item:focus,
.cid-upv6vAEcXY .nav-link:focus {
  outline: none;
}
.cid-upv6vAEcXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upv6vAEcXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upv6vAEcXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upv6vAEcXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upv6vAEcXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upv6vAEcXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upv6vAEcXY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-upv6vAEcXY .navbar.opened {
  transition: all 0.3s;
}
.cid-upv6vAEcXY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upv6vAEcXY .navbar .navbar-logo img {
  width: auto;
}
.cid-upv6vAEcXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upv6vAEcXY .navbar.collapsed {
  justify-content: center;
}
.cid-upv6vAEcXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upv6vAEcXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upv6vAEcXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-upv6vAEcXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upv6vAEcXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upv6vAEcXY .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-upv6vAEcXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upv6vAEcXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upv6vAEcXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upv6vAEcXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upv6vAEcXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upv6vAEcXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upv6vAEcXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upv6vAEcXY .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-upv6vAEcXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upv6vAEcXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upv6vAEcXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upv6vAEcXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upv6vAEcXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upv6vAEcXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upv6vAEcXY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upv6vAEcXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-upv6vAEcXY .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;
  width: 25%;
}
.cid-upv6vAEcXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upv6vAEcXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upv6vAEcXY .dropdown-item.active,
.cid-upv6vAEcXY .dropdown-item:active {
  background-color: transparent;
}
.cid-upv6vAEcXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upv6vAEcXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upv6vAEcXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upv6vAEcXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upv6vAEcXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upv6vAEcXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upv6vAEcXY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upv6vAEcXY .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-upv6vAEcXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upv6vAEcXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upv6vAEcXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upv6vAEcXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upv6vAEcXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upv6vAEcXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upv6vAEcXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upv6vAEcXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upv6vAEcXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upv6vAEcXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upv6vAEcXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upv6vAEcXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upv6vAEcXY .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-upv6vAEcXY .navbar {
    height: 70px;
  }
  .cid-upv6vAEcXY .navbar.opened {
    height: auto;
  }
  .cid-upv6vAEcXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upv6vAEcXY .container-fluid {
  padding: 0 1rem !important;
}
.cid-upv6vAEcXY .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-upv6vAEcXY .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-upv6vAEcXY .navbar-collapse {
    width: 100%;
  }
  .cid-upv6vAEcXY .navbar-nav {
    width: 100%;
  }
  .cid-upv6vAEcXY .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-upv6vFsbkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #bdcdc6;
  border-bottom: 3px solid #bdcdc6;
  margin-top: -3px;
}
.cid-upv6vFsbkG blockquote {
  margin-bottom: 0;
  border-color: #bdcdc6;
  background-color: #ffffff;
  font-style: normal;
}
.cid-upv6vFsbkG .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-upv6vFsbkG .inform div:first-child {
  border-left: none;
}
.cid-upv6vFsbkG .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-upv6vFsbkG .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upv6vFsbkG .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-upv6vJgVc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv6vJgVc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6vJgVc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6vJgVc4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upv6vJgVc4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upv6vJgVc4 .container {
    padding: 0 30px;
  }
}
.cid-upv6vJgVc4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upv6vJgVc4 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-upv6vJgVc4 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-upv6vJgVc4 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-upv6vJgVc4 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-upv6vJgVc4 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-upv6vJgVc4 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upv6vJgVc4 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-upv6vJgVc4 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upv6vJgVc4 .mbr-section-title {
  color: #ffffff;
}
.cid-upv6vJgVc4 .mbr-card-title {
  color: #2b2b2b;
}
.cid-upv6vJgVc4 .mbr-text {
  color: #000000;
}
.cid-upv6vJgVc4 .mbr-number {
  color: #FE5115;
}
.cid-upv6vNM3ZF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upv6vNM3ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6vNM3ZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6vNM3ZF .col-title {
  margin-bottom: 32px;
}
.cid-upv6vNM3ZF .mbr-section-title {
  color: #24262b;
}
.cid-upv6vNM3ZF .mbr-section-subtitle {
  color: #24262b;
}
.cid-upv6vNM3ZF .cars-row {
  row-gap: 32px;
}
.cid-upv6vNM3ZF .card {
  border-radius: 0;
}
.cid-upv6vNM3ZF .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-upv6vNM3ZF .text-wrap {
  flex-grow: 1;
}
.cid-upv6vNM3ZF .card-title {
  color: #24262b;
}
.cid-upv6vNM3ZF .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-upv6vNM3ZF .mbr-section-btn {
  margin-top: 12px;
}
.cid-upv6vNM3ZF .card-title,
.cid-upv6vNM3ZF .card-wrapper {
  color: #000000;
}
.cid-upv6vTV5oK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bdcdc6;
}
.cid-upv6vTV5oK img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upv6vTV5oK .mbr-text,
.cid-upv6vTV5oK .mbr-section-btn {
  color: #000000;
}
.cid-upv6vTV5oK H3 {
  color: #57468b;
}
.cid-upv6vTV5oK H1 {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-upv6vTV5oK img {
    width: 100%!important;
  }
}
.cid-upv6vXsUhZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bdcdc6;
}
.cid-upv6vXsUhZ .container {
  pointer-events: none;
  z-index: 1;
}
.cid-upv6vXsUhZ .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-upv6vXsUhZ .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-upv6vXsUhZ .brand__email {
  margin-bottom: 15px;
}
.cid-upv6vXsUhZ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-upv6vXsUhZ .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-upv6vXsUhZ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-upv6vXsUhZ .footer__items a:hover {
  color: #33363b !important;
}
.cid-upv6vXsUhZ .social {
  margin-top: 30px;
}
.cid-upv6vXsUhZ .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-upv6vXsUhZ .social .social__items:hover {
  background-color: #33363b;
  border-color: #33363b;
}
.cid-upv6vXsUhZ .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-upv6vXsUhZ .social .social__items:last-child {
  margin-right: 0;
}
.cid-upv6vXsUhZ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-upv6vXsUhZ .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-upv6vXsUhZ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-upv6vXsUhZ .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-upv6vXsUhZ .footer__bot_items a:hover {
  color: #33363b !important;
}
.cid-upv6vXsUhZ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-upv6vXsUhZ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upv6vXsUhZ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #33363b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-upv6vXsUhZ .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-upv6vXsUhZ .divider {
    margin-top: 30px;
  }
  .cid-upv6vXsUhZ .footer__bottom {
    padding: 30px 0;
  }
  .cid-upv6vXsUhZ .align-right,
  .cid-upv6vXsUhZ .privacy {
    text-align: center;
  }
  .cid-upv6vXsUhZ .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-upv6vXsUhZ .privacy {
  color: #000000;
}
.cid-upv6w4qgcM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv6w4qgcM .image-wrapper,
.cid-upv6w4qgcM img {
  width: 100%;
  object-fit: contain;
}
.cid-upv6w4qgcM img {
  display: inline-block;
  width: 6rem;
}
.cid-upv6w4qgcM .mbr-section-title {
  margin: 25px 0;
}
.cid-upv6w4qgcM .mbr-text {
  margin-bottom: 19px;
}
.cid-upv6w4qgcM .mbr-section-title,
.cid-upv6w4qgcM .image-wrapper {
  color: #000000;
}
.cid-upv6w4qgcM .mbr-text,
.cid-upv6w4qgcM .mbr-section-btn {
  color: #000000;
}
.cid-upv6w88Wf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv6w88Wf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6w88Wf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6w88Wf5 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upv6w88Wf5 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upv6w88Wf5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upv6w88Wf5 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upv6w88Wf5 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upv6w88Wf5 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upv6w88Wf5 .card-row {
  margin-bottom: 40px;
}
.cid-upv6w88Wf5 .card {
  margin-bottom: -40px;
}
.cid-upv6w88Wf5 .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upv6w88Wf5 .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upv6w88Wf5 .card-wrapper:after {
    width: 150%;
  }
}
.cid-upv6w88Wf5 .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upv6w88Wf5 .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upv6w88Wf5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upv6w88Wf5 .card-title {
  color: #000000;
  text-align: center;
}
.cid-upv6w88Wf5 .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upv6weF9qt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv6weF9qt .image-wrapper,
.cid-upv6weF9qt img {
  width: 100%;
  object-fit: contain;
}
.cid-upv6weF9qt img {
  display: inline-block;
  width: 6rem;
}
.cid-upv6weF9qt .mbr-section-title {
  margin: 25px 0;
}
.cid-upv6weF9qt .mbr-text {
  margin-bottom: 19px;
}
.cid-upv6weF9qt .mbr-section-title,
.cid-upv6weF9qt .image-wrapper {
  color: #000000;
}
.cid-upv6weF9qt .mbr-text,
.cid-upv6weF9qt .mbr-section-btn {
  color: #000000;
}
.cid-upv6wl5DCp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bdcdc6;
}
.cid-upv6wl5DCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6wl5DCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6wl5DCp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-upv6wl5DCp .mbr-section-title {
  color: #24262b;
}
.cid-upv6wl5DCp .mbr-section-subtitle {
  color: #24262b;
}
.cid-upv6wl5DCp .cards-row {
  row-gap: 32px;
}
.cid-upv6wl5DCp .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upv6wl5DCp .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-upv6wl5DCp .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-upv6wl5DCp .card-subtitle {
  color: #000000;
}
.cid-upv6wl5DCp .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-upv6wl5DCp .mbr-section-btn {
  margin-top: 20px;
}
.cid-upv6wl5DCp .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-upv6wl5DCp .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-upv6wrlgFe {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv6wrlgFe .image-wrapper,
.cid-upv6wrlgFe img {
  width: 100%;
  object-fit: contain;
}
.cid-upv6wrlgFe img {
  display: inline-block;
  width: 6rem;
}
.cid-upv6wrlgFe .mbr-section-title {
  margin: 25px 0;
}
.cid-upv6wrlgFe .mbr-text {
  margin-bottom: 19px;
}
.cid-upv6wrlgFe .mbr-section-title,
.cid-upv6wrlgFe .image-wrapper {
  color: #000000;
}
.cid-upv6wrlgFe .mbr-text,
.cid-upv6wrlgFe .mbr-section-btn {
  color: #000000;
}
.cid-upv6wvzGa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv6wvzGa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6wvzGa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6wvzGa9 .video-wrapper iframe {
  width: 100%;
}
.cid-upv6wvzGa9 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #e7d8d6;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upv6wvzGa9 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upv6wvzGa9 .video-block {
  position: relative;
  z-index: 1;
}
.cid-upv6wvzGa9 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upv6wvzGa9 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upv6wvzGa9 .video-block .image-absolute {
    display: none;
  }
}
.cid-upv6wzvE6L {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upv6wzvE6L .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-upv6wzvE6L .col-12 {
    padding: 0 2rem;
  }
  .cid-upv6wzvE6L .row {
    margin: 0 -2rem;
  }
}
.cid-upv6wzvE6L .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upv6wzvE6L .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fb0c3e;
}
.cid-upv6wzvE6L .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-upv6wzvE6L .svg-top {
    width: 1000px;
  }
}
.cid-upv6wzvE6L .card-header {
  border-bottom: 2px solid #fb0c3e;
  margin-bottom: 0px!important;
}
.cid-upv6wzvE6L .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-upv6wzvE6L span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-upv6wzvE6L .collapsed span {
  transform: rotate(0deg);
}
.cid-upv6wzvE6L .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-upv6wzvE6L .panel-group {
  width: 100%;
}
.cid-upv6wzvE6L .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-upv6wzvE6L .card {
  border-radius: 0px;
}
.cid-upv6wzvE6L .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-upv6wzvE6L .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-upv6wzvE6L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upv6wzvE6L .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-upv6wzvE6L .panel-text {
  color: #1a449a;
}
.cid-upv6wzvE6L .header-text,
.cid-upv6wzvE6L .sign {
  color: #263d5a;
}
.cid-upv6wzvE6L .mbr-section-title {
  color: #000000;
}
.cid-upv6wzvE6L .header-text,
.cid-upv6wzvE6L .sign,
.cid-upv6wzvE6L .card-header {
  color: #000000;
}
.cid-upv6wzvE6L .mbr-section-subtitle {
  color: #1a449a;
}
.cid-upv6wE9O1p {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upv6wE9O1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6wE9O1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6wE9O1p .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-upv6wE9O1p .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-upv6wE9O1p .row {
  align-items: center;
}
.cid-upv6wE9O1p img {
  border-radius: 2rem;
}
.cid-upv6wE9O1p .image-wrapper {
  background: #bdcdc6;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-upv6wE9O1p .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upv6wE9O1p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upv6wE9O1p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upv6wE9O1p .mbr-section-title {
  color: #0e0e0e;
}
.cid-upv6wE9O1p .mbr-text,
.cid-upv6wE9O1p .mbr-section-btn {
  color: #0e0e0e;
}
.cid-upv6wHAGw4 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv6wHAGw4 .image-wrapper,
.cid-upv6wHAGw4 img {
  width: 100%;
  object-fit: contain;
}
.cid-upv6wHAGw4 img {
  display: inline-block;
  width: 6rem;
}
.cid-upv6wHAGw4 .mbr-section-title {
  margin: 25px 0;
}
.cid-upv6wHAGw4 .mbr-text {
  margin-bottom: 19px;
}
.cid-upv6wHAGw4 .mbr-section-title,
.cid-upv6wHAGw4 .image-wrapper {
  color: #000000;
}
.cid-upv6wHAGw4 .mbr-text,
.cid-upv6wHAGw4 .mbr-section-btn {
  color: #000000;
}
.cid-upv6wKPNZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv6wKPNZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6wKPNZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6wKPNZY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-upv6wKPNZY .container-fluid {
    padding: 0 20px;
  }
}
.cid-upv6wKPNZY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upv6wKPNZY .container {
    padding: 0 20px;
  }
}
.cid-upv6wKPNZY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upv6wKPNZY .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-upv6wKPNZY .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-upv6wKPNZY .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-upv6wKPNZY .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-upv6wKPNZY .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-upv6wKPNZY .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-upv6wKPNZY .mbr-section-title {
  color: #1d1d1d;
}
.cid-upv6wKPNZY .panel-title-edit {
  color: #1d1d1d;
}
.cid-upv6wKPNZY .panel-text {
  color: #1d1d1d;
}
.cid-upv6wOWJcP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-upv6wOWJcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv6wOWJcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv6wOWJcP .google-map {
  height: 30rem;
  position: relative;
}
.cid-upv6wOWJcP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upv6wOWJcP .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-upv6wOWJcP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upv6wOWJcP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upv4bhQAiM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bdcdc6;
  position: relative;
  overflow: hidden;
}
.cid-upv4bhQAiM svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-upv4bhQAiM .mbr-text,
.cid-upv4bhQAiM .mbr-section-btn {
  color: #232323;
}
.cid-upv4bhQAiM #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-upv4bhQAiM #e19_areaS3 {
  fill: #bdcdc6 !important;
}
.cid-upv4bhQAiM H1 {
  color: #232323;
}
.cid-upv4bhQAiM img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upv4bhQAiM .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-upv4bhQAiM .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-upv4bhQAiM img {
    width: 100%;
  }
}
.cid-upv4bkfOxx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-upv4bkfOxx nav.navbar {
  position: fixed;
}
.cid-upv4bkfOxx .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-upv4bkfOxx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upv4bkfOxx .dropdown-item:hover,
.cid-upv4bkfOxx .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-upv4bkfOxx .dropdown-item:hover span {
  color: white;
}
.cid-upv4bkfOxx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upv4bkfOxx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upv4bkfOxx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upv4bkfOxx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upv4bkfOxx .nav-link {
  position: relative;
}
.cid-upv4bkfOxx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upv4bkfOxx .container {
    flex-wrap: nowrap;
  }
}
.cid-upv4bkfOxx .navbar-caption:hover,
.cid-upv4bkfOxx .navbar-caption:focus {
  color: #fb0c3e !important;
}
.cid-upv4bkfOxx .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-upv4bkfOxx .navbar-nav .nav-item {
  color: #24262b;
}
.cid-upv4bkfOxx .navbar-nav .nav-item:hover {
  color: #fb0c3e;
}
.cid-upv4bkfOxx .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-upv4bkfOxx .navbar-nav .nav-item a:hover {
  color: #fb0c3e !important;
}
.cid-upv4bkfOxx .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-upv4bkfOxx .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-upv4bkfOxx .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-upv4bkfOxx .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #fb0c3e !important;
}
.cid-upv4bkfOxx .dropdown-menu,
.cid-upv4bkfOxx .navbar.opened {
  background: #ffffff !important;
}
.cid-upv4bkfOxx .nav-item:focus,
.cid-upv4bkfOxx .nav-link:focus {
  outline: none;
}
.cid-upv4bkfOxx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upv4bkfOxx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upv4bkfOxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upv4bkfOxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upv4bkfOxx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upv4bkfOxx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upv4bkfOxx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-upv4bkfOxx .navbar.opened {
  transition: all 0.3s;
}
.cid-upv4bkfOxx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upv4bkfOxx .navbar .navbar-logo img {
  width: auto;
}
.cid-upv4bkfOxx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upv4bkfOxx .navbar.collapsed {
  justify-content: center;
}
.cid-upv4bkfOxx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upv4bkfOxx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upv4bkfOxx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-upv4bkfOxx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upv4bkfOxx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upv4bkfOxx .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-upv4bkfOxx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upv4bkfOxx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upv4bkfOxx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upv4bkfOxx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upv4bkfOxx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upv4bkfOxx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upv4bkfOxx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upv4bkfOxx .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-upv4bkfOxx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upv4bkfOxx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upv4bkfOxx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upv4bkfOxx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upv4bkfOxx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upv4bkfOxx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upv4bkfOxx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upv4bkfOxx .navbar.navbar-short {
  min-height: 70px;
}
.cid-upv4bkfOxx .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;
  width: 25%;
}
.cid-upv4bkfOxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upv4bkfOxx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upv4bkfOxx .dropdown-item.active,
.cid-upv4bkfOxx .dropdown-item:active {
  background-color: transparent;
}
.cid-upv4bkfOxx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upv4bkfOxx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upv4bkfOxx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upv4bkfOxx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upv4bkfOxx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upv4bkfOxx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upv4bkfOxx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upv4bkfOxx .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-upv4bkfOxx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upv4bkfOxx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upv4bkfOxx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upv4bkfOxx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upv4bkfOxx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upv4bkfOxx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upv4bkfOxx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upv4bkfOxx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upv4bkfOxx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upv4bkfOxx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upv4bkfOxx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upv4bkfOxx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upv4bkfOxx .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-upv4bkfOxx .navbar {
    height: 70px;
  }
  .cid-upv4bkfOxx .navbar.opened {
    height: auto;
  }
  .cid-upv4bkfOxx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upv4bkfOxx .container-fluid {
  padding: 0 1rem !important;
}
.cid-upv4bkfOxx .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-upv4bkfOxx .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-upv4bkfOxx .navbar-collapse {
    width: 100%;
  }
  .cid-upv4bkfOxx .navbar-nav {
    width: 100%;
  }
  .cid-upv4bkfOxx .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-upv4bmYaAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #bdcdc6;
  border-bottom: 3px solid #bdcdc6;
  margin-top: -3px;
}
.cid-upv4bmYaAQ blockquote {
  margin-bottom: 0;
  border-color: #bdcdc6;
  background-color: #ffffff;
  font-style: normal;
}
.cid-upv4bmYaAQ .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-upv4bmYaAQ .inform div:first-child {
  border-left: none;
}
.cid-upv4bmYaAQ .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-upv4bmYaAQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-upv4bmYaAQ .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-upv4bpBTqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv4bpBTqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4bpBTqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4bpBTqp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upv4bpBTqp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upv4bpBTqp .container {
    padding: 0 30px;
  }
}
.cid-upv4bpBTqp .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upv4bpBTqp .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-upv4bpBTqp .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-upv4bpBTqp .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-upv4bpBTqp .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-upv4bpBTqp .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-upv4bpBTqp .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upv4bpBTqp .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-upv4bpBTqp .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upv4bpBTqp .mbr-section-title {
  color: #ffffff;
}
.cid-upv4bpBTqp .mbr-card-title {
  color: #2b2b2b;
}
.cid-upv4bpBTqp .mbr-text {
  color: #000000;
}
.cid-upv4bpBTqp .mbr-number {
  color: #FE5115;
}
.cid-upv4brX0j7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upv4brX0j7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4brX0j7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4brX0j7 .col-title {
  margin-bottom: 32px;
}
.cid-upv4brX0j7 .mbr-section-title {
  color: #24262b;
}
.cid-upv4brX0j7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-upv4brX0j7 .cars-row {
  row-gap: 32px;
}
.cid-upv4brX0j7 .card {
  border-radius: 0;
}
.cid-upv4brX0j7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-upv4brX0j7 .text-wrap {
  flex-grow: 1;
}
.cid-upv4brX0j7 .card-title {
  color: #24262b;
}
.cid-upv4brX0j7 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-upv4brX0j7 .mbr-section-btn {
  margin-top: 12px;
}
.cid-upv4brX0j7 .card-title,
.cid-upv4brX0j7 .card-wrapper {
  color: #000000;
}
.cid-upv4buUzxs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bdcdc6;
}
.cid-upv4buUzxs img {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-upv4buUzxs .mbr-text,
.cid-upv4buUzxs .mbr-section-btn {
  color: #000000;
}
.cid-upv4buUzxs H3 {
  color: #57468b;
}
.cid-upv4buUzxs H1 {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-upv4buUzxs img {
    width: 100%!important;
  }
}
.cid-upv4bwUHVf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #bdcdc6;
}
.cid-upv4bwUHVf .container {
  pointer-events: none;
  z-index: 1;
}
.cid-upv4bwUHVf .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-upv4bwUHVf .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-upv4bwUHVf .brand__email {
  margin-bottom: 15px;
}
.cid-upv4bwUHVf .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-upv4bwUHVf .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-upv4bwUHVf .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #181817;
}
.cid-upv4bwUHVf .footer__items a:hover {
  color: #33363b !important;
}
.cid-upv4bwUHVf .social {
  margin-top: 30px;
}
.cid-upv4bwUHVf .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-upv4bwUHVf .social .social__items:hover {
  background-color: #33363b;
  border-color: #33363b;
}
.cid-upv4bwUHVf .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-upv4bwUHVf .social .social__items:last-child {
  margin-right: 0;
}
.cid-upv4bwUHVf .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-upv4bwUHVf .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-upv4bwUHVf .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-upv4bwUHVf .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-upv4bwUHVf .footer__bot_items a:hover {
  color: #33363b !important;
}
.cid-upv4bwUHVf .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-upv4bwUHVf .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-upv4bwUHVf .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #33363b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-upv4bwUHVf .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-upv4bwUHVf .divider {
    margin-top: 30px;
  }
  .cid-upv4bwUHVf .footer__bottom {
    padding: 30px 0;
  }
  .cid-upv4bwUHVf .align-right,
  .cid-upv4bwUHVf .privacy {
    text-align: center;
  }
  .cid-upv4bwUHVf .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-upv4bwUHVf .privacy {
  color: #000000;
}
.cid-upv4bA6bFQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv4bA6bFQ .image-wrapper,
.cid-upv4bA6bFQ img {
  width: 100%;
  object-fit: contain;
}
.cid-upv4bA6bFQ img {
  display: inline-block;
  width: 6rem;
}
.cid-upv4bA6bFQ .mbr-section-title {
  margin: 25px 0;
}
.cid-upv4bA6bFQ .mbr-text {
  margin-bottom: 19px;
}
.cid-upv4bA6bFQ .mbr-section-title,
.cid-upv4bA6bFQ .image-wrapper {
  color: #000000;
}
.cid-upv4bA6bFQ .mbr-text,
.cid-upv4bA6bFQ .mbr-section-btn {
  color: #000000;
}
.cid-upv4bCMXY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv4bCMXY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4bCMXY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4bCMXY0 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upv4bCMXY0 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upv4bCMXY0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upv4bCMXY0 .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upv4bCMXY0 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upv4bCMXY0 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upv4bCMXY0 .card-row {
  margin-bottom: 40px;
}
.cid-upv4bCMXY0 .card {
  margin-bottom: -40px;
}
.cid-upv4bCMXY0 .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upv4bCMXY0 .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upv4bCMXY0 .card-wrapper:after {
    width: 150%;
  }
}
.cid-upv4bCMXY0 .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upv4bCMXY0 .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upv4bCMXY0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upv4bCMXY0 .card-title {
  color: #000000;
  text-align: center;
}
.cid-upv4bCMXY0 .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upv4bGx4eE {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv4bGx4eE .image-wrapper,
.cid-upv4bGx4eE img {
  width: 100%;
  object-fit: contain;
}
.cid-upv4bGx4eE img {
  display: inline-block;
  width: 6rem;
}
.cid-upv4bGx4eE .mbr-section-title {
  margin: 25px 0;
}
.cid-upv4bGx4eE .mbr-text {
  margin-bottom: 19px;
}
.cid-upv4bGx4eE .mbr-section-title,
.cid-upv4bGx4eE .image-wrapper {
  color: #000000;
}
.cid-upv4bGx4eE .mbr-text,
.cid-upv4bGx4eE .mbr-section-btn {
  color: #000000;
}
.cid-upv4bISW7n {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bdcdc6;
}
.cid-upv4bISW7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4bISW7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4bISW7n .mbr-section-head {
  margin-bottom: 32px;
}
.cid-upv4bISW7n .mbr-section-title {
  color: #24262b;
}
.cid-upv4bISW7n .mbr-section-subtitle {
  color: #24262b;
}
.cid-upv4bISW7n .cards-row {
  row-gap: 32px;
}
.cid-upv4bISW7n .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-upv4bISW7n .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-upv4bISW7n .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-upv4bISW7n .card-subtitle {
  color: #000000;
}
.cid-upv4bISW7n .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-upv4bISW7n .mbr-section-btn {
  margin-top: 20px;
}
.cid-upv4bISW7n .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-upv4bISW7n .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-upv4bLWa9X {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv4bLWa9X .image-wrapper,
.cid-upv4bLWa9X img {
  width: 100%;
  object-fit: contain;
}
.cid-upv4bLWa9X img {
  display: inline-block;
  width: 6rem;
}
.cid-upv4bLWa9X .mbr-section-title {
  margin: 25px 0;
}
.cid-upv4bLWa9X .mbr-text {
  margin-bottom: 19px;
}
.cid-upv4bLWa9X .mbr-section-title,
.cid-upv4bLWa9X .image-wrapper {
  color: #000000;
}
.cid-upv4bLWa9X .mbr-text,
.cid-upv4bLWa9X .mbr-section-btn {
  color: #000000;
}
.cid-upv4bORxZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv4bORxZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4bORxZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4bORxZu .video-wrapper iframe {
  width: 100%;
}
.cid-upv4bORxZu .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #e7d8d6;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upv4bORxZu .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upv4bORxZu .video-block {
  position: relative;
  z-index: 1;
}
.cid-upv4bORxZu .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upv4bORxZu .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upv4bORxZu .video-block .image-absolute {
    display: none;
  }
}
.cid-upv4bS7GCd {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upv4bS7GCd .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-upv4bS7GCd .col-12 {
    padding: 0 2rem;
  }
  .cid-upv4bS7GCd .row {
    margin: 0 -2rem;
  }
}
.cid-upv4bS7GCd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upv4bS7GCd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fb0c3e;
}
.cid-upv4bS7GCd .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-upv4bS7GCd .svg-top {
    width: 1000px;
  }
}
.cid-upv4bS7GCd .card-header {
  border-bottom: 2px solid #fb0c3e;
  margin-bottom: 0px!important;
}
.cid-upv4bS7GCd .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-upv4bS7GCd span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-upv4bS7GCd .collapsed span {
  transform: rotate(0deg);
}
.cid-upv4bS7GCd .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-upv4bS7GCd .panel-group {
  width: 100%;
}
.cid-upv4bS7GCd .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-upv4bS7GCd .card {
  border-radius: 0px;
}
.cid-upv4bS7GCd .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-upv4bS7GCd .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-upv4bS7GCd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upv4bS7GCd .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-upv4bS7GCd .panel-text {
  color: #1a449a;
}
.cid-upv4bS7GCd .header-text,
.cid-upv4bS7GCd .sign {
  color: #263d5a;
}
.cid-upv4bS7GCd .mbr-section-title {
  color: #000000;
}
.cid-upv4bS7GCd .header-text,
.cid-upv4bS7GCd .sign,
.cid-upv4bS7GCd .card-header {
  color: #000000;
}
.cid-upv4bS7GCd .mbr-section-subtitle {
  color: #1a449a;
}
.cid-upv4bVRppx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upv4bVRppx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4bVRppx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4bVRppx .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-upv4bVRppx .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-upv4bVRppx .row {
  align-items: center;
}
.cid-upv4bVRppx img {
  border-radius: 2rem;
}
.cid-upv4bVRppx .image-wrapper {
  background: #bdcdc6;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-upv4bVRppx .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upv4bVRppx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upv4bVRppx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upv4bVRppx .mbr-section-title {
  color: #0e0e0e;
}
.cid-upv4bVRppx .mbr-text,
.cid-upv4bVRppx .mbr-section-btn {
  color: #0e0e0e;
}
.cid-upv4bYudsx {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upv4bYudsx .image-wrapper,
.cid-upv4bYudsx img {
  width: 100%;
  object-fit: contain;
}
.cid-upv4bYudsx img {
  display: inline-block;
  width: 6rem;
}
.cid-upv4bYudsx .mbr-section-title {
  margin: 25px 0;
}
.cid-upv4bYudsx .mbr-text {
  margin-bottom: 19px;
}
.cid-upv4bYudsx .mbr-section-title,
.cid-upv4bYudsx .image-wrapper {
  color: #000000;
}
.cid-upv4bYudsx .mbr-text,
.cid-upv4bYudsx .mbr-section-btn {
  color: #000000;
}
.cid-upv4c0WZcw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdcdc6;
}
.cid-upv4c0WZcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4c0WZcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4c0WZcw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-upv4c0WZcw .container-fluid {
    padding: 0 20px;
  }
}
.cid-upv4c0WZcw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upv4c0WZcw .container {
    padding: 0 20px;
  }
}
.cid-upv4c0WZcw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upv4c0WZcw .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-upv4c0WZcw .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-upv4c0WZcw .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-upv4c0WZcw .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-upv4c0WZcw .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-upv4c0WZcw .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-upv4c0WZcw .mbr-section-title {
  color: #1d1d1d;
}
.cid-upv4c0WZcw .panel-title-edit {
  color: #1d1d1d;
}
.cid-upv4c0WZcw .panel-text {
  color: #1d1d1d;
}
.cid-upv4c6P8xd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-upv4c6P8xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upv4c6P8xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upv4c6P8xd .google-map {
  height: 30rem;
  position: relative;
}
.cid-upv4c6P8xd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upv4c6P8xd .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-upv4c6P8xd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upv4c6P8xd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
