body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #35d528 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #35d528 !important;
  border-color: #35d528 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #238c1a !important;
  border-color: #238c1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #238c1a !important;
  border-color: #238c1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35d528;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #238c1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #35d528 !important;
  border-color: #35d528 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #35d528 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #207f18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #35d528;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #35d528;
  border-color: #35d528;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #35d528;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5f7d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #35d528 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #35d528;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #35d528;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #35d528;
}
.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: #35d528;
  border-bottom-color: #35d528;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #35d528 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%2335d528' %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-uJn8bdL8BW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJn8bdL8BW nav.navbar {
  position: fixed;
}
.cid-uJn8bdL8BW .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-uJn8bdL8BW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJn8bdL8BW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJn8bdL8BW .dropdown-item:hover,
.cid-uJn8bdL8BW .dropdown-item:focus {
  background: #35d528 !important;
  color: white !important;
}
.cid-uJn8bdL8BW .dropdown-item:hover span {
  color: white;
}
.cid-uJn8bdL8BW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJn8bdL8BW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJn8bdL8BW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJn8bdL8BW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJn8bdL8BW .nav-link {
  position: relative;
}
.cid-uJn8bdL8BW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJn8bdL8BW .container {
    flex-wrap: wrap;
  }
}
.cid-uJn8bdL8BW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJn8bdL8BW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJn8bdL8BW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJn8bdL8BW .dropdown-menu,
.cid-uJn8bdL8BW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJn8bdL8BW .nav-item:focus,
.cid-uJn8bdL8BW .nav-link:focus {
  outline: none;
}
.cid-uJn8bdL8BW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJn8bdL8BW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJn8bdL8BW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJn8bdL8BW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJn8bdL8BW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJn8bdL8BW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJn8bdL8BW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uJn8bdL8BW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJn8bdL8BW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJn8bdL8BW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJn8bdL8BW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJn8bdL8BW .navbar.collapsed {
  justify-content: center;
}
.cid-uJn8bdL8BW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJn8bdL8BW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJn8bdL8BW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJn8bdL8BW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJn8bdL8BW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJn8bdL8BW .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-uJn8bdL8BW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJn8bdL8BW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJn8bdL8BW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJn8bdL8BW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJn8bdL8BW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJn8bdL8BW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJn8bdL8BW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJn8bdL8BW .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-uJn8bdL8BW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJn8bdL8BW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJn8bdL8BW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJn8bdL8BW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJn8bdL8BW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJn8bdL8BW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJn8bdL8BW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJn8bdL8BW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJn8bdL8BW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJn8bdL8BW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJn8bdL8BW .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-uJn8bdL8BW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJn8bdL8BW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJn8bdL8BW .dropdown-item.active,
.cid-uJn8bdL8BW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJn8bdL8BW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJn8bdL8BW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJn8bdL8BW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJn8bdL8BW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJn8bdL8BW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJn8bdL8BW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJn8bdL8BW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJn8bdL8BW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJn8bdL8BW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJn8bdL8BW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJn8bdL8BW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJn8bdL8BW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJn8bdL8BW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJn8bdL8BW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJn8bdL8BW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJn8bdL8BW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJn8bdL8BW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJn8bdL8BW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJn8bdL8BW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJn8bdL8BW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJn8bdL8BW .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-uJn8bdL8BW .navbar {
    height: 70px;
  }
  .cid-uJn8bdL8BW .navbar.opened {
    height: auto;
  }
  .cid-uJn8bdL8BW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJn8bgnyop {
  background-image: url("../../../assets/images/13-1500x1051.jpg");
}
.cid-uJn8bgnyop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn8bgnyop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn8bgnyop .row {
  margin: 0 -8px;
}
.cid-uJn8bgnyop .row .card {
  padding: 0 8px;
}
.cid-uJn8bgnyop .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJn8bgnyop .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJn8bgnyop .card-wrapper {
    padding: 24px;
  }
}
.cid-uJn8bgnyop .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJn8bgnyop .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJn8bgnyop .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJn8bgnyop .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJn8bgnyop .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJn8bgnyop .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJn8bgnyop .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJn8bgnyop .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJn8bgnyop .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJn8bgnyop .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJn8bgnyop .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJn8bgnyop .mbr-text,
.cid-uJn8bgnyop .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uJn9Xdc0ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn9Xdc0ax blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJn8bw7rUs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJn8bw7rUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn8bw7rUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn8bw7rUs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJn8bw7rUs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJn8bw7rUs .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-uJn8bw7rUs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJn8bw7rUs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRPYjMrZ1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uRPYjMrZ1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPYjMrZ1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPYjMrZ1d .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uRPYjMrZ1d .content-wrap .row {
  justify-content: center;
}
.cid-uRPYjMrZ1d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:hover,
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:hover,
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uRPYjMrZ1d .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uRPYjMrZ1d .mbr-section-title {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .mbr-section-subtitle {
  color: #404349;
}
.cid-uRPYjMrZ1d .list {
  color: #404349;
}
.cid-uJnaePo309 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJnaePo309 nav.navbar {
  position: fixed;
}
.cid-uJnaePo309 .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-uJnaePo309 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJnaePo309 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJnaePo309 .dropdown-item:hover,
.cid-uJnaePo309 .dropdown-item:focus {
  background: #35d528 !important;
  color: white !important;
}
.cid-uJnaePo309 .dropdown-item:hover span {
  color: white;
}
.cid-uJnaePo309 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnaePo309 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnaePo309 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnaePo309 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnaePo309 .nav-link {
  position: relative;
}
.cid-uJnaePo309 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJnaePo309 .container {
    flex-wrap: wrap;
  }
}
.cid-uJnaePo309 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJnaePo309 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJnaePo309 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJnaePo309 .dropdown-menu,
.cid-uJnaePo309 .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnaePo309 .nav-item:focus,
.cid-uJnaePo309 .nav-link:focus {
  outline: none;
}
.cid-uJnaePo309 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnaePo309 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJnaePo309 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnaePo309 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnaePo309 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnaePo309 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnaePo309 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uJnaePo309 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnaePo309 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJnaePo309 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJnaePo309 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnaePo309 .navbar.collapsed {
  justify-content: center;
}
.cid-uJnaePo309 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnaePo309 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnaePo309 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJnaePo309 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnaePo309 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnaePo309 .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-uJnaePo309 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnaePo309 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnaePo309 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnaePo309 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnaePo309 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnaePo309 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnaePo309 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnaePo309 .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-uJnaePo309 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJnaePo309 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnaePo309 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJnaePo309 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJnaePo309 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnaePo309 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJnaePo309 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJnaePo309 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJnaePo309 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJnaePo309 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJnaePo309 .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-uJnaePo309 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJnaePo309 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnaePo309 .dropdown-item.active,
.cid-uJnaePo309 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnaePo309 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnaePo309 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnaePo309 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnaePo309 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJnaePo309 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJnaePo309 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnaePo309 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJnaePo309 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJnaePo309 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJnaePo309 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJnaePo309 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJnaePo309 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJnaePo309 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJnaePo309 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJnaePo309 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnaePo309 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnaePo309 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnaePo309 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnaePo309 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnaePo309 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnaePo309 .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-uJnaePo309 .navbar {
    height: 70px;
  }
  .cid-uJnaePo309 .navbar.opened {
    height: auto;
  }
  .cid-uJnaePo309 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnaePXnFe {
  background-image: url("../../../assets/images/12.webp");
}
.cid-uJnaePXnFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnaePXnFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnaePXnFe .row {
  margin: 0 -8px;
}
.cid-uJnaePXnFe .row .card {
  padding: 0 8px;
}
.cid-uJnaePXnFe .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJnaePXnFe .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJnaePXnFe .card-wrapper {
    padding: 24px;
  }
}
.cid-uJnaePXnFe .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJnaePXnFe .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJnaePXnFe .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJnaePXnFe .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJnaePXnFe .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJnaePXnFe .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJnaePXnFe .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJnaePXnFe .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJnaePXnFe .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJnaePXnFe .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJnaePXnFe .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJnaePXnFe .mbr-text,
.cid-uJnaePXnFe .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uJnaeQyi5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJnaeQyi5W blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJnaeR8LOZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJnaeR8LOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnaeR8LOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnaeR8LOZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJnaeR8LOZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJnaeR8LOZ .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-uJnaeR8LOZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJnaeR8LOZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRPYjMrZ1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uRPYjMrZ1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPYjMrZ1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPYjMrZ1d .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uRPYjMrZ1d .content-wrap .row {
  justify-content: center;
}
.cid-uRPYjMrZ1d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:hover,
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:hover,
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uRPYjMrZ1d .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uRPYjMrZ1d .mbr-section-title {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .mbr-section-subtitle {
  color: #404349;
}
.cid-uRPYjMrZ1d .list {
  color: #404349;
}
.cid-uJmTgDcR2u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJmTgDcR2u nav.navbar {
  position: fixed;
}
.cid-uJmTgDcR2u .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-uJmTgDcR2u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJmTgDcR2u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJmTgDcR2u .dropdown-item:hover,
.cid-uJmTgDcR2u .dropdown-item:focus {
  background: #35d528 !important;
  color: white !important;
}
.cid-uJmTgDcR2u .dropdown-item:hover span {
  color: white;
}
.cid-uJmTgDcR2u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJmTgDcR2u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJmTgDcR2u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJmTgDcR2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJmTgDcR2u .nav-link {
  position: relative;
}
.cid-uJmTgDcR2u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJmTgDcR2u .container {
    flex-wrap: wrap;
  }
}
.cid-uJmTgDcR2u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJmTgDcR2u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJmTgDcR2u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJmTgDcR2u .dropdown-menu,
.cid-uJmTgDcR2u .navbar.opened {
  background: #ffffff !important;
}
.cid-uJmTgDcR2u .nav-item:focus,
.cid-uJmTgDcR2u .nav-link:focus {
  outline: none;
}
.cid-uJmTgDcR2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJmTgDcR2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJmTgDcR2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJmTgDcR2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJmTgDcR2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJmTgDcR2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJmTgDcR2u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uJmTgDcR2u .navbar.opened {
  transition: all 0.3s;
}
.cid-uJmTgDcR2u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJmTgDcR2u .navbar .navbar-logo img {
  width: auto;
}
.cid-uJmTgDcR2u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJmTgDcR2u .navbar.collapsed {
  justify-content: center;
}
.cid-uJmTgDcR2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJmTgDcR2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJmTgDcR2u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJmTgDcR2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJmTgDcR2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJmTgDcR2u .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-uJmTgDcR2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJmTgDcR2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJmTgDcR2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJmTgDcR2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJmTgDcR2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJmTgDcR2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJmTgDcR2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJmTgDcR2u .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-uJmTgDcR2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJmTgDcR2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJmTgDcR2u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJmTgDcR2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJmTgDcR2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJmTgDcR2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJmTgDcR2u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJmTgDcR2u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJmTgDcR2u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJmTgDcR2u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJmTgDcR2u .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-uJmTgDcR2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJmTgDcR2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJmTgDcR2u .dropdown-item.active,
.cid-uJmTgDcR2u .dropdown-item:active {
  background-color: transparent;
}
.cid-uJmTgDcR2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJmTgDcR2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJmTgDcR2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJmTgDcR2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJmTgDcR2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJmTgDcR2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJmTgDcR2u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJmTgDcR2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJmTgDcR2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJmTgDcR2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJmTgDcR2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJmTgDcR2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJmTgDcR2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJmTgDcR2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJmTgDcR2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJmTgDcR2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJmTgDcR2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJmTgDcR2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJmTgDcR2u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJmTgDcR2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJmTgDcR2u .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-uJmTgDcR2u .navbar {
    height: 70px;
  }
  .cid-uJmTgDcR2u .navbar.opened {
    height: auto;
  }
  .cid-uJmTgDcR2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJmTlCZ5sL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/11-2000x1330.jpg");
}
.cid-uJmTlCZ5sL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmTlCZ5sL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmTlCZ5sL .row {
  margin: 0 -8px;
}
.cid-uJmTlCZ5sL .row .card {
  padding: 0 8px;
}
.cid-uJmTlCZ5sL .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJmTlCZ5sL .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJmTlCZ5sL .card-wrapper {
    padding: 24px;
  }
}
.cid-uJmTlCZ5sL .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJmTlCZ5sL .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJmTlCZ5sL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJmTlCZ5sL .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJmTlCZ5sL .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJmTlCZ5sL .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJmTlCZ5sL .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJmTlCZ5sL .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJmTlCZ5sL .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJmTlCZ5sL .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJmTlCZ5sL .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJmTlCZ5sL .mbr-text,
.cid-uJmTlCZ5sL .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJmTppbtad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJmTppbtad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmTppbtad .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-uJmTppbtad .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJmTppbtad .container {
    padding: 0 12px;
  }
}
.cid-uJmTppbtad .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJmTppbtad .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uJmTppbtad .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uJmTppbtad .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #40b0bf;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uJmTppbtad .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJn7nfhkBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn7nfhkBW blockquote {
  border-color: #35d528;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJn7ocr1J1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn7ocr1J1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn7ocr1J1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn7ocr1J1 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJmTsvCMx0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJmTsvCMx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmTsvCMx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmTsvCMx0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .container {
    padding: 0;
  }
}
.cid-uJmTsvCMx0 .row {
  justify-content: center;
}
.cid-uJmTsvCMx0 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uJmTsvCMx0 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uJmTsvCMx0 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uJmTsvCMx0 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJmTsvCMx0 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uJmTsvCMx0 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uJmTsvCMx0 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uJmTsvCMx0 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uJmTsvCMx0 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJmTsvCMx0 .mbr-text {
  color: #263652;
}
.cid-uJn7oPow9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn7oPow9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn7oPow9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn7oPow9B .mbr-section-subtitle {
  text-align: left;
}
.cid-uJn3cI14II {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn3cI14II .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn3cI14II .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn3cI14II .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .container {
    padding: 0;
  }
}
.cid-uJn3cI14II .row {
  justify-content: center;
}
.cid-uJn3cI14II .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uJn3cI14II .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uJn3cI14II .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uJn3cI14II .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uJn3cI14II .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uJn3cI14II .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uJn3cI14II .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uJn3cI14II .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uJn3cI14II .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJn3cI14II .mbr-text {
  color: #263652;
}
.cid-uJn7pthOu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn7pthOu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn7pthOu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn7pthOu4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uJn7pthOu4 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJn4NTDTHF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uJn4NTDTHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn4NTDTHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn4NTDTHF .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uJn4NTDTHF .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uJn4NTDTHF .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uJn4NTDTHF .wrapper {
  padding: 30px 0;
}
.cid-uJn4NTDTHF .mbr-section-title {
  color: #fafafa;
}
.cid-uJn4NTDTHF .mbr-text,
.cid-uJn4NTDTHF .mbr-section-btn {
  color: #ffffff;
}
.cid-uJn4NTDTHF H3 {
  color: #000000;
}
.cid-uJn7q7Uxh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn7q7Uxh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn7q7Uxh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn7q7Uxh9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uJn7rw7YdS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJn7rw7YdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn7rw7YdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn7rw7YdS .video-wrapper iframe {
  width: 100%;
}
.cid-uJn7rw7YdS .mbr-section-title,
.cid-uJn7rw7YdS .mbr-description {
  text-align: center;
}
.cid-uJn7rw7YdS .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uJn7rw7YdS .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJn6meXSkY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uJn6meXSkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn6meXSkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn6meXSkY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJn6meXSkY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJn6meXSkY .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #35d528;
}
.cid-uJn6meXSkY .panel-body,
.cid-uJn6meXSkY .card-header {
  padding: 1rem 0;
}
.cid-uJn6meXSkY .panel-title-edit {
  color: #000000;
}
.cid-uJn9Gf9W7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJn9Gf9W7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn9Gf9W7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn9Gf9W7g .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uJn9Gf9W7g .mbr-section-subtitle {
  text-align: left;
}
.cid-uJn56SYNnA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uJn56SYNnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn56SYNnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn56SYNnA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJn56SYNnA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJn56SYNnA .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-uJn56SYNnA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJn56SYNnA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRPYjMrZ1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uRPYjMrZ1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPYjMrZ1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPYjMrZ1d .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uRPYjMrZ1d .content-wrap .row {
  justify-content: center;
}
.cid-uRPYjMrZ1d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uRPYjMrZ1d .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:hover,
.cid-uRPYjMrZ1d .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:hover,
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPYjMrZ1d .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRPYjMrZ1d .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRPYjMrZ1d .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uRPYjMrZ1d .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uRPYjMrZ1d .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uRPYjMrZ1d .mbr-section-title {
  color: #ed463f;
}
.cid-uRPYjMrZ1d .mbr-section-subtitle {
  color: #404349;
}
.cid-uRPYjMrZ1d .list {
  color: #404349;
}
.cid-uRQpufm0uB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRQpufm0uB nav.navbar {
  position: fixed;
}
.cid-uRQpufm0uB .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-uRQpufm0uB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRQpufm0uB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRQpufm0uB .dropdown-item:hover,
.cid-uRQpufm0uB .dropdown-item:focus {
  background: #35d528 !important;
  color: white !important;
}
.cid-uRQpufm0uB .dropdown-item:hover span {
  color: white;
}
.cid-uRQpufm0uB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRQpufm0uB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRQpufm0uB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRQpufm0uB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRQpufm0uB .nav-link {
  position: relative;
}
.cid-uRQpufm0uB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRQpufm0uB .container {
    flex-wrap: wrap;
  }
}
.cid-uRQpufm0uB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRQpufm0uB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uRQpufm0uB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRQpufm0uB .dropdown-menu,
.cid-uRQpufm0uB .navbar.opened {
  background: #ffffff !important;
}
.cid-uRQpufm0uB .nav-item:focus,
.cid-uRQpufm0uB .nav-link:focus {
  outline: none;
}
.cid-uRQpufm0uB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRQpufm0uB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRQpufm0uB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRQpufm0uB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQpufm0uB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRQpufm0uB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRQpufm0uB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRQpufm0uB .navbar.opened {
  transition: all 0.3s;
}
.cid-uRQpufm0uB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRQpufm0uB .navbar .navbar-logo img {
  width: auto;
}
.cid-uRQpufm0uB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRQpufm0uB .navbar.collapsed {
  justify-content: center;
}
.cid-uRQpufm0uB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRQpufm0uB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRQpufm0uB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRQpufm0uB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRQpufm0uB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRQpufm0uB .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-uRQpufm0uB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRQpufm0uB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRQpufm0uB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRQpufm0uB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRQpufm0uB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRQpufm0uB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRQpufm0uB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRQpufm0uB .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-uRQpufm0uB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRQpufm0uB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRQpufm0uB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRQpufm0uB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRQpufm0uB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRQpufm0uB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRQpufm0uB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRQpufm0uB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRQpufm0uB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRQpufm0uB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRQpufm0uB .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-uRQpufm0uB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRQpufm0uB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRQpufm0uB .dropdown-item.active,
.cid-uRQpufm0uB .dropdown-item:active {
  background-color: transparent;
}
.cid-uRQpufm0uB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRQpufm0uB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRQpufm0uB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRQpufm0uB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRQpufm0uB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRQpufm0uB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRQpufm0uB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRQpufm0uB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRQpufm0uB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRQpufm0uB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRQpufm0uB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRQpufm0uB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQpufm0uB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQpufm0uB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRQpufm0uB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQpufm0uB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRQpufm0uB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRQpufm0uB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQpufm0uB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRQpufm0uB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRQpufm0uB .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-uRQpufm0uB .navbar {
    height: 70px;
  }
  .cid-uRQpufm0uB .navbar.opened {
    height: auto;
  }
  .cid-uRQpufm0uB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRQpuggaXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/13.webp");
}
.cid-uRQpuggaXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpuggaXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpuggaXO .row {
  margin: 0 -8px;
}
.cid-uRQpuggaXO .row .card {
  padding: 0 8px;
}
.cid-uRQpuggaXO .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRQpuggaXO .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRQpuggaXO .card-wrapper {
    padding: 24px;
  }
}
.cid-uRQpuggaXO .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRQpuggaXO .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRQpuggaXO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRQpuggaXO .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRQpuggaXO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRQpuggaXO .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRQpuggaXO .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRQpuggaXO .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRQpuggaXO .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRQpuggaXO .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRQpuggaXO .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRQpuggaXO .mbr-text,
.cid-uRQpuggaXO .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRQpugTWJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpugTWJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpugTWJk .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-uRQpugTWJk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRQpugTWJk .container {
    padding: 0 12px;
  }
}
.cid-uRQpugTWJk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRQpugTWJk .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRQpugTWJk .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRQpugTWJk .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #40b0bf;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRQpugTWJk .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRQpuhyVea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpuhyVea blockquote {
  border-color: #35d528;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uRQpui5ROT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpui5ROT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpui5ROT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpui5ROT .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQpujgqU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpujgqU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpujgqU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpujgqU1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .container {
    padding: 0;
  }
}
.cid-uRQpujgqU1 .row {
  justify-content: center;
}
.cid-uRQpujgqU1 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQpujgqU1 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uRQpujgqU1 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uRQpujgqU1 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRQpujgqU1 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQpujgqU1 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uRQpujgqU1 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uRQpujgqU1 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uRQpujgqU1 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRQpujgqU1 .mbr-text {
  color: #263652;
}
.cid-uRQpulceXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpulceXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpulceXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpulceXc .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uRQpumrGi1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpumrGi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpumrGi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpumrGi1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .container {
    padding: 0;
  }
}
.cid-uRQpumrGi1 .row {
  justify-content: center;
}
.cid-uRQpumrGi1 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQpumrGi1 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uRQpumrGi1 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uRQpumrGi1 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRQpumrGi1 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQpumrGi1 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uRQpumrGi1 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uRQpumrGi1 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uRQpumrGi1 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRQpumrGi1 .mbr-text {
  color: #263652;
}
.cid-uRQpunYEST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpunYEST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpunYEST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpunYEST .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRQpunYEST .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQpup7FkR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQpup7FkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpup7FkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpup7FkR .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uRQpup7FkR .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uRQpup7FkR .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uRQpup7FkR .wrapper {
  padding: 30px 0;
}
.cid-uRQpup7FkR .mbr-section-title {
  color: #fafafa;
}
.cid-uRQpup7FkR .mbr-text,
.cid-uRQpup7FkR .mbr-section-btn {
  color: #ffffff;
}
.cid-uRQpup7FkR H3 {
  color: #000000;
}
.cid-uRQpuq349A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpuq349A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpuq349A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpuq349A .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQpuqRPet {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRQpuqRPet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpuqRPet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpuqRPet .video-wrapper iframe {
  width: 100%;
}
.cid-uRQpuqRPet .mbr-section-title,
.cid-uRQpuqRPet .mbr-description {
  text-align: center;
}
.cid-uRQpuqRPet .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uRQpuqRPet .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-uRQpurMlsw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQpurMlsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpurMlsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpurMlsw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRQpurMlsw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRQpurMlsw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #35d528;
}
.cid-uRQpurMlsw .panel-body,
.cid-uRQpurMlsw .card-header {
  padding: 1rem 0;
}
.cid-uRQpurMlsw .panel-title-edit {
  color: #000000;
}
.cid-uRQpusUkfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQpusUkfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpusUkfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpusUkfp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRQpusUkfp .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQyH2gan8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQyH2gan8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQyH2gan8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQyH2gan8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #35d528;
  margin-left: 1rem;
}
.cid-uRQyH2gan8 .panel-group {
  border: none;
}
.cid-uRQyH2gan8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRQyH2gan8 .panel-body,
.cid-uRQyH2gan8 .card-header {
  padding: 1rem 0;
}
.cid-uRQyH2gan8 .panel-title-edit {
  color: #000000;
}
.cid-uRQyH2gan8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRQyH2gan8 .panel-text {
  color: #000000;
}
.cid-uRQpuu95mC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRQpuu95mC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpuu95mC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpuu95mC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRQpuu95mC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRQpuu95mC .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-uRQpuu95mC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRQpuu95mC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRQpuv8xOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uRQpuv8xOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQpuv8xOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQpuv8xOc .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRQpuv8xOc .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uRQpuv8xOc .content-wrap .row {
  justify-content: center;
}
.cid-uRQpuv8xOc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQpuv8xOc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQpuv8xOc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRQpuv8xOc .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uRQpuv8xOc .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uRQpuv8xOc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRQpuv8xOc .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQpuv8xOc .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQpuv8xOc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQpuv8xOc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRQpuv8xOc .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRQpuv8xOc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRQpuv8xOc .nav-wrapper .list .item-wrap:hover,
.cid-uRQpuv8xOc .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRQpuv8xOc .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQpuv8xOc .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQpuv8xOc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQpuv8xOc .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRQpuv8xOc .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRQpuv8xOc .contacts-wrapper .list .item-wrap:hover,
.cid-uRQpuv8xOc .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRQpuv8xOc .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRQpuv8xOc .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQpuv8xOc .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQpuv8xOc .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQpuv8xOc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRQpuv8xOc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRQpuv8xOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRQpuv8xOc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uRQpuv8xOc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uRQpuv8xOc .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uRQpuv8xOc .mbr-section-title {
  color: #ed463f;
}
.cid-uRQpuv8xOc .mbr-section-subtitle {
  color: #404349;
}
.cid-uRQpuv8xOc .list {
  color: #404349;
}
.cid-uRQuavzs2j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRQuavzs2j nav.navbar {
  position: fixed;
}
.cid-uRQuavzs2j .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-uRQuavzs2j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRQuavzs2j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRQuavzs2j .dropdown-item:hover,
.cid-uRQuavzs2j .dropdown-item:focus {
  background: #35d528 !important;
  color: white !important;
}
.cid-uRQuavzs2j .dropdown-item:hover span {
  color: white;
}
.cid-uRQuavzs2j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRQuavzs2j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRQuavzs2j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRQuavzs2j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRQuavzs2j .nav-link {
  position: relative;
}
.cid-uRQuavzs2j .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRQuavzs2j .container {
    flex-wrap: wrap;
  }
}
.cid-uRQuavzs2j .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRQuavzs2j .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uRQuavzs2j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRQuavzs2j .dropdown-menu,
.cid-uRQuavzs2j .navbar.opened {
  background: #ffffff !important;
}
.cid-uRQuavzs2j .nav-item:focus,
.cid-uRQuavzs2j .nav-link:focus {
  outline: none;
}
.cid-uRQuavzs2j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRQuavzs2j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRQuavzs2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRQuavzs2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQuavzs2j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRQuavzs2j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRQuavzs2j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRQuavzs2j .navbar.opened {
  transition: all 0.3s;
}
.cid-uRQuavzs2j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRQuavzs2j .navbar .navbar-logo img {
  width: auto;
}
.cid-uRQuavzs2j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRQuavzs2j .navbar.collapsed {
  justify-content: center;
}
.cid-uRQuavzs2j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRQuavzs2j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRQuavzs2j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRQuavzs2j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRQuavzs2j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRQuavzs2j .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-uRQuavzs2j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRQuavzs2j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRQuavzs2j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRQuavzs2j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRQuavzs2j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRQuavzs2j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRQuavzs2j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRQuavzs2j .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-uRQuavzs2j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRQuavzs2j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRQuavzs2j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRQuavzs2j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRQuavzs2j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRQuavzs2j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRQuavzs2j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRQuavzs2j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRQuavzs2j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRQuavzs2j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRQuavzs2j .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-uRQuavzs2j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRQuavzs2j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRQuavzs2j .dropdown-item.active,
.cid-uRQuavzs2j .dropdown-item:active {
  background-color: transparent;
}
.cid-uRQuavzs2j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRQuavzs2j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRQuavzs2j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRQuavzs2j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRQuavzs2j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRQuavzs2j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRQuavzs2j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRQuavzs2j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRQuavzs2j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRQuavzs2j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRQuavzs2j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRQuavzs2j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQuavzs2j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQuavzs2j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRQuavzs2j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQuavzs2j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRQuavzs2j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRQuavzs2j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQuavzs2j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRQuavzs2j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRQuavzs2j .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-uRQuavzs2j .navbar {
    height: 70px;
  }
  .cid-uRQuavzs2j .navbar.opened {
    height: auto;
  }
  .cid-uRQuavzs2j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRQuawnMKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/14.webp");
}
.cid-uRQuawnMKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuawnMKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuawnMKu .row {
  margin: 0 -8px;
}
.cid-uRQuawnMKu .row .card {
  padding: 0 8px;
}
.cid-uRQuawnMKu .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRQuawnMKu .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRQuawnMKu .card-wrapper {
    padding: 24px;
  }
}
.cid-uRQuawnMKu .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRQuawnMKu .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRQuawnMKu .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRQuawnMKu .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRQuawnMKu .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRQuawnMKu .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRQuawnMKu .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRQuawnMKu .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRQuawnMKu .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRQuawnMKu .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRQuawnMKu .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRQuawnMKu .mbr-text,
.cid-uRQuawnMKu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRQuawNPHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuawNPHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuawNPHf .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-uRQuawNPHf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRQuawNPHf .container {
    padding: 0 12px;
  }
}
.cid-uRQuawNPHf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRQuawNPHf .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRQuawNPHf .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRQuawNPHf .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #40b0bf;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRQuawNPHf .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRQuaxlV8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuaxlV8W blockquote {
  border-color: #35d528;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uRQuaxNDYF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuaxNDYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaxNDYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaxNDYF .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQuaypj23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuaypj23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaypj23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaypj23 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .container {
    padding: 0;
  }
}
.cid-uRQuaypj23 .row {
  justify-content: center;
}
.cid-uRQuaypj23 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQuaypj23 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uRQuaypj23 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uRQuaypj23 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRQuaypj23 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQuaypj23 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uRQuaypj23 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uRQuaypj23 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uRQuaypj23 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRQuaypj23 .mbr-text {
  color: #263652;
}
.cid-uRQuazbcQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuazbcQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuazbcQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuazbcQb .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uRQuazElIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuazElIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuazElIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuazElIN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .container {
    padding: 0;
  }
}
.cid-uRQuazElIN .row {
  justify-content: center;
}
.cid-uRQuazElIN .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQuazElIN .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uRQuazElIN .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uRQuazElIN .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRQuazElIN .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQuazElIN .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uRQuazElIN .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uRQuazElIN .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uRQuazElIN .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRQuazElIN .mbr-text {
  color: #263652;
}
.cid-uRQuaAqGcH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuaAqGcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaAqGcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaAqGcH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRQuaAqGcH .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQuaB9vob {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQuaB9vob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaB9vob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaB9vob .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uRQuaB9vob .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uRQuaB9vob .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uRQuaB9vob .wrapper {
  padding: 30px 0;
}
.cid-uRQuaB9vob .mbr-section-title {
  color: #fafafa;
}
.cid-uRQuaB9vob .mbr-text,
.cid-uRQuaB9vob .mbr-section-btn {
  color: #ffffff;
}
.cid-uRQuaB9vob H3 {
  color: #000000;
}
.cid-uRQuaBSZxZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuaBSZxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaBSZxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaBSZxZ .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQuaDeREo {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRQuaDeREo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaDeREo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaDeREo .video-wrapper iframe {
  width: 100%;
}
.cid-uRQuaDeREo .mbr-section-title,
.cid-uRQuaDeREo .mbr-description {
  text-align: center;
}
.cid-uRQuaDeREo .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uRQuaDeREo .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-uRQuaE87nu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQuaE87nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaE87nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaE87nu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRQuaE87nu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRQuaE87nu .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #35d528;
}
.cid-uRQuaE87nu .panel-body,
.cid-uRQuaE87nu .card-header {
  padding: 1rem 0;
}
.cid-uRQuaE87nu .panel-title-edit {
  color: #000000;
}
.cid-uRQuaFbQuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQuaFbQuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaFbQuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaFbQuB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRQuaFbQuB .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQzni5CMl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQzni5CMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQzni5CMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQzni5CMl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #35d528;
  margin-left: 1rem;
}
.cid-uRQzni5CMl .panel-group {
  border: none;
}
.cid-uRQzni5CMl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRQzni5CMl .panel-body,
.cid-uRQzni5CMl .card-header {
  padding: 1rem 0;
}
.cid-uRQzni5CMl .panel-title-edit {
  color: #000000;
}
.cid-uRQzni5CMl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRQzni5CMl .panel-text {
  color: #000000;
}
.cid-uRQuaFL2xN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRQuaFL2xN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaFL2xN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaFL2xN .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRQuaFL2xN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRQuaFL2xN .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-uRQuaFL2xN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRQuaFL2xN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRQuaGkdnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uRQuaGkdnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQuaGkdnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQuaGkdnx .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRQuaGkdnx .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uRQuaGkdnx .content-wrap .row {
  justify-content: center;
}
.cid-uRQuaGkdnx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQuaGkdnx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQuaGkdnx .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRQuaGkdnx .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uRQuaGkdnx .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uRQuaGkdnx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRQuaGkdnx .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQuaGkdnx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQuaGkdnx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQuaGkdnx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRQuaGkdnx .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRQuaGkdnx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRQuaGkdnx .nav-wrapper .list .item-wrap:hover,
.cid-uRQuaGkdnx .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRQuaGkdnx .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQuaGkdnx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQuaGkdnx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQuaGkdnx .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRQuaGkdnx .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRQuaGkdnx .contacts-wrapper .list .item-wrap:hover,
.cid-uRQuaGkdnx .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRQuaGkdnx .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRQuaGkdnx .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQuaGkdnx .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQuaGkdnx .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQuaGkdnx .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRQuaGkdnx .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRQuaGkdnx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRQuaGkdnx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uRQuaGkdnx .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uRQuaGkdnx .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uRQuaGkdnx .mbr-section-title {
  color: #ed463f;
}
.cid-uRQuaGkdnx .mbr-section-subtitle {
  color: #404349;
}
.cid-uRQuaGkdnx .list {
  color: #404349;
}
.cid-uRQwuNWXxa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRQwuNWXxa nav.navbar {
  position: fixed;
}
.cid-uRQwuNWXxa .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-uRQwuNWXxa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRQwuNWXxa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRQwuNWXxa .dropdown-item:hover,
.cid-uRQwuNWXxa .dropdown-item:focus {
  background: #35d528 !important;
  color: white !important;
}
.cid-uRQwuNWXxa .dropdown-item:hover span {
  color: white;
}
.cid-uRQwuNWXxa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRQwuNWXxa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRQwuNWXxa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRQwuNWXxa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRQwuNWXxa .nav-link {
  position: relative;
}
.cid-uRQwuNWXxa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRQwuNWXxa .container {
    flex-wrap: wrap;
  }
}
.cid-uRQwuNWXxa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRQwuNWXxa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uRQwuNWXxa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRQwuNWXxa .dropdown-menu,
.cid-uRQwuNWXxa .navbar.opened {
  background: #ffffff !important;
}
.cid-uRQwuNWXxa .nav-item:focus,
.cid-uRQwuNWXxa .nav-link:focus {
  outline: none;
}
.cid-uRQwuNWXxa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRQwuNWXxa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRQwuNWXxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRQwuNWXxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRQwuNWXxa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRQwuNWXxa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRQwuNWXxa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRQwuNWXxa .navbar.opened {
  transition: all 0.3s;
}
.cid-uRQwuNWXxa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRQwuNWXxa .navbar .navbar-logo img {
  width: auto;
}
.cid-uRQwuNWXxa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRQwuNWXxa .navbar.collapsed {
  justify-content: center;
}
.cid-uRQwuNWXxa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRQwuNWXxa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRQwuNWXxa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRQwuNWXxa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRQwuNWXxa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRQwuNWXxa .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-uRQwuNWXxa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRQwuNWXxa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRQwuNWXxa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRQwuNWXxa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRQwuNWXxa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRQwuNWXxa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRQwuNWXxa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRQwuNWXxa .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-uRQwuNWXxa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRQwuNWXxa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRQwuNWXxa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRQwuNWXxa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRQwuNWXxa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRQwuNWXxa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRQwuNWXxa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRQwuNWXxa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRQwuNWXxa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRQwuNWXxa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRQwuNWXxa .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-uRQwuNWXxa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRQwuNWXxa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRQwuNWXxa .dropdown-item.active,
.cid-uRQwuNWXxa .dropdown-item:active {
  background-color: transparent;
}
.cid-uRQwuNWXxa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRQwuNWXxa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRQwuNWXxa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRQwuNWXxa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRQwuNWXxa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRQwuNWXxa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRQwuNWXxa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRQwuNWXxa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRQwuNWXxa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRQwuNWXxa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRQwuNWXxa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRQwuNWXxa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQwuNWXxa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRQwuNWXxa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRQwuNWXxa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQwuNWXxa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRQwuNWXxa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRQwuNWXxa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRQwuNWXxa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRQwuNWXxa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRQwuNWXxa .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-uRQwuNWXxa .navbar {
    height: 70px;
  }
  .cid-uRQwuNWXxa .navbar.opened {
    height: auto;
  }
  .cid-uRQwuNWXxa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRQwuPS7Nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/15-1600x900.jpg");
}
.cid-uRQwuPS7Nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuPS7Nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuPS7Nb .row {
  margin: 0 -8px;
}
.cid-uRQwuPS7Nb .row .card {
  padding: 0 8px;
}
.cid-uRQwuPS7Nb .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRQwuPS7Nb .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRQwuPS7Nb .card-wrapper {
    padding: 24px;
  }
}
.cid-uRQwuPS7Nb .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRQwuPS7Nb .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRQwuPS7Nb .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRQwuPS7Nb .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRQwuPS7Nb .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRQwuPS7Nb .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRQwuPS7Nb .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRQwuPS7Nb .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRQwuPS7Nb .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRQwuPS7Nb .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRQwuPS7Nb .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRQwuPS7Nb .mbr-text,
.cid-uRQwuPS7Nb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRQwuQQhYE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuQQhYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuQQhYE .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-uRQwuQQhYE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRQwuQQhYE .container {
    padding: 0 12px;
  }
}
.cid-uRQwuQQhYE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRQwuQQhYE .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRQwuQQhYE .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRQwuQQhYE .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #40b0bf;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRQwuQQhYE .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uRQwuRyTjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuRyTjl blockquote {
  border-color: #35d528;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uRQwuS6Uwa {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuS6Uwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuS6Uwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuS6Uwa .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQwuSBbp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuSBbp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuSBbp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuSBbp7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .container {
    padding: 0;
  }
}
.cid-uRQwuSBbp7 .row {
  justify-content: center;
}
.cid-uRQwuSBbp7 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQwuSBbp7 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uRQwuSBbp7 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uRQwuSBbp7 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRQwuSBbp7 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQwuSBbp7 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uRQwuSBbp7 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uRQwuSBbp7 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uRQwuSBbp7 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRQwuSBbp7 .mbr-text {
  color: #263652;
}
.cid-uRQwuTXTUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuTXTUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuTXTUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuTXTUU .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uRQwuURpTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuURpTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuURpTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuURpTY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .container {
    padding: 0;
  }
}
.cid-uRQwuURpTY .row {
  justify-content: center;
}
.cid-uRQwuURpTY .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQwuURpTY .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uRQwuURpTY .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uRQwuURpTY .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #40b0bf;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uRQwuURpTY .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uRQwuURpTY .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uRQwuURpTY .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uRQwuURpTY .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uRQwuURpTY .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uRQwuURpTY .mbr-text {
  color: #263652;
}
.cid-uRQwuVOSRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuVOSRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuVOSRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuVOSRs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRQwuVOSRs .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQwuWC6H1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQwuWC6H1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuWC6H1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuWC6H1 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uRQwuWC6H1 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uRQwuWC6H1 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uRQwuWC6H1 .wrapper {
  padding: 30px 0;
}
.cid-uRQwuWC6H1 .mbr-section-title {
  color: #fafafa;
}
.cid-uRQwuWC6H1 .mbr-text,
.cid-uRQwuWC6H1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRQwuWC6H1 H3 {
  color: #000000;
}
.cid-uRQwuXhTFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwuXhTFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuXhTFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuXhTFA .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQwuXRhio {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRQwuXRhio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuXRhio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuXRhio .video-wrapper iframe {
  width: 100%;
}
.cid-uRQwuXRhio .mbr-section-title,
.cid-uRQwuXRhio .mbr-description {
  text-align: center;
}
.cid-uRQwuXRhio .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uRQwuXRhio .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-uRQwuXRhio .mbr-section-subtitle {
  text-align: right;
}
.cid-uRQwuZ7gQg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQwuZ7gQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwuZ7gQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwuZ7gQg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRQwuZ7gQg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRQwuZ7gQg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #35d528;
}
.cid-uRQwuZ7gQg .panel-body,
.cid-uRQwuZ7gQg .card-header {
  padding: 1rem 0;
}
.cid-uRQwuZ7gQg .panel-title-edit {
  color: #000000;
}
.cid-uRQwv0sBNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRQwv0sBNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwv0sBNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwv0sBNX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRQwv0sBNX .mbr-section-subtitle {
  text-align: left;
}
.cid-uRQAeAQ1wp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uRQAeAQ1wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQAeAQ1wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQAeAQ1wp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRQAeAQ1wp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRQAeAQ1wp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #35d528;
}
.cid-uRQAeAQ1wp .panel-body,
.cid-uRQAeAQ1wp .card-header {
  padding: 1rem 0;
}
.cid-uRQAeAQ1wp .panel-title-edit {
  color: #000000;
}
.cid-uRQAeAQ1wp .panel-text {
  color: #000000;
}
.cid-uRQwv1nQk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRQwv1nQk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwv1nQk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwv1nQk7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRQwv1nQk7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRQwv1nQk7 .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-uRQwv1nQk7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRQwv1nQk7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRQwv2k4yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #40b0bf;
}
.cid-uRQwv2k4yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQwv2k4yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQwv2k4yt .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRQwv2k4yt .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uRQwv2k4yt .content-wrap .row {
  justify-content: center;
}
.cid-uRQwv2k4yt .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQwv2k4yt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQwv2k4yt .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRQwv2k4yt .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uRQwv2k4yt .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uRQwv2k4yt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRQwv2k4yt .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQwv2k4yt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQwv2k4yt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQwv2k4yt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRQwv2k4yt .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRQwv2k4yt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRQwv2k4yt .nav-wrapper .list .item-wrap:hover,
.cid-uRQwv2k4yt .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRQwv2k4yt .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQwv2k4yt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQwv2k4yt .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQwv2k4yt .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRQwv2k4yt .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRQwv2k4yt .contacts-wrapper .list .item-wrap:hover,
.cid-uRQwv2k4yt .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uRQwv2k4yt .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRQwv2k4yt .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRQwv2k4yt .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRQwv2k4yt .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRQwv2k4yt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRQwv2k4yt .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRQwv2k4yt .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRQwv2k4yt .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uRQwv2k4yt .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uRQwv2k4yt .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uRQwv2k4yt .mbr-section-title {
  color: #ed463f;
}
.cid-uRQwv2k4yt .mbr-section-subtitle {
  color: #404349;
}
.cid-uRQwv2k4yt .list {
  color: #404349;
}
