body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4rem;
  line-height: 92px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 40px;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 39px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ed3b23 !important;
}
.bg-success {
  background-color: #ff773d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #003482 !important;
}
.bg-danger {
  background-color: #c0b8a8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed3b23 !important;
  border-color: #ed3b23 !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: #ab210e !important;
  border-color: #ab210e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ab210e !important;
  border-color: #ab210e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5740 !important;
  border-color: #ff5740 !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: #e81c00 !important;
  border-color: #e81c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e81c00 !important;
  border-color: #e81c00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff773d !important;
  border-color: #ff773d !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: #e54500 !important;
  border-color: #e54500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e54500 !important;
  border-color: #e54500 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #003482 !important;
  border-color: #003482 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #00112b !important;
  border-color: #00112b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00112b !important;
  border-color: #00112b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c0b8a8 !important;
  border-color: #c0b8a8 !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: #9c8f76 !important;
  border-color: #9c8f76 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9c8f76 !important;
  border-color: #9c8f76 !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: #ed3b23;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab210e !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: #ed3b23 !important;
  border-color: #ed3b23 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5740;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e81c00 !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: #ff5740 !important;
  border-color: #ff5740 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff773d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e54500 !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: #ff773d !important;
  border-color: #ff773d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #003482;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00112b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #003482 !important;
  border-color: #003482 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c0b8a8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9c8f76 !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: #c0b8a8 !important;
  border-color: #c0b8a8 !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: #ed3b23 !important;
}
.text-secondary {
  color: #ff5740 !important;
}
.text-success {
  color: #ff773d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #003482 !important;
}
.text-danger {
  color: #c0b8a8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9d1e0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d91a00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d64000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000b1c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #95886d !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: #ed3b23;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #003482;
}
.alert-danger {
  background-color: #c0b8a8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed3b23;
  border-color: #ed3b23;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed3b23;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce3e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0267ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6f4f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ed3b23 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ed3b23;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed3b23;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed3b23;
}
.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: #ed3b23;
  border-bottom-color: #ed3b23;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed3b23 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff5740 !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='%23ed3b23' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 48px;
  box-shadow: none;
}
.cid-tsOd88TCcZ .navbar-dropdown {
  background-color: #e6e6e6 !important;
  padding: 0;
}
.cid-tsOd88TCcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e6e6e6 !important;
  background: #e6e6e6;
}
.cid-tsOd88TCcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tsOd88TCcZ .menu_box .navbar.opened,
  .cid-tsOd88TCcZ .menu_box .navbar-collapse {
    background-color: #e6e6e6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tsOd88TCcZ .navbar-dropdown {
  position: relative !important;
}
.cid-tsOd88TCcZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tsOd88TCcZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsOd88TCcZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tsOd88TCcZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tsOd88TCcZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tsOd88TCcZ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-tsOd88TCcZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tsOd88TCcZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tsOd88TCcZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tsOd88TCcZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tsOd88TCcZ .offcanvas-body .mbr-text,
  .cid-tsOd88TCcZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tsOd88TCcZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tsOd88TCcZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tsOd88TCcZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-tsOd88TCcZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tsOd88TCcZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tsOd88TCcZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tsOd88TCcZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tsOd88TCcZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tsOd88TCcZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tsOd88TCcZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tsOd88TCcZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tsOd88TCcZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tsOd88TCcZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tsOd88TCcZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tsOd88TCcZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tsOd88TCcZ .nav-item {
    margin: 0 !important;
  }
}
.cid-tsOd88TCcZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tsOd88TCcZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tsOd88TCcZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tsOd88TCcZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tsOd88TCcZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tsOd88TCcZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tsOd88TCcZ .offcanvas_box {
    display: none;
  }
}
.cid-tsOd88TCcZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tsOd88TCcZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tsOd88TCcZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tsOd88TCcZ .container {
  display: flex;
  margin: auto;
}
.cid-tsOd88TCcZ .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tsOd88TCcZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tsOd88TCcZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tsOd88TCcZ .navbar-caption {
  color: #d2d2d2;
}
.cid-tsOd88TCcZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tsOd88TCcZ .navbar-nav {
    margin: 0;
  }
}
.cid-tsOd88TCcZ .dropdown-menu,
.cid-tsOd88TCcZ .navbar.opened {
  background-color: false !important;
}
.cid-tsOd88TCcZ .nav-item:focus,
.cid-tsOd88TCcZ .nav-link:focus {
  outline: none;
}
.cid-tsOd88TCcZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsOd88TCcZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsOd88TCcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsOd88TCcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsOd88TCcZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsOd88TCcZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsOd88TCcZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tsOd88TCcZ .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tsOd88TCcZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tsOd88TCcZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tsOd88TCcZ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tsOd88TCcZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tsOd88TCcZ .navbar.collapsed {
  justify-content: center;
}
.cid-tsOd88TCcZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsOd88TCcZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsOd88TCcZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsOd88TCcZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsOd88TCcZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsOd88TCcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tsOd88TCcZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsOd88TCcZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tsOd88TCcZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tsOd88TCcZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsOd88TCcZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsOd88TCcZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tsOd88TCcZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsOd88TCcZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tsOd88TCcZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsOd88TCcZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tsOd88TCcZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tsOd88TCcZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tsOd88TCcZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsOd88TCcZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsOd88TCcZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tsOd88TCcZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsOd88TCcZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsOd88TCcZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsOd88TCcZ .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsOd88TCcZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsOd88TCcZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsOd88TCcZ .dropdown-item.active,
.cid-tsOd88TCcZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tsOd88TCcZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsOd88TCcZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsOd88TCcZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsOd88TCcZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsOd88TCcZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-tsOd88TCcZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsOd88TCcZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e6e6e6;
  background: #000000;
}
.cid-tsOd88TCcZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-tsOd88TCcZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsOd88TCcZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsOd88TCcZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsOd88TCcZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsOd88TCcZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsOd88TCcZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsOd88TCcZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsOd88TCcZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsOd88TCcZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tsOd88TCcZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsOd88TCcZ .navbar {
    height: 70px;
  }
  .cid-tsOd88TCcZ .navbar.opened {
    height: auto;
  }
  .cid-tsOd88TCcZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsOd88TCcZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tsOd88TCcZ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tsOd88TCcZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tsOd88TCcZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tsOd88TCcZ .navbar-caption:hover {
  color: #ed3b23;
}
@media (min-width: 992px) {
  .cid-tsOd88TCcZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tsOd88TCcZ .mbr-section-subtitle {
  color: #000000;
}
.cid-tsOd88TCcZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tsOd88TCcZ .text_widget {
  color: #000000;
}
.cid-tsOd88TCcZ .mbr-section-subtitle,
.cid-tsOd88TCcZ .text_widget,
.cid-tsOd88TCcZ .mbr-section-btn {
  text-align: center;
}
.cid-tsOd88TCcZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMw7dXWiEH {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-uMw7dXWiEH .container {
    max-width: 1330px !important;
  }
}
.cid-uMw7dXWiEH .content-wrap {
  background-color: #16e0eb;
}
.cid-uMw7dXWiEH .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMw7dXWiEH .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-uMw7dXWiEH .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-uMw7dXWiEH .img-wrap {
  height: 100%;
}
.cid-uMw7dXWiEH .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uMw7dXWiEH .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-uMw7dXWiEH .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-uMw7dXWiEH [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uMw7dXWiEH .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMw7dXWiEH .mbr-section-subtitle,
.cid-uMw7dXWiEH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMw7dXWiEH H1 {
  text-align: left;
  color: #000000;
}
.cid-uMw7dXWiEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw7dXWiEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw6Xdz0nm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMw6Xdz0nm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMw6Xdz0nm .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMw6Xdz0nm .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #fb7338;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #fb7338;
  color: #fb7338;
  content: "✓";
}
.cid-uMw6Xdz0nm .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMw6Xdz0nm .mbr-text {
  color: #000000;
}
.cid-uMw9zQYRxN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #16e0eb;
}
.cid-uMw9zQYRxN .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMw9zQYRxN .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uMw9zQYRxN .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uMw8nkC9s7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMw8nkC9s7 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uMw8nkC9s7 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uMw8nkC9s7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw8nkC9s7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMw8c0Uc7W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #16e0eb;
}
.cid-uMw8c0Uc7W .container {
  max-width: 1500px;
}
.cid-uMw8c0Uc7W img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uMw8c0Uc7W img:hover {
  transform: scale(1.1);
}
.cid-uMw8c0Uc7W .row {
  background: #ffffff;
}
.cid-uMw8c0Uc7W .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uMw8c0Uc7W h2 {
  padding: 0;
  margin: 0;
}
.cid-uMw8c0Uc7W .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMw8c0Uc7W .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uMw8c0Uc7W .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uMw8c0Uc7W .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uMw8c0Uc7W .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uMw8c0Uc7W .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMw8c0Uc7W .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uMw8c0Uc7W .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uMw8c0Uc7W .row {
    margin: 0rem;
  }
  .cid-uMw8c0Uc7W .text-col {
    padding: 2rem 1rem;
  }
  .cid-uMw8c0Uc7W .number {
    margin-right: 2rem;
  }
  .cid-uMw8c0Uc7W .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uMw8c0Uc7W H2 {
  color: #333333;
}
.cid-uMw8c0Uc7W .mbr-text {
  color: #000000;
}
.cid-uMw8c0Uc7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMw8c0Uc7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwd1EsKr7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMwd64ufJX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #16e0eb;
}
.cid-uMwd64ufJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwd64ufJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMwd64ufJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMwd64ufJX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMwd64ufJX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMwd64ufJX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMwd64ufJX .mbr-section-title {
  color: #000000;
}
.cid-uMwd64ufJX .mbr-text,
.cid-uMwd64ufJX .mbr-section-btn {
  color: #000000;
}
.cid-uMwaUNQksg {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uMwaUNQksg .container-fluid {
  padding: 0 2rem;
}
.cid-uMwaUNQksg .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uMwaUNQksg .mbr-title {
  padding: 0 1rem;
}
.cid-uMwaUNQksg .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uMwaUNQksg .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uMwaUNQksg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed3b23, #ff5740);
  display: inline-block;
}
.cid-uMwaUNQksg .image-wrap {
  width: 100%;
}
.cid-uMwaUNQksg .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uMwaUNQksg .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uMwaUNQksg .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uMwaUNQksg .container-fluid {
    padding: 0rem;
  }
}
.cid-uMwaUNQksg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwaUNQksg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuUlUJrEF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMuUlUJrEF .mbr-text {
  color: #000000;
}
.cid-uMuUlUJrEF .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMuUlUJrEF .mbr-section-title {
  color: #000000;
}
.cid-uMwdMF6HmB {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uMwdMF6HmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwdMF6HmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwdMF6HmB .accordion .mbr-iconfont {
  font-size: 1rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  transform: rotate(0deg) !important;
  margin-left: 1rem;
  padding: 8px;
  border-radius: 50%;
}
.cid-uMwdMF6HmB .accordion .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg) !important;
}
.cid-uMwdMF6HmB .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-uMwdMF6HmB .col-title {
    margin-bottom: 40px;
  }
}
.cid-uMwdMF6HmB .mbr-section-title {
  color: #181818;
}
@media (max-width: 991px) {
  .cid-uMwdMF6HmB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMwdMF6HmB .mbr-section-subtitle {
  color: #00004c;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .cid-uMwdMF6HmB .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMwdMF6HmB .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uMwdMF6HmB .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMwdMF6HmB .accordion-title-container {
    display: none;
  }
}
.cid-uMwdMF6HmB .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #00004c;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMwdMF6HmB .accordion-title {
    padding: 0 10px;
  }
}
.cid-uMwdMF6HmB .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uMwdMF6HmB .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMwdMF6HmB .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMwdMF6HmB .card {
    width: 100%;
  }
}
.cid-uMwdMF6HmB .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMwdMF6HmB .card-border-top2 {
    display: none;
  }
}
.cid-uMwdMF6HmB .card-header {
  border-bottom: none !important;
  padding: 10px 0 !important;
}
.cid-uMwdMF6HmB .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uMwdMF6HmB .panel-body {
  padding-bottom: 20px;
}
.cid-uMwdMF6HmB .panel-text {
  margin-bottom: 20px !important;
  color: #00004c;
}
.cid-uMwdMF6HmB .panel-title {
  display: flex;
  align-items: center;
}
.cid-uMwdMF6HmB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMwdMF6HmB .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uMuUjsKuey {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMuUjsKuey .mbr-text {
  color: #000000;
}
.cid-uMuUjsKuey .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMuUjsKuey .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMxZACHpY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxZACHpY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxZACHpY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxZACHpY3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uMxZACHpY3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMxZACHpY3 .container {
    padding: 0 30px;
  }
}
.cid-uMxZACHpY3 .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMxZACHpY3 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMxZACHpY3 .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMxZACHpY3 .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uMxZACHpY3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uMxZACHpY3 .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMxZACHpY3 .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-uMwf2ug5NI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMwf2ug5NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwf2ug5NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwf2ug5NI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMwf2ug5NI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMwf2ug5NI .container {
    padding: 0 26px;
  }
}
.cid-uMwf2ug5NI .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMwf2ug5NI .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMwf2ug5NI .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMwf2ug5NI .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMwf2ug5NI .image-wrapper img {
    height: 300px;
  }
}
.cid-uMwf2ug5NI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMwf2ug5NI .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMwf2ug5NI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMwf2ug5NI .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMwf2ug5NI .mbr-section-title {
  color: #ffffff;
}
.cid-uMwf2ug5NI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMwf2ug5NI .mbr-text {
  color: #000000;
}
.cid-uMwf2ug5NI .mbr-section-title,
.cid-uMwf2ug5NI .mbr-section-btn {
  color: #000000;
}
.cid-uMxuV4TuK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #16e0eb;
}
.cid-uMxuV4TuK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxuV4TuK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxuV4TuK6 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uMxuV4TuK6 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMxuV4TuK6 .container-fluid .row {
  padding: 0;
}
.cid-uMxuV4TuK6 .row {
  border: 3px solid #16e0eb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uMxuV4TuK6 .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMxuV4TuK6 .card {
    border-left: 1px solid #16e0eb;
    border-left: none;
    border-right: 2px solid #16e0eb;
  }
}
@media (max-width: 992px) {
  .cid-uMxuV4TuK6 .card {
    padding: 48px 20px;
  }
}
.cid-uMxuV4TuK6 .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMxuV4TuK6 .card:last-child {
    border-left: none;
    border-right: 2px solid #16e0eb;
    border-right: none;
    border-left: 1px solid #16e0eb;
  }
}
.cid-uMxuV4TuK6 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxuV4TuK6 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxuV4TuK6 .mbr-section-title {
  color: #000000;
}
.cid-uMxuV4TuK6 .mbr-text {
  color: #000000;
}
.cid-uMuYObQfwS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #16e0eb;
}
.cid-uMuYObQfwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuYObQfwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuYObQfwS .row {
  justify-content: center;
}
.cid-uMuYObQfwS .main-content {
  margin: 0;
}
.cid-uMuYObQfwS .card {
  padding: 0;
}
.cid-uMuYObQfwS .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uMuYObQfwS .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMuYObQfwS .google-map iframe {
    height: 350px;
  }
}
.cid-uMuVHjfX3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #16e0eb;
}
.cid-uMuVHjfX3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMuVHjfX3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMuVHjfX3E .content-wrap {
  padding: 60px;
  background-color: #16e0eb;
}
@media (max-width: 992px) {
  .cid-uMuVHjfX3E .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMuVHjfX3E .content-wrap .row {
  justify-content: center;
}
.cid-uMuVHjfX3E .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMuVHjfX3E .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMuVHjfX3E .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMuVHjfX3E .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMuVHjfX3E .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMuVHjfX3E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMuVHjfX3E .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMuVHjfX3E .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMuVHjfX3E .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMuVHjfX3E .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMuVHjfX3E .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMuVHjfX3E .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMuVHjfX3E .nav-wrapper .list .item-wrap:hover,
.cid-uMuVHjfX3E .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMuVHjfX3E .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMuVHjfX3E .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMuVHjfX3E .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMuVHjfX3E .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMuVHjfX3E .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMuVHjfX3E .contacts-wrapper .list .item-wrap:hover,
.cid-uMuVHjfX3E .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMuVHjfX3E .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMuVHjfX3E .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMuVHjfX3E .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMuVHjfX3E .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMuVHjfX3E .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMuVHjfX3E .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMuVHjfX3E .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMuVHjfX3E .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMuVHjfX3E .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-uMuVHjfX3E .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uMuVHjfX3E .mbr-section-title {
  color: #ed463f;
}
.cid-uMuVHjfX3E .mbr-section-subtitle {
  color: #000000;
}
.cid-uMuVHjfX3E .list {
  color: #404349;
}
.cid-uMuVHjfX3E .list,
.cid-uMuVHjfX3E .item-wrap {
  color: #000000;
}
.cid-uMv3Pxk3Ck .navbar-dropdown {
  background-color: #e6e6e6 !important;
  padding: 0;
}
.cid-uMv3Pxk3Ck .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e6e6e6 !important;
  background: #e6e6e6;
}
.cid-uMv3Pxk3Ck .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMv3Pxk3Ck .menu_box .navbar.opened,
  .cid-uMv3Pxk3Ck .menu_box .navbar-collapse {
    background-color: #e6e6e6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMv3Pxk3Ck .navbar-dropdown {
  position: relative !important;
}
.cid-uMv3Pxk3Ck .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMv3Pxk3Ck .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMv3Pxk3Ck .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMv3Pxk3Ck .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMv3Pxk3Ck .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMv3Pxk3Ck .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-uMv3Pxk3Ck .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMv3Pxk3Ck .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMv3Pxk3Ck .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMv3Pxk3Ck .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMv3Pxk3Ck .offcanvas-body .mbr-text,
  .cid-uMv3Pxk3Ck .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMv3Pxk3Ck .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMv3Pxk3Ck ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMv3Pxk3Ck .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMv3Pxk3Ck .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMv3Pxk3Ck .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMv3Pxk3Ck li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMv3Pxk3Ck .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMv3Pxk3Ck .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMv3Pxk3Ck .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMv3Pxk3Ck .nav-item {
    margin: 0 !important;
  }
}
.cid-uMv3Pxk3Ck .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMv3Pxk3Ck .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMv3Pxk3Ck .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMv3Pxk3Ck .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMv3Pxk3Ck .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMv3Pxk3Ck .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMv3Pxk3Ck .offcanvas_box {
    display: none;
  }
}
.cid-uMv3Pxk3Ck .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMv3Pxk3Ck .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMv3Pxk3Ck .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMv3Pxk3Ck .container {
  display: flex;
  margin: auto;
}
.cid-uMv3Pxk3Ck .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMv3Pxk3Ck .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMv3Pxk3Ck .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMv3Pxk3Ck .navbar-caption {
  color: #d2d2d2;
}
.cid-uMv3Pxk3Ck .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMv3Pxk3Ck .navbar-nav {
    margin: 0;
  }
}
.cid-uMv3Pxk3Ck .dropdown-menu,
.cid-uMv3Pxk3Ck .navbar.opened {
  background-color: false !important;
}
.cid-uMv3Pxk3Ck .nav-item:focus,
.cid-uMv3Pxk3Ck .nav-link:focus {
  outline: none;
}
.cid-uMv3Pxk3Ck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMv3Pxk3Ck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMv3Pxk3Ck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMv3Pxk3Ck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMv3Pxk3Ck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMv3Pxk3Ck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMv3Pxk3Ck .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uMv3Pxk3Ck .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uMv3Pxk3Ck .navbar.opened {
  transition: all 0.3s;
}
.cid-uMv3Pxk3Ck .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMv3Pxk3Ck .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uMv3Pxk3Ck .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMv3Pxk3Ck .navbar.collapsed {
  justify-content: center;
}
.cid-uMv3Pxk3Ck .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMv3Pxk3Ck .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMv3Pxk3Ck .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMv3Pxk3Ck .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMv3Pxk3Ck .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMv3Pxk3Ck .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMv3Pxk3Ck .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMv3Pxk3Ck .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMv3Pxk3Ck .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMv3Pxk3Ck .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMv3Pxk3Ck .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMv3Pxk3Ck .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMv3Pxk3Ck .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMv3Pxk3Ck .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMv3Pxk3Ck .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMv3Pxk3Ck .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMv3Pxk3Ck .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMv3Pxk3Ck .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMv3Pxk3Ck .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMv3Pxk3Ck .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMv3Pxk3Ck .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMv3Pxk3Ck .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMv3Pxk3Ck .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMv3Pxk3Ck .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMv3Pxk3Ck .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMv3Pxk3Ck .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMv3Pxk3Ck .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMv3Pxk3Ck .dropdown-item.active,
.cid-uMv3Pxk3Ck .dropdown-item:active {
  background-color: transparent;
}
.cid-uMv3Pxk3Ck .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMv3Pxk3Ck .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMv3Pxk3Ck .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMv3Pxk3Ck .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMv3Pxk3Ck ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-uMv3Pxk3Ck .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMv3Pxk3Ck button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e6e6e6;
  background: #000000;
}
.cid-uMv3Pxk3Ck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-uMv3Pxk3Ck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMv3Pxk3Ck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMv3Pxk3Ck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMv3Pxk3Ck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMv3Pxk3Ck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv3Pxk3Ck nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMv3Pxk3Ck nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMv3Pxk3Ck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv3Pxk3Ck a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMv3Pxk3Ck .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMv3Pxk3Ck .navbar {
    height: 70px;
  }
  .cid-uMv3Pxk3Ck .navbar.opened {
    height: auto;
  }
  .cid-uMv3Pxk3Ck .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMv3Pxk3Ck .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMv3Pxk3Ck .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uMv3Pxk3Ck .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMv3Pxk3Ck .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uMv3Pxk3Ck .navbar-caption:hover {
  color: #ed3b23;
}
@media (min-width: 992px) {
  .cid-uMv3Pxk3Ck .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMv3Pxk3Ck .mbr-section-subtitle {
  color: #000000;
}
.cid-uMv3Pxk3Ck .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMv3Pxk3Ck .text_widget {
  color: #000000;
}
.cid-uMv3Pxk3Ck .mbr-section-subtitle,
.cid-uMv3Pxk3Ck .text_widget,
.cid-uMv3Pxk3Ck .mbr-section-btn {
  text-align: center;
}
.cid-uMv3Pxk3Ck a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMxxYHyGgM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uMxxYHyGgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxYHyGgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxYHyGgM .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMxxYHyGgM .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uMxxYHyGgM .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMxxYHyGgM .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uMxxYHyGgM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMxxYHyGgM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uMxxYHyGgM .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxxYHyGgM .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uMxxYHyGgM .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uMxxYHyGgM .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uMxxYHyGgM .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uMxxYHyGgM .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uMxxYHyGgM .mbr-section-title {
  color: #050f0f;
}
.cid-uMxxYHyGgM .mbr-text {
  color: #050f0f;
}
.cid-uMv3PBPN5I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #16e0eb;
}
.cid-uMv3PBPN5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv3PBPN5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv3PBPN5I .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uMv3PBPN5I .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMv3PBPN5I .container-fluid .row {
  padding: 0;
}
.cid-uMv3PBPN5I .row {
  border: 3px solid #16e0eb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uMv3PBPN5I .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uMv3PBPN5I .card {
    padding: 48px 20px;
  }
}
.cid-uMv3PBPN5I .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMv3PBPN5I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMv3PTpTJO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uMv3PTpTJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv3PTpTJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv3PTpTJO .row {
  justify-content: center;
}
.cid-uMv3PTpTJO .main-content {
  margin: 0;
}
.cid-uMv3PTpTJO .card {
  padding: 0;
}
.cid-uMv3PTpTJO .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uMv3PTpTJO .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMv3PTpTJO .google-map iframe {
    height: 350px;
  }
}
.cid-uMv3PUYrxN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #16e0eb;
}
.cid-uMv3PUYrxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv3PUYrxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv3PUYrxN .content-wrap {
  padding: 60px;
  background-color: #16e0eb;
}
@media (max-width: 992px) {
  .cid-uMv3PUYrxN .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMv3PUYrxN .content-wrap .row {
  justify-content: center;
}
.cid-uMv3PUYrxN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv3PUYrxN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv3PUYrxN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMv3PUYrxN .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMv3PUYrxN .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMv3PUYrxN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMv3PUYrxN .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv3PUYrxN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv3PUYrxN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMv3PUYrxN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMv3PUYrxN .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMv3PUYrxN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMv3PUYrxN .nav-wrapper .list .item-wrap:hover,
.cid-uMv3PUYrxN .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMv3PUYrxN .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv3PUYrxN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv3PUYrxN .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMv3PUYrxN .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMv3PUYrxN .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMv3PUYrxN .contacts-wrapper .list .item-wrap:hover,
.cid-uMv3PUYrxN .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMv3PUYrxN .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMv3PUYrxN .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv3PUYrxN .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv3PUYrxN .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMv3PUYrxN .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMv3PUYrxN .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMv3PUYrxN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMv3PUYrxN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMv3PUYrxN .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-uMv3PUYrxN .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uMv3PUYrxN .mbr-section-title {
  color: #ed463f;
}
.cid-uMv3PUYrxN .mbr-section-subtitle {
  color: #000000;
}
.cid-uMv3PUYrxN .list {
  color: #404349;
}
.cid-uMv3PUYrxN .list,
.cid-uMv3PUYrxN .item-wrap {
  color: #000000;
}
.cid-uMv4rNaVuB .navbar-dropdown {
  background-color: #e6e6e6 !important;
  padding: 0;
}
.cid-uMv4rNaVuB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e6e6e6 !important;
  background: #e6e6e6;
}
.cid-uMv4rNaVuB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMv4rNaVuB .menu_box .navbar.opened,
  .cid-uMv4rNaVuB .menu_box .navbar-collapse {
    background-color: #e6e6e6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMv4rNaVuB .navbar-dropdown {
  position: relative !important;
}
.cid-uMv4rNaVuB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMv4rNaVuB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMv4rNaVuB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMv4rNaVuB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMv4rNaVuB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMv4rNaVuB .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-uMv4rNaVuB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMv4rNaVuB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMv4rNaVuB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMv4rNaVuB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMv4rNaVuB .offcanvas-body .mbr-text,
  .cid-uMv4rNaVuB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMv4rNaVuB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMv4rNaVuB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMv4rNaVuB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-uMv4rNaVuB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMv4rNaVuB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMv4rNaVuB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMv4rNaVuB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMv4rNaVuB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMv4rNaVuB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMv4rNaVuB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMv4rNaVuB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMv4rNaVuB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMv4rNaVuB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMv4rNaVuB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMv4rNaVuB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMv4rNaVuB .nav-item {
    margin: 0 !important;
  }
}
.cid-uMv4rNaVuB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMv4rNaVuB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMv4rNaVuB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMv4rNaVuB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMv4rNaVuB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMv4rNaVuB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMv4rNaVuB .offcanvas_box {
    display: none;
  }
}
.cid-uMv4rNaVuB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMv4rNaVuB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMv4rNaVuB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMv4rNaVuB .container {
  display: flex;
  margin: auto;
}
.cid-uMv4rNaVuB .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMv4rNaVuB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMv4rNaVuB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMv4rNaVuB .navbar-caption {
  color: #d2d2d2;
}
.cid-uMv4rNaVuB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMv4rNaVuB .navbar-nav {
    margin: 0;
  }
}
.cid-uMv4rNaVuB .dropdown-menu,
.cid-uMv4rNaVuB .navbar.opened {
  background-color: false !important;
}
.cid-uMv4rNaVuB .nav-item:focus,
.cid-uMv4rNaVuB .nav-link:focus {
  outline: none;
}
.cid-uMv4rNaVuB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMv4rNaVuB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMv4rNaVuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMv4rNaVuB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMv4rNaVuB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMv4rNaVuB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMv4rNaVuB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uMv4rNaVuB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uMv4rNaVuB .navbar.opened {
  transition: all 0.3s;
}
.cid-uMv4rNaVuB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMv4rNaVuB .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uMv4rNaVuB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMv4rNaVuB .navbar.collapsed {
  justify-content: center;
}
.cid-uMv4rNaVuB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMv4rNaVuB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMv4rNaVuB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMv4rNaVuB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMv4rNaVuB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMv4rNaVuB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMv4rNaVuB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMv4rNaVuB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMv4rNaVuB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMv4rNaVuB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMv4rNaVuB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMv4rNaVuB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMv4rNaVuB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMv4rNaVuB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMv4rNaVuB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMv4rNaVuB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMv4rNaVuB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMv4rNaVuB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMv4rNaVuB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMv4rNaVuB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMv4rNaVuB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMv4rNaVuB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMv4rNaVuB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMv4rNaVuB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMv4rNaVuB .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMv4rNaVuB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMv4rNaVuB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMv4rNaVuB .dropdown-item.active,
.cid-uMv4rNaVuB .dropdown-item:active {
  background-color: transparent;
}
.cid-uMv4rNaVuB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMv4rNaVuB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMv4rNaVuB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMv4rNaVuB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMv4rNaVuB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-uMv4rNaVuB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMv4rNaVuB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e6e6e6;
  background: #000000;
}
.cid-uMv4rNaVuB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-uMv4rNaVuB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMv4rNaVuB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMv4rNaVuB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMv4rNaVuB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMv4rNaVuB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv4rNaVuB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMv4rNaVuB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMv4rNaVuB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMv4rNaVuB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMv4rNaVuB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMv4rNaVuB .navbar {
    height: 70px;
  }
  .cid-uMv4rNaVuB .navbar.opened {
    height: auto;
  }
  .cid-uMv4rNaVuB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMv4rNaVuB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMv4rNaVuB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uMv4rNaVuB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMv4rNaVuB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uMv4rNaVuB .navbar-caption:hover {
  color: #ed3b23;
}
@media (min-width: 992px) {
  .cid-uMv4rNaVuB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMv4rNaVuB .mbr-section-subtitle {
  color: #000000;
}
.cid-uMv4rNaVuB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMv4rNaVuB .text_widget {
  color: #000000;
}
.cid-uMv4rNaVuB .mbr-section-subtitle,
.cid-uMv4rNaVuB .text_widget,
.cid-uMv4rNaVuB .mbr-section-btn {
  text-align: center;
}
.cid-uMv4rNaVuB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMxyeuDG5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uMxyeuDG5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxyeuDG5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxyeuDG5z .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMxyeuDG5z .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uMxyeuDG5z .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMxyeuDG5z .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uMxyeuDG5z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMxyeuDG5z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uMxyeuDG5z .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxyeuDG5z .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uMxyeuDG5z .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uMxyeuDG5z .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uMxyeuDG5z .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uMxyeuDG5z .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uMxyeuDG5z .mbr-section-title {
  color: #050f0f;
}
.cid-uMxyeuDG5z .mbr-text {
  color: #050f0f;
}
.cid-uMv4rQNhMc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #16e0eb;
}
.cid-uMv4rQNhMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4rQNhMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4rQNhMc .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uMv4rQNhMc .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMv4rQNhMc .container-fluid .row {
  padding: 0;
}
.cid-uMv4rQNhMc .row {
  border: 3px solid #16e0eb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uMv4rQNhMc .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uMv4rQNhMc .card {
    padding: 48px 20px;
  }
}
.cid-uMv4rQNhMc .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMv4rQNhMc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMv4rQNhMc .mbr-section-title DIV {
  text-align: left;
}
.cid-uMv4rSsq58 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uMv4rSsq58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4rSsq58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4rSsq58 .row {
  justify-content: center;
}
.cid-uMv4rSsq58 .main-content {
  margin: 0;
}
.cid-uMv4rSsq58 .card {
  padding: 0;
}
.cid-uMv4rSsq58 .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uMv4rSsq58 .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMv4rSsq58 .google-map iframe {
    height: 350px;
  }
}
.cid-uMv4rTekmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #16e0eb;
}
.cid-uMv4rTekmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMv4rTekmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMv4rTekmL .content-wrap {
  padding: 60px;
  background-color: #16e0eb;
}
@media (max-width: 992px) {
  .cid-uMv4rTekmL .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMv4rTekmL .content-wrap .row {
  justify-content: center;
}
.cid-uMv4rTekmL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv4rTekmL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv4rTekmL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMv4rTekmL .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMv4rTekmL .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMv4rTekmL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMv4rTekmL .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv4rTekmL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv4rTekmL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMv4rTekmL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMv4rTekmL .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMv4rTekmL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMv4rTekmL .nav-wrapper .list .item-wrap:hover,
.cid-uMv4rTekmL .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMv4rTekmL .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv4rTekmL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv4rTekmL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMv4rTekmL .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMv4rTekmL .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMv4rTekmL .contacts-wrapper .list .item-wrap:hover,
.cid-uMv4rTekmL .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMv4rTekmL .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMv4rTekmL .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMv4rTekmL .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMv4rTekmL .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMv4rTekmL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMv4rTekmL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMv4rTekmL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMv4rTekmL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMv4rTekmL .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-uMv4rTekmL .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uMv4rTekmL .mbr-section-title {
  color: #ed463f;
}
.cid-uMv4rTekmL .mbr-section-subtitle {
  color: #000000;
}
.cid-uMv4rTekmL .list {
  color: #404349;
}
.cid-uMv4rTekmL .list,
.cid-uMv4rTekmL .item-wrap {
  color: #000000;
}
.cid-uMxvE12clr .navbar-dropdown {
  background-color: #e6e6e6 !important;
  padding: 0;
}
.cid-uMxvE12clr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e6e6e6 !important;
  background: #e6e6e6;
}
.cid-uMxvE12clr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMxvE12clr .menu_box .navbar.opened,
  .cid-uMxvE12clr .menu_box .navbar-collapse {
    background-color: #e6e6e6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMxvE12clr .navbar-dropdown {
  position: relative !important;
}
.cid-uMxvE12clr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMxvE12clr .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxvE12clr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMxvE12clr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMxvE12clr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMxvE12clr .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-uMxvE12clr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMxvE12clr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMxvE12clr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMxvE12clr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMxvE12clr .offcanvas-body .mbr-text,
  .cid-uMxvE12clr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMxvE12clr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMxvE12clr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMxvE12clr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-uMxvE12clr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMxvE12clr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMxvE12clr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMxvE12clr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMxvE12clr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMxvE12clr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMxvE12clr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMxvE12clr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMxvE12clr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMxvE12clr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMxvE12clr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMxvE12clr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMxvE12clr .nav-item {
    margin: 0 !important;
  }
}
.cid-uMxvE12clr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMxvE12clr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMxvE12clr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxvE12clr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMxvE12clr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMxvE12clr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMxvE12clr .offcanvas_box {
    display: none;
  }
}
.cid-uMxvE12clr .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMxvE12clr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMxvE12clr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMxvE12clr .container {
  display: flex;
  margin: auto;
}
.cid-uMxvE12clr .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMxvE12clr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMxvE12clr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMxvE12clr .navbar-caption {
  color: #d2d2d2;
}
.cid-uMxvE12clr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMxvE12clr .navbar-nav {
    margin: 0;
  }
}
.cid-uMxvE12clr .dropdown-menu,
.cid-uMxvE12clr .navbar.opened {
  background-color: false !important;
}
.cid-uMxvE12clr .nav-item:focus,
.cid-uMxvE12clr .nav-link:focus {
  outline: none;
}
.cid-uMxvE12clr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMxvE12clr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMxvE12clr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMxvE12clr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMxvE12clr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMxvE12clr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMxvE12clr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uMxvE12clr .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uMxvE12clr .navbar.opened {
  transition: all 0.3s;
}
.cid-uMxvE12clr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMxvE12clr .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uMxvE12clr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMxvE12clr .navbar.collapsed {
  justify-content: center;
}
.cid-uMxvE12clr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMxvE12clr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMxvE12clr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMxvE12clr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMxvE12clr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMxvE12clr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMxvE12clr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMxvE12clr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMxvE12clr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMxvE12clr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMxvE12clr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMxvE12clr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMxvE12clr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMxvE12clr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMxvE12clr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMxvE12clr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMxvE12clr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMxvE12clr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMxvE12clr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMxvE12clr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMxvE12clr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMxvE12clr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMxvE12clr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMxvE12clr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMxvE12clr .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMxvE12clr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMxvE12clr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMxvE12clr .dropdown-item.active,
.cid-uMxvE12clr .dropdown-item:active {
  background-color: transparent;
}
.cid-uMxvE12clr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMxvE12clr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMxvE12clr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMxvE12clr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMxvE12clr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-uMxvE12clr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMxvE12clr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e6e6e6;
  background: #000000;
}
.cid-uMxvE12clr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-uMxvE12clr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMxvE12clr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxvE12clr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxvE12clr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMxvE12clr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxvE12clr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMxvE12clr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMxvE12clr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxvE12clr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMxvE12clr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMxvE12clr .navbar {
    height: 70px;
  }
  .cid-uMxvE12clr .navbar.opened {
    height: auto;
  }
  .cid-uMxvE12clr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMxvE12clr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMxvE12clr .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uMxvE12clr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMxvE12clr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uMxvE12clr .navbar-caption:hover {
  color: #ed3b23;
}
@media (min-width: 992px) {
  .cid-uMxvE12clr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMxvE12clr .mbr-section-subtitle {
  color: #000000;
}
.cid-uMxvE12clr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMxvE12clr .text_widget {
  color: #000000;
}
.cid-uMxvE12clr .mbr-section-subtitle,
.cid-uMxvE12clr .text_widget,
.cid-uMxvE12clr .mbr-section-btn {
  text-align: center;
}
.cid-uMxvE12clr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMxvE1WQLz {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-uMxvE1WQLz .container {
    max-width: 1330px !important;
  }
}
.cid-uMxvE1WQLz .content-wrap {
  background-color: #16e0eb;
}
.cid-uMxvE1WQLz .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMxvE1WQLz .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-uMxvE1WQLz .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-uMxvE1WQLz .img-wrap {
  height: 100%;
}
.cid-uMxvE1WQLz .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uMxvE1WQLz .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-uMxvE1WQLz .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-uMxvE1WQLz [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uMxvE1WQLz .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMxvE1WQLz .mbr-section-subtitle,
.cid-uMxvE1WQLz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMxvE1WQLz H1 {
  text-align: left;
  color: #000000;
}
.cid-uMxvE1WQLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE1WQLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE2zxDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxvE2zxDh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMxvE2zxDh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMxvE2zxDh .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e15427;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #e15427;
  color: #e15427;
  content: "✓";
}
.cid-uMxvE2zxDh .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMxvE2zxDh .mbr-text {
  color: #3d5943;
}
.cid-uMxvE2UWdm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #16e0eb;
}
.cid-uMxvE2UWdm .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMxvE2UWdm .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uMxvE2UWdm .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uMxvE3gpM1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMxvE3gpM1 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uMxvE3gpM1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uMxvE3gpM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE3gpM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE3QRx3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #16e0eb;
}
.cid-uMxvE3QRx3 .container {
  max-width: 1500px;
}
.cid-uMxvE3QRx3 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uMxvE3QRx3 img:hover {
  transform: scale(1.1);
}
.cid-uMxvE3QRx3 .row {
  background: #ffffff;
}
.cid-uMxvE3QRx3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uMxvE3QRx3 h2 {
  padding: 0;
  margin: 0;
}
.cid-uMxvE3QRx3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMxvE3QRx3 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uMxvE3QRx3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uMxvE3QRx3 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uMxvE3QRx3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uMxvE3QRx3 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMxvE3QRx3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uMxvE3QRx3 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uMxvE3QRx3 .row {
    margin: 0rem;
  }
  .cid-uMxvE3QRx3 .text-col {
    padding: 2rem 1rem;
  }
  .cid-uMxvE3QRx3 .number {
    margin-right: 2rem;
  }
  .cid-uMxvE3QRx3 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uMxvE3QRx3 H2 {
  color: #333333;
}
.cid-uMxvE3QRx3 .mbr-text {
  color: #000000;
}
.cid-uMxvE3QRx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE3QRx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE4cblP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMxvE4urfs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #16e0eb;
}
.cid-uMxvE4urfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE4urfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMxvE4urfs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMxvE4urfs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMxvE4urfs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMxvE4urfs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMxvE4urfs .mbr-section-title {
  color: #000000;
}
.cid-uMxvE4urfs .mbr-text,
.cid-uMxvE4urfs .mbr-section-btn {
  color: #000000;
}
.cid-uMxvE4XX54 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uMxvE4XX54 .container-fluid {
  padding: 0 2rem;
}
.cid-uMxvE4XX54 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uMxvE4XX54 .mbr-title {
  padding: 0 1rem;
}
.cid-uMxvE4XX54 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uMxvE4XX54 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uMxvE4XX54 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed3b23, #ff5740);
  display: inline-block;
}
.cid-uMxvE4XX54 .image-wrap {
  width: 100%;
}
.cid-uMxvE4XX54 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uMxvE4XX54 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uMxvE4XX54 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uMxvE4XX54 .container-fluid {
    padding: 0rem;
  }
}
.cid-uMxvE4XX54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE4XX54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE5Ek4w {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMxvE5Ek4w .mbr-text {
  color: #000000;
}
.cid-uMxvE5Ek4w .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMxvE5Ek4w .mbr-section-title {
  color: #000000;
}
.cid-uMxvE5ZFoA {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uMxvE5ZFoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE5ZFoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE5ZFoA .accordion .mbr-iconfont {
  font-size: 1rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  transform: rotate(0deg) !important;
  margin-left: 1rem;
  padding: 8px;
  border-radius: 50%;
}
.cid-uMxvE5ZFoA .accordion .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg) !important;
}
.cid-uMxvE5ZFoA .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-uMxvE5ZFoA .col-title {
    margin-bottom: 40px;
  }
}
.cid-uMxvE5ZFoA .mbr-section-title {
  color: #181818;
}
@media (max-width: 991px) {
  .cid-uMxvE5ZFoA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMxvE5ZFoA .mbr-section-subtitle {
  color: #00004c;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .cid-uMxvE5ZFoA .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxvE5ZFoA .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uMxvE5ZFoA .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMxvE5ZFoA .accordion-title-container {
    display: none;
  }
}
.cid-uMxvE5ZFoA .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #00004c;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxvE5ZFoA .accordion-title {
    padding: 0 10px;
  }
}
.cid-uMxvE5ZFoA .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uMxvE5ZFoA .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxvE5ZFoA .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxvE5ZFoA .card {
    width: 100%;
  }
}
.cid-uMxvE5ZFoA .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMxvE5ZFoA .card-border-top2 {
    display: none;
  }
}
.cid-uMxvE5ZFoA .card-header {
  border-bottom: none !important;
  padding: 10px 0 !important;
}
.cid-uMxvE5ZFoA .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uMxvE5ZFoA .panel-body {
  padding-bottom: 20px;
}
.cid-uMxvE5ZFoA .panel-text {
  margin-bottom: 20px !important;
  color: #00004c;
}
.cid-uMxvE5ZFoA .panel-title {
  display: flex;
  align-items: center;
}
.cid-uMxvE5ZFoA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMxvE5ZFoA .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uMxZPSKLxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxZPSKLxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxZPSKLxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxZPSKLxh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uMxZPSKLxh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMxZPSKLxh .container {
    padding: 0 30px;
  }
}
.cid-uMxZPSKLxh .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMxZPSKLxh .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMxZPSKLxh .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMxZPSKLxh .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uMxZPSKLxh .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uMxZPSKLxh .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMxZPSKLxh .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-uMxvE6RcbB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMxvE6RcbB .mbr-text {
  color: #000000;
}
.cid-uMxvE6RcbB .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMxvE6RcbB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMxvE7kuab {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxvE7kuab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE7kuab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE7kuab .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMxvE7kuab .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMxvE7kuab .container {
    padding: 0 26px;
  }
}
.cid-uMxvE7kuab .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMxvE7kuab .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMxvE7kuab .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMxvE7kuab .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMxvE7kuab .image-wrapper img {
    height: 300px;
  }
}
.cid-uMxvE7kuab .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMxvE7kuab .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMxvE7kuab .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxvE7kuab .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMxvE7kuab .mbr-section-title {
  color: #ffffff;
}
.cid-uMxvE7kuab .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMxvE7kuab .mbr-text {
  color: #000000;
}
.cid-uMxvE7kuab .mbr-section-title,
.cid-uMxvE7kuab .mbr-section-btn {
  color: #000000;
}
.cid-uMxvE7TstA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #16e0eb;
}
.cid-uMxvE7TstA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE7TstA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE7TstA .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uMxvE7TstA .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMxvE7TstA .container-fluid .row {
  padding: 0;
}
.cid-uMxvE7TstA .row {
  border: 3px solid #16e0eb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uMxvE7TstA .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMxvE7TstA .card {
    border-left: 1px solid #16e0eb;
    border-left: none;
    border-right: 2px solid #16e0eb;
  }
}
@media (max-width: 992px) {
  .cid-uMxvE7TstA .card {
    padding: 48px 20px;
  }
}
.cid-uMxvE7TstA .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMxvE7TstA .card:last-child {
    border-left: none;
    border-right: 2px solid #16e0eb;
    border-right: none;
    border-left: 1px solid #16e0eb;
  }
}
.cid-uMxvE7TstA .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxvE7TstA .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxvE7TstA .mbr-section-title {
  color: #000000;
}
.cid-uMxvE7TstA .mbr-text {
  color: #000000;
}
.cid-uMxLPzpw7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxLPzpw7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxLPzpw7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxLPzpw7g .row {
  margin: 0 !important;
}
.cid-uMxLPzpw7g .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMxLPzpw7g .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uMxLPzpw7g .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uMxLPzpw7g .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-uMxLPzpw7g .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMxLPzpw7g .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uMxLPzpw7g .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uMxLPzpw7g .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uMxLPzpw7g .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uMxLPzpw7g .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxLPzpw7g .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uMxLPzpw7g .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uMxLPzpw7g .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uMxLPzpw7g .panel-group {
  border: none;
}
.cid-uMxLPzpw7g .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uMxLPzpw7g .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMxLPzpw7g .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMxLPzpw7g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uMxLPzpw7g .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uMxLPzpw7g .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uMxLPzpw7g .panel-title-edit {
  color: #131313;
}
.cid-uMxLPzpw7g .panel-body {
  padding: 0 0 20px;
}
.cid-uMxLPzpw7g .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uMxvE8tOsO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uMxvE8tOsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE8tOsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE8tOsO .row {
  justify-content: center;
}
.cid-uMxvE8tOsO .main-content {
  margin: 0;
}
.cid-uMxvE8tOsO .card {
  padding: 0;
}
.cid-uMxvE8tOsO .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uMxvE8tOsO .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMxvE8tOsO .google-map iframe {
    height: 350px;
  }
}
.cid-uMxvE906Zp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #16e0eb;
}
.cid-uMxvE906Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxvE906Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxvE906Zp .content-wrap {
  padding: 60px;
  background-color: #16e0eb;
}
@media (max-width: 992px) {
  .cid-uMxvE906Zp .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMxvE906Zp .content-wrap .row {
  justify-content: center;
}
.cid-uMxvE906Zp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxvE906Zp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxvE906Zp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMxvE906Zp .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMxvE906Zp .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMxvE906Zp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxvE906Zp .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxvE906Zp .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxvE906Zp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxvE906Zp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMxvE906Zp .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMxvE906Zp .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxvE906Zp .nav-wrapper .list .item-wrap:hover,
.cid-uMxvE906Zp .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMxvE906Zp .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxvE906Zp .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxvE906Zp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxvE906Zp .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMxvE906Zp .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMxvE906Zp .contacts-wrapper .list .item-wrap:hover,
.cid-uMxvE906Zp .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMxvE906Zp .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxvE906Zp .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxvE906Zp .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxvE906Zp .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxvE906Zp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMxvE906Zp .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMxvE906Zp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMxvE906Zp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMxvE906Zp .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-uMxvE906Zp .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uMxvE906Zp .mbr-section-title {
  color: #ed463f;
}
.cid-uMxvE906Zp .mbr-section-subtitle {
  color: #000000;
}
.cid-uMxvE906Zp .list {
  color: #404349;
}
.cid-uMxvE906Zp .list,
.cid-uMxvE906Zp .item-wrap {
  color: #000000;
}
.cid-uMxxysH1p2 .navbar-dropdown {
  background-color: #e6e6e6 !important;
  padding: 0;
}
.cid-uMxxysH1p2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e6e6e6 !important;
  background: #e6e6e6;
}
.cid-uMxxysH1p2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMxxysH1p2 .menu_box .navbar.opened,
  .cid-uMxxysH1p2 .menu_box .navbar-collapse {
    background-color: #e6e6e6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMxxysH1p2 .navbar-dropdown {
  position: relative !important;
}
.cid-uMxxysH1p2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMxxysH1p2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxxysH1p2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMxxysH1p2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMxxysH1p2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMxxysH1p2 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-uMxxysH1p2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMxxysH1p2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMxxysH1p2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMxxysH1p2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMxxysH1p2 .offcanvas-body .mbr-text,
  .cid-uMxxysH1p2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMxxysH1p2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMxxysH1p2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMxxysH1p2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-uMxxysH1p2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMxxysH1p2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMxxysH1p2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMxxysH1p2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMxxysH1p2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMxxysH1p2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMxxysH1p2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMxxysH1p2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMxxysH1p2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMxxysH1p2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMxxysH1p2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMxxysH1p2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMxxysH1p2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uMxxysH1p2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMxxysH1p2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMxxysH1p2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxxysH1p2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMxxysH1p2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMxxysH1p2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMxxysH1p2 .offcanvas_box {
    display: none;
  }
}
.cid-uMxxysH1p2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMxxysH1p2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMxxysH1p2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMxxysH1p2 .container {
  display: flex;
  margin: auto;
}
.cid-uMxxysH1p2 .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMxxysH1p2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMxxysH1p2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMxxysH1p2 .navbar-caption {
  color: #d2d2d2;
}
.cid-uMxxysH1p2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMxxysH1p2 .navbar-nav {
    margin: 0;
  }
}
.cid-uMxxysH1p2 .dropdown-menu,
.cid-uMxxysH1p2 .navbar.opened {
  background-color: false !important;
}
.cid-uMxxysH1p2 .nav-item:focus,
.cid-uMxxysH1p2 .nav-link:focus {
  outline: none;
}
.cid-uMxxysH1p2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMxxysH1p2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMxxysH1p2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMxxysH1p2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMxxysH1p2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMxxysH1p2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMxxysH1p2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uMxxysH1p2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uMxxysH1p2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMxxysH1p2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMxxysH1p2 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uMxxysH1p2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMxxysH1p2 .navbar.collapsed {
  justify-content: center;
}
.cid-uMxxysH1p2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMxxysH1p2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMxxysH1p2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMxxysH1p2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMxxysH1p2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMxxysH1p2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMxxysH1p2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMxxysH1p2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMxxysH1p2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMxxysH1p2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMxxysH1p2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMxxysH1p2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMxxysH1p2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMxxysH1p2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMxxysH1p2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMxxysH1p2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMxxysH1p2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMxxysH1p2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMxxysH1p2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMxxysH1p2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMxxysH1p2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMxxysH1p2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMxxysH1p2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMxxysH1p2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMxxysH1p2 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMxxysH1p2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMxxysH1p2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMxxysH1p2 .dropdown-item.active,
.cid-uMxxysH1p2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMxxysH1p2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMxxysH1p2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMxxysH1p2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMxxysH1p2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMxxysH1p2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-uMxxysH1p2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMxxysH1p2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e6e6e6;
  background: #000000;
}
.cid-uMxxysH1p2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-uMxxysH1p2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMxxysH1p2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxxysH1p2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxxysH1p2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMxxysH1p2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxxysH1p2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMxxysH1p2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMxxysH1p2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxxysH1p2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMxxysH1p2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMxxysH1p2 .navbar {
    height: 70px;
  }
  .cid-uMxxysH1p2 .navbar.opened {
    height: auto;
  }
  .cid-uMxxysH1p2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMxxysH1p2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMxxysH1p2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uMxxysH1p2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMxxysH1p2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uMxxysH1p2 .navbar-caption:hover {
  color: #ed3b23;
}
@media (min-width: 992px) {
  .cid-uMxxysH1p2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMxxysH1p2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uMxxysH1p2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMxxysH1p2 .text_widget {
  color: #000000;
}
.cid-uMxxysH1p2 .mbr-section-subtitle,
.cid-uMxxysH1p2 .text_widget,
.cid-uMxxysH1p2 .mbr-section-btn {
  text-align: center;
}
.cid-uMxxysH1p2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMxxytFOBW {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-uMxxytFOBW .container {
    max-width: 1330px !important;
  }
}
.cid-uMxxytFOBW .content-wrap {
  background-color: #16e0eb;
}
.cid-uMxxytFOBW .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMxxytFOBW .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-uMxxytFOBW .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-uMxxytFOBW .img-wrap {
  height: 100%;
}
.cid-uMxxytFOBW .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uMxxytFOBW .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-uMxxytFOBW .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-uMxxytFOBW [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uMxxytFOBW .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMxxytFOBW .mbr-section-subtitle,
.cid-uMxxytFOBW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMxxytFOBW H1 {
  text-align: left;
  color: #000000;
}
.cid-uMxxytFOBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxytFOBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxyurjfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxxyurjfI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMxxyurjfI .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMxxyurjfI .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #fb7338;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #fb7338;
  color: #fb7338;
  content: "✓";
}
.cid-uMxxyurjfI .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMxxyurjfI .mbr-text {
  color: #3d5943;
}
.cid-uMxxyuZuU7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #16e0eb;
}
.cid-uMxxyuZuU7 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMxxyuZuU7 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uMxxyuZuU7 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uMxxyvvCKm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMxxyvvCKm .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uMxxyvvCKm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uMxxyvvCKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyvvCKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxywffTB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #16e0eb;
}
.cid-uMxxywffTB .container {
  max-width: 1500px;
}
.cid-uMxxywffTB img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uMxxywffTB img:hover {
  transform: scale(1.1);
}
.cid-uMxxywffTB .row {
  background: #ffffff;
}
.cid-uMxxywffTB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uMxxywffTB h2 {
  padding: 0;
  margin: 0;
}
.cid-uMxxywffTB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMxxywffTB .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uMxxywffTB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uMxxywffTB .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uMxxywffTB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uMxxywffTB .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMxxywffTB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uMxxywffTB .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uMxxywffTB .row {
    margin: 0rem;
  }
  .cid-uMxxywffTB .text-col {
    padding: 2rem 1rem;
  }
  .cid-uMxxywffTB .number {
    margin-right: 2rem;
  }
  .cid-uMxxywffTB .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uMxxywffTB H2 {
  color: #333333;
}
.cid-uMxxywffTB .mbr-text {
  color: #000000;
}
.cid-uMxxywffTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxywffTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxywTr7J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMxxyxqQ5H {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #16e0eb;
}
.cid-uMxxyxqQ5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyxqQ5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMxxyxqQ5H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMxxyxqQ5H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMxxyxqQ5H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMxxyxqQ5H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMxxyxqQ5H .mbr-section-title {
  color: #000000;
}
.cid-uMxxyxqQ5H .mbr-text,
.cid-uMxxyxqQ5H .mbr-section-btn {
  color: #000000;
}
.cid-uMxxyygrxS {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uMxxyygrxS .container-fluid {
  padding: 0 2rem;
}
.cid-uMxxyygrxS .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uMxxyygrxS .mbr-title {
  padding: 0 1rem;
}
.cid-uMxxyygrxS .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uMxxyygrxS .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uMxxyygrxS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed3b23, #ff5740);
  display: inline-block;
}
.cid-uMxxyygrxS .image-wrap {
  width: 100%;
}
.cid-uMxxyygrxS .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uMxxyygrxS .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uMxxyygrxS .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uMxxyygrxS .container-fluid {
    padding: 0rem;
  }
}
.cid-uMxxyygrxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyygrxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMy075wX3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMy075wX3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMy075wX3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMy075wX3j .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uMy075wX3j .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMy075wX3j .container {
    padding: 0 30px;
  }
}
.cid-uMy075wX3j .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMy075wX3j .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMy075wX3j .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMy075wX3j .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uMy075wX3j .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uMy075wX3j .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMy075wX3j .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-uMxxyziT56 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMxxyziT56 .mbr-text {
  color: #000000;
}
.cid-uMxxyziT56 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMxxyziT56 .mbr-section-title {
  color: #000000;
}
.cid-uMxxyzZnZN {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uMxxyzZnZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyzZnZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxyzZnZN .accordion .mbr-iconfont {
  font-size: 1rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  transform: rotate(0deg) !important;
  margin-left: 1rem;
  padding: 8px;
  border-radius: 50%;
}
.cid-uMxxyzZnZN .accordion .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg) !important;
}
.cid-uMxxyzZnZN .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-uMxxyzZnZN .col-title {
    margin-bottom: 40px;
  }
}
.cid-uMxxyzZnZN .mbr-section-title {
  color: #181818;
}
@media (max-width: 991px) {
  .cid-uMxxyzZnZN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMxxyzZnZN .mbr-section-subtitle {
  color: #00004c;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .cid-uMxxyzZnZN .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxxyzZnZN .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uMxxyzZnZN .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMxxyzZnZN .accordion-title-container {
    display: none;
  }
}
.cid-uMxxyzZnZN .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #00004c;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxxyzZnZN .accordion-title {
    padding: 0 10px;
  }
}
.cid-uMxxyzZnZN .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uMxxyzZnZN .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxxyzZnZN .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxxyzZnZN .card {
    width: 100%;
  }
}
.cid-uMxxyzZnZN .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMxxyzZnZN .card-border-top2 {
    display: none;
  }
}
.cid-uMxxyzZnZN .card-header {
  border-bottom: none !important;
  padding: 10px 0 !important;
}
.cid-uMxxyzZnZN .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uMxxyzZnZN .panel-body {
  padding-bottom: 20px;
}
.cid-uMxxyzZnZN .panel-text {
  margin-bottom: 20px !important;
  color: #00004c;
}
.cid-uMxxyzZnZN .panel-title {
  display: flex;
  align-items: center;
}
.cid-uMxxyzZnZN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMxxyzZnZN .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uMxxyAXMwW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMxxyAXMwW .mbr-text {
  color: #000000;
}
.cid-uMxxyAXMwW .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMxxyAXMwW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMxxyBDdKM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxxyBDdKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyBDdKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxyBDdKM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMxxyBDdKM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMxxyBDdKM .container {
    padding: 0 26px;
  }
}
.cid-uMxxyBDdKM .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMxxyBDdKM .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMxxyBDdKM .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMxxyBDdKM .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMxxyBDdKM .image-wrapper img {
    height: 300px;
  }
}
.cid-uMxxyBDdKM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMxxyBDdKM .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMxxyBDdKM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxxyBDdKM .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMxxyBDdKM .mbr-section-title {
  color: #ffffff;
}
.cid-uMxxyBDdKM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMxxyBDdKM .mbr-text {
  color: #000000;
}
.cid-uMxxyBDdKM .mbr-section-title,
.cid-uMxxyBDdKM .mbr-section-btn {
  color: #000000;
}
.cid-uMxxyCIktP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #16e0eb;
}
.cid-uMxxyCIktP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyCIktP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxyCIktP .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uMxxyCIktP .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMxxyCIktP .container-fluid .row {
  padding: 0;
}
.cid-uMxxyCIktP .row {
  border: 3px solid #16e0eb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uMxxyCIktP .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMxxyCIktP .card {
    border-left: 1px solid #16e0eb;
    border-left: none;
    border-right: 2px solid #16e0eb;
  }
}
@media (max-width: 992px) {
  .cid-uMxxyCIktP .card {
    padding: 48px 20px;
  }
}
.cid-uMxxyCIktP .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMxxyCIktP .card:last-child {
    border-left: none;
    border-right: 2px solid #16e0eb;
    border-right: none;
    border-left: 1px solid #16e0eb;
  }
}
.cid-uMxxyCIktP .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxxyCIktP .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxxyCIktP .mbr-section-title {
  color: #000000;
}
.cid-uMxxyCIktP .mbr-text {
  color: #000000;
}
.cid-uMxMmbuFjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxMmbuFjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxMmbuFjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxMmbuFjY .row {
  margin: 0 !important;
}
.cid-uMxMmbuFjY .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMxMmbuFjY .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uMxMmbuFjY .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uMxMmbuFjY .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-uMxMmbuFjY .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMxMmbuFjY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uMxMmbuFjY .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uMxMmbuFjY .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uMxMmbuFjY .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uMxMmbuFjY .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxMmbuFjY .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uMxMmbuFjY .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uMxMmbuFjY .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uMxMmbuFjY .panel-group {
  border: none;
}
.cid-uMxMmbuFjY .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uMxMmbuFjY .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMxMmbuFjY .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMxMmbuFjY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uMxMmbuFjY .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uMxMmbuFjY .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uMxMmbuFjY .panel-title-edit {
  color: #131313;
}
.cid-uMxMmbuFjY .panel-body {
  padding: 0 0 20px;
}
.cid-uMxMmbuFjY .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uMxxyDH4jz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uMxxyDH4jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyDH4jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxyDH4jz .row {
  justify-content: center;
}
.cid-uMxxyDH4jz .main-content {
  margin: 0;
}
.cid-uMxxyDH4jz .card {
  padding: 0;
}
.cid-uMxxyDH4jz .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uMxxyDH4jz .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMxxyDH4jz .google-map iframe {
    height: 350px;
  }
}
.cid-uMxxyEI137 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #16e0eb;
}
.cid-uMxxyEI137 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxxyEI137 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxxyEI137 .content-wrap {
  padding: 60px;
  background-color: #16e0eb;
}
@media (max-width: 992px) {
  .cid-uMxxyEI137 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMxxyEI137 .content-wrap .row {
  justify-content: center;
}
.cid-uMxxyEI137 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxxyEI137 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxxyEI137 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMxxyEI137 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMxxyEI137 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMxxyEI137 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxxyEI137 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxxyEI137 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxxyEI137 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxxyEI137 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMxxyEI137 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMxxyEI137 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxxyEI137 .nav-wrapper .list .item-wrap:hover,
.cid-uMxxyEI137 .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMxxyEI137 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxxyEI137 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxxyEI137 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxxyEI137 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMxxyEI137 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMxxyEI137 .contacts-wrapper .list .item-wrap:hover,
.cid-uMxxyEI137 .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMxxyEI137 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxxyEI137 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxxyEI137 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxxyEI137 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxxyEI137 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMxxyEI137 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMxxyEI137 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMxxyEI137 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMxxyEI137 .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-uMxxyEI137 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uMxxyEI137 .mbr-section-title {
  color: #ed463f;
}
.cid-uMxxyEI137 .mbr-section-subtitle {
  color: #000000;
}
.cid-uMxxyEI137 .list {
  color: #404349;
}
.cid-uMxxyEI137 .list,
.cid-uMxxyEI137 .item-wrap {
  color: #000000;
}
.cid-uMxIEGVVjw .navbar-dropdown {
  background-color: #e6e6e6 !important;
  padding: 0;
}
.cid-uMxIEGVVjw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e6e6e6 !important;
  background: #e6e6e6;
}
.cid-uMxIEGVVjw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uMxIEGVVjw .menu_box .navbar.opened,
  .cid-uMxIEGVVjw .menu_box .navbar-collapse {
    background-color: #e6e6e6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMxIEGVVjw .navbar-dropdown {
  position: relative !important;
}
.cid-uMxIEGVVjw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMxIEGVVjw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMxIEGVVjw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMxIEGVVjw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMxIEGVVjw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMxIEGVVjw .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-uMxIEGVVjw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMxIEGVVjw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMxIEGVVjw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMxIEGVVjw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMxIEGVVjw .offcanvas-body .mbr-text,
  .cid-uMxIEGVVjw .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uMxIEGVVjw .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uMxIEGVVjw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMxIEGVVjw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-uMxIEGVVjw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMxIEGVVjw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMxIEGVVjw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMxIEGVVjw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMxIEGVVjw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMxIEGVVjw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMxIEGVVjw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMxIEGVVjw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMxIEGVVjw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMxIEGVVjw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMxIEGVVjw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMxIEGVVjw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMxIEGVVjw .nav-item {
    margin: 0 !important;
  }
}
.cid-uMxIEGVVjw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMxIEGVVjw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMxIEGVVjw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxIEGVVjw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMxIEGVVjw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMxIEGVVjw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMxIEGVVjw .offcanvas_box {
    display: none;
  }
}
.cid-uMxIEGVVjw .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMxIEGVVjw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMxIEGVVjw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMxIEGVVjw .container {
  display: flex;
  margin: auto;
}
.cid-uMxIEGVVjw .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMxIEGVVjw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMxIEGVVjw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMxIEGVVjw .navbar-caption {
  color: #d2d2d2;
}
.cid-uMxIEGVVjw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMxIEGVVjw .navbar-nav {
    margin: 0;
  }
}
.cid-uMxIEGVVjw .dropdown-menu,
.cid-uMxIEGVVjw .navbar.opened {
  background-color: false !important;
}
.cid-uMxIEGVVjw .nav-item:focus,
.cid-uMxIEGVVjw .nav-link:focus {
  outline: none;
}
.cid-uMxIEGVVjw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMxIEGVVjw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMxIEGVVjw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMxIEGVVjw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMxIEGVVjw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMxIEGVVjw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMxIEGVVjw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uMxIEGVVjw .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uMxIEGVVjw .navbar.opened {
  transition: all 0.3s;
}
.cid-uMxIEGVVjw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMxIEGVVjw .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uMxIEGVVjw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uMxIEGVVjw .navbar.collapsed {
  justify-content: center;
}
.cid-uMxIEGVVjw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMxIEGVVjw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMxIEGVVjw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMxIEGVVjw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMxIEGVVjw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMxIEGVVjw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMxIEGVVjw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMxIEGVVjw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMxIEGVVjw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMxIEGVVjw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMxIEGVVjw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMxIEGVVjw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMxIEGVVjw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMxIEGVVjw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMxIEGVVjw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMxIEGVVjw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMxIEGVVjw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMxIEGVVjw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMxIEGVVjw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMxIEGVVjw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMxIEGVVjw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMxIEGVVjw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMxIEGVVjw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMxIEGVVjw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMxIEGVVjw .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMxIEGVVjw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMxIEGVVjw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMxIEGVVjw .dropdown-item.active,
.cid-uMxIEGVVjw .dropdown-item:active {
  background-color: transparent;
}
.cid-uMxIEGVVjw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMxIEGVVjw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMxIEGVVjw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMxIEGVVjw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMxIEGVVjw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-uMxIEGVVjw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMxIEGVVjw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e6e6e6;
  background: #000000;
}
.cid-uMxIEGVVjw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-uMxIEGVVjw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMxIEGVVjw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxIEGVVjw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMxIEGVVjw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMxIEGVVjw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxIEGVVjw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMxIEGVVjw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMxIEGVVjw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMxIEGVVjw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMxIEGVVjw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMxIEGVVjw .navbar {
    height: 70px;
  }
  .cid-uMxIEGVVjw .navbar.opened {
    height: auto;
  }
  .cid-uMxIEGVVjw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMxIEGVVjw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMxIEGVVjw .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uMxIEGVVjw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMxIEGVVjw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uMxIEGVVjw .navbar-caption:hover {
  color: #ed3b23;
}
@media (min-width: 992px) {
  .cid-uMxIEGVVjw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMxIEGVVjw .mbr-section-subtitle {
  color: #000000;
}
.cid-uMxIEGVVjw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMxIEGVVjw .text_widget {
  color: #000000;
}
.cid-uMxIEGVVjw .mbr-section-subtitle,
.cid-uMxIEGVVjw .text_widget,
.cid-uMxIEGVVjw .mbr-section-btn {
  text-align: center;
}
.cid-uMxIEGVVjw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMxIEHFGbs {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 1330px) {
  .cid-uMxIEHFGbs .container {
    max-width: 1330px !important;
  }
}
.cid-uMxIEHFGbs .content-wrap {
  background-color: #16e0eb;
}
.cid-uMxIEHFGbs .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMxIEHFGbs .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-uMxIEHFGbs .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-uMxIEHFGbs .img-wrap {
  height: 100%;
}
.cid-uMxIEHFGbs .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uMxIEHFGbs .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-uMxIEHFGbs .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-uMxIEHFGbs [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uMxIEHFGbs .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMxIEHFGbs .mbr-section-subtitle,
.cid-uMxIEHFGbs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMxIEHFGbs H1 {
  text-align: left;
  color: #000000;
}
.cid-uMxIEHFGbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEHFGbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEI8k2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxIEI8k2x .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMxIEI8k2x .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMxIEI8k2x .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #fb7338;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #fb7338;
  color: #fb7338;
  content: "✓";
}
.cid-uMxIEI8k2x .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMxIEI8k2x .mbr-text {
  color: #3d5943;
}
.cid-uMxIEIvmf2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #16e0eb;
}
.cid-uMxIEIvmf2 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMxIEIvmf2 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uMxIEIvmf2 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uMxIEJ0rAO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMxIEJ0rAO .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uMxIEJ0rAO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uMxIEJ0rAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEJ0rAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEJIlWB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #16e0eb;
}
.cid-uMxIEJIlWB .container {
  max-width: 1500px;
}
.cid-uMxIEJIlWB img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uMxIEJIlWB img:hover {
  transform: scale(1.1);
}
.cid-uMxIEJIlWB .row {
  background: #ffffff;
}
.cid-uMxIEJIlWB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uMxIEJIlWB h2 {
  padding: 0;
  margin: 0;
}
.cid-uMxIEJIlWB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMxIEJIlWB .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uMxIEJIlWB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uMxIEJIlWB .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uMxIEJIlWB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uMxIEJIlWB .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMxIEJIlWB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uMxIEJIlWB .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uMxIEJIlWB .row {
    margin: 0rem;
  }
  .cid-uMxIEJIlWB .text-col {
    padding: 2rem 1rem;
  }
  .cid-uMxIEJIlWB .number {
    margin-right: 2rem;
  }
  .cid-uMxIEJIlWB .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uMxIEJIlWB H2 {
  color: #333333;
}
.cid-uMxIEJIlWB .mbr-text {
  color: #000000;
}
.cid-uMxIEJIlWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEJIlWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEK64HC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMxIEKzeQW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #16e0eb;
}
.cid-uMxIEKzeQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEKzeQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMxIEKzeQW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMxIEKzeQW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMxIEKzeQW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMxIEKzeQW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMxIEKzeQW .mbr-section-title {
  color: #000000;
}
.cid-uMxIEKzeQW .mbr-text,
.cid-uMxIEKzeQW .mbr-section-btn {
  color: #000000;
}
.cid-uMxIEL0ZUJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uMxIEL0ZUJ .container-fluid {
  padding: 0 2rem;
}
.cid-uMxIEL0ZUJ .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uMxIEL0ZUJ .mbr-title {
  padding: 0 1rem;
}
.cid-uMxIEL0ZUJ .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
}
.cid-uMxIEL0ZUJ .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uMxIEL0ZUJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed3b23, #ff5740);
  display: inline-block;
}
.cid-uMxIEL0ZUJ .image-wrap {
  width: 100%;
}
.cid-uMxIEL0ZUJ .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uMxIEL0ZUJ .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uMxIEL0ZUJ .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uMxIEL0ZUJ .container-fluid {
    padding: 0rem;
  }
}
.cid-uMxIEL0ZUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEL0ZUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIELLOQ3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMxIELLOQ3 .mbr-text {
  color: #000000;
}
.cid-uMxIELLOQ3 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMxIELLOQ3 .mbr-section-title {
  color: #000000;
}
.cid-uMxIEM8ohU {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uMxIEM8ohU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEM8ohU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEM8ohU .accordion .mbr-iconfont {
  font-size: 1rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  transform: rotate(0deg) !important;
  margin-left: 1rem;
  padding: 8px;
  border-radius: 50%;
}
.cid-uMxIEM8ohU .accordion .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg) !important;
}
.cid-uMxIEM8ohU .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-uMxIEM8ohU .col-title {
    margin-bottom: 40px;
  }
}
.cid-uMxIEM8ohU .mbr-section-title {
  color: #181818;
}
@media (max-width: 991px) {
  .cid-uMxIEM8ohU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMxIEM8ohU .mbr-section-subtitle {
  color: #00004c;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .cid-uMxIEM8ohU .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxIEM8ohU .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uMxIEM8ohU .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMxIEM8ohU .accordion-title-container {
    display: none;
  }
}
.cid-uMxIEM8ohU .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #00004c;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxIEM8ohU .accordion-title {
    padding: 0 10px;
  }
}
.cid-uMxIEM8ohU .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uMxIEM8ohU .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uMxIEM8ohU .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxIEM8ohU .card {
    width: 100%;
  }
}
.cid-uMxIEM8ohU .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uMxIEM8ohU .card-border-top2 {
    display: none;
  }
}
.cid-uMxIEM8ohU .card-header {
  border-bottom: none !important;
  padding: 10px 0 !important;
}
.cid-uMxIEM8ohU .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uMxIEM8ohU .panel-body {
  padding-bottom: 20px;
}
.cid-uMxIEM8ohU .panel-text {
  margin-bottom: 20px !important;
  color: #00004c;
}
.cid-uMxIEM8ohU .panel-title {
  display: flex;
  align-items: center;
}
.cid-uMxIEM8ohU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMxIEM8ohU .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uMxIEN24lL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #16e0eb;
}
.cid-uMxIEN24lL .mbr-text {
  color: #000000;
}
.cid-uMxIEN24lL .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMxIEN24lL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMy0eE8A47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMy0eE8A47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMy0eE8A47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMy0eE8A47 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uMy0eE8A47 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMy0eE8A47 .container {
    padding: 0 30px;
  }
}
.cid-uMy0eE8A47 .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMy0eE8A47 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMy0eE8A47 .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMy0eE8A47 .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uMy0eE8A47 .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uMy0eE8A47 .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-uMy0eE8A47 .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-uMxIENtpZa {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxIENtpZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIENtpZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIENtpZa .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMxIENtpZa .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMxIENtpZa .container {
    padding: 0 26px;
  }
}
.cid-uMxIENtpZa .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uMxIENtpZa .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMxIENtpZa .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uMxIENtpZa .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMxIENtpZa .image-wrapper img {
    height: 300px;
  }
}
.cid-uMxIENtpZa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMxIENtpZa .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMxIENtpZa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxIENtpZa .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMxIENtpZa .mbr-section-title {
  color: #ffffff;
}
.cid-uMxIENtpZa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMxIENtpZa .mbr-text {
  color: #000000;
}
.cid-uMxIENtpZa .mbr-section-title,
.cid-uMxIENtpZa .mbr-section-btn {
  color: #000000;
}
.cid-uMxIEO0uFt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #16e0eb;
}
.cid-uMxIEO0uFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEO0uFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEO0uFt .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uMxIEO0uFt .container-fluid {
    padding: 0 12px;
  }
}
.cid-uMxIEO0uFt .container-fluid .row {
  padding: 0;
}
.cid-uMxIEO0uFt .row {
  border: 3px solid #16e0eb;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uMxIEO0uFt .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uMxIEO0uFt .card {
    border-left: 1px solid #16e0eb;
    border-left: none;
    border-right: 2px solid #16e0eb;
  }
}
@media (max-width: 992px) {
  .cid-uMxIEO0uFt .card {
    padding: 48px 20px;
  }
}
.cid-uMxIEO0uFt .card:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uMxIEO0uFt .card:last-child {
    border-left: none;
    border-right: 2px solid #16e0eb;
    border-right: none;
    border-left: 1px solid #16e0eb;
  }
}
.cid-uMxIEO0uFt .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxIEO0uFt .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMxIEO0uFt .mbr-section-title {
  color: #000000;
}
.cid-uMxIEO0uFt .mbr-text {
  color: #000000;
}
.cid-uMxMRXL3zv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMxMRXL3zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxMRXL3zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxMRXL3zv .row {
  margin: 0 !important;
}
.cid-uMxMRXL3zv .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMxMRXL3zv .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uMxMRXL3zv .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uMxMRXL3zv .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-uMxMRXL3zv .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uMxMRXL3zv .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uMxMRXL3zv .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uMxMRXL3zv .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uMxMRXL3zv .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uMxMRXL3zv .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uMxMRXL3zv .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uMxMRXL3zv .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uMxMRXL3zv .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uMxMRXL3zv .panel-group {
  border: none;
}
.cid-uMxMRXL3zv .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uMxMRXL3zv .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMxMRXL3zv .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uMxMRXL3zv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uMxMRXL3zv .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uMxMRXL3zv .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uMxMRXL3zv .panel-title-edit {
  color: #131313;
}
.cid-uMxMRXL3zv .panel-body {
  padding: 0 0 20px;
}
.cid-uMxMRXL3zv .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uMxIEOrk8f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uMxIEOrk8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEOrk8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEOrk8f .row {
  justify-content: center;
}
.cid-uMxIEOrk8f .main-content {
  margin: 0;
}
.cid-uMxIEOrk8f .card {
  padding: 0;
}
.cid-uMxIEOrk8f .google-map iframe {
  height: 1000px;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .cid-uMxIEOrk8f .google-map iframe {
    height: 800px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMxIEOrk8f .google-map iframe {
    height: 350px;
  }
}
.cid-uMxIEP4bi4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #16e0eb;
}
.cid-uMxIEP4bi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMxIEP4bi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMxIEP4bi4 .content-wrap {
  padding: 60px;
  background-color: #16e0eb;
}
@media (max-width: 992px) {
  .cid-uMxIEP4bi4 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uMxIEP4bi4 .content-wrap .row {
  justify-content: center;
}
.cid-uMxIEP4bi4 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxIEP4bi4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxIEP4bi4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMxIEP4bi4 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uMxIEP4bi4 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uMxIEP4bi4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMxIEP4bi4 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxIEP4bi4 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxIEP4bi4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxIEP4bi4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMxIEP4bi4 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMxIEP4bi4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxIEP4bi4 .nav-wrapper .list .item-wrap:hover,
.cid-uMxIEP4bi4 .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMxIEP4bi4 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxIEP4bi4 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxIEP4bi4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxIEP4bi4 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMxIEP4bi4 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMxIEP4bi4 .contacts-wrapper .list .item-wrap:hover,
.cid-uMxIEP4bi4 .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uMxIEP4bi4 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMxIEP4bi4 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMxIEP4bi4 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMxIEP4bi4 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMxIEP4bi4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMxIEP4bi4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMxIEP4bi4 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMxIEP4bi4 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uMxIEP4bi4 .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-uMxIEP4bi4 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uMxIEP4bi4 .mbr-section-title {
  color: #ed463f;
}
.cid-uMxIEP4bi4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uMxIEP4bi4 .list {
  color: #404349;
}
.cid-uMxIEP4bi4 .list,
.cid-uMxIEP4bi4 .item-wrap {
  color: #000000;
}
