body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Crimson Text', serif;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Crimson Text', serif;
  font-size: 3.2rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Crimson Text', serif;
  font-size: 1.9rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Crimson Text', serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #a72f0e !important;
}
.bg-success {
  background-color: #8c8c8c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #99c392 !important;
}
.bg-danger {
  background-color: #6ba262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a72f0e !important;
  border-color: #a72f0e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #571807 !important;
  border-color: #571807 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e3aa7 !important;
  border-color: #0e3aa7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #071e57 !important;
  border-color: #071e57 !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.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #99c392 !important;
  border-color: #99c392 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65a45a !important;
  border-color: #65a45a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #476d40 !important;
  border-color: #476d40 !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.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.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: #a72f0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #571807 !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: #a72f0e !important;
  border-color: #a72f0e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e3aa7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #071e57 !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: #0e3aa7 !important;
  border-color: #0e3aa7 !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: #8c8c8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #616161 !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: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99c392;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #65a45a !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: #99c392 !important;
  border-color: #99c392 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ba262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #476d40 !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: #6ba262 !important;
  border-color: #6ba262 !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: #a72f0e !important;
}
.text-secondary {
  color: #0e3aa7 !important;
}
.text-success {
  color: #8c8c8c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #99c392 !important;
}
.text-danger {
  color: #6ba262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #491506 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #061949 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #595959 !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: #5f9a55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40633b !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: #a72f0e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #99c392;
}
.alert-danger {
  background-color: #6ba262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a72f0e;
  border-color: #a72f0e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a72f0e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef6a45;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.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: #e6f0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6d1b2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #a72f0e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #a72f0e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a72f0e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a72f0e;
}
.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: #a72f0e;
  border-bottom-color: #a72f0e;
}
.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: #a72f0e !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: #0e3aa7 !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='%23a72f0e' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background-color: #8bc0af !important;
  padding: 0;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8bc0af !important;
  background: #8bc0af;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V .navbar-dropdown {
  position: relative !important;
}
.cid-tbWniy6u3V nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V 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;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #272727;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #a72f0e;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: false !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8bc0af;
  background: #5b80dc;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2b7679;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #a72f0e;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #a72f0e;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #272727;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVT2flMt5K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-tVT2flMt5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVT2flMt5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVT2flMt5K .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVT2flMt5K .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tVT2flMt5K .row {
  align-items: center;
}
.cid-tVT2flMt5K img {
  border-radius: 2rem;
}
.cid-tVT2flMt5K .image-wrapper {
  background: #8bc0af;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tVT2flMt5K .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVT2flMt5K .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVT2flMt5K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVT2flMt5K .mbr-section-title {
  color: #2b1c50;
}
.cid-tVT2flMt5K .mbr-text,
.cid-tVT2flMt5K .mbr-section-btn {
  color: #3d2e7c;
}
.cid-tNMhzu8R3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-tNMhzu8R3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMhzu8R3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNMhzu8R3z .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tNMhzu8R3z .content-wrapper {
    margin: 0 30px;
  }
}
.cid-tNMhzu8R3z .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #e5e5e5;
}
@media (max-width: 992px) {
  .cid-tNMhzu8R3z .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-tNMhzu8R3z .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #222222;
  margin: 0;
}
.cid-tNMhzu8R3z .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-tNMhzu8R3z .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-tNMhzu8R3z .mbr-section-title {
  color: #000000;
}
.cid-tNMhzu8R3z .mbr-item {
  color: #ffffff;
}
.cid-tNM8a5omVy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-tNM8a5omVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM8a5omVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNM8a5omVy .container {
    padding: 0 16px;
  }
}
.cid-tNM8a5omVy .title-wrapper {
  position: relative;
}
.cid-tNM8a5omVy .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNM8a5omVy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tNM8a5omVy .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNM8a5omVy .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tNM8a5omVy .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tNM8a5omVy .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tNM8a5omVy .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tNM8a5omVy .mbr-section-title {
  color: #08323C;
}
.cid-tNM8a5omVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNM8a5omVy .mbr-section-title,
.cid-tNM8a5omVy .mbr-section-btn {
  text-align: center;
}
.cid-tNMaYslxvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tNMaYslxvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMaYslxvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNMaYslxvi .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tNMaYslxvi .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNMaYslxvi .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tNMaYslxvi .mbr-section-title {
  color: #131313;
}
.cid-tNMaYslxvi .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tNMaYslxvi .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tNMaYslxvi .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tNMaYslxvi .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #8bc0af;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tNMaYslxvi .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tNMaYslxvi .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tNMaYslxvi .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tNMaYslxvi .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tNMaYslxvi .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tNMaYslxvi .card-title {
  color: #131313;
}
.cid-tNMaYslxvi .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tNMaYslxvi .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tNMaYslxvi .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tNMaYslxvi .card-link {
    margin-top: 15px;
  }
}
.cid-tNMaYslxvi .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tNMaYslxvi .card-title,
.cid-tNMaYslxvi .iconfont-wrapper {
  color: #fafafa;
}
.cid-tNM5ALrlSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-tNM5ALrlSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM5ALrlSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNM5ALrlSp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNM5ALrlSp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNM5ALrlSp .container {
    padding: 0;
  }
}
.cid-tNM5ALrlSp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNM5ALrlSp .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tNM5ALrlSp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNM5ALrlSp .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tNM5ALrlSp .mbr-section-title {
  color: #000000;
}
.cid-tNM5ALrlSp .mbr-text {
  color: #000000;
}
.cid-uCGKPlrrjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCGKPlrrjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGKPlrrjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCGKPlrrjn .container {
    padding: 0 30px;
  }
}
.cid-uCGKPlrrjn .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCGKPlrrjn .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCGKPlrrjn .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uCGKPlrrjn .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCGKPlrrjn .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uCGKPlrrjn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uCGKPlrrjn .items-wrapper {
    display: block;
  }
}
.cid-uCGKPlrrjn .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uCGKPlrrjn .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uCGKPlrrjn .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uCGKPlrrjn .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uCGKPlrrjn .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uCGKPlrrjn .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uCGKPlrrjn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uCGKPlrrjn .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uCGKPlrrjn .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uCGKPlrrjn .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uCGKPlrrjn .item-date {
  color: #22654E;
}
.cid-uCGKPlrrjn .item-title {
  color: #22654E;
}
.cid-uCGKPlrrjn .item-text {
  color: #144031;
}
.cid-uCGKPlrrjn .item-title,
.cid-uCGKPlrrjn .mbr-section-btn {
  color: #000000;
}
.cid-tNM5CJ4H7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-tNM5CJ4H7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM5CJ4H7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNM5CJ4H7n .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tNM5CJ4H7n .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tNM5CJ4H7n .container {
    padding: 0 26px;
  }
}
.cid-tNM5CJ4H7n .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tNM5CJ4H7n .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tNM5CJ4H7n .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNM5CJ4H7n .mbr-section-title {
  color: #000000;
}
.cid-tNM5CJ4H7n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNM5CJ4H7n .mbr-text {
  color: #000000;
}
.cid-uCGL93xOnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
@media (max-width: 992px) {
  .cid-uCGL93xOnV .row {
    flex-direction: column-reverse;
  }
}
.cid-uCGL93xOnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGL93xOnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCGL93xOnV .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCGL93xOnV .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCGL93xOnV .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCGL93xOnV .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCGL93xOnV .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCGL93xOnV .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCGL93xOnV .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uCGL93xOnV .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCGL93xOnV .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCGL93xOnV .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCGL93xOnV .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCGL93xOnV .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-uCGL93xOnV .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uCGL93xOnV .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCGL93xOnV .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCGL93xOnV .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCGL93xOnV .mbr-section-title {
  color: #000000;
}
.cid-uCGL93xOnV .mbr-text {
  color: #fafafa;
}
.cid-uCGL93xOnV .mbr-section-title,
.cid-uCGL93xOnV .mbr-section-btn {
  color: #ffffff;
}
.cid-tNM5NTUe6C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNM5NTUe6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNM5NTUe6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNM5NTUe6C .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNM5NTUe6C .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNM5NTUe6C .container {
    padding: 0 12px;
  }
}
.cid-tNM5NTUe6C .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNM5NTUe6C .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tNM5NTUe6C .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #8bc0af;
}
@media (max-width: 992px) {
  .cid-tNM5NTUe6C .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tNM5NTUe6C .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tNM5NTUe6C .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-tNM5NTUe6C .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tNM5NTUe6C .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-tNM5NTUe6C .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-tNM5NTUe6C .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-tNM5NTUe6C .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNM5NTUe6C .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tNM5NTUe6C .mbr-section-subtitle {
  color: #222222;
}
.cid-tNM5NTUe6C .mbr-text {
  color: #fafafa;
}
.cid-tNM5NTUe6C .list {
  color: #222222;
}
.cid-tbWoqc5aA7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tbWoqc5aA7 .row {
    flex-direction: column-reverse;
  }
}
.cid-tbWoqc5aA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWoqc5aA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWoqc5aA7 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWoqc5aA7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWoqc5aA7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tbWoqc5aA7 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWoqc5aA7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-tbWoqc5aA7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWoqc5aA7 .text-wrapper {
  margin-left: 160px;
  position: relative;
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-tbWoqc5aA7 .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tbWoqc5aA7 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tbWoqc5aA7 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tbWoqc5aA7 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tbWoqc5aA7 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tbWoqc5aA7 .image-wrapper {
  margin-left: 200px;
  margin-left: 0;
  margin-right: 200px;
}
@media (max-width: 992px) {
  .cid-tbWoqc5aA7 .image-wrapper {
    margin: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tbWoqc5aA7 .image-wrapper {
    margin: 30px;
  }
}
.cid-tbWoqc5aA7 .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tbWoqc5aA7 .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tbWoqc5aA7 .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tbWoqc5aA7 .mbr-section-title {
  color: #000000;
}
.cid-tbWoqc5aA7 .mbr-text {
  color: #272727;
}
.cid-tbWoqc5aA7 .mbr-section-title,
.cid-tbWoqc5aA7 .mbr-section-btn {
  color: #272727;
}
.cid-uCH1u2pI5E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCH1u2pI5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCH1u2pI5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCH1u2pI5E .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCH1u2pI5E .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCH1u2pI5E .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uCH1u2pI5E .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCH1u2pI5E .container {
    padding: 0 12px;
  }
}
.cid-uCH1u2pI5E .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCH1u2pI5E .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-uCH1u2pI5E .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCH1u2pI5E .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCH1u2pI5E .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uCH1u2pI5E .panel-group {
    padding: 24px;
  }
}
.cid-uCH1u2pI5E .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #29292a;
  margin-bottom: 32px;
}
.cid-uCH1u2pI5E .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCH1u2pI5E .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uCH1u2pI5E .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCH1u2pI5E .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-uCH1u2pI5E .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCH1u2pI5E .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-uCH1u2pI5E .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCH1u2pI5E .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uCH1u2pI5E .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCH1u2pI5E .mbr-section-title {
  color: #ffffff;
}
.cid-uCH1u2pI5E .mbr-text {
  color: #ffffff;
}
.cid-uCH1u2pI5E .panel-title-edit {
  color: #ffffff;
}
.cid-uCH1u2pI5E .panel-text {
  color: #ffffff;
}
.cid-tVPV2Mi6at {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tVPV2Mi6at .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPV2Mi6at .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVPV2Mi6at .container {
    padding: 0 15px;
  }
}
.cid-tVPV2Mi6at .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-tVPV2Mi6at .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-tVPV2Mi6at .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tVPV2Mi6at .content-wrapper .mbr-name {
  margin: 0;
}
.cid-tVPV2Mi6at .mbr-section-title {
  color: #ffffff;
}
.cid-tVPV2Mi6at .mbr-text {
  color: #fafafa;
}
.cid-tVPV2Mi6at .mbr-name {
  color: #f2ac2b;
}
.cid-uCGX0toDVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uCGX0toDVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGX0toDVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCGX0toDVL .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCGX0toDVL .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCGX0toDVL .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCGX0toDVL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCGX0toDVL .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCGX0toDVL .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCGX0toDVL .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCGX0toDVL .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCGX0toDVL .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCGX0toDVL .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCGX0toDVL .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCGX0toDVL .mbr-section-title,
.cid-uCGX0toDVL .mbr-section-btn {
  color: #000000;
}
.cid-tVNzKlh9S0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #8bc0af;
}
.cid-tVNzKlh9S0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVNzKlh9S0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVNzKlh9S0 h3,
.cid-tVNzKlh9S0 a {
  font-weight: 900;
}
.cid-tVNzKlh9S0 a {
  background: #8c8c8c;
}
.cid-tVNzKlh9S0 .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVNzKlh9S0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVNzKlh9S0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVNzKlh9S0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVNzKlh9S0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVNzKlh9S0 .mbr-section-title {
  color: #000000;
}
.cid-tNOgX6t7Y4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-tNOgX6t7Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOgX6t7Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNOgX6t7Y4 .container {
    padding: 0 12px;
  }
}
.cid-tNOgX6t7Y4 .title-wrapper a {
  display: block;
}
.cid-tNOgX6t7Y4 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tNOgX6t7Y4 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tNOgX6t7Y4 .list-wrapper .list,
.cid-tNOgX6t7Y4 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .list-wrapper .list,
  .cid-tNOgX6t7Y4 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tNOgX6t7Y4 .list-wrapper .list .item-wrap,
.cid-tNOgX6t7Y4 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNOgX6t7Y4 .list-wrapper .list .item-wrap:hover,
.cid-tNOgX6t7Y4 .list-wrapper .list_main .item-wrap:hover,
.cid-tNOgX6t7Y4 .list-wrapper .list .item-wrap:focus,
.cid-tNOgX6t7Y4 .list-wrapper .list_main .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-tNOgX6t7Y4 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tNOgX6t7Y4 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNOgX6t7Y4 .contacts-wrapper .list .item-wrap:hover,
.cid-tNOgX6t7Y4 .contacts-wrapper .list .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-tNOgX6t7Y4 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tNOgX6t7Y4 .social-row .soc-item {
  margin-right: 24px;
}
.cid-tNOgX6t7Y4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-tNOgX6t7Y4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #186366;
}
.cid-tNOgX6t7Y4 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a72f0e;
  transition: all 0.3s ease-in-out;
}
.cid-tNOgX6t7Y4 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tNOgX6t7Y4 .mbr-section-title {
  color: #ffffff;
}
.cid-tNOgX6t7Y4 .mbr-list-title {
  color: #fafafa;
}
.cid-tNOgX6t7Y4 .list {
  color: #3463d8;
}
.cid-tNOgX6t7Y4 .list_main {
  color: #E3B4FA;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background-color: #8bc0af !important;
  padding: 0;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8bc0af !important;
  background: #8bc0af;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V .navbar-dropdown {
  position: relative !important;
}
.cid-tbWniy6u3V nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V 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;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #272727;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #a72f0e;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: false !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8bc0af;
  background: #5b80dc;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2b7679;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #a72f0e;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #a72f0e;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #272727;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNOUMIoeT4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #8bc0af;
}
.cid-tNOUMIoeT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOUMIoeT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOUMIoeT4 img {
  border-radius: 2rem;
}
.cid-tNOUMIoeT4 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNOUMIoeT4 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a72f0e;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNOUMIoeT4 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #0e3aa7;
  font-size: 1.5rem;
}
.cid-tNOUMIoeT4 .mbr-section-title {
  color: #051744;
}
.cid-tNOUMIoeT4 .mbr-text,
.cid-tNOUMIoeT4 .mbr-section-btn {
  color: #051744;
}
.cid-tNOUMIoeT4 .mbr-section-subtitle,
.cid-tNOUMIoeT4 .align-wrapper {
  color: #04492e;
}
.cid-tNOVh2jS24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tNOVh2jS24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOVh2jS24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOVh2jS24 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNOVh2jS24 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNOVh2jS24 .container {
    padding: 0 30px;
  }
}
.cid-tNOVh2jS24 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNOVh2jS24 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNOVh2jS24 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #8bc0af;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tNOVh2jS24 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNOVh2jS24 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tNOVh2jS24 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNOVh2jS24 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNOVh2jS24 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNOVh2jS24 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNOVh2jS24 .mbr-section-title {
  color: #ffffff;
}
.cid-tNOVh2jS24 .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNOVh2jS24 .mbr-text {
  color: #000000;
}
.cid-tNOVh2jS24 .mbr-number {
  color: #FE5115;
}
.cid-tNOUVyvlt9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #8bc0af;
}
.cid-tNOUVyvlt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOUVyvlt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOUVyvlt9 h3,
.cid-tNOUVyvlt9 a {
  font-weight: 900;
}
.cid-tNOUVyvlt9 a {
  background: #8c8c8c;
}
.cid-tNOUVyvlt9 .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tNOUVyvlt9 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNOUVyvlt9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNOUVyvlt9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNOUVyvlt9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNOUVyvlt9 .mbr-section-title {
  color: #000000;
}
.cid-tNOgX6t7Y4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-tNOgX6t7Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOgX6t7Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNOgX6t7Y4 .container {
    padding: 0 12px;
  }
}
.cid-tNOgX6t7Y4 .title-wrapper a {
  display: block;
}
.cid-tNOgX6t7Y4 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tNOgX6t7Y4 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tNOgX6t7Y4 .list-wrapper .list,
.cid-tNOgX6t7Y4 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .list-wrapper .list,
  .cid-tNOgX6t7Y4 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tNOgX6t7Y4 .list-wrapper .list .item-wrap,
.cid-tNOgX6t7Y4 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNOgX6t7Y4 .list-wrapper .list .item-wrap:hover,
.cid-tNOgX6t7Y4 .list-wrapper .list_main .item-wrap:hover,
.cid-tNOgX6t7Y4 .list-wrapper .list .item-wrap:focus,
.cid-tNOgX6t7Y4 .list-wrapper .list_main .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-tNOgX6t7Y4 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tNOgX6t7Y4 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNOgX6t7Y4 .contacts-wrapper .list .item-wrap:hover,
.cid-tNOgX6t7Y4 .contacts-wrapper .list .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-tNOgX6t7Y4 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNOgX6t7Y4 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tNOgX6t7Y4 .social-row .soc-item {
  margin-right: 24px;
}
.cid-tNOgX6t7Y4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-tNOgX6t7Y4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #186366;
}
.cid-tNOgX6t7Y4 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a72f0e;
  transition: all 0.3s ease-in-out;
}
.cid-tNOgX6t7Y4 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tNOgX6t7Y4 .mbr-section-title {
  color: #ffffff;
}
.cid-tNOgX6t7Y4 .mbr-list-title {
  color: #fafafa;
}
.cid-tNOgX6t7Y4 .list {
  color: #3463d8;
}
.cid-tNOgX6t7Y4 .list_main {
  color: #E3B4FA;
}
.cid-tNOVA7Be3Y .navbar-dropdown {
  background-color: #8bc0af !important;
  padding: 0;
}
.cid-tNOVA7Be3Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8bc0af !important;
  background: #8bc0af;
}
.cid-tNOVA7Be3Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tNOVA7Be3Y .menu_box .navbar.opened,
  .cid-tNOVA7Be3Y .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNOVA7Be3Y .navbar-dropdown {
  position: relative !important;
}
.cid-tNOVA7Be3Y nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tNOVA7Be3Y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNOVA7Be3Y .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNOVA7Be3Y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNOVA7Be3Y .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNOVA7Be3Y .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNOVA7Be3Y .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tNOVA7Be3Y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNOVA7Be3Y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNOVA7Be3Y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNOVA7Be3Y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNOVA7Be3Y .offcanvas-body .mbr-text,
  .cid-tNOVA7Be3Y .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tNOVA7Be3Y .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tNOVA7Be3Y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNOVA7Be3Y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tNOVA7Be3Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNOVA7Be3Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNOVA7Be3Y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNOVA7Be3Y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNOVA7Be3Y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNOVA7Be3Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNOVA7Be3Y .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-tNOVA7Be3Y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNOVA7Be3Y 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;
  }
  .cid-tNOVA7Be3Y .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tNOVA7Be3Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNOVA7Be3Y .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNOVA7Be3Y .nav-item {
    margin: 0 !important;
  }
}
.cid-tNOVA7Be3Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNOVA7Be3Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tNOVA7Be3Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNOVA7Be3Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNOVA7Be3Y .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-tNOVA7Be3Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNOVA7Be3Y .offcanvas_box {
    display: none;
  }
}
.cid-tNOVA7Be3Y .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tNOVA7Be3Y .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNOVA7Be3Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNOVA7Be3Y .nav-link {
  position: relative;
  color: #000000;
}
.cid-tNOVA7Be3Y .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tNOVA7Be3Y .container {
  display: flex;
  margin: auto;
}
.cid-tNOVA7Be3Y .iconfont-wrapper {
  color: #272727;
  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-tNOVA7Be3Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNOVA7Be3Y .iconfont-wrapper:hover {
  color: #a72f0e;
}
.cid-tNOVA7Be3Y .navbar-caption {
  color: #000000;
}
.cid-tNOVA7Be3Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNOVA7Be3Y .navbar-nav {
    margin: 0;
  }
}
.cid-tNOVA7Be3Y .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tNOVA7Be3Y .dropdown-menu,
.cid-tNOVA7Be3Y .navbar.opened {
  background-color: false !important;
}
.cid-tNOVA7Be3Y .nav-item:focus,
.cid-tNOVA7Be3Y .nav-link:focus {
  outline: none;
}
.cid-tNOVA7Be3Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNOVA7Be3Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNOVA7Be3Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNOVA7Be3Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNOVA7Be3Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNOVA7Be3Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNOVA7Be3Y .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-tNOVA7Be3Y .navbar.opened {
  transition: all 0.3s;
}
.cid-tNOVA7Be3Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNOVA7Be3Y .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-tNOVA7Be3Y .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNOVA7Be3Y .navbar.collapsed {
  justify-content: center;
}
.cid-tNOVA7Be3Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNOVA7Be3Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNOVA7Be3Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNOVA7Be3Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNOVA7Be3Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNOVA7Be3Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNOVA7Be3Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNOVA7Be3Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNOVA7Be3Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNOVA7Be3Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNOVA7Be3Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNOVA7Be3Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNOVA7Be3Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNOVA7Be3Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNOVA7Be3Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNOVA7Be3Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNOVA7Be3Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNOVA7Be3Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNOVA7Be3Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNOVA7Be3Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNOVA7Be3Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNOVA7Be3Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNOVA7Be3Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNOVA7Be3Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNOVA7Be3Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNOVA7Be3Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNOVA7Be3Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNOVA7Be3Y .dropdown-item.active,
.cid-tNOVA7Be3Y .dropdown-item:active {
  background-color: transparent;
}
.cid-tNOVA7Be3Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNOVA7Be3Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNOVA7Be3Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNOVA7Be3Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNOVA7Be3Y ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tNOVA7Be3Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNOVA7Be3Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8bc0af;
  background: #5b80dc;
}
.cid-tNOVA7Be3Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-tNOVA7Be3Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNOVA7Be3Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNOVA7Be3Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNOVA7Be3Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNOVA7Be3Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNOVA7Be3Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNOVA7Be3Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNOVA7Be3Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNOVA7Be3Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNOVA7Be3Y .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-tNOVA7Be3Y .navbar {
    height: 70px;
  }
  .cid-tNOVA7Be3Y .navbar.opened {
    height: auto;
  }
  .cid-tNOVA7Be3Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNOVA7Be3Y .mbr-section-btn .btn,
.cid-tNOVA7Be3Y .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tNOVA7Be3Y .mbr-section-btn .btn:first-child,
.cid-tNOVA7Be3Y .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tNOVA7Be3Y .mbr-section-btn .btn:focus,
.cid-tNOVA7Be3Y .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tNOVA7Be3Y .mbr-section-btn .btn span,
.cid-tNOVA7Be3Y .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2b7679;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tNOVA7Be3Y .mbr-section-btn .btn:hover,
.cid-tNOVA7Be3Y .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-tNOVA7Be3Y .mbr-section-btn .btn:hover span,
.cid-tNOVA7Be3Y .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tNOVA7Be3Y .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNOVA7Be3Y .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tNOVA7Be3Y .navbar-caption:hover {
  color: #a72f0e;
}
.cid-tNOVA7Be3Y .nav-link:hover {
  color: #a72f0e;
}
.cid-tNOVA7Be3Y .nav-link:hover::before {
  background-color: #272727;
}
.cid-tNOVA7Be3Y .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tNOVA7Be3Y .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNOVA7Be3Y .mbr-section-subtitle,
.cid-tNOVA7Be3Y .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tNOVA7Be3Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNOVA8AqNz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-tNOVA8AqNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOVA8AqNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOVA8AqNz img {
  border-radius: 2rem;
}
.cid-tNOVA8AqNz .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tNOVA8AqNz .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a72f0e;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tNOVA8AqNz .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #0e3aa7;
  font-size: 1.5rem;
}
.cid-tNOVA8AqNz .mbr-section-title {
  color: #04492e;
}
.cid-tNOVA8AqNz .mbr-text,
.cid-tNOVA8AqNz .mbr-section-btn {
  color: #000000;
}
.cid-tNOVA8AqNz .mbr-section-subtitle,
.cid-tNOVA8AqNz .align-wrapper {
  color: #04492e;
}
.cid-tNOVA92Uis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #99c392;
}
.cid-tNOVA92Uis .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOVA92Uis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOVA92Uis .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tNOVA92Uis .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNOVA92Uis .container {
    padding: 0 30px;
  }
}
.cid-tNOVA92Uis .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tNOVA92Uis .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tNOVA92Uis .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-tNOVA92Uis .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-tNOVA92Uis .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-tNOVA92Uis .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-tNOVA92Uis .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tNOVA92Uis .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-tNOVA92Uis .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tNOVA92Uis .mbr-section-title {
  color: #ffffff;
}
.cid-tNOVA92Uis .mbr-card-title {
  color: #2b2b2b;
}
.cid-tNOVA92Uis .mbr-text {
  color: #000000;
}
.cid-tNOVA92Uis .mbr-number {
  color: #FE5115;
}
.cid-tVQy7FGMXM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #99c392;
}
.cid-tVQy7FGMXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQy7FGMXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQy7FGMXM h3,
.cid-tVQy7FGMXM a {
  font-weight: 900;
}
.cid-tVQy7FGMXM a {
  background: #8c8c8c;
}
.cid-tVQy7FGMXM .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVQy7FGMXM .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVQy7FGMXM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVQy7FGMXM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVQy7FGMXM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVQy7FGMXM .mbr-section-title {
  color: #fafafa;
}
.cid-tNOVAajClb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-tNOVAajClb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOVAajClb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNOVAajClb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNOVAajClb .container {
    padding: 0 12px;
  }
}
.cid-tNOVAajClb .title-wrapper a {
  display: block;
}
.cid-tNOVAajClb .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tNOVAajClb .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tNOVAajClb .list-wrapper .list,
.cid-tNOVAajClb .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tNOVAajClb .list-wrapper .list,
  .cid-tNOVAajClb .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tNOVAajClb .list-wrapper .list .item-wrap,
.cid-tNOVAajClb .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNOVAajClb .list-wrapper .list .item-wrap:hover,
.cid-tNOVAajClb .list-wrapper .list_main .item-wrap:hover,
.cid-tNOVAajClb .list-wrapper .list .item-wrap:focus,
.cid-tNOVAajClb .list-wrapper .list_main .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-tNOVAajClb .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tNOVAajClb .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tNOVAajClb .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tNOVAajClb .contacts-wrapper .list .item-wrap:hover,
.cid-tNOVAajClb .contacts-wrapper .list .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-tNOVAajClb .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNOVAajClb .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tNOVAajClb .social-row .soc-item {
  margin-right: 24px;
}
.cid-tNOVAajClb .social-row .soc-item a:hover .mbr-iconfont,
.cid-tNOVAajClb .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #186366;
}
.cid-tNOVAajClb .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a72f0e;
  transition: all 0.3s ease-in-out;
}
.cid-tNOVAajClb .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-tNOVAajClb .mbr-section-title {
  color: #ffffff;
}
.cid-tNOVAajClb .mbr-list-title {
  color: #fafafa;
}
.cid-tNOVAajClb .list {
  color: #3463d8;
}
.cid-tNOVAajClb .list_main {
  color: #E3B4FA;
}
.cid-uCHrjkiXm2 .navbar-dropdown {
  background-color: #8bc0af !important;
  padding: 0;
}
.cid-uCHrjkiXm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8bc0af !important;
  background: #8bc0af;
}
.cid-uCHrjkiXm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCHrjkiXm2 .menu_box .navbar.opened,
  .cid-uCHrjkiXm2 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCHrjkiXm2 .navbar-dropdown {
  position: relative !important;
}
.cid-uCHrjkiXm2 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uCHrjkiXm2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCHrjkiXm2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCHrjkiXm2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCHrjkiXm2 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCHrjkiXm2 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCHrjkiXm2 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uCHrjkiXm2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCHrjkiXm2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCHrjkiXm2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCHrjkiXm2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCHrjkiXm2 .offcanvas-body .mbr-text,
  .cid-uCHrjkiXm2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uCHrjkiXm2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uCHrjkiXm2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCHrjkiXm2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uCHrjkiXm2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCHrjkiXm2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCHrjkiXm2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCHrjkiXm2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCHrjkiXm2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCHrjkiXm2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCHrjkiXm2 .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-uCHrjkiXm2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCHrjkiXm2 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;
  }
  .cid-uCHrjkiXm2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uCHrjkiXm2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCHrjkiXm2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCHrjkiXm2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uCHrjkiXm2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCHrjkiXm2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uCHrjkiXm2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHrjkiXm2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCHrjkiXm2 .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-uCHrjkiXm2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCHrjkiXm2 .offcanvas_box {
    display: none;
  }
}
.cid-uCHrjkiXm2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uCHrjkiXm2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCHrjkiXm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCHrjkiXm2 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uCHrjkiXm2 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uCHrjkiXm2 .container {
  display: flex;
  margin: auto;
}
.cid-uCHrjkiXm2 .iconfont-wrapper {
  color: #272727;
  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-uCHrjkiXm2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCHrjkiXm2 .iconfont-wrapper:hover {
  color: #a72f0e;
}
.cid-uCHrjkiXm2 .navbar-caption {
  color: #000000;
}
.cid-uCHrjkiXm2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCHrjkiXm2 .navbar-nav {
    margin: 0;
  }
}
.cid-uCHrjkiXm2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uCHrjkiXm2 .dropdown-menu,
.cid-uCHrjkiXm2 .navbar.opened {
  background-color: false !important;
}
.cid-uCHrjkiXm2 .nav-item:focus,
.cid-uCHrjkiXm2 .nav-link:focus {
  outline: none;
}
.cid-uCHrjkiXm2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHrjkiXm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHrjkiXm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHrjkiXm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHrjkiXm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHrjkiXm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHrjkiXm2 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-uCHrjkiXm2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHrjkiXm2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCHrjkiXm2 .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uCHrjkiXm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCHrjkiXm2 .navbar.collapsed {
  justify-content: center;
}
.cid-uCHrjkiXm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHrjkiXm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCHrjkiXm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHrjkiXm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHrjkiXm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHrjkiXm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCHrjkiXm2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCHrjkiXm2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCHrjkiXm2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCHrjkiXm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHrjkiXm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHrjkiXm2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCHrjkiXm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHrjkiXm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHrjkiXm2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCHrjkiXm2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCHrjkiXm2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCHrjkiXm2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCHrjkiXm2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCHrjkiXm2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHrjkiXm2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCHrjkiXm2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCHrjkiXm2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCHrjkiXm2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCHrjkiXm2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHrjkiXm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHrjkiXm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHrjkiXm2 .dropdown-item.active,
.cid-uCHrjkiXm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHrjkiXm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHrjkiXm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHrjkiXm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHrjkiXm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCHrjkiXm2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uCHrjkiXm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCHrjkiXm2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8bc0af;
  background: #5b80dc;
}
.cid-uCHrjkiXm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-uCHrjkiXm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHrjkiXm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHrjkiXm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHrjkiXm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHrjkiXm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHrjkiXm2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHrjkiXm2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHrjkiXm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHrjkiXm2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCHrjkiXm2 .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-uCHrjkiXm2 .navbar {
    height: 70px;
  }
  .cid-uCHrjkiXm2 .navbar.opened {
    height: auto;
  }
  .cid-uCHrjkiXm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHrjkiXm2 .mbr-section-btn .btn,
.cid-uCHrjkiXm2 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrjkiXm2 .mbr-section-btn .btn:first-child,
.cid-uCHrjkiXm2 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrjkiXm2 .mbr-section-btn .btn:focus,
.cid-uCHrjkiXm2 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uCHrjkiXm2 .mbr-section-btn .btn span,
.cid-uCHrjkiXm2 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2b7679;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrjkiXm2 .mbr-section-btn .btn:hover,
.cid-uCHrjkiXm2 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrjkiXm2 .mbr-section-btn .btn:hover span,
.cid-uCHrjkiXm2 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrjkiXm2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCHrjkiXm2 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uCHrjkiXm2 .navbar-caption:hover {
  color: #a72f0e;
}
.cid-uCHrjkiXm2 .nav-link:hover {
  color: #a72f0e;
}
.cid-uCHrjkiXm2 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uCHrjkiXm2 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uCHrjkiXm2 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCHrjkiXm2 .mbr-section-subtitle,
.cid-uCHrjkiXm2 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uCHrjkiXm2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCHrjkXKm3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-uCHrjkXKm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjkXKm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjkXKm3 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHrjkXKm3 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uCHrjkXKm3 .row {
  align-items: center;
}
.cid-uCHrjkXKm3 img {
  border-radius: 2rem;
}
.cid-uCHrjkXKm3 .image-wrapper {
  background: #8bc0af;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uCHrjkXKm3 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHrjkXKm3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHrjkXKm3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCHrjkXKm3 .mbr-section-title {
  color: #2b1c50;
}
.cid-uCHrjkXKm3 .mbr-text,
.cid-uCHrjkXKm3 .mbr-section-btn {
  color: #3d2e7c;
}
.cid-uCHrjlpNsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrjlpNsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjlpNsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjlpNsI .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-uCHrjlpNsI .content-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrjlpNsI .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #e5e5e5;
}
@media (max-width: 992px) {
  .cid-uCHrjlpNsI .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-uCHrjlpNsI .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #222222;
  margin: 0;
}
.cid-uCHrjlpNsI .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uCHrjlpNsI .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-uCHrjlpNsI .mbr-section-title {
  color: #000000;
}
.cid-uCHrjlpNsI .mbr-item {
  color: #ffffff;
}
.cid-uCHrjlT5YZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-uCHrjlT5YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjlT5YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrjlT5YZ .container {
    padding: 0 16px;
  }
}
.cid-uCHrjlT5YZ .title-wrapper {
  position: relative;
}
.cid-uCHrjlT5YZ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uCHrjlT5YZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCHrjlT5YZ .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uCHrjlT5YZ .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uCHrjlT5YZ .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCHrjlT5YZ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uCHrjlT5YZ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uCHrjlT5YZ .mbr-section-title {
  color: #08323C;
}
.cid-uCHrjlT5YZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCHrjlT5YZ .mbr-section-title,
.cid-uCHrjlT5YZ .mbr-section-btn {
  text-align: center;
}
.cid-uCHrjmpsdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uCHrjmpsdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjmpsdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjmpsdW .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uCHrjmpsdW .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uCHrjmpsdW .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uCHrjmpsdW .mbr-section-title {
  color: #131313;
}
.cid-uCHrjmpsdW .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uCHrjmpsdW .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uCHrjmpsdW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uCHrjmpsdW .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #8bc0af;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uCHrjmpsdW .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCHrjmpsdW .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uCHrjmpsdW .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uCHrjmpsdW .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uCHrjmpsdW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uCHrjmpsdW .card-title {
  color: #131313;
}
.cid-uCHrjmpsdW .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uCHrjmpsdW .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uCHrjmpsdW .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uCHrjmpsdW .card-link {
    margin-top: 15px;
  }
}
.cid-uCHrjmpsdW .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uCHrjmpsdW .card-title,
.cid-uCHrjmpsdW .iconfont-wrapper {
  color: #fafafa;
}
.cid-uCHrjn9WpJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrjn9WpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjn9WpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjn9WpJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCHrjn9WpJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCHrjn9WpJ .container {
    padding: 0;
  }
}
.cid-uCHrjn9WpJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCHrjn9WpJ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCHrjn9WpJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCHrjn9WpJ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCHrjn9WpJ .mbr-section-title {
  color: #000000;
}
.cid-uCHrjn9WpJ .mbr-text {
  color: #000000;
}
.cid-uCHrjnBIyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHrjnBIyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjnBIyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrjnBIyl .container {
    padding: 0 30px;
  }
}
.cid-uCHrjnBIyl .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCHrjnBIyl .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCHrjnBIyl .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uCHrjnBIyl .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCHrjnBIyl .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uCHrjnBIyl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uCHrjnBIyl .items-wrapper {
    display: block;
  }
}
.cid-uCHrjnBIyl .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uCHrjnBIyl .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uCHrjnBIyl .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uCHrjnBIyl .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uCHrjnBIyl .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uCHrjnBIyl .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uCHrjnBIyl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uCHrjnBIyl .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uCHrjnBIyl .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrjnBIyl .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uCHrjnBIyl .item-date {
  color: #22654E;
}
.cid-uCHrjnBIyl .item-title {
  color: #22654E;
}
.cid-uCHrjnBIyl .item-text {
  color: #144031;
}
.cid-uCHrjnBIyl .item-title,
.cid-uCHrjnBIyl .mbr-section-btn {
  color: #000000;
}
.cid-uCHrjofiAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrjofiAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjofiAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjofiAP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uCHrjofiAP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjofiAP .container {
    padding: 0 26px;
  }
}
.cid-uCHrjofiAP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uCHrjofiAP .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uCHrjofiAP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrjofiAP .mbr-section-title {
  color: #000000;
}
.cid-uCHrjofiAP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHrjofiAP .mbr-text {
  color: #000000;
}
.cid-uCHrjoNmMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
@media (max-width: 992px) {
  .cid-uCHrjoNmMc .row {
    flex-direction: column-reverse;
  }
}
.cid-uCHrjoNmMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjoNmMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjoNmMc .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrjoNmMc .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrjoNmMc .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCHrjoNmMc .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrjoNmMc .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrjoNmMc .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrjoNmMc .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uCHrjoNmMc .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrjoNmMc .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCHrjoNmMc .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjoNmMc .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCHrjoNmMc .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-uCHrjoNmMc .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uCHrjoNmMc .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHrjoNmMc .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjoNmMc .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCHrjoNmMc .mbr-section-title {
  color: #000000;
}
.cid-uCHrjoNmMc .mbr-text {
  color: #fafafa;
}
.cid-uCHrjoNmMc .mbr-section-title,
.cid-uCHrjoNmMc .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHrjpruQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHrjpruQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjpruQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjpruQ3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCHrjpruQ3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjpruQ3 .container {
    padding: 0 12px;
  }
}
.cid-uCHrjpruQ3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrjpruQ3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCHrjpruQ3 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #8bc0af;
}
@media (max-width: 992px) {
  .cid-uCHrjpruQ3 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCHrjpruQ3 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHrjpruQ3 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCHrjpruQ3 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrjpruQ3 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCHrjpruQ3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCHrjpruQ3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCHrjpruQ3 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrjpruQ3 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCHrjpruQ3 .mbr-section-subtitle {
  color: #222222;
}
.cid-uCHrjpruQ3 .mbr-text {
  color: #fafafa;
}
.cid-uCHrjpruQ3 .list {
  color: #222222;
}
.cid-uCHrjpY7C9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCHrjpY7C9 .row {
    flex-direction: column-reverse;
  }
}
.cid-uCHrjpY7C9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjpY7C9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjpY7C9 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrjpY7C9 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrjpY7C9 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCHrjpY7C9 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrjpY7C9 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrjpY7C9 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrjpY7C9 .text-wrapper {
  margin-left: 160px;
  position: relative;
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-uCHrjpY7C9 .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCHrjpY7C9 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrjpY7C9 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCHrjpY7C9 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjpY7C9 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCHrjpY7C9 .image-wrapper {
  margin-left: 200px;
  margin-left: 0;
  margin-right: 200px;
}
@media (max-width: 992px) {
  .cid-uCHrjpY7C9 .image-wrapper {
    margin: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCHrjpY7C9 .image-wrapper {
    margin: 30px;
  }
}
.cid-uCHrjpY7C9 .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHrjpY7C9 .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjpY7C9 .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCHrjpY7C9 .mbr-section-title {
  color: #000000;
}
.cid-uCHrjpY7C9 .mbr-text {
  color: #272727;
}
.cid-uCHrjpY7C9 .mbr-section-title,
.cid-uCHrjpY7C9 .mbr-section-btn {
  color: #272727;
}
.cid-uCHyie0teR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCHyie0teR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHyie0teR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHyie0teR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCHyie0teR .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCHyie0teR .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uCHyie0teR .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCHyie0teR .container {
    padding: 0 12px;
  }
}
.cid-uCHyie0teR .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCHyie0teR .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-uCHyie0teR .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCHyie0teR .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCHyie0teR .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uCHyie0teR .panel-group {
    padding: 24px;
  }
}
.cid-uCHyie0teR .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #29292a;
  margin-bottom: 32px;
}
.cid-uCHyie0teR .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCHyie0teR .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uCHyie0teR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCHyie0teR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-uCHyie0teR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCHyie0teR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-uCHyie0teR .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCHyie0teR .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uCHyie0teR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCHyie0teR .mbr-section-title {
  color: #ffffff;
}
.cid-uCHyie0teR .mbr-text {
  color: #ffffff;
}
.cid-uCHyie0teR .panel-title-edit {
  color: #ffffff;
}
.cid-uCHyie0teR .panel-text {
  color: #ffffff;
}
.cid-uCHrjr7Urc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uCHrjr7Urc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjr7Urc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrjr7Urc .container {
    padding: 0 15px;
  }
}
.cid-uCHrjr7Urc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uCHrjr7Urc .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uCHrjr7Urc .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uCHrjr7Urc .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uCHrjr7Urc .mbr-section-title {
  color: #ffffff;
}
.cid-uCHrjr7Urc .mbr-text {
  color: #fafafa;
}
.cid-uCHrjr7Urc .mbr-name {
  color: #fbfbfb;
}
.cid-uCHrjrFwu5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uCHrjrFwu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjrFwu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjrFwu5 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCHrjrFwu5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCHrjrFwu5 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCHrjrFwu5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCHrjrFwu5 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCHrjrFwu5 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCHrjrFwu5 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCHrjrFwu5 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCHrjrFwu5 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrjrFwu5 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCHrjrFwu5 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCHrjrFwu5 .mbr-section-title,
.cid-uCHrjrFwu5 .mbr-section-btn {
  color: #000000;
}
.cid-uCHOCpM0EC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHOCpM0EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHOCpM0EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHOCpM0EC .row {
  margin: 0 !important;
}
.cid-uCHOCpM0EC .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uCHOCpM0EC .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCHOCpM0EC .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uCHOCpM0EC .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-uCHOCpM0EC .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uCHOCpM0EC .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uCHOCpM0EC .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uCHOCpM0EC .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uCHOCpM0EC .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uCHOCpM0EC .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHOCpM0EC .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uCHOCpM0EC .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uCHOCpM0EC .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uCHOCpM0EC .panel-group {
  border: none;
}
.cid-uCHOCpM0EC .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uCHOCpM0EC .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uCHOCpM0EC .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uCHOCpM0EC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uCHOCpM0EC .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uCHOCpM0EC .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uCHOCpM0EC .panel-title-edit {
  color: #131313;
}
.cid-uCHOCpM0EC .panel-body {
  padding: 0 0 20px;
}
.cid-uCHOCpM0EC .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uCHrjsbqVI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #8bc0af;
}
.cid-uCHrjsbqVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjsbqVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrjsbqVI h3,
.cid-uCHrjsbqVI a {
  font-weight: 900;
}
.cid-uCHrjsbqVI a {
  background: #8c8c8c;
}
.cid-uCHrjsbqVI .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uCHrjsbqVI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uCHrjsbqVI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCHrjsbqVI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCHrjsbqVI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCHrjsbqVI .mbr-section-title {
  color: #000000;
}
.cid-uCHrjsLDmY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-uCHrjsLDmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrjsLDmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrjsLDmY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrjsLDmY .container {
    padding: 0 12px;
  }
}
.cid-uCHrjsLDmY .title-wrapper a {
  display: block;
}
.cid-uCHrjsLDmY .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCHrjsLDmY .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uCHrjsLDmY .list-wrapper .list,
.cid-uCHrjsLDmY .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uCHrjsLDmY .list-wrapper .list,
  .cid-uCHrjsLDmY .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uCHrjsLDmY .list-wrapper .list .item-wrap,
.cid-uCHrjsLDmY .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrjsLDmY .list-wrapper .list .item-wrap:hover,
.cid-uCHrjsLDmY .list-wrapper .list_main .item-wrap:hover,
.cid-uCHrjsLDmY .list-wrapper .list .item-wrap:focus,
.cid-uCHrjsLDmY .list-wrapper .list_main .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-uCHrjsLDmY .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uCHrjsLDmY .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uCHrjsLDmY .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrjsLDmY .contacts-wrapper .list .item-wrap:hover,
.cid-uCHrjsLDmY .contacts-wrapper .list .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-uCHrjsLDmY .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrjsLDmY .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uCHrjsLDmY .social-row .soc-item {
  margin-right: 24px;
}
.cid-uCHrjsLDmY .social-row .soc-item a:hover .mbr-iconfont,
.cid-uCHrjsLDmY .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #186366;
}
.cid-uCHrjsLDmY .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a72f0e;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrjsLDmY .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uCHrjsLDmY .mbr-section-title {
  color: #ffffff;
}
.cid-uCHrjsLDmY .mbr-list-title {
  color: #fafafa;
}
.cid-uCHrjsLDmY .list {
  color: #3463d8;
}
.cid-uCHrjsLDmY .list_main {
  color: #E3B4FA;
}
.cid-uCHrgRyai1 .navbar-dropdown {
  background-color: #8bc0af !important;
  padding: 0;
}
.cid-uCHrgRyai1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8bc0af !important;
  background: #8bc0af;
}
.cid-uCHrgRyai1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCHrgRyai1 .menu_box .navbar.opened,
  .cid-uCHrgRyai1 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCHrgRyai1 .navbar-dropdown {
  position: relative !important;
}
.cid-uCHrgRyai1 nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uCHrgRyai1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCHrgRyai1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCHrgRyai1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCHrgRyai1 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCHrgRyai1 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCHrgRyai1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uCHrgRyai1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCHrgRyai1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCHrgRyai1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCHrgRyai1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCHrgRyai1 .offcanvas-body .mbr-text,
  .cid-uCHrgRyai1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uCHrgRyai1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uCHrgRyai1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCHrgRyai1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uCHrgRyai1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCHrgRyai1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCHrgRyai1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCHrgRyai1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCHrgRyai1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCHrgRyai1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCHrgRyai1 .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-uCHrgRyai1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCHrgRyai1 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;
  }
  .cid-uCHrgRyai1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uCHrgRyai1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCHrgRyai1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCHrgRyai1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uCHrgRyai1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCHrgRyai1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uCHrgRyai1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHrgRyai1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCHrgRyai1 .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-uCHrgRyai1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCHrgRyai1 .offcanvas_box {
    display: none;
  }
}
.cid-uCHrgRyai1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uCHrgRyai1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCHrgRyai1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCHrgRyai1 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uCHrgRyai1 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uCHrgRyai1 .container {
  display: flex;
  margin: auto;
}
.cid-uCHrgRyai1 .iconfont-wrapper {
  color: #272727;
  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-uCHrgRyai1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCHrgRyai1 .iconfont-wrapper:hover {
  color: #a72f0e;
}
.cid-uCHrgRyai1 .navbar-caption {
  color: #000000;
}
.cid-uCHrgRyai1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCHrgRyai1 .navbar-nav {
    margin: 0;
  }
}
.cid-uCHrgRyai1 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uCHrgRyai1 .dropdown-menu,
.cid-uCHrgRyai1 .navbar.opened {
  background-color: false !important;
}
.cid-uCHrgRyai1 .nav-item:focus,
.cid-uCHrgRyai1 .nav-link:focus {
  outline: none;
}
.cid-uCHrgRyai1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHrgRyai1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHrgRyai1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHrgRyai1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHrgRyai1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHrgRyai1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHrgRyai1 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-uCHrgRyai1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHrgRyai1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCHrgRyai1 .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uCHrgRyai1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCHrgRyai1 .navbar.collapsed {
  justify-content: center;
}
.cid-uCHrgRyai1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHrgRyai1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCHrgRyai1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHrgRyai1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHrgRyai1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHrgRyai1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCHrgRyai1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCHrgRyai1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCHrgRyai1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCHrgRyai1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHrgRyai1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHrgRyai1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCHrgRyai1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHrgRyai1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHrgRyai1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCHrgRyai1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCHrgRyai1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCHrgRyai1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCHrgRyai1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCHrgRyai1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHrgRyai1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCHrgRyai1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCHrgRyai1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCHrgRyai1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCHrgRyai1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHrgRyai1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHrgRyai1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHrgRyai1 .dropdown-item.active,
.cid-uCHrgRyai1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHrgRyai1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHrgRyai1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHrgRyai1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHrgRyai1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCHrgRyai1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uCHrgRyai1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCHrgRyai1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8bc0af;
  background: #5b80dc;
}
.cid-uCHrgRyai1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-uCHrgRyai1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHrgRyai1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHrgRyai1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHrgRyai1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHrgRyai1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHrgRyai1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHrgRyai1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHrgRyai1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHrgRyai1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCHrgRyai1 .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-uCHrgRyai1 .navbar {
    height: 70px;
  }
  .cid-uCHrgRyai1 .navbar.opened {
    height: auto;
  }
  .cid-uCHrgRyai1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHrgRyai1 .mbr-section-btn .btn,
.cid-uCHrgRyai1 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrgRyai1 .mbr-section-btn .btn:first-child,
.cid-uCHrgRyai1 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrgRyai1 .mbr-section-btn .btn:focus,
.cid-uCHrgRyai1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uCHrgRyai1 .mbr-section-btn .btn span,
.cid-uCHrgRyai1 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2b7679;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrgRyai1 .mbr-section-btn .btn:hover,
.cid-uCHrgRyai1 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrgRyai1 .mbr-section-btn .btn:hover span,
.cid-uCHrgRyai1 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrgRyai1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCHrgRyai1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uCHrgRyai1 .navbar-caption:hover {
  color: #a72f0e;
}
.cid-uCHrgRyai1 .nav-link:hover {
  color: #a72f0e;
}
.cid-uCHrgRyai1 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uCHrgRyai1 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uCHrgRyai1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCHrgRyai1 .mbr-section-subtitle,
.cid-uCHrgRyai1 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uCHrgRyai1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCHrgSc9R6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-uCHrgSc9R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgSc9R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgSc9R6 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHrgSc9R6 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uCHrgSc9R6 .row {
  align-items: center;
}
.cid-uCHrgSc9R6 img {
  border-radius: 2rem;
}
.cid-uCHrgSc9R6 .image-wrapper {
  background: #8bc0af;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uCHrgSc9R6 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHrgSc9R6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHrgSc9R6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCHrgSc9R6 .mbr-section-title {
  color: #2b1c50;
}
.cid-uCHrgSc9R6 .mbr-text,
.cid-uCHrgSc9R6 .mbr-section-btn {
  color: #3d2e7c;
}
.cid-uCHrgSGJqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrgSGJqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgSGJqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgSGJqs .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-uCHrgSGJqs .content-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrgSGJqs .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #e5e5e5;
}
@media (max-width: 992px) {
  .cid-uCHrgSGJqs .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-uCHrgSGJqs .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #222222;
  margin: 0;
}
.cid-uCHrgSGJqs .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uCHrgSGJqs .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-uCHrgSGJqs .mbr-section-title {
  color: #000000;
}
.cid-uCHrgSGJqs .mbr-item {
  color: #ffffff;
}
.cid-uCHrgT9uh2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-uCHrgT9uh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgT9uh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrgT9uh2 .container {
    padding: 0 16px;
  }
}
.cid-uCHrgT9uh2 .title-wrapper {
  position: relative;
}
.cid-uCHrgT9uh2 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uCHrgT9uh2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCHrgT9uh2 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uCHrgT9uh2 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uCHrgT9uh2 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCHrgT9uh2 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uCHrgT9uh2 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uCHrgT9uh2 .mbr-section-title {
  color: #08323C;
}
.cid-uCHrgT9uh2 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCHrgT9uh2 .mbr-section-title,
.cid-uCHrgT9uh2 .mbr-section-btn {
  text-align: center;
}
.cid-uCHrgTzsPD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uCHrgTzsPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgTzsPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgTzsPD .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uCHrgTzsPD .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uCHrgTzsPD .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uCHrgTzsPD .mbr-section-title {
  color: #131313;
}
.cid-uCHrgTzsPD .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uCHrgTzsPD .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uCHrgTzsPD .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uCHrgTzsPD .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #8bc0af;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uCHrgTzsPD .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCHrgTzsPD .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uCHrgTzsPD .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uCHrgTzsPD .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uCHrgTzsPD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uCHrgTzsPD .card-title {
  color: #131313;
}
.cid-uCHrgTzsPD .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uCHrgTzsPD .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uCHrgTzsPD .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uCHrgTzsPD .card-link {
    margin-top: 15px;
  }
}
.cid-uCHrgTzsPD .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uCHrgTzsPD .card-title,
.cid-uCHrgTzsPD .iconfont-wrapper {
  color: #fafafa;
}
.cid-uCHrgUgq9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrgUgq9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgUgq9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgUgq9J .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCHrgUgq9J .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCHrgUgq9J .container {
    padding: 0;
  }
}
.cid-uCHrgUgq9J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCHrgUgq9J .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCHrgUgq9J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCHrgUgq9J .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCHrgUgq9J .mbr-section-title {
  color: #000000;
}
.cid-uCHrgUgq9J .mbr-text {
  color: #000000;
}
.cid-uCHrgUHfkg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHrgUHfkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgUHfkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrgUHfkg .container {
    padding: 0 30px;
  }
}
.cid-uCHrgUHfkg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCHrgUHfkg .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCHrgUHfkg .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uCHrgUHfkg .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCHrgUHfkg .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uCHrgUHfkg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uCHrgUHfkg .items-wrapper {
    display: block;
  }
}
.cid-uCHrgUHfkg .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uCHrgUHfkg .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uCHrgUHfkg .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uCHrgUHfkg .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uCHrgUHfkg .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uCHrgUHfkg .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uCHrgUHfkg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uCHrgUHfkg .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uCHrgUHfkg .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrgUHfkg .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uCHrgUHfkg .item-date {
  color: #22654E;
}
.cid-uCHrgUHfkg .item-title {
  color: #22654E;
}
.cid-uCHrgUHfkg .item-text {
  color: #144031;
}
.cid-uCHrgUHfkg .item-title,
.cid-uCHrgUHfkg .mbr-section-btn {
  color: #000000;
}
.cid-uCHrgVj4zt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrgVj4zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgVj4zt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgVj4zt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uCHrgVj4zt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgVj4zt .container {
    padding: 0 26px;
  }
}
.cid-uCHrgVj4zt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uCHrgVj4zt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uCHrgVj4zt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrgVj4zt .mbr-section-title {
  color: #000000;
}
.cid-uCHrgVj4zt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHrgVj4zt .mbr-text {
  color: #000000;
}
.cid-uCHrgVOH9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
@media (max-width: 992px) {
  .cid-uCHrgVOH9H .row {
    flex-direction: column-reverse;
  }
}
.cid-uCHrgVOH9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgVOH9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgVOH9H .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrgVOH9H .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrgVOH9H .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCHrgVOH9H .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrgVOH9H .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrgVOH9H .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrgVOH9H .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uCHrgVOH9H .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrgVOH9H .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCHrgVOH9H .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgVOH9H .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCHrgVOH9H .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-uCHrgVOH9H .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uCHrgVOH9H .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHrgVOH9H .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgVOH9H .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCHrgVOH9H .mbr-section-title {
  color: #000000;
}
.cid-uCHrgVOH9H .mbr-text {
  color: #fafafa;
}
.cid-uCHrgVOH9H .mbr-section-title,
.cid-uCHrgVOH9H .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHrgWonlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHrgWonlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgWonlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgWonlo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCHrgWonlo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgWonlo .container {
    padding: 0 12px;
  }
}
.cid-uCHrgWonlo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrgWonlo .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCHrgWonlo .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #8bc0af;
}
@media (max-width: 992px) {
  .cid-uCHrgWonlo .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCHrgWonlo .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHrgWonlo .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCHrgWonlo .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrgWonlo .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCHrgWonlo .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCHrgWonlo .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCHrgWonlo .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrgWonlo .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCHrgWonlo .mbr-section-subtitle {
  color: #222222;
}
.cid-uCHrgWonlo .mbr-text {
  color: #fafafa;
}
.cid-uCHrgWonlo .list {
  color: #222222;
}
.cid-uCHrgWRiYB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCHrgWRiYB .row {
    flex-direction: column-reverse;
  }
}
.cid-uCHrgWRiYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgWRiYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgWRiYB .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrgWRiYB .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrgWRiYB .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCHrgWRiYB .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrgWRiYB .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrgWRiYB .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrgWRiYB .text-wrapper {
  margin-left: 160px;
  position: relative;
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-uCHrgWRiYB .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCHrgWRiYB .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrgWRiYB .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCHrgWRiYB .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgWRiYB .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCHrgWRiYB .image-wrapper {
  margin-left: 200px;
  margin-left: 0;
  margin-right: 200px;
}
@media (max-width: 992px) {
  .cid-uCHrgWRiYB .image-wrapper {
    margin: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCHrgWRiYB .image-wrapper {
    margin: 30px;
  }
}
.cid-uCHrgWRiYB .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHrgWRiYB .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgWRiYB .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCHrgWRiYB .mbr-section-title {
  color: #000000;
}
.cid-uCHrgWRiYB .mbr-text {
  color: #272727;
}
.cid-uCHrgWRiYB .mbr-section-title,
.cid-uCHrgWRiYB .mbr-section-btn {
  color: #272727;
}
.cid-uCHydfQLfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCHydfQLfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHydfQLfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHydfQLfH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCHydfQLfH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCHydfQLfH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uCHydfQLfH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCHydfQLfH .container {
    padding: 0 12px;
  }
}
.cid-uCHydfQLfH .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCHydfQLfH .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-uCHydfQLfH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCHydfQLfH .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCHydfQLfH .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uCHydfQLfH .panel-group {
    padding: 24px;
  }
}
.cid-uCHydfQLfH .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #29292a;
  margin-bottom: 32px;
}
.cid-uCHydfQLfH .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCHydfQLfH .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uCHydfQLfH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCHydfQLfH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-uCHydfQLfH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCHydfQLfH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-uCHydfQLfH .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCHydfQLfH .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uCHydfQLfH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCHydfQLfH .mbr-section-title {
  color: #ffffff;
}
.cid-uCHydfQLfH .mbr-text {
  color: #ffffff;
}
.cid-uCHydfQLfH .panel-title-edit {
  color: #ffffff;
}
.cid-uCHydfQLfH .panel-text {
  color: #ffffff;
}
.cid-uCHrgXZOJU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uCHrgXZOJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgXZOJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrgXZOJU .container {
    padding: 0 15px;
  }
}
.cid-uCHrgXZOJU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uCHrgXZOJU .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uCHrgXZOJU .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uCHrgXZOJU .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uCHrgXZOJU .mbr-section-title {
  color: #ffffff;
}
.cid-uCHrgXZOJU .mbr-text {
  color: #fafafa;
}
.cid-uCHrgXZOJU .mbr-name {
  color: #f2ac2b;
}
.cid-uCHrgYtg0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uCHrgYtg0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgYtg0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgYtg0n .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCHrgYtg0n .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCHrgYtg0n .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCHrgYtg0n .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCHrgYtg0n .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCHrgYtg0n .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCHrgYtg0n .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCHrgYtg0n .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCHrgYtg0n .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrgYtg0n .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCHrgYtg0n .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCHrgYtg0n .mbr-section-title,
.cid-uCHrgYtg0n .mbr-section-btn {
  color: #000000;
}
.cid-uCHHiibc7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHHiibc7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHHiibc7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHHiibc7m .row {
  margin: 0 !important;
}
.cid-uCHHiibc7m .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uCHHiibc7m .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCHHiibc7m .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uCHHiibc7m .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-uCHHiibc7m .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uCHHiibc7m .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uCHHiibc7m .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uCHHiibc7m .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uCHHiibc7m .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uCHHiibc7m .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHHiibc7m .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uCHHiibc7m .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uCHHiibc7m .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uCHHiibc7m .panel-group {
  border: none;
}
.cid-uCHHiibc7m .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uCHHiibc7m .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uCHHiibc7m .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uCHHiibc7m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uCHHiibc7m .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uCHHiibc7m .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uCHHiibc7m .panel-title-edit {
  color: #131313;
}
.cid-uCHHiibc7m .panel-body {
  padding: 0 0 20px;
}
.cid-uCHHiibc7m .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uCHrgZ028l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #8bc0af;
}
.cid-uCHrgZ028l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgZ028l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrgZ028l h3,
.cid-uCHrgZ028l a {
  font-weight: 900;
}
.cid-uCHrgZ028l a {
  background: #8c8c8c;
}
.cid-uCHrgZ028l .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uCHrgZ028l .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uCHrgZ028l .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCHrgZ028l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCHrgZ028l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCHrgZ028l .mbr-section-title {
  color: #000000;
}
.cid-uCHrgZzDP3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-uCHrgZzDP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrgZzDP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrgZzDP3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrgZzDP3 .container {
    padding: 0 12px;
  }
}
.cid-uCHrgZzDP3 .title-wrapper a {
  display: block;
}
.cid-uCHrgZzDP3 .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCHrgZzDP3 .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uCHrgZzDP3 .list-wrapper .list,
.cid-uCHrgZzDP3 .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uCHrgZzDP3 .list-wrapper .list,
  .cid-uCHrgZzDP3 .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uCHrgZzDP3 .list-wrapper .list .item-wrap,
.cid-uCHrgZzDP3 .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrgZzDP3 .list-wrapper .list .item-wrap:hover,
.cid-uCHrgZzDP3 .list-wrapper .list_main .item-wrap:hover,
.cid-uCHrgZzDP3 .list-wrapper .list .item-wrap:focus,
.cid-uCHrgZzDP3 .list-wrapper .list_main .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-uCHrgZzDP3 .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uCHrgZzDP3 .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uCHrgZzDP3 .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrgZzDP3 .contacts-wrapper .list .item-wrap:hover,
.cid-uCHrgZzDP3 .contacts-wrapper .list .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-uCHrgZzDP3 .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrgZzDP3 .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uCHrgZzDP3 .social-row .soc-item {
  margin-right: 24px;
}
.cid-uCHrgZzDP3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uCHrgZzDP3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #186366;
}
.cid-uCHrgZzDP3 .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a72f0e;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrgZzDP3 .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uCHrgZzDP3 .mbr-section-title {
  color: #ffffff;
}
.cid-uCHrgZzDP3 .mbr-list-title {
  color: #fafafa;
}
.cid-uCHrgZzDP3 .list {
  color: #3463d8;
}
.cid-uCHrgZzDP3 .list_main {
  color: #E3B4FA;
}
.cid-uCHrfStj8S .navbar-dropdown {
  background-color: #8bc0af !important;
  padding: 0;
}
.cid-uCHrfStj8S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #8bc0af !important;
  background: #8bc0af;
}
.cid-uCHrfStj8S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCHrfStj8S .menu_box .navbar.opened,
  .cid-uCHrfStj8S .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCHrfStj8S .navbar-dropdown {
  position: relative !important;
}
.cid-uCHrfStj8S nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uCHrfStj8S .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCHrfStj8S .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCHrfStj8S .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCHrfStj8S .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCHrfStj8S .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCHrfStj8S .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uCHrfStj8S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCHrfStj8S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCHrfStj8S .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCHrfStj8S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCHrfStj8S .offcanvas-body .mbr-text,
  .cid-uCHrfStj8S .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uCHrfStj8S .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uCHrfStj8S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCHrfStj8S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uCHrfStj8S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCHrfStj8S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCHrfStj8S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCHrfStj8S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCHrfStj8S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCHrfStj8S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCHrfStj8S .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-uCHrfStj8S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCHrfStj8S 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;
  }
  .cid-uCHrfStj8S .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uCHrfStj8S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCHrfStj8S .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCHrfStj8S .nav-item {
    margin: 0 !important;
  }
}
.cid-uCHrfStj8S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCHrfStj8S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uCHrfStj8S .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHrfStj8S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCHrfStj8S .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-uCHrfStj8S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCHrfStj8S .offcanvas_box {
    display: none;
  }
}
.cid-uCHrfStj8S .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uCHrfStj8S .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCHrfStj8S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCHrfStj8S .nav-link {
  position: relative;
  color: #000000;
}
.cid-uCHrfStj8S .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uCHrfStj8S .container {
  display: flex;
  margin: auto;
}
.cid-uCHrfStj8S .iconfont-wrapper {
  color: #272727;
  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-uCHrfStj8S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCHrfStj8S .iconfont-wrapper:hover {
  color: #a72f0e;
}
.cid-uCHrfStj8S .navbar-caption {
  color: #000000;
}
.cid-uCHrfStj8S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCHrfStj8S .navbar-nav {
    margin: 0;
  }
}
.cid-uCHrfStj8S .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uCHrfStj8S .dropdown-menu,
.cid-uCHrfStj8S .navbar.opened {
  background-color: false !important;
}
.cid-uCHrfStj8S .nav-item:focus,
.cid-uCHrfStj8S .nav-link:focus {
  outline: none;
}
.cid-uCHrfStj8S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHrfStj8S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHrfStj8S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHrfStj8S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHrfStj8S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHrfStj8S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHrfStj8S .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #272727;
}
.cid-uCHrfStj8S .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHrfStj8S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCHrfStj8S .navbar .navbar-logo img {
  min-width: 34px;
  min-height: 34px;
  object-fit: cover;
}
.cid-uCHrfStj8S .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCHrfStj8S .navbar.collapsed {
  justify-content: center;
}
.cid-uCHrfStj8S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHrfStj8S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCHrfStj8S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHrfStj8S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHrfStj8S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHrfStj8S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCHrfStj8S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCHrfStj8S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCHrfStj8S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCHrfStj8S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHrfStj8S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHrfStj8S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCHrfStj8S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHrfStj8S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHrfStj8S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCHrfStj8S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCHrfStj8S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCHrfStj8S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCHrfStj8S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCHrfStj8S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHrfStj8S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCHrfStj8S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCHrfStj8S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCHrfStj8S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCHrfStj8S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHrfStj8S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHrfStj8S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHrfStj8S .dropdown-item.active,
.cid-uCHrfStj8S .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHrfStj8S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHrfStj8S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHrfStj8S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHrfStj8S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCHrfStj8S ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uCHrfStj8S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCHrfStj8S button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #8bc0af;
  background: #5b80dc;
}
.cid-uCHrfStj8S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #272727;
}
.cid-uCHrfStj8S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHrfStj8S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHrfStj8S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHrfStj8S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHrfStj8S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHrfStj8S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHrfStj8S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHrfStj8S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHrfStj8S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCHrfStj8S .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-uCHrfStj8S .navbar {
    height: 70px;
  }
  .cid-uCHrfStj8S .navbar.opened {
    height: auto;
  }
  .cid-uCHrfStj8S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHrfStj8S .mbr-section-btn .btn,
.cid-uCHrfStj8S .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrfStj8S .mbr-section-btn .btn:first-child,
.cid-uCHrfStj8S .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrfStj8S .mbr-section-btn .btn:focus,
.cid-uCHrfStj8S .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uCHrfStj8S .mbr-section-btn .btn span,
.cid-uCHrfStj8S .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2b7679;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrfStj8S .mbr-section-btn .btn:hover,
.cid-uCHrfStj8S .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrfStj8S .mbr-section-btn .btn:hover span,
.cid-uCHrfStj8S .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrfStj8S .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCHrfStj8S .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uCHrfStj8S .navbar-caption:hover {
  color: #a72f0e;
}
.cid-uCHrfStj8S .nav-link:hover {
  color: #a72f0e;
}
.cid-uCHrfStj8S .nav-link:hover::before {
  background-color: #272727;
}
.cid-uCHrfStj8S .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uCHrfStj8S .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCHrfStj8S .mbr-section-subtitle,
.cid-uCHrfStj8S .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uCHrfStj8S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCHrfTdeZB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-uCHrfTdeZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfTdeZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfTdeZB .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHrfTdeZB .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uCHrfTdeZB .row {
  align-items: center;
}
.cid-uCHrfTdeZB img {
  border-radius: 2rem;
}
.cid-uCHrfTdeZB .image-wrapper {
  background: #8bc0af;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uCHrfTdeZB .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHrfTdeZB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHrfTdeZB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCHrfTdeZB .mbr-section-title {
  color: #2b1c50;
}
.cid-uCHrfTdeZB .mbr-text,
.cid-uCHrfTdeZB .mbr-section-btn {
  color: #3d2e7c;
}
.cid-uCHrfTI59y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrfTI59y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfTI59y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfTI59y .content-wrapper {
  position: relative;
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-uCHrfTI59y .content-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrfTI59y .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 2px solid #e5e5e5;
}
@media (max-width: 992px) {
  .cid-uCHrfTI59y .content-wrapper .mbr-section-title {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
.cid-uCHrfTI59y .content-wrapper .list-wrapper .mbr-item {
  padding: 20px 0 33px 0;
  border-top: 2px solid #222222;
  margin: 0;
}
.cid-uCHrfTI59y .content-wrapper .list-wrapper .mbr-item:first-child {
  border: none;
}
@media (max-width: 992px) {
  .cid-uCHrfTI59y .content-wrapper .list-wrapper .mbr-item {
    padding: 12px 0 20px 0;
  }
}
.cid-uCHrfTI59y .mbr-section-title {
  color: #000000;
}
.cid-uCHrfTI59y .mbr-item {
  color: #ffffff;
}
.cid-uCHrfUbRpL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-uCHrfUbRpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfUbRpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrfUbRpL .container {
    padding: 0 16px;
  }
}
.cid-uCHrfUbRpL .title-wrapper {
  position: relative;
}
.cid-uCHrfUbRpL .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uCHrfUbRpL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCHrfUbRpL .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uCHrfUbRpL .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uCHrfUbRpL .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uCHrfUbRpL .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uCHrfUbRpL .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uCHrfUbRpL .mbr-section-title {
  color: #08323C;
}
.cid-uCHrfUbRpL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCHrfUbRpL .mbr-section-title,
.cid-uCHrfUbRpL .mbr-section-btn {
  text-align: center;
}
.cid-uCHrfUExCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uCHrfUExCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfUExCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfUExCA .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uCHrfUExCA .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uCHrfUExCA .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uCHrfUExCA .mbr-section-title {
  color: #131313;
}
.cid-uCHrfUExCA .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uCHrfUExCA .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uCHrfUExCA .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uCHrfUExCA .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #8bc0af;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uCHrfUExCA .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCHrfUExCA .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uCHrfUExCA .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uCHrfUExCA .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uCHrfUExCA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uCHrfUExCA .card-title {
  color: #131313;
}
.cid-uCHrfUExCA .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uCHrfUExCA .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uCHrfUExCA .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uCHrfUExCA .card-link {
    margin-top: 15px;
  }
}
.cid-uCHrfUExCA .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uCHrfUExCA .card-title,
.cid-uCHrfUExCA .iconfont-wrapper {
  color: #fafafa;
}
.cid-uCHrfVoKaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrfVoKaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfVoKaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfVoKaI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCHrfVoKaI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCHrfVoKaI .container {
    padding: 0;
  }
}
.cid-uCHrfVoKaI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCHrfVoKaI .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCHrfVoKaI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCHrfVoKaI .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCHrfVoKaI .mbr-section-title {
  color: #000000;
}
.cid-uCHrfVoKaI .mbr-text {
  color: #000000;
}
.cid-uCHrfVQLHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHrfVQLHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfVQLHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrfVQLHk .container {
    padding: 0 30px;
  }
}
.cid-uCHrfVQLHk .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCHrfVQLHk .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCHrfVQLHk .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uCHrfVQLHk .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uCHrfVQLHk .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uCHrfVQLHk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uCHrfVQLHk .items-wrapper {
    display: block;
  }
}
.cid-uCHrfVQLHk .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uCHrfVQLHk .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uCHrfVQLHk .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uCHrfVQLHk .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uCHrfVQLHk .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uCHrfVQLHk .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uCHrfVQLHk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uCHrfVQLHk .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uCHrfVQLHk .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrfVQLHk .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uCHrfVQLHk .item-date {
  color: #22654E;
}
.cid-uCHrfVQLHk .item-title {
  color: #22654E;
}
.cid-uCHrfVQLHk .item-text {
  color: #144031;
}
.cid-uCHrfVQLHk .item-title,
.cid-uCHrfVQLHk .mbr-section-btn {
  color: #000000;
}
.cid-uCHrfWq5kQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8bc0af;
}
.cid-uCHrfWq5kQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfWq5kQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfWq5kQ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uCHrfWq5kQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrfWq5kQ .container {
    padding: 0 26px;
  }
}
.cid-uCHrfWq5kQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uCHrfWq5kQ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uCHrfWq5kQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrfWq5kQ .mbr-section-title {
  color: #000000;
}
.cid-uCHrfWq5kQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCHrfWq5kQ .mbr-text {
  color: #000000;
}
.cid-uCHrfWVsPm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
@media (max-width: 992px) {
  .cid-uCHrfWVsPm .row {
    flex-direction: column-reverse;
  }
}
.cid-uCHrfWVsPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfWVsPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfWVsPm .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrfWVsPm .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrfWVsPm .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCHrfWVsPm .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrfWVsPm .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrfWVsPm .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrfWVsPm .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uCHrfWVsPm .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrfWVsPm .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCHrfWVsPm .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrfWVsPm .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCHrfWVsPm .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-uCHrfWVsPm .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uCHrfWVsPm .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHrfWVsPm .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrfWVsPm .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCHrfWVsPm .mbr-section-title {
  color: #000000;
}
.cid-uCHrfWVsPm .mbr-text {
  color: #fafafa;
}
.cid-uCHrfWVsPm .mbr-section-title,
.cid-uCHrfWVsPm .mbr-section-btn {
  color: #ffffff;
}
.cid-uCHrfXsXaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHrfXsXaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfXsXaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfXsXaB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCHrfXsXaB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrfXsXaB .container {
    padding: 0 12px;
  }
}
.cid-uCHrfXsXaB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrfXsXaB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCHrfXsXaB .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #8bc0af;
}
@media (max-width: 992px) {
  .cid-uCHrfXsXaB .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCHrfXsXaB .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCHrfXsXaB .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCHrfXsXaB .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrfXsXaB .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCHrfXsXaB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCHrfXsXaB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCHrfXsXaB .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrfXsXaB .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCHrfXsXaB .mbr-section-subtitle {
  color: #222222;
}
.cid-uCHrfXsXaB .mbr-text {
  color: #fafafa;
}
.cid-uCHrfXsXaB .list {
  color: #222222;
}
.cid-uCHrfXXYn2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCHrfXXYn2 .row {
    flex-direction: column-reverse;
  }
}
.cid-uCHrfXXYn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfXXYn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfXXYn2 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uCHrfXXYn2 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uCHrfXXYn2 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uCHrfXXYn2 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uCHrfXXYn2 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #a72f0e !important;
}
.cid-uCHrfXXYn2 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uCHrfXXYn2 .text-wrapper {
  margin-left: 160px;
  position: relative;
  margin-left: 0;
  margin-right: 160px;
}
@media (max-width: 992px) {
  .cid-uCHrfXXYn2 .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCHrfXXYn2 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uCHrfXXYn2 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uCHrfXXYn2 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrfXXYn2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCHrfXXYn2 .image-wrapper {
  margin-left: 200px;
  margin-left: 0;
  margin-right: 200px;
}
@media (max-width: 992px) {
  .cid-uCHrfXXYn2 .image-wrapper {
    margin: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uCHrfXXYn2 .image-wrapper {
    margin: 30px;
  }
}
.cid-uCHrfXXYn2 .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCHrfXXYn2 .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrfXXYn2 .image-wrapper img {
    min-height: 100%;
  }
}
.cid-uCHrfXXYn2 .mbr-section-title {
  color: #000000;
}
.cid-uCHrfXXYn2 .mbr-text {
  color: #272727;
}
.cid-uCHrfXXYn2 .mbr-section-title,
.cid-uCHrfXXYn2 .mbr-section-btn {
  color: #272727;
}
.cid-uCHya41n0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCHya41n0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHya41n0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHya41n0r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCHya41n0r .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCHya41n0r .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uCHya41n0r .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uCHya41n0r .container {
    padding: 0 12px;
  }
}
.cid-uCHya41n0r .title-wrapper {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCHya41n0r .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-uCHya41n0r .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uCHya41n0r .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCHya41n0r .panel-group {
  padding: 64px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uCHya41n0r .panel-group {
    padding: 24px;
  }
}
.cid-uCHya41n0r .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #29292a;
  margin-bottom: 32px;
}
.cid-uCHya41n0r .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCHya41n0r .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uCHya41n0r .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCHya41n0r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-uCHya41n0r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCHya41n0r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #1d1d1f;
}
.cid-uCHya41n0r .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uCHya41n0r .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uCHya41n0r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uCHya41n0r .mbr-section-title {
  color: #ffffff;
}
.cid-uCHya41n0r .mbr-text {
  color: #ffffff;
}
.cid-uCHya41n0r .panel-title-edit {
  color: #ffffff;
}
.cid-uCHya41n0r .panel-text {
  color: #ffffff;
}
.cid-uCHrfZardL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uCHrfZardL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfZardL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrfZardL .container {
    padding: 0 15px;
  }
}
.cid-uCHrfZardL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uCHrfZardL .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uCHrfZardL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uCHrfZardL .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uCHrfZardL .mbr-section-title {
  color: #ffffff;
}
.cid-uCHrfZardL .mbr-text {
  color: #fafafa;
}
.cid-uCHrfZardL .mbr-name {
  color: #f2ac2b;
}
.cid-uCHG7ZXHr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCHG7ZXHr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHG7ZXHr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHG7ZXHr2 .video-wrapper iframe {
  width: 100%;
}
.cid-uCHG7ZXHr2 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uCHG7ZXHr2 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uCHG7ZXHr2 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uCHG7ZXHr2 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uCHG7ZXHr2 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uCHG7ZXHr2 .video-block .image-absolute {
    display: none;
  }
}
.cid-uCHrfZGWVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uCHrfZGWVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrfZGWVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrfZGWVY .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uCHrfZGWVY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uCHrfZGWVY .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCHrfZGWVY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uCHrfZGWVY .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uCHrfZGWVY .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uCHrfZGWVY .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCHrfZGWVY .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCHrfZGWVY .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCHrfZGWVY .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uCHrfZGWVY .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uCHrfZGWVY .mbr-section-title,
.cid-uCHrfZGWVY .mbr-section-btn {
  color: #000000;
}
.cid-uCHGjSxk8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-uCHGjSxk8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHGjSxk8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHGjSxk8N .row {
  margin: 0 !important;
}
.cid-uCHGjSxk8N .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uCHGjSxk8N .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCHGjSxk8N .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uCHGjSxk8N .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
  text-align: center;
}
.cid-uCHGjSxk8N .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uCHGjSxk8N .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uCHGjSxk8N .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uCHGjSxk8N .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uCHGjSxk8N .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uCHGjSxk8N .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHGjSxk8N .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uCHGjSxk8N .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uCHGjSxk8N .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uCHGjSxk8N .panel-group {
  border: none;
}
.cid-uCHGjSxk8N .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uCHGjSxk8N .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uCHGjSxk8N .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uCHGjSxk8N .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uCHGjSxk8N .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uCHGjSxk8N .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uCHGjSxk8N .panel-title-edit {
  color: #131313;
}
.cid-uCHGjSxk8N .panel-body {
  padding: 0 0 20px;
}
.cid-uCHGjSxk8N .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uCHrg0jqv6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #8bc0af;
}
.cid-uCHrg0jqv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrg0jqv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHrg0jqv6 h3,
.cid-uCHrg0jqv6 a {
  font-weight: 900;
}
.cid-uCHrg0jqv6 a {
  background: #8c8c8c;
}
.cid-uCHrg0jqv6 .google-map {
  height: 33rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uCHrg0jqv6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uCHrg0jqv6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCHrg0jqv6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCHrg0jqv6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCHrg0jqv6 .mbr-section-title {
  color: #000000;
}
.cid-uCHrg0Vnqi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #222222;
}
.cid-uCHrg0Vnqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHrg0Vnqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCHrg0Vnqi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCHrg0Vnqi .container {
    padding: 0 12px;
  }
}
.cid-uCHrg0Vnqi .title-wrapper a {
  display: block;
}
.cid-uCHrg0Vnqi .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCHrg0Vnqi .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uCHrg0Vnqi .list-wrapper .list,
.cid-uCHrg0Vnqi .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uCHrg0Vnqi .list-wrapper .list,
  .cid-uCHrg0Vnqi .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uCHrg0Vnqi .list-wrapper .list .item-wrap,
.cid-uCHrg0Vnqi .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrg0Vnqi .list-wrapper .list .item-wrap:hover,
.cid-uCHrg0Vnqi .list-wrapper .list_main .item-wrap:hover,
.cid-uCHrg0Vnqi .list-wrapper .list .item-wrap:focus,
.cid-uCHrg0Vnqi .list-wrapper .list_main .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-uCHrg0Vnqi .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uCHrg0Vnqi .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uCHrg0Vnqi .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrg0Vnqi .contacts-wrapper .list .item-wrap:hover,
.cid-uCHrg0Vnqi .contacts-wrapper .list .item-wrap:focus {
  color: #186366;
  text-decoration: underline;
}
.cid-uCHrg0Vnqi .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCHrg0Vnqi .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uCHrg0Vnqi .social-row .soc-item {
  margin-right: 24px;
}
.cid-uCHrg0Vnqi .social-row .soc-item a:hover .mbr-iconfont,
.cid-uCHrg0Vnqi .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #186366;
}
.cid-uCHrg0Vnqi .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #a72f0e;
  transition: all 0.3s ease-in-out;
}
.cid-uCHrg0Vnqi .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uCHrg0Vnqi .mbr-section-title {
  color: #ffffff;
}
.cid-uCHrg0Vnqi .mbr-list-title {
  color: #fafafa;
}
.cid-uCHrg0Vnqi .list {
  color: #3463d8;
}
.cid-uCHrg0Vnqi .list_main {
  color: #E3B4FA;
}
