.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 4.6rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.84rem !important;
    font-size: calc( 3.5199999999999996rem + (4.6 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (3.5199999999999996rem + (4.6 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #c71406 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a70327 !important;
}
.bg-danger {
  background-color: #f8df03 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c71406 !important;
  border-color: #c71406 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #730c03 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #730c03 !important;
  border-color: #730c03 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #78288b !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78288b !important;
  border-color: #78288b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #148cca !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a70327 !important;
  border-color: #a70327 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #520113 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #520113 !important;
  border-color: #520113 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8df03 !important;
  border-color: #f8df03 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #a29202 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #a29202 !important;
  border-color: #a29202 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #c71406 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c71406;
  color: #c71406;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #730c03 !important;
  background-color: transparent!important;
  border-color: #730c03 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c71406 !important;
  border-color: #c71406 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ae42c8;
  color: #ae42c8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78288b !important;
  background-color: transparent!important;
  border-color: #78288b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a70327;
  color: #a70327;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #520113 !important;
  background-color: transparent!important;
  border-color: #520113 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a70327 !important;
  border-color: #a70327 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f8df03;
  color: #f8df03;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a29202 !important;
  background-color: transparent!important;
  border-color: #a29202 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #f8df03 !important;
  border-color: #f8df03 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c71406 !important;
}
.text-secondary {
  color: #ae42c8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a70327 !important;
}
.text-danger {
  color: #f8df03 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #640a03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e257f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #430110 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #938402 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c71406;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a70327;
}
.alert-danger {
  background-color: #f8df03;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c71406;
  border-color: #c71406;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c71406;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fa5f53;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fb2e5b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef9c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #c71406 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #c71406;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c71406;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c71406;
}
.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: #c71406;
  border-bottom-color: #c71406;
}
.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: #c71406 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ae42c8 !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='%23c71406' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ykKESsee {
  background-image: url("../../../assets/images/maxresdefault-1-1280x720.jpg");
}
.cid-u9ykKESsee .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ykKESsee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ykKESsee .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9ykKESsee .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9ykKESsee .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-u9ykKESsee .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9ykKESsee .mbr-text {
    margin-top: 18px;
  }
}
.cid-u9ykKESsee .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u9ykKESsee .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u9ykKESsee .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u9ykKESsee .mbr-text,
.cid-u9ykKESsee .mbr-section-btn {
  color: #000000;
}
.cid-tZ8DRUELdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8df03;
}
.cid-tZ8DRUELdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ8DRUELdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ8DRUELdK .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .container {
    padding: 0 6px;
  }
}
.cid-tZ8DRUELdK .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-tZ8DRUELdK .row {
    padding: 0 30px;
  }
}
.cid-tZ8DRUELdK .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tZ8DRUELdK .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-tZ8DRUELdK .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-tZ8DRUELdK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-tZ8DRUELdK .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tZ8DRUELdK .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZ8DRUELdK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZ8DRUELdK .list {
  color: #131313;
}
.cid-tZ8DRUELdK .list,
.cid-tZ8DRUELdK .item-wrap {
  color: #ffffff;
}
.cid-tZ5I8sxNlF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5I8sxNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5I8sxNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5I8sxNlF .mbr-text,
.cid-tZ5I8sxNlF .mbr-section-btn {
  text-align: left;
}
.cid-tZ5I8sxNlF .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tZ8EwFZi5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8df03;
}
.cid-tZ8EwFZi5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ8EwFZi5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ8EwFZi5j .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .container {
    padding: 0 24px;
  }
}
.cid-tZ8EwFZi5j .row {
  justify-content: space-between;
}
.cid-tZ8EwFZi5j .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-tZ8EwFZi5j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tZ8EwFZi5j .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZ8EwFZi5j .mbr-section-title {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-number {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-title {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-text {
  color: #141414;
  text-align: center;
}
.cid-tZ8EwFZi5j .card-title,
.cid-tZ8EwFZi5j .mbr-section-btn {
  text-align: center;
}
.cid-u9ykWLFJfD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ykWLFJfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ykWLFJfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ykWLFJfD .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9ykWLFJfD .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9ykWLFJfD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9ykWLFJfD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ykWLFJfD img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u9ykWLFJfD img {
    transform: rotate(-5deg);
  }
}
.cid-u9ykWLFJfD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9ykWLFJfD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9ykWLFJfD .mbr-text,
.cid-u9ykWLFJfD .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9ymfGyYI5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9ymfGyYI5::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9ymfGyYI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ymfGyYI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ymfGyYI5 .container {
    padding: 0 16px;
  }
}
.cid-u9ymfGyYI5 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ymfGyYI5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ymfGyYI5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ymfGyYI5 .mbr-section-title {
  color: #000000;
}
.cid-u9ymfGyYI5 .mbr-text {
  color: #000000;
}
.cid-tZ5JQmMHSc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8df03;
}
@media (max-width: 1200px) {
  .cid-tZ5JQmMHSc .display-2 {
    font-size: 1.96rem;
  }
}
.cid-tZ5JQmMHSc .item-img {
  padding: 0.5rem;
}
.cid-tZ5JQmMHSc img,
.cid-tZ5JQmMHSc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tZ5JQmMHSc .item:focus,
.cid-tZ5JQmMHSc span:focus {
  outline: none;
}
.cid-tZ5JQmMHSc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ5JQmMHSc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ5JQmMHSc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ5JQmMHSc .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .item-title {
  color: #ae42c8;
}
.cid-tZ5JQmMHSc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .mbr-text,
.cid-tZ5JQmMHSc .mbr-section-btn {
  text-align: center;
}
.cid-tZdwwy58qk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-tZdwwy58qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZdwwy58qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZdwwy58qk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .container {
    padding: 0 16px;
  }
}
.cid-tZdwwy58qk .row {
  justify-content: center;
}
.cid-tZdwwy58qk .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tZdwwy58qk .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c71406 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-tZdwwy58qk .mbr-desc {
  color: #706cff;
}
.cid-tZdwwy58qk .mbr-section-title {
  color: #000000;
}
.cid-tZdwwy58qk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tZdwwy58qk .mbr-section-btn {
  text-align: center;
}
.cid-tZdwwy58qk .mbr-section-title,
.cid-tZdwwy58qk .mbr-section-btn {
  text-align: center;
}
.cid-tgVZ97rwq2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8df03;
}
.cid-tgVZ97rwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ97rwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZ97rwq2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tgVZ97rwq2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tgVZ97rwq2 .row {
  flex-direction: row-reverse;
}
.cid-tgVZ97rwq2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgVZ97rwq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgVZ97rwq2 img {
  border-radius: 2rem;
}
.cid-tgVZ97rwq2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-text,
.cid-tgVZ97rwq2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9vaB7DUEk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9vaB7DUEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vaB7DUEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vaB7DUEk .mbr-text,
.cid-u9vaB7DUEk .mbr-section-btn {
  text-align: center;
}
.cid-u9vaB7DUEk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9vb9LuMpl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8df03;
}
.cid-u9vb9LuMpl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9vb9LuMpl .panel-group {
  border: none;
}
.cid-u9vb9LuMpl .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9vb9LuMpl .card:hover {
  background: #c71406;
}
@media (max-width: 767px) {
  .cid-u9vb9LuMpl .card {
    padding: 1rem;
  }
}
.cid-u9vb9LuMpl .card-header {
  border: none;
}
.cid-u9vb9LuMpl p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9vb9LuMpl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9vb9LuMpl .panel-body,
.cid-u9vb9LuMpl .card-header {
  padding: 0rem 0;
}
.cid-u9vb9LuMpl .panel-title-edit {
  color: #ffffff;
}
.cid-u9vb9LuMpl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9vb9LuMpl .panel-text {
  color: #000000;
}
.cid-u9vb9LuMpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vb9LuMpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vb9LuMpl H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9yleC2Dbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yleC2Dbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yleC2Dbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yleC2Dbg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u9yleC2Dbg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9yleC2Dbg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9yleC2Dbg .container {
    padding: 0 20px;
  }
}
.cid-u9yleC2Dbg .row {
  justify-content: center;
}
.cid-u9yleC2Dbg .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u9yleC2Dbg .content-wrapper {
    display: block;
  }
}
.cid-u9yleC2Dbg .content-wrapper .card {
  justify-content: center;
}
.cid-u9yleC2Dbg .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u9yleC2Dbg .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u9yleC2Dbg .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u9yleC2Dbg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9yleC2Dbg .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-u9yleC2Dbg .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-u9yleC2Dbg .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9yleC2Dbg .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u9yleC2Dbg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yleC2Dbg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u9yleC2Dbg .mbr-section-title {
  color: #000000;
}
.cid-u9yleC2Dbg .mbr-text {
  color: #000000;
}
.cid-u9wbEwf3kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
}
.cid-u9wbEwf3kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wbEwf3kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9wbEwf3kl .container {
    padding: 0 20px;
  }
}
.cid-u9wbEwf3kl .row {
  margin: 0;
}
.cid-u9wbEwf3kl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wbEwf3kl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9wbEwf3kl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9wbEwf3kl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ylpCMIvJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9ylpCMIvJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9ylpCMIvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ylpCMIvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ylpCMIvJ .container {
    padding: 0 16px;
  }
}
.cid-u9ylpCMIvJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ylpCMIvJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ylpCMIvJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ylpCMIvJ .mbr-section-title {
  color: #000000;
}
.cid-u9ylpCMIvJ .mbr-text {
  color: #000000;
}
.cid-tgVZjiEkRC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tgVZjiEkRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZjiEkRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZjiEkRC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tgVZjiEkRC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tgVZjiEkRC .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-tgVZjiEkRC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgVZjiEkRC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgVZjiEkRC .mbr-section-title {
  color: #000000;
}
.cid-u9w9m4WYAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
  overflow: hidden;
}
.cid-u9w9m4WYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9w9m4WYAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .container {
    padding: 0 30px;
  }
}
.cid-u9w9m4WYAw .row {
  justify-content: center;
}
.cid-u9w9m4WYAw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9w9m4WYAw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #c71406;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #c71406;
}
.cid-u9w9m4WYAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .mbr-section-title {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9w9m4WYAw .list {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-address {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-copy {
  color: #000000;
}
.cid-u9w9m4WYAw .list,
.cid-u9w9m4WYAw .item-wrap,
.cid-u9w9m4WYAw .nav-wrapper {
  color: #000000;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yzfWkwD8 {
  background-image: url("../../../assets/images/banner-1950x900.jpg");
}
.cid-u9yzfWkwD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yzfWkwD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yzfWkwD8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9yzfWkwD8 .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9yzfWkwD8 .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-u9yzfWkwD8 .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9yzfWkwD8 .mbr-text {
    margin-top: 18px;
  }
}
.cid-u9yzfWkwD8 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u9yzfWkwD8 .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u9yzfWkwD8 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u9yzfWkwD8 .mbr-text,
.cid-u9yzfWkwD8 .mbr-section-btn {
  color: #000000;
}
.cid-u9xpEVsdVY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9xpEVsdVY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xqe1yGng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9xqe1yGng .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9xqe1yGng .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9xqe1yGng .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-u9xqe1yGng .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xqe1yGng .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9w9m4WYAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
  overflow: hidden;
}
.cid-u9w9m4WYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9w9m4WYAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .container {
    padding: 0 30px;
  }
}
.cid-u9w9m4WYAw .row {
  justify-content: center;
}
.cid-u9w9m4WYAw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9w9m4WYAw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #c71406;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #c71406;
}
.cid-u9w9m4WYAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .mbr-section-title {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9w9m4WYAw .list {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-address {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-copy {
  color: #000000;
}
.cid-u9w9m4WYAw .list,
.cid-u9w9m4WYAw .item-wrap,
.cid-u9w9m4WYAw .nav-wrapper {
  color: #000000;
}
.cid-u9xqlJgXJ4 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xqlJgXJ4 .container,
  .cid-u9xqlJgXJ4 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xqlJgXJ4 .container .navbar-collapse,
  .cid-u9xqlJgXJ4 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xqlJgXJ4 {
    flex-wrap: wrap;
  }
  .cid-u9xqlJgXJ4 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xqlJgXJ4 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xqlJgXJ4 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xqlJgXJ4 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xqlJgXJ4 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xqlJgXJ4 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9xqlJgXJ4 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xqlJgXJ4 .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-u9xqlJgXJ4 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xqlJgXJ4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xqlJgXJ4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xqlJgXJ4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xqlJgXJ4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xqlJgXJ4 .dropdown-menu,
.cid-u9xqlJgXJ4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u9xqlJgXJ4 .nav-item:focus,
.cid-u9xqlJgXJ4 .nav-link:focus {
  outline: none;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xqlJgXJ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xqlJgXJ4 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9xqlJgXJ4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9xqlJgXJ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xqlJgXJ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xqlJgXJ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xqlJgXJ4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xqlJgXJ4 .navbar.collapsed {
  justify-content: center;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xqlJgXJ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xqlJgXJ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xqlJgXJ4 .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-u9xqlJgXJ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xqlJgXJ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xqlJgXJ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xqlJgXJ4 .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-u9xqlJgXJ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xqlJgXJ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xqlJgXJ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xqlJgXJ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xqlJgXJ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xqlJgXJ4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9xqlJgXJ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xqlJgXJ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xqlJgXJ4 .dropdown-item.active,
.cid-u9xqlJgXJ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xqlJgXJ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xqlJgXJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9xqlJgXJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xqlJgXJ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xqlJgXJ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xqlJgXJ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xqlJgXJ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xqlJgXJ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xqlJgXJ4 .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-u9xqlJgXJ4 .navbar {
    height: 70px;
  }
  .cid-u9xqlJgXJ4 .navbar.opened {
    height: auto;
  }
  .cid-u9xqlJgXJ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yzpAGnVx {
  background-image: url("../../../assets/images/aqua-park-724x569.jpg");
}
.cid-u9yzpAGnVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yzpAGnVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yzpAGnVx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9yzpAGnVx .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9yzpAGnVx .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-u9yzpAGnVx .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9yzpAGnVx .mbr-text {
    margin-top: 18px;
  }
}
.cid-u9yzpAGnVx .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u9yzpAGnVx .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u9yzpAGnVx .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u9yzpAGnVx .mbr-text,
.cid-u9yzpAGnVx .mbr-section-btn {
  color: #000000;
}
.cid-u9xqlL61UO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9xqlL61UO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xqlL61UO .mbr-text {
  text-align: left;
}
.cid-u9xqlLQ14m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9xqlLQ14m .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9xqlLQ14m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9xqlLQ14m .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-u9xqlLQ14m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xqlLQ14m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xqlMNv1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
  overflow: hidden;
}
.cid-u9xqlMNv1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xqlMNv1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .container {
    padding: 0 30px;
  }
}
.cid-u9xqlMNv1p .row {
  justify-content: center;
}
.cid-u9xqlMNv1p .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xqlMNv1p .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xqlMNv1p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:hover,
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #c71406;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #c71406;
}
.cid-u9xqlMNv1p .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xqlMNv1p .list {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-address {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-copy {
  color: #000000;
}
.cid-u9xqlMNv1p .list,
.cid-u9xqlMNv1p .item-wrap,
.cid-u9xqlMNv1p .nav-wrapper {
  color: #000000;
}
.cid-u9ypKdH1A7 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9ypKdH1A7 .container,
  .cid-u9ypKdH1A7 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9ypKdH1A7 .container .navbar-collapse,
  .cid-u9ypKdH1A7 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9ypKdH1A7 {
    flex-wrap: wrap;
  }
  .cid-u9ypKdH1A7 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKdH1A7 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9ypKdH1A7 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9ypKdH1A7 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9ypKdH1A7 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9ypKdH1A7 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9ypKdH1A7 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9ypKdH1A7 .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-u9ypKdH1A7 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ypKdH1A7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ypKdH1A7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ypKdH1A7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ypKdH1A7 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9ypKdH1A7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ypKdH1A7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ypKdH1A7 .dropdown-menu,
.cid-u9ypKdH1A7 .navbar.opened {
  background: #ffffff !important;
}
.cid-u9ypKdH1A7 .nav-item:focus,
.cid-u9ypKdH1A7 .nav-link:focus {
  outline: none;
}
.cid-u9ypKdH1A7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ypKdH1A7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ypKdH1A7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ypKdH1A7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ypKdH1A7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ypKdH1A7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ypKdH1A7 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9ypKdH1A7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9ypKdH1A7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ypKdH1A7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ypKdH1A7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ypKdH1A7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9ypKdH1A7 .navbar.collapsed {
  justify-content: center;
}
.cid-u9ypKdH1A7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ypKdH1A7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ypKdH1A7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9ypKdH1A7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ypKdH1A7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ypKdH1A7 .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-u9ypKdH1A7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ypKdH1A7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ypKdH1A7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ypKdH1A7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ypKdH1A7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ypKdH1A7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ypKdH1A7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ypKdH1A7 .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-u9ypKdH1A7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ypKdH1A7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ypKdH1A7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ypKdH1A7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ypKdH1A7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ypKdH1A7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9ypKdH1A7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ypKdH1A7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ypKdH1A7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ypKdH1A7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ypKdH1A7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ypKdH1A7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ypKdH1A7 .dropdown-item.active,
.cid-u9ypKdH1A7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ypKdH1A7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ypKdH1A7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ypKdH1A7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ypKdH1A7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9ypKdH1A7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ypKdH1A7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ypKdH1A7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ypKdH1A7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ypKdH1A7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ypKdH1A7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9ypKdH1A7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ypKdH1A7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ypKdH1A7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ypKdH1A7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ypKdH1A7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ypKdH1A7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ypKdH1A7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ypKdH1A7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ypKdH1A7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9ypKdH1A7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ypKdH1A7 .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-u9ypKdH1A7 .navbar {
    height: 70px;
  }
  .cid-u9ypKdH1A7 .navbar.opened {
    height: auto;
  }
  .cid-u9ypKdH1A7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ypKeAvh4 {
  background-image: url("../../../assets/images/a-1014x967.jpg");
}
.cid-u9ypKeAvh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKeAvh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKeAvh4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9ypKeAvh4 .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9ypKeAvh4 .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-u9ypKeAvh4 .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9ypKeAvh4 .mbr-text {
    margin-top: 18px;
  }
}
.cid-u9ypKeAvh4 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u9ypKeAvh4 .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u9ypKeAvh4 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u9ypKeAvh4 .mbr-text,
.cid-u9ypKeAvh4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u9ypKfoqVb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8df03;
}
.cid-u9ypKfoqVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKfoqVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKfoqVb .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .container {
    padding: 0 6px;
  }
}
.cid-u9ypKfoqVb .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-u9ypKfoqVb .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u9ypKfoqVb .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-u9ypKfoqVb .row {
    padding: 0 30px;
  }
}
.cid-u9ypKfoqVb .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u9ypKfoqVb .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-u9ypKfoqVb .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-u9ypKfoqVb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u9ypKfoqVb .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-u9ypKfoqVb .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-u9ypKfoqVb .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-u9ypKfoqVb .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-u9ypKfoqVb .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ypKfoqVb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ypKfoqVb .list {
  color: #131313;
}
.cid-u9ypKfoqVb .list,
.cid-u9ypKfoqVb .item-wrap {
  color: #ffffff;
}
.cid-u9ypKgeDIW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9ypKgeDIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKgeDIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKgeDIW .mbr-text,
.cid-u9ypKgeDIW .mbr-section-btn {
  text-align: left;
}
.cid-u9ypKgeDIW .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9ypKh7L8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8df03;
}
.cid-u9ypKh7L8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKh7L8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKh7L8i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9ypKh7L8i .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKh7L8i .container {
    padding: 0 24px;
  }
}
.cid-u9ypKh7L8i .row {
  justify-content: space-between;
}
.cid-u9ypKh7L8i .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9ypKh7L8i .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9ypKh7L8i .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKh7L8i .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9ypKh7L8i .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9ypKh7L8i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9ypKh7L8i .mbr-section-title {
  color: #141414;
}
.cid-u9ypKh7L8i .card-number {
  color: #141414;
}
.cid-u9ypKh7L8i .card-title {
  color: #141414;
}
.cid-u9ypKh7L8i .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9ypKh7L8i .card-title,
.cid-u9ypKh7L8i .mbr-section-btn {
  text-align: center;
}
.cid-u9ypKhYZx8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ypKhYZx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKhYZx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKhYZx8 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9ypKhYZx8 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9ypKhYZx8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9ypKhYZx8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ypKhYZx8 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u9ypKhYZx8 img {
    transform: rotate(-5deg);
  }
}
.cid-u9ypKhYZx8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9ypKhYZx8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9ypKhYZx8 .mbr-text,
.cid-u9ypKhYZx8 .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9ypKiNi3X {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9ypKiNi3X::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9ypKiNi3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKiNi3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ypKiNi3X .container {
    padding: 0 16px;
  }
}
.cid-u9ypKiNi3X .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ypKiNi3X .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ypKiNi3X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ypKiNi3X .mbr-section-title {
  color: #000000;
}
.cid-u9ypKiNi3X .mbr-text {
  color: #000000;
}
.cid-u9ypKjFSxM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8df03;
}
@media (max-width: 1200px) {
  .cid-u9ypKjFSxM .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9ypKjFSxM .item-img {
  padding: 0.5rem;
}
.cid-u9ypKjFSxM img,
.cid-u9ypKjFSxM .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9ypKjFSxM .item:focus,
.cid-u9ypKjFSxM span:focus {
  outline: none;
}
.cid-u9ypKjFSxM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9ypKjFSxM .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9ypKjFSxM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ypKjFSxM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9ypKjFSxM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9ypKjFSxM .mbr-section-title {
  color: #ffffff;
}
.cid-u9ypKjFSxM .item-title {
  color: #ae42c8;
}
.cid-u9ypKjFSxM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9ypKjFSxM .mbr-text,
.cid-u9ypKjFSxM .mbr-section-btn {
  text-align: center;
}
.cid-u9ypKkK4No {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9ypKkK4No .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKkK4No .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKkK4No .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9ypKkK4No .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKkK4No .container {
    padding: 0 16px;
  }
}
.cid-u9ypKkK4No .row {
  justify-content: center;
}
.cid-u9ypKkK4No .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9ypKkK4No .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9ypKkK4No .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c71406 !important;
  color: #47b5ed !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9ypKkK4No .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9ypKkK4No .mbr-desc {
  color: #706cff;
}
.cid-u9ypKkK4No .mbr-section-title {
  color: #000000;
}
.cid-u9ypKkK4No .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9ypKkK4No .mbr-section-btn {
  text-align: center;
}
.cid-u9ypKkK4No .mbr-section-title,
.cid-u9ypKkK4No .mbr-section-btn {
  text-align: center;
}
.cid-u9ypKlwNF3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8df03;
}
.cid-u9ypKlwNF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKlwNF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKlwNF3 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9ypKlwNF3 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9ypKlwNF3 .row {
  flex-direction: row-reverse;
}
.cid-u9ypKlwNF3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9ypKlwNF3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ypKlwNF3 img {
  border-radius: 2rem;
}
.cid-u9ypKlwNF3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9ypKlwNF3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9ypKlwNF3 .mbr-text,
.cid-u9ypKlwNF3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9ypKmpWOn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ypKmpWOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKmpWOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKmpWOn .mbr-text,
.cid-u9ypKmpWOn .mbr-section-btn {
  text-align: center;
}
.cid-u9ypKmpWOn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9ypKnbcCn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8df03;
}
.cid-u9ypKnbcCn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9ypKnbcCn .panel-group {
  border: none;
}
.cid-u9ypKnbcCn .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9ypKnbcCn .card:hover {
  background: #c71406;
}
@media (max-width: 767px) {
  .cid-u9ypKnbcCn .card {
    padding: 1rem;
  }
}
.cid-u9ypKnbcCn .card-header {
  border: none;
}
.cid-u9ypKnbcCn p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9ypKnbcCn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9ypKnbcCn .panel-body,
.cid-u9ypKnbcCn .card-header {
  padding: 0rem 0;
}
.cid-u9ypKnbcCn .panel-title-edit {
  color: #ffffff;
}
.cid-u9ypKnbcCn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9ypKnbcCn .panel-text {
  color: #000000;
}
.cid-u9ypKnbcCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKnbcCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKnbcCn H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9ypKoov7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9ypKoov7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKoov7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKoov7E .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u9ypKoov7E .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKoov7E .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKoov7E .container {
    padding: 0 20px;
  }
}
.cid-u9ypKoov7E .row {
  justify-content: center;
}
.cid-u9ypKoov7E .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u9ypKoov7E .content-wrapper {
    display: block;
  }
}
.cid-u9ypKoov7E .content-wrapper .card {
  justify-content: center;
}
.cid-u9ypKoov7E .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u9ypKoov7E .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u9ypKoov7E .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u9ypKoov7E .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ypKoov7E .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-u9ypKoov7E .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-u9ypKoov7E .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9ypKoov7E .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u9ypKoov7E .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9ypKoov7E .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u9ypKoov7E .mbr-section-title {
  color: #000000;
}
.cid-u9ypKoov7E .mbr-text {
  color: #000000;
}
.cid-u9ypKpeyTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
}
.cid-u9ypKpeyTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKpeyTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ypKpeyTn .container {
    padding: 0 20px;
  }
}
.cid-u9ypKpeyTn .row {
  margin: 0;
}
.cid-u9ypKpeyTn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ypKpeyTn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9ypKpeyTn .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9ypKpeyTn .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9ypKpeyTn .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9ypKpeyTn .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9ypKpeyTn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ypKq7RBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9ypKq7RBe::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9ypKq7RBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKq7RBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ypKq7RBe .container {
    padding: 0 16px;
  }
}
.cid-u9ypKq7RBe .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ypKq7RBe .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ypKq7RBe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ypKq7RBe .mbr-section-title {
  color: #000000;
}
.cid-u9ypKq7RBe .mbr-text {
  color: #000000;
}
.cid-u9yqiOyUHl {
  overflow: hidden;
  background-color: #f8df03;
}
.cid-u9yqiOyUHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yqiOyUHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yqiOyUHl .container {
    padding: 0 24px;
  }
}
.cid-u9yqiOyUHl .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-u9yqiOyUHl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yqiOyUHl .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-u9yqiOyUHl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-u9yqiOyUHl .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-u9yqiOyUHl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u9yqiOyUHl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9yqiOyUHl .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u9yqiOyUHl .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-u9yqiOyUHl .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-u9yqiOyUHl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-u9yqiOyUHl .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-u9yqiOyUHl .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-u9yqiOyUHl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9yqiOyUHl .mbr-desc {
  color: #202020;
}
.cid-u9yqiOyUHl .mbr-section-title {
  color: #202020;
}
.cid-u9yqiOyUHl .panel-title-edit {
  color: #202020;
}
.cid-u9yqiOyUHl .panel-text {
  color: #202020;
}
.cid-u9ypKqY46M {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9ypKqY46M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKqY46M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ypKqY46M .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9ypKqY46M .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9ypKqY46M .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-u9ypKqY46M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9ypKqY46M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9ypKqY46M .mbr-section-title {
  color: #000000;
}
.cid-u9ypKs1lCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
  overflow: hidden;
}
.cid-u9ypKs1lCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ypKs1lCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .container {
    padding: 0 30px;
  }
}
.cid-u9ypKs1lCs .row {
  justify-content: center;
}
.cid-u9ypKs1lCs .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ypKs1lCs .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ypKs1lCs .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9ypKs1lCs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ypKs1lCs .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ypKs1lCs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9ypKs1lCs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap:hover,
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap:hover::before,
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9ypKs1lCs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ypKs1lCs .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9ypKs1lCs .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ypKs1lCs .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #c71406;
}
@media (max-width: 992px) {
  .cid-u9ypKs1lCs .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ypKs1lCs .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #c71406;
}
.cid-u9ypKs1lCs .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9ypKs1lCs .mbr-section-title {
  color: #bee0d6;
}
.cid-u9ypKs1lCs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9ypKs1lCs .list {
  color: #bee0d6;
}
.cid-u9ypKs1lCs .mbr-address {
  color: #bee0d6;
}
.cid-u9ypKs1lCs .mbr-copy {
  color: #000000;
}
.cid-u9ypKs1lCs .list,
.cid-u9ypKs1lCs .item-wrap,
.cid-u9ypKs1lCs .nav-wrapper {
  color: #000000;
}
.cid-u9yrCFW6Ez .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9yrCFW6Ez .container,
  .cid-u9yrCFW6Ez .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9yrCFW6Ez .container .navbar-collapse,
  .cid-u9yrCFW6Ez .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9yrCFW6Ez {
    flex-wrap: wrap;
  }
  .cid-u9yrCFW6Ez .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9yrCFW6Ez .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9yrCFW6Ez .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9yrCFW6Ez .btn {
  padding: 0.8rem 2rem;
}
.cid-u9yrCFW6Ez .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9yrCFW6Ez .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9yrCFW6Ez .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9yrCFW6Ez .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-u9yrCFW6Ez .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9yrCFW6Ez .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9yrCFW6Ez .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9yrCFW6Ez .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9yrCFW6Ez .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9yrCFW6Ez .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9yrCFW6Ez .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9yrCFW6Ez .dropdown-menu,
.cid-u9yrCFW6Ez .navbar.opened {
  background: #ffffff !important;
}
.cid-u9yrCFW6Ez .nav-item:focus,
.cid-u9yrCFW6Ez .nav-link:focus {
  outline: none;
}
.cid-u9yrCFW6Ez .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9yrCFW6Ez .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9yrCFW6Ez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9yrCFW6Ez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yrCFW6Ez .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9yrCFW6Ez .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9yrCFW6Ez .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9yrCFW6Ez .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9yrCFW6Ez .navbar.opened {
  transition: all 0.3s;
}
.cid-u9yrCFW6Ez .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9yrCFW6Ez .navbar .navbar-logo img {
  width: auto;
}
.cid-u9yrCFW6Ez .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9yrCFW6Ez .navbar.collapsed {
  justify-content: center;
}
.cid-u9yrCFW6Ez .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9yrCFW6Ez .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9yrCFW6Ez .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9yrCFW6Ez .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9yrCFW6Ez .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9yrCFW6Ez .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-u9yrCFW6Ez .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9yrCFW6Ez .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9yrCFW6Ez .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9yrCFW6Ez .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9yrCFW6Ez .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9yrCFW6Ez .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9yrCFW6Ez .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9yrCFW6Ez .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-u9yrCFW6Ez .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9yrCFW6Ez .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9yrCFW6Ez .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9yrCFW6Ez .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9yrCFW6Ez .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9yrCFW6Ez .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9yrCFW6Ez .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9yrCFW6Ez .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9yrCFW6Ez .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9yrCFW6Ez .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9yrCFW6Ez .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9yrCFW6Ez .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9yrCFW6Ez .dropdown-item.active,
.cid-u9yrCFW6Ez .dropdown-item:active {
  background-color: transparent;
}
.cid-u9yrCFW6Ez .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9yrCFW6Ez .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9yrCFW6Ez .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9yrCFW6Ez .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9yrCFW6Ez .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9yrCFW6Ez .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9yrCFW6Ez ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9yrCFW6Ez .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9yrCFW6Ez button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9yrCFW6Ez button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9yrCFW6Ez button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9yrCFW6Ez button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yrCFW6Ez button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yrCFW6Ez button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9yrCFW6Ez nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yrCFW6Ez nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9yrCFW6Ez nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9yrCFW6Ez nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yrCFW6Ez .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9yrCFW6Ez a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9yrCFW6Ez .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-u9yrCFW6Ez .navbar {
    height: 70px;
  }
  .cid-u9yrCFW6Ez .navbar.opened {
    height: auto;
  }
  .cid-u9yrCFW6Ez .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yrCHp0FS {
  background-image: url("../../../assets/images/635937373841396719-fountain-hills-2000x1130.jpg");
}
.cid-u9yrCHp0FS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrCHp0FS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrCHp0FS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9yrCHp0FS .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9yrCHp0FS .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-u9yrCHp0FS .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9yrCHp0FS .mbr-text {
    margin-top: 18px;
  }
}
.cid-u9yrCHp0FS .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u9yrCHp0FS .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u9yrCHp0FS .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u9yrCHp0FS .mbr-text,
.cid-u9yrCHp0FS .mbr-section-btn {
  color: #000000;
}
.cid-u9yrCIPek9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8df03;
}
.cid-u9yrCIPek9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrCIPek9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrCIPek9 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .container {
    padding: 0 6px;
  }
}
.cid-u9yrCIPek9 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-u9yrCIPek9 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u9yrCIPek9 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-u9yrCIPek9 .row {
    padding: 0 30px;
  }
}
.cid-u9yrCIPek9 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u9yrCIPek9 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-u9yrCIPek9 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-u9yrCIPek9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u9yrCIPek9 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-u9yrCIPek9 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-u9yrCIPek9 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-u9yrCIPek9 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-u9yrCIPek9 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yrCIPek9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9yrCIPek9 .list {
  color: #131313;
}
.cid-u9yrCIPek9 .list,
.cid-u9yrCIPek9 .item-wrap {
  color: #ffffff;
}
.cid-u9yrCJPou6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9yrCJPou6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrCJPou6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrCJPou6 .mbr-text,
.cid-u9yrCJPou6 .mbr-section-btn {
  text-align: left;
}
.cid-u9yrCJPou6 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9yrCKRNNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8df03;
}
.cid-u9yrCKRNNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrCKRNNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrCKRNNh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9yrCKRNNh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrCKRNNh .container {
    padding: 0 24px;
  }
}
.cid-u9yrCKRNNh .row {
  justify-content: space-between;
}
.cid-u9yrCKRNNh .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9yrCKRNNh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9yrCKRNNh .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrCKRNNh .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9yrCKRNNh .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9yrCKRNNh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9yrCKRNNh .mbr-section-title {
  color: #141414;
}
.cid-u9yrCKRNNh .card-number {
  color: #141414;
}
.cid-u9yrCKRNNh .card-title {
  color: #141414;
}
.cid-u9yrCKRNNh .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9yrCKRNNh .card-title,
.cid-u9yrCKRNNh .mbr-section-btn {
  text-align: center;
}
.cid-u9yrCMISan {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9yrCMISan .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrCMISan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrCMISan .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yrCMISan .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yrCMISan .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yrCMISan .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yrCMISan img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u9yrCMISan img {
    transform: rotate(-5deg);
  }
}
.cid-u9yrCMISan .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yrCMISan .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yrCMISan .mbr-text,
.cid-u9yrCMISan .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yrCOd1dG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9yrCOd1dG::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9yrCOd1dG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrCOd1dG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9yrCOd1dG .container {
    padding: 0 16px;
  }
}
.cid-u9yrCOd1dG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9yrCOd1dG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9yrCOd1dG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9yrCOd1dG .mbr-section-title {
  color: #000000;
}
.cid-u9yrCOd1dG .mbr-text {
  color: #000000;
}
.cid-u9yrCPQMJa {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8df03;
}
@media (max-width: 1200px) {
  .cid-u9yrCPQMJa .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9yrCPQMJa .item-img {
  padding: 0.5rem;
}
.cid-u9yrCPQMJa img,
.cid-u9yrCPQMJa .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9yrCPQMJa .item:focus,
.cid-u9yrCPQMJa span:focus {
  outline: none;
}
.cid-u9yrCPQMJa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9yrCPQMJa .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9yrCPQMJa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9yrCPQMJa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9yrCPQMJa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9yrCPQMJa .mbr-section-title {
  color: #ffffff;
}
.cid-u9yrCPQMJa .item-title {
  color: #ae42c8;
}
.cid-u9yrCPQMJa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9yrCPQMJa .mbr-text,
.cid-u9yrCPQMJa .mbr-section-btn {
  text-align: center;
}
.cid-u9yrD0kuIt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9yrD0kuIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrD0kuIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrD0kuIt .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9yrD0kuIt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrD0kuIt .container {
    padding: 0 16px;
  }
}
.cid-u9yrD0kuIt .row {
  justify-content: center;
}
.cid-u9yrD0kuIt .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9yrD0kuIt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c71406 !important;
  color: #47b5ed !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9yrD0kuIt .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9yrD0kuIt .mbr-desc {
  color: #706cff;
}
.cid-u9yrD0kuIt .mbr-section-title {
  color: #000000;
}
.cid-u9yrD0kuIt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9yrD0kuIt .mbr-section-btn {
  text-align: center;
}
.cid-u9yrD0kuIt .mbr-section-title,
.cid-u9yrD0kuIt .mbr-section-btn {
  text-align: center;
}
.cid-u9yrD2oO2W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8df03;
}
.cid-u9yrD2oO2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrD2oO2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrD2oO2W .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yrD2oO2W .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yrD2oO2W .row {
  flex-direction: row-reverse;
}
.cid-u9yrD2oO2W .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yrD2oO2W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yrD2oO2W img {
  border-radius: 2rem;
}
.cid-u9yrD2oO2W .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9yrD2oO2W .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yrD2oO2W .mbr-text,
.cid-u9yrD2oO2W .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yrD4BMGO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9yrD4BMGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrD4BMGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrD4BMGO .mbr-text,
.cid-u9yrD4BMGO .mbr-section-btn {
  text-align: center;
}
.cid-u9yrD4BMGO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yrD6y54j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8df03;
}
.cid-u9yrD6y54j .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9yrD6y54j .panel-group {
  border: none;
}
.cid-u9yrD6y54j .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9yrD6y54j .card:hover {
  background: #c71406;
}
@media (max-width: 767px) {
  .cid-u9yrD6y54j .card {
    padding: 1rem;
  }
}
.cid-u9yrD6y54j .card-header {
  border: none;
}
.cid-u9yrD6y54j p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9yrD6y54j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yrD6y54j .panel-body,
.cid-u9yrD6y54j .card-header {
  padding: 0rem 0;
}
.cid-u9yrD6y54j .panel-title-edit {
  color: #ffffff;
}
.cid-u9yrD6y54j .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9yrD6y54j .panel-text {
  color: #000000;
}
.cid-u9yrD6y54j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrD6y54j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrD6y54j H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9yrD94pbe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yrD94pbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrD94pbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrD94pbe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u9yrD94pbe .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrD94pbe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrD94pbe .container {
    padding: 0 20px;
  }
}
.cid-u9yrD94pbe .row {
  justify-content: center;
}
.cid-u9yrD94pbe .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u9yrD94pbe .content-wrapper {
    display: block;
  }
}
.cid-u9yrD94pbe .content-wrapper .card {
  justify-content: center;
}
.cid-u9yrD94pbe .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u9yrD94pbe .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u9yrD94pbe .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u9yrD94pbe .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9yrD94pbe .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-u9yrD94pbe .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-u9yrD94pbe .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9yrD94pbe .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u9yrD94pbe .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yrD94pbe .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u9yrD94pbe .mbr-section-title {
  color: #000000;
}
.cid-u9yrD94pbe .mbr-text {
  color: #000000;
}
.cid-u9yrDakHtQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
}
.cid-u9yrDakHtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrDakHtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yrDakHtQ .container {
    padding: 0 20px;
  }
}
.cid-u9yrDakHtQ .row {
  margin: 0;
}
.cid-u9yrDakHtQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yrDakHtQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yrDakHtQ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yrDakHtQ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yrDakHtQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yrDakHtQ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yrDakHtQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9yrDbvVod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9yrDbvVod::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9yrDbvVod .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrDbvVod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9yrDbvVod .container {
    padding: 0 16px;
  }
}
.cid-u9yrDbvVod .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9yrDbvVod .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9yrDbvVod .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9yrDbvVod .mbr-section-title {
  color: #000000;
}
.cid-u9yrDbvVod .mbr-text {
  color: #000000;
}
.cid-u9yrDdjisg {
  overflow: hidden;
  background-color: #f8df03;
}
.cid-u9yrDdjisg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrDdjisg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yrDdjisg .container {
    padding: 0 24px;
  }
}
.cid-u9yrDdjisg .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-u9yrDdjisg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yrDdjisg .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-u9yrDdjisg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-u9yrDdjisg .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-u9yrDdjisg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u9yrDdjisg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9yrDdjisg .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u9yrDdjisg .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-u9yrDdjisg .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-u9yrDdjisg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-u9yrDdjisg .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-u9yrDdjisg .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-u9yrDdjisg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9yrDdjisg .mbr-desc {
  color: #202020;
}
.cid-u9yrDdjisg .mbr-section-title {
  color: #202020;
}
.cid-u9yrDdjisg .panel-title-edit {
  color: #202020;
}
.cid-u9yrDdjisg .panel-text {
  color: #202020;
}
.cid-u9yrDevZ8C {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9yrDevZ8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrDevZ8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yrDevZ8C .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9yrDevZ8C .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9yrDevZ8C .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-u9yrDevZ8C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9yrDevZ8C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9yrDevZ8C .mbr-section-title {
  color: #000000;
}
.cid-u9yrDfNrNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
  overflow: hidden;
}
.cid-u9yrDfNrNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yrDfNrNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .container {
    padding: 0 30px;
  }
}
.cid-u9yrDfNrNm .row {
  justify-content: center;
}
.cid-u9yrDfNrNm .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yrDfNrNm .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yrDfNrNm .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9yrDfNrNm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9yrDfNrNm .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yrDfNrNm .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yrDfNrNm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap:hover,
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap:hover::before,
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9yrDfNrNm .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yrDfNrNm .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yrDfNrNm .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yrDfNrNm .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #c71406;
}
@media (max-width: 992px) {
  .cid-u9yrDfNrNm .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yrDfNrNm .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #c71406;
}
.cid-u9yrDfNrNm .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9yrDfNrNm .mbr-section-title {
  color: #bee0d6;
}
.cid-u9yrDfNrNm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9yrDfNrNm .list {
  color: #bee0d6;
}
.cid-u9yrDfNrNm .mbr-address {
  color: #bee0d6;
}
.cid-u9yrDfNrNm .mbr-copy {
  color: #000000;
}
.cid-u9yrDfNrNm .list,
.cid-u9yrDfNrNm .item-wrap,
.cid-u9yrDfNrNm .nav-wrapper {
  color: #000000;
}
.cid-u9ytGU6WYX .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9ytGU6WYX .container,
  .cid-u9ytGU6WYX .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9ytGU6WYX .container .navbar-collapse,
  .cid-u9ytGU6WYX .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9ytGU6WYX {
    flex-wrap: wrap;
  }
  .cid-u9ytGU6WYX .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9ytGU6WYX .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9ytGU6WYX .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9ytGU6WYX .btn {
  padding: 0.8rem 2rem;
}
.cid-u9ytGU6WYX .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9ytGU6WYX .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9ytGU6WYX .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9ytGU6WYX .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-u9ytGU6WYX .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ytGU6WYX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ytGU6WYX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ytGU6WYX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ytGU6WYX .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9ytGU6WYX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ytGU6WYX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ytGU6WYX .dropdown-menu,
.cid-u9ytGU6WYX .navbar.opened {
  background: #ffffff !important;
}
.cid-u9ytGU6WYX .nav-item:focus,
.cid-u9ytGU6WYX .nav-link:focus {
  outline: none;
}
.cid-u9ytGU6WYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ytGU6WYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ytGU6WYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ytGU6WYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ytGU6WYX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ytGU6WYX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ytGU6WYX .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9ytGU6WYX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9ytGU6WYX .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ytGU6WYX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ytGU6WYX .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ytGU6WYX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9ytGU6WYX .navbar.collapsed {
  justify-content: center;
}
.cid-u9ytGU6WYX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ytGU6WYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ytGU6WYX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9ytGU6WYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ytGU6WYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ytGU6WYX .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-u9ytGU6WYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ytGU6WYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ytGU6WYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ytGU6WYX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ytGU6WYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ytGU6WYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ytGU6WYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ytGU6WYX .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-u9ytGU6WYX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ytGU6WYX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ytGU6WYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ytGU6WYX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ytGU6WYX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ytGU6WYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9ytGU6WYX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ytGU6WYX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ytGU6WYX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ytGU6WYX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ytGU6WYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ytGU6WYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ytGU6WYX .dropdown-item.active,
.cid-u9ytGU6WYX .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ytGU6WYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ytGU6WYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ytGU6WYX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ytGU6WYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9ytGU6WYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ytGU6WYX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ytGU6WYX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ytGU6WYX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ytGU6WYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ytGU6WYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9ytGU6WYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ytGU6WYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ytGU6WYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ytGU6WYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ytGU6WYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ytGU6WYX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ytGU6WYX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ytGU6WYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ytGU6WYX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9ytGU6WYX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ytGU6WYX .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-u9ytGU6WYX .navbar {
    height: 70px;
  }
  .cid-u9ytGU6WYX .navbar.opened {
    height: auto;
  }
  .cid-u9ytGU6WYX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ytGVFpsw {
  background-image: url("../../../assets/images/15010025381202763716-2000x1331.jpg");
}
.cid-u9ytGVFpsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytGVFpsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytGVFpsw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9ytGVFpsw .mbr-section-subtitle {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9ytGVFpsw .mbr-section-subtitle {
    margin-top: 18px;
  }
}
.cid-u9ytGVFpsw .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u9ytGVFpsw .mbr-text {
    margin-top: 18px;
  }
}
.cid-u9ytGVFpsw .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-u9ytGVFpsw .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u9ytGVFpsw .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u9ytGVFpsw .mbr-text,
.cid-u9ytGVFpsw .mbr-section-btn {
  color: #000000;
}
.cid-u9ytGWKQrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8df03;
}
.cid-u9ytGWKQrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytGWKQrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytGWKQrY .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .container {
    padding: 0 6px;
  }
}
.cid-u9ytGWKQrY .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-u9ytGWKQrY .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u9ytGWKQrY .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-u9ytGWKQrY .row {
    padding: 0 30px;
  }
}
.cid-u9ytGWKQrY .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u9ytGWKQrY .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 60px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-u9ytGWKQrY .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-u9ytGWKQrY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u9ytGWKQrY .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-u9ytGWKQrY .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-u9ytGWKQrY .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-u9ytGWKQrY .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-u9ytGWKQrY .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ytGWKQrY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ytGWKQrY .list {
  color: #131313;
}
.cid-u9ytGWKQrY .list,
.cid-u9ytGWKQrY .item-wrap {
  color: #ffffff;
}
.cid-u9ytGXEdfr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9ytGXEdfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytGXEdfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytGXEdfr .mbr-text,
.cid-u9ytGXEdfr .mbr-section-btn {
  text-align: left;
}
.cid-u9ytGXEdfr .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9ytGYCzgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8df03;
}
.cid-u9ytGYCzgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytGYCzgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytGYCzgC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9ytGYCzgC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytGYCzgC .container {
    padding: 0 24px;
  }
}
.cid-u9ytGYCzgC .row {
  justify-content: space-between;
}
.cid-u9ytGYCzgC .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9ytGYCzgC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9ytGYCzgC .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytGYCzgC .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9ytGYCzgC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9ytGYCzgC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9ytGYCzgC .mbr-section-title {
  color: #141414;
}
.cid-u9ytGYCzgC .card-number {
  color: #141414;
}
.cid-u9ytGYCzgC .card-title {
  color: #141414;
}
.cid-u9ytGYCzgC .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9ytGYCzgC .card-title,
.cid-u9ytGYCzgC .mbr-section-btn {
  text-align: center;
}
.cid-u9ytGZPOOz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9ytGZPOOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytGZPOOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytGZPOOz .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9ytGZPOOz .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9ytGZPOOz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9ytGZPOOz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ytGZPOOz img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u9ytGZPOOz img {
    transform: rotate(-5deg);
  }
}
.cid-u9ytGZPOOz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9ytGZPOOz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9ytGZPOOz .mbr-text,
.cid-u9ytGZPOOz .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9ytH0Qku4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9ytH0Qku4::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9ytH0Qku4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH0Qku4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ytH0Qku4 .container {
    padding: 0 16px;
  }
}
.cid-u9ytH0Qku4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ytH0Qku4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ytH0Qku4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ytH0Qku4 .mbr-section-title {
  color: #000000;
}
.cid-u9ytH0Qku4 .mbr-text {
  color: #000000;
}
.cid-u9ytH1RfiG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f8df03;
}
@media (max-width: 1200px) {
  .cid-u9ytH1RfiG .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9ytH1RfiG .item-img {
  padding: 0.5rem;
}
.cid-u9ytH1RfiG img,
.cid-u9ytH1RfiG .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9ytH1RfiG .item:focus,
.cid-u9ytH1RfiG span:focus {
  outline: none;
}
.cid-u9ytH1RfiG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9ytH1RfiG .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9ytH1RfiG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ytH1RfiG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9ytH1RfiG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9ytH1RfiG .mbr-section-title {
  color: #ffffff;
}
.cid-u9ytH1RfiG .item-title {
  color: #ae42c8;
}
.cid-u9ytH1RfiG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9ytH1RfiG .mbr-text,
.cid-u9ytH1RfiG .mbr-section-btn {
  text-align: center;
}
.cid-u9ytH2RXAV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9ytH2RXAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH2RXAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytH2RXAV .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9ytH2RXAV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytH2RXAV .container {
    padding: 0 16px;
  }
}
.cid-u9ytH2RXAV .row {
  justify-content: center;
}
.cid-u9ytH2RXAV .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9ytH2RXAV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #c71406 !important;
  color: #47b5ed !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9ytH2RXAV .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9ytH2RXAV .mbr-desc {
  color: #706cff;
}
.cid-u9ytH2RXAV .mbr-section-title {
  color: #000000;
}
.cid-u9ytH2RXAV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9ytH2RXAV .mbr-section-btn {
  text-align: center;
}
.cid-u9ytH2RXAV .mbr-section-title,
.cid-u9ytH2RXAV .mbr-section-btn {
  text-align: center;
}
.cid-u9ytH3K0BB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8df03;
}
.cid-u9ytH3K0BB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH3K0BB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytH3K0BB .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9ytH3K0BB .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9ytH3K0BB .row {
  flex-direction: row-reverse;
}
.cid-u9ytH3K0BB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9ytH3K0BB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ytH3K0BB img {
  border-radius: 2rem;
}
.cid-u9ytH3K0BB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9ytH3K0BB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9ytH3K0BB .mbr-text,
.cid-u9ytH3K0BB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9ytH4QoOg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ytH4QoOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH4QoOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytH4QoOg .mbr-text,
.cid-u9ytH4QoOg .mbr-section-btn {
  text-align: center;
}
.cid-u9ytH4QoOg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9ytH5KRzJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8df03;
}
.cid-u9ytH5KRzJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9ytH5KRzJ .panel-group {
  border: none;
}
.cid-u9ytH5KRzJ .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9ytH5KRzJ .card:hover {
  background: #c71406;
}
@media (max-width: 767px) {
  .cid-u9ytH5KRzJ .card {
    padding: 1rem;
  }
}
.cid-u9ytH5KRzJ .card-header {
  border: none;
}
.cid-u9ytH5KRzJ p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9ytH5KRzJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9ytH5KRzJ .panel-body,
.cid-u9ytH5KRzJ .card-header {
  padding: 0rem 0;
}
.cid-u9ytH5KRzJ .panel-title-edit {
  color: #ffffff;
}
.cid-u9ytH5KRzJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9ytH5KRzJ .panel-text {
  color: #000000;
}
.cid-u9ytH5KRzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH5KRzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytH5KRzJ H3 {
  text-align: center;
  color: #ffffff;
}
.cid-u9ytH719jr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9ytH719jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH719jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytH719jr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u9ytH719jr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytH719jr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytH719jr .container {
    padding: 0 20px;
  }
}
.cid-u9ytH719jr .row {
  justify-content: center;
}
.cid-u9ytH719jr .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u9ytH719jr .content-wrapper {
    display: block;
  }
}
.cid-u9ytH719jr .content-wrapper .card {
  justify-content: center;
}
.cid-u9ytH719jr .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u9ytH719jr .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-u9ytH719jr .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u9ytH719jr .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ytH719jr .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-u9ytH719jr .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-u9ytH719jr .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9ytH719jr .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u9ytH719jr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9ytH719jr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u9ytH719jr .mbr-section-title {
  color: #000000;
}
.cid-u9ytH719jr .mbr-text {
  color: #000000;
}
.cid-u9ytH8dDyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
}
.cid-u9ytH8dDyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH8dDyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ytH8dDyu .container {
    padding: 0 20px;
  }
}
.cid-u9ytH8dDyu .row {
  margin: 0;
}
.cid-u9ytH8dDyu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ytH8dDyu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9ytH8dDyu .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9ytH8dDyu .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9ytH8dDyu .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9ytH8dDyu .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9ytH8dDyu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9ytH97atI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9ytH97atI::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #f8df03 -10%, transparent 70%);
}
.cid-u9ytH97atI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytH97atI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ytH97atI .container {
    padding: 0 16px;
  }
}
.cid-u9ytH97atI .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ytH97atI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ytH97atI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ytH97atI .mbr-section-title {
  color: #000000;
}
.cid-u9ytH97atI .mbr-text {
  color: #000000;
}
.cid-u9ytHaaNbf {
  overflow: hidden;
  background-color: #f8df03;
}
.cid-u9ytHaaNbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytHaaNbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ytHaaNbf .container {
    padding: 0 24px;
  }
}
.cid-u9ytHaaNbf .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-u9ytHaaNbf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9ytHaaNbf .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-u9ytHaaNbf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-u9ytHaaNbf .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-u9ytHaaNbf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u9ytHaaNbf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9ytHaaNbf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u9ytHaaNbf .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-u9ytHaaNbf .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-u9ytHaaNbf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-u9ytHaaNbf .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-u9ytHaaNbf .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-u9ytHaaNbf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u9ytHaaNbf .mbr-desc {
  color: #202020;
}
.cid-u9ytHaaNbf .mbr-section-title {
  color: #202020;
}
.cid-u9ytHaaNbf .panel-title-edit {
  color: #202020;
}
.cid-u9ytHaaNbf .panel-text {
  color: #202020;
}
.cid-u9ytHbiJD1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9ytHbiJD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytHbiJD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ytHbiJD1 .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9ytHbiJD1 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9ytHbiJD1 .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-u9ytHbiJD1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9ytHbiJD1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9ytHbiJD1 .mbr-section-title {
  color: #000000;
}
.cid-u9ytHcyOj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8df03;
  overflow: hidden;
}
.cid-u9ytHcyOj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ytHcyOj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .container {
    padding: 0 30px;
  }
}
.cid-u9ytHcyOj7 .row {
  justify-content: center;
}
.cid-u9ytHcyOj7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ytHcyOj7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ytHcyOj7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9ytHcyOj7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ytHcyOj7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ytHcyOj7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9ytHcyOj7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap:hover,
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap:hover::before,
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9ytHcyOj7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ytHcyOj7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9ytHcyOj7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9ytHcyOj7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #c71406;
}
@media (max-width: 992px) {
  .cid-u9ytHcyOj7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9ytHcyOj7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #c71406;
}
.cid-u9ytHcyOj7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9ytHcyOj7 .mbr-section-title {
  color: #bee0d6;
}
.cid-u9ytHcyOj7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9ytHcyOj7 .list {
  color: #bee0d6;
}
.cid-u9ytHcyOj7 .mbr-address {
  color: #bee0d6;
}
.cid-u9ytHcyOj7 .mbr-copy {
  color: #000000;
}
.cid-u9ytHcyOj7 .list,
.cid-u9ytHcyOj7 .item-wrap,
.cid-u9ytHcyOj7 .nav-wrapper {
  color: #000000;
}
